.toast-container[data-v-e6f1213e]{position:fixed;bottom:24px;right:24px;z-index:10000;display:flex;flex-direction:column-reverse;gap:10px;max-width:420px;pointer-events:none}.toast[data-v-e6f1213e]{display:flex;align-items:flex-start;gap:12px;padding:12px 40px 12px 14px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 24px #0f172a1f,0 2px 4px #0f172a0f;min-width:300px;max-width:420px;cursor:pointer;position:relative;overflow:hidden;pointer-events:auto;transition:transform .15s}.toast[data-v-e6f1213e]:hover{transform:translate(-2px)}[data-theme=dark] .toast[data-v-e6f1213e]{box-shadow:0 8px 24px #0006,0 2px 4px #0003}.toast[data-v-e6f1213e]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:12px 0 0 12px}.toast-success[data-v-e6f1213e]:before{background:#22c55e}.toast-error[data-v-e6f1213e]:before{background:#ef4444}.toast-warning[data-v-e6f1213e]:before{background:#eab308}.toast-info[data-v-e6f1213e]:before{background:#3b82f6}.toast-icon-wrap[data-v-e6f1213e]{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-success .toast-icon-wrap[data-v-e6f1213e]{background:#22c55e1f;color:#15803d}.toast-error .toast-icon-wrap[data-v-e6f1213e]{background:#ef44441f;color:#b91c1c}.toast-warning .toast-icon-wrap[data-v-e6f1213e]{background:#eab30826;color:#a16207}.toast-info .toast-icon-wrap[data-v-e6f1213e]{background:#3b82f61f;color:#1d4ed8}[data-theme=dark] .toast-success .toast-icon-wrap[data-v-e6f1213e]{background:#22c55e33;color:#86efac}[data-theme=dark] .toast-error .toast-icon-wrap[data-v-e6f1213e]{background:#ef444433;color:#f87171}[data-theme=dark] .toast-warning .toast-icon-wrap[data-v-e6f1213e]{background:#eab30833;color:#fde047}[data-theme=dark] .toast-info .toast-icon-wrap[data-v-e6f1213e]{background:#3b82f633;color:#93c5fd}.toast-body[data-v-e6f1213e]{flex:1;min-width:0;padding-top:3px}.toast-title[data-v-e6f1213e]{font-size:13px;font-weight:700;color:var(--text-primary);line-height:1.3;margin-bottom:2px}.toast-message[data-v-e6f1213e]{font-size:13px;color:var(--text-secondary);line-height:1.4;word-break:break-word}.toast-close[data-v-e6f1213e]{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s;opacity:.6}.toast-close[data-v-e6f1213e]:hover{opacity:1;background:var(--bg-hover);color:var(--text-primary)}.toast-enter-active[data-v-e6f1213e]{animation:toast-slide-in-e6f1213e .28s cubic-bezier(.16,1,.3,1)}.toast-leave-active[data-v-e6f1213e]{animation:toast-slide-out-e6f1213e .2s ease-in}.toast-move[data-v-e6f1213e]{transition:transform .28s ease}@keyframes toast-slide-in-e6f1213e{0%{opacity:0;transform:translate(120%) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes toast-slide-out-e6f1213e{0%{opacity:1;transform:translate(0) scale(1);max-height:100px;margin-bottom:10px}to{opacity:0;transform:translate(120%) scale(.95);max-height:0;margin-bottom:0}}@media (max-width: 600px){.toast-container[data-v-e6f1213e]{bottom:16px;right:16px;left:16px;max-width:none}.toast[data-v-e6f1213e]{min-width:0;max-width:none}}.chat-message[data-v-f75ad4b1]{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;max-width:100%}.chat-message-user[data-v-f75ad4b1]{flex-direction:row-reverse}.cm-avatar[data-v-f75ad4b1]{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;font-weight:700;color:#fff}.cm-avatar-user[data-v-f75ad4b1]{background:linear-gradient(135deg,#0f172a,#334155)}.cm-avatar-ai[data-v-f75ad4b1]{background:linear-gradient(135deg,#3b82f6,#a855f7);box-shadow:0 4px 12px #3b82f633}[data-theme=dark] .cm-avatar-user[data-v-f75ad4b1]{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.cm-avatar-initial[data-v-f75ad4b1]{line-height:1;letter-spacing:.3px}.cm-bubble[data-v-f75ad4b1]{max-width:75%;padding:12px 16px;border-radius:14px;word-break:break-word;position:relative}.chat-message-user .cm-bubble[data-v-f75ad4b1]{background:#0f172a;color:#fff;border-bottom-right-radius:4px}[data-theme=dark] .chat-message-user .cm-bubble[data-v-f75ad4b1]{background:#3b82f6;color:#fff}.chat-message-assistant .cm-bubble[data-v-f75ad4b1]{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);border-bottom-left-radius:4px;box-shadow:0 1px 3px #0f172a0a}.chat-message-aborted .cm-bubble[data-v-f75ad4b1]{opacity:.75}.cm-aborted-badge[data-v-f75ad4b1]{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;margin-bottom:8px;padding:2px 8px;border-radius:6px;background:#ef444426;color:#b91c1c;text-transform:uppercase;letter-spacing:.3px}.chat-message-user .cm-aborted-badge[data-v-f75ad4b1]{background:#ffffff26;color:#ffffffe6}[data-theme=dark] .cm-aborted-badge[data-v-f75ad4b1]{background:#ef444440;color:#f87171}.cm-content[data-v-f75ad4b1]{font-size:14px;line-height:1.65}[data-v-f75ad4b1] .code-block{background:#020617;color:#e2e8f0;border-radius:8px;padding:12px 14px;margin:10px 0;overflow-x:auto;font-size:12.5px;font-family:JetBrains Mono,Menlo,monospace;white-space:pre;border:1px solid rgba(255,255,255,.06)}[data-v-f75ad4b1] .inline-code{background:#0f172a0f;border-radius:5px;padding:2px 6px;font-family:JetBrains Mono,Menlo,monospace;font-size:12.5px;color:#db2777}.chat-message-user[data-v-f75ad4b1] .inline-code{background:#ffffff26;color:#fca5a5}[data-theme=dark][data-v-f75ad4b1] .inline-code{background:#ffffff14;color:#f472b6}[data-v-f75ad4b1] ul{margin:8px 0;padding-left:20px}[data-v-f75ad4b1] li{margin:4px 0}[data-v-f75ad4b1] strong{font-weight:700}[data-v-f75ad4b1] em{font-style:italic}.cm-tool-calls[data-v-f75ad4b1]{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.cm-tool-chip[data-v-f75ad4b1]{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:3px 8px;border-radius:8px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.cm-tool-success[data-v-f75ad4b1]{background:#22c55e26;color:#15803d}.cm-tool-error[data-v-f75ad4b1]{background:#ef444426;color:#b91c1c}[data-theme=dark] .cm-tool-success[data-v-f75ad4b1]{background:#22c55e33;color:#86efac}[data-theme=dark] .cm-tool-error[data-v-f75ad4b1]{background:#ef444433;color:#f87171}.chat-message-user .cm-tool-success[data-v-f75ad4b1]{background:#ffffff26;color:#86efac}.cm-actions[data-v-f75ad4b1]{display:flex;gap:6px;margin-top:10px;opacity:0;transition:opacity .15s}.cm-bubble:hover .cm-actions[data-v-f75ad4b1]{opacity:1}.cm-action-btn[data-v-f75ad4b1]{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-secondary);font-size:11px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.cm-action-btn[data-v-f75ad4b1]:hover{background:var(--bg-hover);color:#3b82f6;border-color:#3b82f6}[data-theme=dark] .cm-action-btn[data-v-f75ad4b1]:hover{color:#93c5fd;border-color:#3b82f6;background:#3b82f61f}.cm-timestamp[data-v-f75ad4b1]{font-size:10px;margin-top:6px;opacity:.55;text-align:right;font-family:JetBrains Mono,monospace;letter-spacing:.3px}@media (max-width: 768px) and (pointer: coarse){.cm-bubble[data-v-f75ad4b1]{max-width:85%;padding:10px 12px}.cm-avatar[data-v-f75ad4b1]{width:28px;height:28px}.cm-actions[data-v-f75ad4b1]{opacity:1}}.typing-indicator[data-v-0e5422ae]{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.ti-avatar[data-v-0e5422ae]{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #3b82f633}.ti-bubble[data-v-0e5422ae]{display:flex;align-items:center;gap:5px;background:var(--bg-card);border:1px solid var(--border-color);padding:12px 16px;border-radius:14px 14px 14px 4px;box-shadow:0 1px 3px #0f172a0a}.ti-dot[data-v-0e5422ae]{width:7px;height:7px;background:var(--text-secondary);border-radius:50%;animation:ti-bounce-0e5422ae 1.2s infinite ease-in-out;opacity:.5}.ti-dot[data-v-0e5422ae]:nth-child(1){animation-delay:0s}.ti-dot[data-v-0e5422ae]:nth-child(2){animation-delay:.15s}.ti-dot[data-v-0e5422ae]:nth-child(3){animation-delay:.3s}@keyframes ti-bounce-0e5422ae{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1;background:#3b82f6}}.quick-action-chips[data-v-fa9e74a9]{padding:12px 16px;background:var(--bg-card);border-top:1px solid var(--border-color);flex-shrink:0}.qa-title[data-v-fa9e74a9]{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;font-size:10px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.qa-title svg[data-v-fa9e74a9]{color:#3b82f6}.qa-list[data-v-fa9e74a9]{display:flex;flex-wrap:wrap;gap:6px}.qa-chip[data-v-fa9e74a9]{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid var(--border-color);border-radius:20px;background:var(--bg-card);color:var(--text-primary);font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s;font-family:inherit;min-height:32px}.qa-chip svg[data-v-fa9e74a9]{color:#3b82f6;flex-shrink:0}.qa-chip[data-v-fa9e74a9]:hover{background:#3b82f60f;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 6px #3b82f61a}.qa-chip:hover svg[data-v-fa9e74a9]{color:#3b82f6}.qa-chip[data-v-fa9e74a9]:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}[data-theme=dark] .qa-chip[data-v-fa9e74a9]:hover{background:#3b82f626;border-color:#3b82f6;color:#93c5fd}[data-theme=dark] .qa-chip:hover svg[data-v-fa9e74a9]{color:#93c5fd}@media (max-width: 768px) and (pointer: coarse){.qa-list[data-v-fa9e74a9]{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.qa-list[data-v-fa9e74a9]::-webkit-scrollbar{display:none}.qa-chip[data-v-fa9e74a9]{flex-shrink:0;min-height:36px}}.chat-input-bar[data-v-d8f16d24]{padding:12px 16px 8px;background:var(--bg-card);border-top:1px solid var(--border-color);flex-shrink:0}.file-input-hidden[data-v-d8f16d24]{display:none}.ci-row[data-v-d8f16d24]{display:flex;align-items:flex-end;gap:8px;padding:6px;background:var(--bg-hover);border:1px solid var(--border-color);border-radius:14px;transition:all .15s}.ci-row[data-v-d8f16d24]:focus-within{background:var(--bg-card);border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.ci-input[data-v-d8f16d24]{flex:1;resize:none;border:none;background:transparent;padding:8px 4px;font-size:14px;font-family:inherit;line-height:1.5;max-height:160px;overflow-y:auto;color:var(--text-primary);outline:none}.ci-input[data-v-d8f16d24]::placeholder{color:var(--text-secondary);opacity:.7}.ci-input[data-v-d8f16d24]:disabled{color:var(--text-secondary);cursor:not-allowed}.ci-icon-btn[data-v-d8f16d24]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:10px;cursor:pointer;flex-shrink:0;background:transparent;color:var(--text-secondary);transition:all .15s}.ci-icon-btn[data-v-d8f16d24]:hover:not(:disabled){background:var(--bg-card);color:var(--text-primary)}.ci-icon-btn[data-v-d8f16d24]:disabled{opacity:.4;cursor:not-allowed}.ci-btn-send[data-v-d8f16d24],.ci-btn-stop[data-v-d8f16d24]{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:10px;cursor:pointer;flex-shrink:0;transition:all .15s;color:#fff}.ci-btn-send[data-v-d8f16d24]{background:#0f172a}.ci-btn-send[data-v-d8f16d24]:hover:not(:disabled){background:#1e293b;transform:scale(1.05);box-shadow:0 4px 12px #0f172a40}.ci-btn-send[data-v-d8f16d24]:disabled{background:var(--border-color);color:var(--text-secondary);cursor:not-allowed}[data-theme=dark] .ci-btn-send[data-v-d8f16d24]{background:#3b82f6}[data-theme=dark] .ci-btn-send[data-v-d8f16d24]:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f659}[data-theme=dark] .ci-btn-send[data-v-d8f16d24]:disabled{background:var(--bg-hover)}.ci-btn-stop[data-v-d8f16d24]{background:#dc2626}.ci-btn-stop[data-v-d8f16d24]:hover{background:#b91c1c;transform:scale(1.05);box-shadow:0 4px 12px #dc26264d}.ci-hint[data-v-d8f16d24]{padding:6px 8px 0;font-size:10px;color:var(--text-secondary);text-align:center;opacity:.6}@media (max-width: 768px) and (pointer: coarse){.ci-icon-btn[data-v-d8f16d24],.ci-btn-send[data-v-d8f16d24],.ci-btn-stop[data-v-d8f16d24]{width:40px;height:40px}.ci-input[data-v-d8f16d24]{font-size:16px}.ci-hint[data-v-d8f16d24]{display:none}}.ai-bubble-wrapper[data-v-a7bdd622]{position:fixed;bottom:24px;right:24px;z-index:9999}.ai-bubble[data-v-a7bdd622]{width:56px;height:56px;border-radius:50%;background:var(--button-primary, #1976d2);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 16px #00000040;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.ai-bubble[data-v-a7bdd622]:hover{transform:scale(1.08);box-shadow:0 6px 24px #0000004d}.ai-bubble.active[data-v-a7bdd622]{background:var(--text-secondary, #666)}.bubble-icon[data-v-a7bdd622]{width:28px;height:28px}.bubble-close[data-v-a7bdd622]{font-size:28px;line-height:1}.ai-panel[data-v-a7bdd622]{position:fixed;bottom:90px;right:24px;width:420px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 140px);background:var(--bg-card, #fff);border-radius:12px;box-shadow:0 8px 40px #0003;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border-color, #e0e0e0)}.panel-header[data-v-a7bdd622]{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--border-color, #e0e0e0);background:var(--bg-secondary, #f8f9fa);flex-shrink:0}.panel-header h3[data-v-a7bdd622]{margin:0;font-size:15px;color:var(--text-primary)}.panel-header-actions[data-v-a7bdd622]{display:flex;align-items:center;gap:8px}.persona-select[data-v-a7bdd622]{padding:3px 6px;border:1px solid var(--border-color, #ddd);border-radius:4px;font-size:11px;background:var(--bg-card);color:var(--text-primary)}.header-btn[data-v-a7bdd622]{background:none;border:none;font-size:16px;cursor:pointer;color:var(--text-secondary);padding:2px 4px;border-radius:4px}.header-btn[data-v-a7bdd622]:hover{background:#0000000f}.panel-close[data-v-a7bdd622]{background:none;border:none;font-size:22px;cursor:pointer;color:var(--text-secondary);line-height:1}.context-badge[data-v-a7bdd622]{display:flex;align-items:center;gap:6px;padding:6px 16px;background:#1976d20f;border-bottom:1px solid var(--border-color, #e0e0e0);font-size:12px;color:var(--text-secondary)}.context-icon[data-v-a7bdd622]{font-size:12px}.panel-body[data-v-a7bdd622]{flex:1;display:flex;flex-direction:column;overflow:hidden}.panel-messages[data-v-a7bdd622]{flex:1;overflow-y:auto;padding:12px}.not-configured[data-v-a7bdd622]{padding:24px;text-align:center;color:var(--text-secondary)}.context-actions[data-v-a7bdd622]{padding:8px 12px;border-top:1px solid var(--border-color, #eee);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.actions-label[data-v-a7bdd622]{font-size:10px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-weight:600;width:100%;margin-bottom:2px}.action-chip[data-v-a7bdd622]{padding:5px 10px;border-radius:14px;border:1px solid var(--border-color, #ddd);background:var(--bg-card);color:var(--text-primary);font-size:12px;cursor:pointer;transition:all .15s}.action-chip[data-v-a7bdd622]:hover{background:#1976d214;border-color:var(--button-primary);color:var(--button-primary)}.input-wrapper[data-v-a7bdd622]{display:flex;align-items:flex-end;gap:4px;border-top:1px solid var(--border-color, #e0e0e0);padding:8px 0 0}.input-wrapper[data-v-a7bdd622]>:first-child{flex:1}.mic-btn[data-v-a7bdd622]{width:36px;height:36px;border-radius:50%;border:none;background:var(--bg-secondary, #f0f0f0);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:8px;transition:all .2s}.mic-btn[data-v-a7bdd622]:hover{background:#1976d21a;color:var(--button-primary)}.mic-btn.recording[data-v-a7bdd622]{background:#e53935;color:#fff;animation:pulse-a7bdd622 1.5s infinite}@keyframes pulse-a7bdd622{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.slide-enter-active[data-v-a7bdd622],.slide-leave-active[data-v-a7bdd622]{transition:all .25s ease}.slide-enter-from[data-v-a7bdd622],.slide-leave-to[data-v-a7bdd622]{opacity:0;transform:translateY(20px) scale(.95)}@media (max-width: 768px){.ai-panel[data-v-a7bdd622]{width:calc(100vw - 16px);right:8px;bottom:80px;height:calc(100vh - 120px)}.ai-bubble-wrapper[data-v-a7bdd622]{bottom:16px;right:16px}}.offline-bubble[data-v-0609d856]{position:fixed;bottom:24px;left:24px;z-index:9998;display:flex;align-items:center;gap:8px;padding:8px 14px;background:#000000bf;color:#fff;border-radius:20px;font-size:12px;font-weight:500;box-shadow:0 2px 12px #0003;pointer-events:none}.offline-dot[data-v-0609d856]{width:8px;height:8px;border-radius:50%;background:#ff9800;animation:blink-0609d856 2s ease-in-out infinite}@keyframes blink-0609d856{0%,to{opacity:1}50%{opacity:.3}}.fade-enter-active[data-v-0609d856],.fade-leave-active[data-v-0609d856]{transition:opacity .3s}.fade-enter-from[data-v-0609d856],.fade-leave-to[data-v-0609d856]{opacity:0}.cd-overlay[data-v-fe5ea6d5]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);outline:none}[data-theme=dark] .cd-overlay[data-v-fe5ea6d5]{background:#0009}.cd-modal[data-v-fe5ea6d5]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;max-width:480px;width:100%;box-shadow:0 24px 48px #0f172a4d;overflow:hidden}[data-theme=dark] .cd-modal[data-v-fe5ea6d5]{box-shadow:0 24px 48px #0009}.cd-header[data-v-fe5ea6d5]{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-color)}.cd-icon-wrap[data-v-fe5ea6d5]{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cd-icon-default[data-v-fe5ea6d5]{background:#3b82f61f;color:#1d4ed8}.cd-icon-danger[data-v-fe5ea6d5]{background:#ef44441f;color:#b91c1c}.cd-icon-warning[data-v-fe5ea6d5]{background:#eab30826;color:#a16207}[data-theme=dark] .cd-icon-default[data-v-fe5ea6d5]{background:#3b82f62e;color:#93c5fd}[data-theme=dark] .cd-icon-danger[data-v-fe5ea6d5]{background:#ef44442e;color:#f87171}[data-theme=dark] .cd-icon-warning[data-v-fe5ea6d5]{background:#eab3082e;color:#fde047}.cd-header-text[data-v-fe5ea6d5]{flex:1;min-width:0}.cd-header-text h2[data-v-fe5ea6d5]{margin:0;font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.3}.cd-close-btn[data-v-fe5ea6d5]{width:32px;height:32px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.cd-close-btn[data-v-fe5ea6d5]:hover{background:var(--bg-hover);color:var(--text-primary)}.cd-body[data-v-fe5ea6d5]{padding:20px;color:var(--text-primary);font-size:14px;line-height:1.5}.cd-body p[data-v-fe5ea6d5]{margin:0;white-space:pre-wrap}.cd-footer[data-v-fe5ea6d5]{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;background:var(--bg-hover);border-top:1px solid var(--border-color)}[data-theme=dark] .cd-footer[data-v-fe5ea6d5]{background:var(--bg-page)}.cd-btn[data-v-fe5ea6d5]{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid transparent;white-space:nowrap;font-family:inherit;min-height:36px}.cd-btn[data-v-fe5ea6d5]:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f666}.cd-btn-secondary[data-v-fe5ea6d5]{background:var(--bg-card);color:var(--text-secondary);border-color:var(--border-color)}.cd-btn-secondary[data-v-fe5ea6d5]:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-secondary)}.cd-btn-primary[data-v-fe5ea6d5]{background:#0f172a;color:#fff;border-color:#0f172a}.cd-btn-primary[data-v-fe5ea6d5]:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a33}[data-theme=dark] .cd-btn-primary[data-v-fe5ea6d5]{background:#3b82f6;border-color:#3b82f6}[data-theme=dark] .cd-btn-primary[data-v-fe5ea6d5]:hover{background:#2563eb;border-color:#2563eb}.cd-btn-danger[data-v-fe5ea6d5]{background:#dc2626;color:#fff;border-color:#dc2626}.cd-btn-danger[data-v-fe5ea6d5]:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.cd-btn-warning[data-v-fe5ea6d5]{background:#eab308;color:#fff;border-color:#eab308}.cd-btn-warning[data-v-fe5ea6d5]:hover{background:#ca8a04;transform:translateY(-1px);box-shadow:0 4px 12px #eab3084d}.cd-fade-enter-active[data-v-fe5ea6d5]{transition:opacity .15s ease-out}.cd-fade-leave-active[data-v-fe5ea6d5]{transition:opacity .1s ease-in}.cd-fade-enter-from[data-v-fe5ea6d5],.cd-fade-leave-to[data-v-fe5ea6d5]{opacity:0}.cd-fade-enter-active .cd-modal[data-v-fe5ea6d5]{animation:cd-scale-in-fe5ea6d5 .18s ease-out}@keyframes cd-scale-in-fe5ea6d5{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.pd-overlay[data-v-598abbfc]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);outline:none}[data-theme=dark] .pd-overlay[data-v-598abbfc]{background:#0009}.pd-modal[data-v-598abbfc]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;max-width:480px;width:100%;box-shadow:0 24px 48px #0f172a4d;overflow:hidden}[data-theme=dark] .pd-modal[data-v-598abbfc]{box-shadow:0 24px 48px #0009}.pd-header[data-v-598abbfc]{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-color)}.pd-icon-wrap[data-v-598abbfc]{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pd-icon-default[data-v-598abbfc]{background:#3b82f61f;color:#1d4ed8}.pd-icon-danger[data-v-598abbfc]{background:#ef44441f;color:#b91c1c}.pd-icon-warning[data-v-598abbfc]{background:#eab30826;color:#a16207}[data-theme=dark] .pd-icon-default[data-v-598abbfc]{background:#3b82f62e;color:#93c5fd}[data-theme=dark] .pd-icon-danger[data-v-598abbfc]{background:#ef44442e;color:#f87171}[data-theme=dark] .pd-icon-warning[data-v-598abbfc]{background:#eab3082e;color:#fde047}.pd-header-text[data-v-598abbfc]{flex:1;min-width:0}.pd-header-text h2[data-v-598abbfc]{margin:0;font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.3}.pd-close-btn[data-v-598abbfc]{width:32px;height:32px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-card);color:var(--text-secondary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.pd-close-btn[data-v-598abbfc]:hover{background:var(--bg-hover);color:var(--text-primary)}.pd-body[data-v-598abbfc]{padding:20px;display:flex;flex-direction:column;gap:12px}.pd-message[data-v-598abbfc]{margin:0;color:var(--text-primary);font-size:14px;line-height:1.5;white-space:pre-wrap}.pd-field[data-v-598abbfc]{display:flex;flex-direction:column}.pd-input[data-v-598abbfc]{width:100%;height:40px;padding:0 12px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:14px;transition:all .15s;font-family:inherit}.pd-textarea[data-v-598abbfc]{height:auto;padding:10px 12px;min-height:80px;resize:vertical;line-height:1.5}.pd-input[data-v-598abbfc]::placeholder{color:var(--text-secondary);opacity:.6}.pd-input[data-v-598abbfc]:hover{border-color:var(--text-secondary)}.pd-input[data-v-598abbfc]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.pd-hint[data-v-598abbfc]{font-size:11px;color:var(--text-secondary);opacity:.7;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pd-hint kbd[data-v-598abbfc]{padding:1px 5px;background:var(--bg-hover);border:1px solid var(--border-color);border-radius:4px;font-size:10px;font-family:JetBrains Mono,monospace;color:var(--text-primary);font-weight:600}.pd-hint-required[data-v-598abbfc]{color:#dc2626;opacity:1}[data-theme=dark] .pd-hint-required[data-v-598abbfc]{color:#f87171}.pd-footer[data-v-598abbfc]{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;background:var(--bg-hover);border-top:1px solid var(--border-color)}[data-theme=dark] .pd-footer[data-v-598abbfc]{background:var(--bg-page)}.pd-btn[data-v-598abbfc]{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid transparent;white-space:nowrap;font-family:inherit;min-height:36px}.pd-btn[data-v-598abbfc]:disabled{opacity:.5;cursor:not-allowed}.pd-btn[data-v-598abbfc]:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f666}.pd-btn-secondary[data-v-598abbfc]{background:var(--bg-card);color:var(--text-secondary);border-color:var(--border-color)}.pd-btn-secondary[data-v-598abbfc]:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--text-secondary)}.pd-btn-primary[data-v-598abbfc]{background:#0f172a;color:#fff;border-color:#0f172a}.pd-btn-primary[data-v-598abbfc]:hover:not(:disabled){background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a33}[data-theme=dark] .pd-btn-primary[data-v-598abbfc]{background:#3b82f6;border-color:#3b82f6}[data-theme=dark] .pd-btn-primary[data-v-598abbfc]:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.pd-btn-danger[data-v-598abbfc]{background:#dc2626;color:#fff;border-color:#dc2626}.pd-btn-danger[data-v-598abbfc]:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.pd-btn-warning[data-v-598abbfc]{background:#eab308;color:#fff;border-color:#eab308}.pd-btn-warning[data-v-598abbfc]:hover:not(:disabled){background:#ca8a04;transform:translateY(-1px);box-shadow:0 4px 12px #eab3084d}.pd-fade-enter-active[data-v-598abbfc]{transition:opacity .15s ease-out}.pd-fade-leave-active[data-v-598abbfc]{transition:opacity .1s ease-in}.pd-fade-enter-from[data-v-598abbfc],.pd-fade-leave-to[data-v-598abbfc]{opacity:0}.pd-fade-enter-active .pd-modal[data-v-598abbfc]{animation:pd-scale-in-598abbfc .18s ease-out}@keyframes pd-scale-in-598abbfc{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.cp-overlay[data-v-bded39d4]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;background:#0f172a80;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;padding-left:20px;padding-right:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:cp-fade-in-bded39d4 .15s ease-out}[data-theme=dark] .cp-overlay[data-v-bded39d4]{background:#000000a6}@keyframes cp-fade-in-bded39d4{0%{opacity:0}to{opacity:1}}.cp-panel[data-v-bded39d4]{width:100%;max-width:640px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;box-shadow:0 24px 60px #0f172a59;overflow:hidden;animation:cp-scale-in-bded39d4 .18s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;max-height:70vh}[data-theme=dark] .cp-panel[data-v-bded39d4]{box-shadow:0 24px 60px #0009}@keyframes cp-scale-in-bded39d4{0%{transform:scale(.96) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.cp-search-bar[data-v-bded39d4]{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border-color);background:var(--bg-card)}.cp-search-icon[data-v-bded39d4]{color:var(--text-secondary);flex-shrink:0}.cp-input[data-v-bded39d4]{flex:1;border:none;background:transparent;color:var(--text-primary);font-size:15px;outline:none;font-family:inherit}.cp-input[data-v-bded39d4]::placeholder{color:var(--text-secondary);opacity:.6}.cp-kbd[data-v-bded39d4]{padding:3px 8px;background:var(--bg-hover);border:1px solid var(--border-color);border-radius:5px;font-size:10px;font-family:JetBrains Mono,monospace;color:var(--text-secondary);font-weight:600}.cp-results[data-v-bded39d4]{flex:1;overflow-y:auto;padding:6px}.cp-group[data-v-bded39d4]{padding:4px 0}.cp-group+.cp-group[data-v-bded39d4]{border-top:1px solid var(--border-color);margin-top:4px;padding-top:8px}.cp-group-header[data-v-bded39d4]{padding:6px 12px 4px;font-size:10px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.6px;opacity:.7}.cp-item[data-v-bded39d4]{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:var(--text-primary);cursor:pointer;text-align:left;transition:background .1s;font-family:inherit}.cp-item[data-v-bded39d4]:hover,.cp-item.cp-selected[data-v-bded39d4]{background:var(--bg-hover)}.cp-item.cp-selected[data-v-bded39d4]{background:#3b82f614}.cp-item-icon[data-v-bded39d4]{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-icon-default[data-v-bded39d4]{background:var(--bg-hover);color:var(--text-secondary)}.cp-icon-blue[data-v-bded39d4]{background:#3b82f61f;color:#1d4ed8}.cp-icon-green[data-v-bded39d4]{background:#22c55e1f;color:#15803d}.cp-icon-yellow[data-v-bded39d4]{background:#eab30826;color:#a16207}.cp-icon-red[data-v-bded39d4]{background:#ef44441f;color:#b91c1c}.cp-icon-purple[data-v-bded39d4]{background:#a855f71f;color:#7e22ce}.cp-icon-cyan[data-v-bded39d4]{background:#06b6d41f;color:#0e7490}.cp-icon-slate[data-v-bded39d4]{background:#94a3b826;color:#475569}[data-theme=dark] .cp-icon-blue[data-v-bded39d4]{background:#3b82f633;color:#93c5fd}[data-theme=dark] .cp-icon-green[data-v-bded39d4]{background:#22c55e33;color:#86efac}[data-theme=dark] .cp-icon-yellow[data-v-bded39d4]{background:#eab30833;color:#fde047}[data-theme=dark] .cp-icon-red[data-v-bded39d4]{background:#ef444433;color:#f87171}[data-theme=dark] .cp-icon-purple[data-v-bded39d4]{background:#a855f733;color:#d8b4fe}[data-theme=dark] .cp-icon-cyan[data-v-bded39d4]{background:#06b6d433;color:#67e8f9}[data-theme=dark] .cp-icon-slate[data-v-bded39d4]{background:#94a3b833;color:#cbd5e1}.cp-item-body[data-v-bded39d4]{flex:1;min-width:0}.cp-item-label[data-v-bded39d4]{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.3}.cp-item-desc[data-v-bded39d4]{font-size:11px;color:var(--text-secondary);margin-top:2px}[data-v-bded39d4] mark{background:#eab30840;color:inherit;border-radius:3px;padding:0 2px;font-weight:700}[data-theme=dark][data-v-bded39d4] mark{background:#eab30859}.cp-item-kbd[data-v-bded39d4]{padding:2px 6px;background:var(--bg-hover);border:1px solid var(--border-color);border-radius:4px;font-size:10px;font-family:JetBrains Mono,monospace;color:var(--text-secondary);font-weight:600}.cp-item-enter[data-v-bded39d4]{color:var(--text-secondary);opacity:0;transition:opacity .15s}.cp-item.cp-selected .cp-item-enter[data-v-bded39d4],.cp-item:hover .cp-item-enter[data-v-bded39d4]{opacity:.7}.cp-empty[data-v-bded39d4]{padding:40px 20px;text-align:center;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:8px}.cp-empty svg[data-v-bded39d4]{opacity:.4}.cp-empty-title[data-v-bded39d4]{font-size:14px;font-weight:600;color:var(--text-primary);margin-top:4px}.cp-empty p[data-v-bded39d4]{margin:0;font-size:12px}.cp-footer[data-v-bded39d4]{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-top:1px solid var(--border-color);background:var(--bg-hover);font-size:10px;color:var(--text-secondary)}[data-theme=dark] .cp-footer[data-v-bded39d4]{background:var(--bg-page)}.cp-footer-hints[data-v-bded39d4]{display:flex;gap:14px}.cp-footer-hints span[data-v-bded39d4]{display:inline-flex;align-items:center;gap:4px}.cp-footer-hints kbd[data-v-bded39d4]{padding:1px 5px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:3px;font-size:10px;font-family:JetBrains Mono,monospace;color:var(--text-primary);min-width:18px;text-align:center}.cp-footer-brand[data-v-bded39d4]{display:inline-flex;align-items:center;gap:4px;font-weight:600}.cp-footer-brand svg[data-v-bded39d4]{color:#3b82f6}@media (max-width: 600px){.cp-overlay[data-v-bded39d4]{padding-top:10vh}.cp-input[data-v-bded39d4]{font-size:14px}.cp-footer-hints[data-v-bded39d4]{gap:10px}}.ctx-overlay[data-v-8c1d9f44]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10003}.ctx-menu[data-v-8c1d9f44]{position:fixed;min-width:200px;max-width:280px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 12px 32px #0f172a33;padding:4px;animation:ctx-in-8c1d9f44 .12s ease-out;transform-origin:top left}[data-theme=dark] .ctx-menu[data-v-8c1d9f44]{box-shadow:0 12px 32px #00000080}@keyframes ctx-in-8c1d9f44{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ctx-item[data-v-8c1d9f44]{width:100%;display:flex;align-items:center;gap:8px;padding:7px 10px;border:none;background:transparent;border-radius:6px;color:var(--text-primary);font-size:13px;text-align:left;cursor:pointer;transition:background .1s;font-family:inherit}.ctx-item[data-v-8c1d9f44]:hover:not(.disabled){background:var(--bg-hover)}.ctx-item.disabled[data-v-8c1d9f44]{opacity:.5;cursor:not-allowed}.ctx-item.danger[data-v-8c1d9f44]{color:#dc2626}.ctx-item.danger[data-v-8c1d9f44]:hover:not(.disabled){background:#fef2f2}[data-theme=dark] .ctx-item.danger[data-v-8c1d9f44]{color:#f87171}[data-theme=dark] .ctx-item.danger[data-v-8c1d9f44]:hover:not(.disabled){background:#ef444426}.ctx-icon[data-v-8c1d9f44]{color:var(--text-secondary);flex-shrink:0}.ctx-item.danger .ctx-icon[data-v-8c1d9f44]{color:inherit}.ctx-label[data-v-8c1d9f44]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctx-shortcut[data-v-8c1d9f44]{padding:1px 5px;background:var(--bg-hover);border-radius:4px;font-size:10px;font-family:JetBrains Mono,monospace;color:var(--text-secondary);font-weight:600}.ctx-arrow[data-v-8c1d9f44]{color:var(--text-secondary);opacity:.6;flex-shrink:0}.ctx-divider[data-v-8c1d9f44]{height:1px;background:var(--border-color);margin:4px 0}.ctx-header[data-v-8c1d9f44]{padding:6px 10px 2px;font-size:10px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;opacity:.7}.changelog-overlay[data-v-d828837b]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10002;padding:16px}.changelog-modal[data-v-d828837b]{background:var(--bg-card, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:18px;max-width:640px;width:100%;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 30px 70px #00000059,0 8px 24px #00000026;overflow:hidden}.changelog-hero[data-v-d828837b]{position:relative;padding:24px 28px 22px;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.18) 0%,transparent 40%),radial-gradient(circle at 80% 30%,rgba(139,92,246,.18) 0%,transparent 40%),linear-gradient(135deg,#0f172a,#1e293b 55%,#0f172a);color:#f8fafc;overflow:hidden}.changelog-hero[data-v-d828837b]:before{content:"";position:absolute;top:-30px;right:-30px;width:180px;height:180px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;filter:blur(40px);opacity:.35;pointer-events:none}.hero-badge[data-v-d828837b]{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:11px;font-weight:600;letter-spacing:.3px;color:#e0e7ff;margin-bottom:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.changelog-hero h2[data-v-d828837b]{margin:0 0 6px;font-size:22px;font-weight:700;letter-spacing:-.4px;color:#fff}.hero-sub[data-v-d828837b]{margin:0;font-size:13px;line-height:1.55;color:#cbd5e1;max-width:480px}.hero-close[data-v-d828837b]{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#f1f5f9;border-radius:8px;cursor:pointer;transition:all .15s}.hero-close[data-v-d828837b]:hover{background:#ffffff2e;border-color:#ffffff47}.changelog-body[data-v-d828837b]{padding:20px 28px 8px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:20px}.cl-section-title[data-v-d828837b]{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:var(--text-secondary, #64748b);text-transform:uppercase;letter-spacing:.6px;margin-bottom:8px}.cl-item[data-v-d828837b]{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-color, #f1f5f9)}.cl-item[data-v-d828837b]:last-child{border-bottom:none}.cl-icon-wrap[data-v-d828837b]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;flex-shrink:0;margin-top:2px}.cl-icon-wrap.design[data-v-d828837b]{background:#3b82f61f;color:#1d4ed8}.cl-icon-wrap.productivity[data-v-d828837b]{background:#10b9811f;color:#047857}.cl-icon-wrap.ai[data-v-d828837b]{background:#8b5cf61f;color:#6d28d9}.cl-icon-wrap.feedback[data-v-d828837b]{background:#f59e0b24;color:#b45309}.cl-icon-wrap.misc[data-v-d828837b]{background:#ec48991f;color:#be185d}.cl-item strong[data-v-d828837b]{font-size:13px;font-weight:600;color:var(--text-primary, #0f172a);display:block;margin-bottom:3px}.cl-item p[data-v-d828837b]{font-size:12px;color:var(--text-secondary, #64748b);margin:0;line-height:1.5}.cl-item p code[data-v-d828837b]{font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:11px;padding:1px 5px;border-radius:4px;background:var(--bg-hover, #f1f5f9);color:var(--text-primary, #0f172a)}.changelog-footer[data-v-d828837b]{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 28px 18px;border-top:1px solid var(--border-color, #e5e7eb);background:var(--bg-stripe, #f8fafc)}.footer-hint[data-v-d828837b]{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--text-secondary, #94a3b8);max-width:380px;line-height:1.4}.footer-hint em[data-v-d828837b]{font-style:normal;font-weight:600;color:var(--text-secondary, #64748b)}.btn-primary[data-v-d828837b]{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:10px;border:none;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;box-shadow:0 4px 12px #2563eb47;white-space:nowrap}.btn-primary[data-v-d828837b]:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb61}.cl-fade-enter-active[data-v-d828837b],.cl-fade-leave-active[data-v-d828837b]{transition:opacity .2s ease}.cl-fade-enter-from[data-v-d828837b],.cl-fade-leave-to[data-v-d828837b]{opacity:0}.cl-scale-enter-active[data-v-d828837b],.cl-scale-leave-active[data-v-d828837b]{transition:all .25s cubic-bezier(.16,1,.3,1)}.cl-scale-enter-from[data-v-d828837b],.cl-scale-leave-to[data-v-d828837b]{opacity:0;transform:scale(.96) translateY(8px)}@media (max-width: 640px){.changelog-modal[data-v-d828837b]{max-height:95vh}.changelog-hero[data-v-d828837b]{padding:20px 20px 18px}.changelog-hero h2[data-v-d828837b]{font-size:19px}.changelog-body[data-v-d828837b]{padding:16px 20px 8px}.changelog-footer[data-v-d828837b]{flex-direction:column;align-items:stretch;gap:10px;padding:14px 20px 18px}.btn-primary[data-v-d828837b]{justify-content:center}}.tour-overlay[data-v-3cd276c0]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10003;pointer-events:none}.tour-spotlight[data-v-3cd276c0]{position:fixed;border:3px solid #3b82f6;border-radius:10px;box-shadow:0 0 0 9999px #0f172aa6,0 0 0 4px #3b82f64d,0 0 24px #3b82f680;pointer-events:none;transition:all .35s cubic-bezier(.16,1,.3,1);animation:tour-pulse-3cd276c0 2s ease-in-out infinite}@keyframes tour-pulse-3cd276c0{0%,to{box-shadow:0 0 0 9999px #0f172aa6,0 0 0 4px #3b82f64d,0 0 24px #3b82f680}50%{box-shadow:0 0 0 9999px #0f172aa6,0 0 0 6px #3b82f673,0 0 32px #3b82f6b3}}.tour-overlay[data-v-3cd276c0]:not(:has(.tour-spotlight)):before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.tour-tooltip[data-v-3cd276c0]{position:fixed;width:380px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:0;box-shadow:0 25px 60px #00000040,0 8px 20px #0000001a;pointer-events:all;z-index:10004;overflow:hidden;animation:tour-tooltip-in-3cd276c0 .3s cubic-bezier(.16,1,.3,1)}@keyframes tour-tooltip-in-3cd276c0{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.tour-arrow[data-v-3cd276c0]{position:absolute;width:16px;height:16px;background:#fff;border:1px solid #e5e7eb;transform:rotate(45deg)}.tour-arrow.arrow-top[data-v-3cd276c0]{top:-8px;left:32px;border-right:none;border-bottom:none}.tour-arrow.arrow-bottom[data-v-3cd276c0]{bottom:-8px;left:32px;border-left:none;border-top:none}.tour-header[data-v-3cd276c0]{display:flex;align-items:center;gap:10px;padding:12px 14px 8px}.tour-header-icon[data-v-3cd276c0]{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;flex-shrink:0}.tour-step-indicator[data-v-3cd276c0]{display:flex;align-items:baseline;gap:4px;flex:1;font-size:11px;color:#64748b;font-weight:500}.tour-step-num[data-v-3cd276c0]{font-size:14px;font-weight:700;color:#0f172a}.tour-step-sep[data-v-3cd276c0]{text-transform:uppercase;letter-spacing:.4px;font-size:10px}.tour-step-total[data-v-3cd276c0]{font-size:12px;font-weight:600;color:#94a3b8}.tour-close-btn[data-v-3cd276c0]{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:none;color:#94a3b8;border-radius:6px;cursor:pointer;transition:all .15s;flex-shrink:0}.tour-close-btn[data-v-3cd276c0]:hover{background:#f1f5f9;color:#0f172a}.tour-progress[data-v-3cd276c0]{height:3px;background:#f1f5f9;margin:0 14px;border-radius:2px;overflow:hidden}.tour-progress-fill[data-v-3cd276c0]{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;transition:width .4s cubic-bezier(.16,1,.3,1)}.tour-body[data-v-3cd276c0]{padding:12px 16px 16px}.tour-body h4[data-v-3cd276c0]{margin:0 0 6px;font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.tour-body p[data-v-3cd276c0]{margin:0;font-size:13px;color:#475569;line-height:1.55}.tour-actions[data-v-3cd276c0]{display:flex;align-items:center;gap:6px;padding:12px 14px;background:#f8fafc;border-top:1px solid #e5e7eb}.tour-btn-primary[data-v-3cd276c0],.tour-btn-secondary[data-v-3cd276c0]{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.tour-btn-primary[data-v-3cd276c0]{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;margin-left:auto;box-shadow:0 2px 6px #2563eb40}.tour-btn-primary[data-v-3cd276c0]:hover{transform:translateY(-1px);box-shadow:0 4px 10px #2563eb59}.tour-btn-secondary[data-v-3cd276c0]{background:#fff;color:#0f172a;border:1px solid #e5e7eb}.tour-btn-secondary[data-v-3cd276c0]:hover{background:#f1f5f9;border-color:#cbd5e1}.tour-btn-skip[data-v-3cd276c0]{padding:7px 10px;border:none;background:none;color:#64748b;font-size:12px;cursor:pointer;border-radius:6px;transition:all .15s}.tour-btn-skip[data-v-3cd276c0]:hover{color:#0f172a;background:#f1f5f9}.tour-fade-enter-active[data-v-3cd276c0],.tour-fade-leave-active[data-v-3cd276c0]{transition:opacity .25s}.tour-fade-enter-from[data-v-3cd276c0],.tour-fade-leave-to[data-v-3cd276c0]{opacity:0}#app{min-height:100vh;background-color:var(--bg-page, #fafafa);color:var(--text-primary, #212121);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}[data-theme=dark] #app{background-color:var(--bg-page)!important;color:var(--text-primary)!important}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1976d2,#1565c0);padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:400px;width:100%;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-page, #f5f5f5);color:var(--text-primary, #333)}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:#c62828!important;background:#fff8f8!important}.field-error{display:block;font-size:12px;color:#c62828;margin-top:4px;font-weight:500}.icon-btn-delete,.btn-delete,[class*=delete]{margin-left:auto!important}.icon-btn-delete{opacity:.5;transition:opacity .2s,background .2s!important}.icon-btn-delete:hover{opacity:1;background:#ffebee!important;color:#c62828!important}:root{--primary-color: #1976d2;--primary-dark: #1565c0;--secondary-color: #dc004e;--success-color: #4caf50;--warning-color: #ff9800;--error-color: #f44336;--text-primary: #0f172a;--text-secondary: #64748b;--border-color: #e2e8f0;--bg-light: #f8fafc;--bg-page: #f8fafc;--bg-card: #ffffff;--bg-navbar: #ffffff;--bg-input: #ffffff;--bg-hover: #f1f5f9;--bg-stripe: #f8fafc;--shadow: rgba(0, 0, 0, .06);--shadow-md: rgba(0, 0, 0, .1);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--shadow-card: 0 1px 3px 0 rgba(0,0,0,.05), 0 1px 2px -1px rgba(0,0,0,.04);--shadow-hover: 0 4px 12px -2px rgba(0,0,0,.08);--p-50: #eff6ff;--p-100: #dbeafe;--p-200: #bfdbfe;--p-500: #3b82f6;--p-600: #2563eb;--p-700: #1d4ed8;--g-100: #dcfce7;--g-500: #10b981;--g-600: #059669;--g-700: #166534;--y-100: #fef3c7;--y-500: #f59e0b;--y-600: #d97706;--y-700: #92400e;--r-100: #fee2e2;--r-500: #ef4444;--r-600: #dc2626;--r-700: #991b1b;--pu-100: #f3e8ff;--pu-500: #8b5cf6;--pu-700: #6b21a8;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a}[data-theme=dark]{--primary-color: #42a5f5;--primary-dark: #1976d2;--text-primary: #e2e8f0;--text-secondary: #94a3b8;--border-color: #334155;--bg-light: #0f172a;--bg-page: #0f172a;--bg-card: #1e293b;--bg-navbar: #1e293b;--bg-input: #1e293b;--bg-hover: #334155;--bg-stripe: #162032;--bg-secondary: #1e293b;--shadow: rgba(0, 0, 0, .4);--shadow-md: rgba(0, 0, 0, .5);--license-bg-critical: rgba(229, 57, 53, .2);--license-color-critical: #ef5350;--license-bg-warning: rgba(255, 152, 0, .2);--license-color-warning: #ffb74d}@media (max-width: 768px){button,a,input[type=checkbox],input[type=radio],select{min-height:44px;min-width:44px}body{font-size:16px}body{overflow-x:hidden}.main-content{padding:16px!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.filters,.header-actions{flex-direction:column!important;gap:12px!important}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=time],textarea,select{width:100%!important;font-size:16px}.btn-primary,.btn-secondary,.btn-danger{width:100%;justify-content:center;padding:12px 16px}.assets-grid,.grid{grid-template-columns:1fr!important}.dialog-overlay{padding:0!important}.dialog{max-width:100%!important;max-height:100%!important;height:100vh!important;margin:0!important;border-radius:0!important}.dialog-content{max-height:calc(100vh - 140px)!important}.hide-mobile{display:none!important}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.page-header h1{font-size:24px!important}.asset-card,.card{padding:12px!important}.icon{width:20px!important;height:20px!important}.navbar{position:sticky!important;top:0!important;z-index:1000!important}}@media (min-width: 769px) and (max-width: 1024px){.main-content{padding:20px!important}.assets-grid,.grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 480px){.page-header h1{font-size:20px!important}.page-header p{font-size:14px!important}.main-content{padding:12px!important}.card,.asset-card{padding:10px!important}.btn-primary,.btn-secondary{padding:10px 14px;font-size:14px}}@media (max-width: 768px) and (orientation: landscape){.dialog{height:100vh!important}.dialog-content{max-height:calc(100vh - 100px)!important}}@supports (padding: max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.navbar{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}.main-content{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right));padding-bottom:max(24px,env(safe-area-inset-bottom))}}@media (max-width: 768px){.form-group{margin-bottom:16px!important}.form-row{flex-direction:column!important;gap:16px!important}.stats-grid,.dashboard-grid{grid-template-columns:1fr!important;gap:12px!important}.stat-card{padding:16px!important}table{font-size:14px!important}table th,table td{padding:8px 4px!important;white-space:nowrap}.action-buttons{display:flex!important;flex-direction:column!important;gap:4px!important}.action-buttons button{width:100%!important;min-width:auto!important}.search-bar,.search-input{width:100%!important;margin-bottom:12px!important}.filter-group{flex-direction:column!important;gap:8px!important}.filter-group>*{width:100%!important}.pagination{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important}.pagination button{min-width:40px!important;padding:8px!important}.badge,.tag{font-size:12px!important;padding:4px 8px!important}.dropdown-menu{position:fixed!important;left:8px!important;right:8px!important;width:auto!important;max-width:none!important}.list-item{padding:12px!important;flex-direction:column!important;align-items:flex-start!important}.list-item-actions{width:100%!important;margin-top:8px!important;display:flex!important;gap:8px!important}.modal-header,.modal-body{padding:16px!important}.modal-footer{padding:16px!important;flex-direction:column-reverse!important;gap:8px!important}.modal-footer button{width:100%!important}.tabs{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.tab{min-width:auto!important;padding:12px 16px!important;white-space:nowrap!important}.asset-card-header,.card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.asset-card-actions,.card-actions{width:100%!important;display:flex!important;gap:8px!important}.info-grid{grid-template-columns:1fr!important;gap:12px!important}.info-item{padding:8px 0!important}.info-label{font-size:12px!important;margin-bottom:4px!important}.info-value{font-size:14px!important}.rack-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.rack-unit{min-height:40px!important;font-size:12px!important}.diagram-container{overflow:auto!important;-webkit-overflow-scrolling:touch!important}.calendar{font-size:12px!important}.calendar-day{min-height:60px!important;padding:4px!important}.vlan-card,.ip-card{padding:12px!important}.vlan-card-header,.ip-card-header{flex-direction:column!important;align-items:flex-start!important}.status-badge{font-size:11px!important;padding:3px 6px!important}.org-switcher{width:100%!important;margin-bottom:12px!important}.empty-state{padding:32px 16px!important}.empty-state-icon{width:48px!important;height:48px!important}.empty-state-title{font-size:18px!important}.empty-state-text{font-size:14px!important}.loading-spinner{width:32px!important;height:32px!important}.error-message,.success-message{padding:12px!important;font-size:14px!important}.breadcrumbs{font-size:12px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.tooltip{position:fixed!important;bottom:16px!important;left:16px!important;right:16px!important;top:auto!important}}@media (max-width: 360px){body{font-size:14px!important}.page-header h1{font-size:18px!important}button,.btn{font-size:13px!important;padding:8px 12px!important}.card,.asset-card{padding:8px!important}}@media (max-width: 768px){.rack-detail-view .page-header{flex-direction:column!important;gap:12px!important}.rack-detail-view .header-actions{width:100%!important;flex-direction:column!important;gap:8px!important}.rack-detail-view .header-actions button{width:100%!important}.rack-detail-view .rack-content{flex-direction:column!important}.rack-detail-view .rack-info-panel{width:100%!important;margin-bottom:16px!important}.rack-detail-view .info-card{padding:12px!important;margin-bottom:12px!important}.rack-detail-view .info-grid{grid-template-columns:1fr!important;gap:8px!important}.rack-detail-view .info-item{display:flex!important;justify-content:space-between!important;padding:8px 0!important;border-bottom:1px solid #e0e0e0!important}.rack-detail-view .info-item label{font-weight:600!important;min-width:120px!important}.rack-detail-view .utilization-stats{display:flex!important;justify-content:space-around!important;gap:8px!important}.rack-detail-view .stat-item{text-align:center!important}.rack-detail-view .stat-value{font-size:24px!important;font-weight:700!important}.rack-detail-view .rack-visualization{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.rack-detail-view .rack-container{min-width:300px!important}.rack-detail-view .rack-unit{min-height:36px!important;font-size:11px!important;padding:4px!important}.rack-detail-view .asset-in-rack{padding:8px!important;font-size:12px!important}.rack-detail-view .asset-in-rack-name{font-size:13px!important}.network-view .page-header{flex-direction:column!important;gap:12px!important}.network-view .header-actions,.network-view .header-actions button{width:100%!important}.network-view .tabs{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;display:flex!important;gap:4px!important;padding-bottom:2px!important}.network-view .tab{flex-shrink:0!important;min-width:auto!important;padding:10px 16px!important;font-size:14px!important}.network-view .toolbar{flex-direction:column!important;gap:8px!important;margin-bottom:12px!important}.network-view .search-input{width:100%!important;font-size:16px!important}.network-view .btn-danger{width:100%!important}.network-view .table-info{font-size:12px!important;margin-bottom:8px!important}.network-view .table-container{overflow:visible!important}.network-view .data-table{display:block!important}.network-view .data-table thead{display:none!important}.network-view .data-table tbody{display:block!important}.network-view .data-table tr{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto auto!important;margin-bottom:10px!important;border:1px solid #e0e0e0!important;border-radius:10px!important;padding:12px 14px!important;background:#fff!important;gap:2px 8px!important;position:relative!important}.network-view .data-table tr.ip-status-available,.network-view .data-table tr.ip-status-AVAILABLE{border-left:4px solid #4caf50!important}.network-view .data-table tr.ip-status-assigned,.network-view .data-table tr.ip-status-ASSIGNED{border-left:4px solid #1976d2!important}.network-view .data-table tr.ip-status-reserved,.network-view .data-table tr.ip-status-RESERVED{border-left:4px solid #ff9800!important}.network-view .data-table tr.ip-status-conflict,.network-view .data-table tr.ip-status-CONFLICT{border-left:4px solid #f44336!important;background:#fff8f8!important}.network-view .data-table td{display:none!important;padding:0!important;border:none!important}.network-view .data-table td.checkbox-cell{display:flex!important;grid-column:2!important;grid-row:1!important;justify-content:flex-end!important;align-items:flex-start!important}.network-view .data-table td.ip-address-cell{display:block!important;grid-column:1!important;grid-row:1!important;font-size:15px!important;font-weight:600!important;padding-bottom:4px!important}.network-view .data-table td:nth-child(4),.network-view .data-table td:nth-child(5){display:inline-block!important;grid-column:1!important;grid-row:2!important;padding-right:6px!important}.network-view .data-table td:nth-child(3),.network-view .data-table td:nth-child(6){display:inline-block!important;grid-column:1!important;grid-row:3!important;font-size:12px!important;color:#666!important;padding-right:8px!important}.network-view .data-table td:nth-child(7){display:block!important;grid-column:1!important;grid-row:4!important;font-size:12px!important;color:#888!important;font-style:italic!important}.network-view .actions-cell{display:flex!important;grid-column:2!important;grid-row:2 / 4!important;align-items:flex-end!important;justify-content:flex-end!important;gap:4px!important;padding:0!important;border:none!important;margin:0!important}.network-view .actions-cell:before{display:none!important}.network-view .data-table td:before{display:none!important;content:none!important}.network-view .pagination{flex-wrap:wrap!important;justify-content:center!important;gap:6px!important;margin-top:16px!important}.network-view .pagination button{min-width:36px!important;height:36px!important;padding:6px!important;font-size:13px!important}.network-view .pagination select{width:auto!important;min-width:80px!important;font-size:14px!important}.network-view .vlans-grid{grid-template-columns:1fr!important;gap:12px!important}.network-view .vlan-card{padding:12px!important}.network-view .vlan-card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.network-view .vlan-card-actions{width:100%!important;display:flex!important;gap:6px!important}.network-view .vlan-card-actions button{flex:1!important}.network-view .wlans-grid{grid-template-columns:1fr!important;gap:12px!important}.network-view .wlan-card{padding:12px!important}.network-view .wlan-card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.network-view .wlan-card-actions{width:100%!important;display:flex!important;gap:6px!important}.network-view .wlan-card-actions button{flex:1!important}.racks-view .page-header{flex-direction:column!important;gap:12px!important}.racks-view .header-actions,.racks-view .header-actions button{width:100%!important}.racks-view .racks-grid{grid-template-columns:1fr!important;gap:12px!important}.racks-view .rack-card{padding:16px!important}.racks-view .rack-card h3{font-size:16px!important;margin-bottom:12px!important}.racks-view .rack-info{margin-bottom:12px!important}.racks-view .rack-info p{font-size:13px!important;margin:6px 0!important}.racks-view .card-actions{display:flex!important;justify-content:space-around!important;gap:8px!important;padding-top:12px!important;margin-top:12px!important}.racks-view .btn-icon{width:44px!important;height:44px!important;flex-shrink:0!important}.racks-view .btn-icon svg{width:22px!important;height:22px!important}.rack-detail-view .rack-content{grid-template-columns:1fr!important;gap:16px!important}.rack-detail-view .rack-info-panel{order:2!important}.rack-detail-view .rack-visualization-container{order:1!important}.rack-detail-view .info-card{padding:16px!important}.rack-detail-view .info-card h3{font-size:16px!important;margin-bottom:12px!important}.rack-detail-view .info-grid{gap:10px!important}.rack-detail-view .info-item{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding:8px 0!important}.rack-detail-view .info-item label{font-size:12px!important;font-weight:600!important}.rack-detail-view .info-item span{font-size:14px!important}.rack-detail-view .utilization-stats{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.rack-detail-view .stat-value{font-size:20px!important}.rack-detail-view .stat-label{font-size:11px!important}.rack-detail-view .asset-item{padding:10px!important;font-size:13px!important}.rack-detail-view .asset-position{font-size:11px!important;min-width:50px!important}.rack-detail-view .asset-name{font-size:14px!important}.rack-detail-view .asset-details{font-size:11px!important}}@media (max-width: 480px){.rack-detail-view .stat-value{font-size:20px!important}.rack-detail-view .stat-label{font-size:10px!important}.network-view .data-table td:before{display:none!important;content:none!important}.network-view code{font-size:12px!important}}@media (max-width: 768px){.vpn-view .page-header{flex-direction:column!important;gap:12px!important}.vpn-view .header-actions,.vpn-view .header-actions button{width:100%!important}.vpn-view .table-container{overflow:visible!important}.vpn-view .data-table{display:block!important}.vpn-view .data-table thead{display:none!important}.vpn-view .data-table tbody{display:block!important}.vpn-view .data-table tr{display:block!important;margin-bottom:12px!important;border:1px solid #e0e0e0!important;border-radius:8px!important;padding:12px!important;background:#fff!important}.vpn-view .data-table td{display:block!important;padding:6px 0!important;border:none!important;text-align:left!important}.vpn-view .data-table td:before{content:attr(data-label)!important;font-weight:600!important;display:inline-block!important;min-width:100px!important;margin-right:8px!important}.vpn-view .actions-cell{margin-top:8px!important;padding-top:8px!important;border-top:1px solid #e0e0e0!important}.vpn-view .actions-cell:before{display:none!important}.vpn-view .actions-cell>div{display:flex!important;flex-direction:column!important;gap:6px!important}.vpn-view .actions-cell button{width:100%!important;justify-content:center!important}.network-view .data-table input[type=checkbox],.vpn-view .data-table input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:0!important;transform:none!important}.network-view .data-table td:first-child,.vpn-view .data-table td:first-child{border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}.network-view .data-table td:first-child:before,.vpn-view .data-table td:first-child:before{display:none!important}.network-view .data-table td:first-child input[type=checkbox],.vpn-view .data-table td:first-child input[type=checkbox]{float:none!important}.assets-view .page-header{flex-direction:column!important;gap:12px!important}.assets-view .header-actions{width:100%!important;flex-direction:column!important;gap:8px!important}.assets-view .header-actions button{width:100%!important}.assets-view .filters{flex-direction:column!important;gap:8px!important}.assets-view .filters input,.assets-view .filters select{width:100%!important}.assets-view .assets-grid{grid-template-columns:1fr!important;gap:12px!important}.assets-view .asset-card{padding:12px!important}.assets-view .asset-card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.assets-view .asset-card-actions{width:100%!important;display:flex!important;gap:6px!important}.assets-view .asset-card-actions button{flex:1!important}.assets-view .asset-selection input[type=checkbox],.assets-view .checkbox-label input[type=checkbox]{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}.assets-view .selection-controls{padding:10px 12px!important}.assets-view .checkbox-label{font-size:13px!important}.mobile-view .page-header{flex-direction:column!important;gap:12px!important}.mobile-view .header-actions,.mobile-view .header-actions button{width:100%!important}.mobile-view .tabs{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.mobile-view .tab{flex-shrink:0!important;padding:10px 16px!important}.mobile-view .cards-grid{grid-template-columns:1fr!important;gap:12px!important}.mobile-view .sim-card,.mobile-view .device-card{padding:12px!important}.mobile-view .card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.mobile-view .card-actions{width:100%!important;display:flex!important;gap:6px!important}.mobile-view .card-actions button{flex:1!important}.maintenance-view .page-header{flex-direction:column!important;gap:12px!important}.maintenance-view .header-actions,.maintenance-view .header-actions button{width:100%!important}.maintenance-view .calendar-nav{gap:12px!important}.maintenance-view .current-month{font-size:18px!important;min-width:150px!important}.maintenance-view .nav-btn{width:36px!important;height:36px!important}.maintenance-view .view-toggle{flex-direction:row!important;gap:6px!important}.maintenance-view .toggle-btn{flex:1!important;padding:10px 12px!important;font-size:13px!important}.maintenance-view .toggle-btn svg{width:14px!important;height:14px!important}.maintenance-view .calendar{font-size:11px!important}.maintenance-view .calendar-container{padding:12px!important}.maintenance-view .calendar-grid{gap:0!important}.maintenance-view .weekday-header{padding:8px 4px!important;font-size:11px!important}.maintenance-view .calendar-day{min-height:80px!important;padding:4px!important}.maintenance-view .day-number{font-size:12px!important}.maintenance-view .event-dot{font-size:9px!important;padding:1px 4px!important}.maintenance-view .event-title{font-size:9px!important}.maintenance-view .more-events{font-size:8px!important}.maintenance-view .day-details{padding:16px!important}.maintenance-view .day-details h3{font-size:16px!important}.maintenance-view .event-card{padding:12px!important}.maintenance-view .event-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.maintenance-view .event-header h4{font-size:15px!important}.maintenance-view .event-details p{font-size:13px!important;margin:6px 0!important}.maintenance-view .filters{flex-direction:column!important;gap:8px!important}.maintenance-view .filter-select{width:100%!important;min-width:auto!important}.maintenance-view .list-container{padding:16px!important}.maintenance-view .table-container{overflow:visible!important}.maintenance-view .data-table{display:block!important}.maintenance-view .data-table thead{display:none!important}.maintenance-view .data-table tbody{display:block!important}.maintenance-view .data-table tr{display:block!important;margin-bottom:16px!important;border:1px solid var(--border-color, #e0e0e0)!important;border-radius:8px!important;padding:12px!important;background:var(--bg-card, white)!important;box-shadow:0 1px 3px var(--shadow, rgba(0, 0, 0, .1))!important}.maintenance-view .data-table td{display:block!important;padding:8px 0!important;border:none!important;text-align:left!important;color:var(--text-primary, #333)!important}.maintenance-view .data-table td:before{content:attr(data-label)!important;font-weight:600!important;display:block!important;margin-bottom:4px!important;color:var(--text-secondary, #666)!important;font-size:12px!important}.maintenance-view .data-table td:first-child{font-size:16px!important;padding-bottom:12px!important;margin-bottom:8px!important;border-bottom:1px solid var(--border-color, #e0e0e0)!important}.maintenance-view .data-table td:first-child:before{display:none!important}.maintenance-view .data-table td:last-child{margin-top:12px!important;padding-top:12px!important;border-top:1px solid var(--border-color, #e0e0e0)!important}.maintenance-view .data-table td:last-child:before{display:none!important}.maintenance-view .data-table td:last-child>div{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important}.maintenance-view .data-table td:last-child button{width:auto!important;flex:1!important;min-width:100px!important;margin:0!important}.maintenance-view .type-badge,.maintenance-view .priority-badge,.maintenance-view .status-badge,.maintenance-view .days-badge{display:inline-block!important;margin-top:4px!important}}@media (max-width: 768px){.dashboard-view .stats-grid{grid-template-columns:1fr!important;gap:12px!important}.dashboard-view .stat-card{padding:16px!important}.dashboard-view .stat-value{font-size:28px!important}.dashboard-view .stat-label{font-size:12px!important}.dashboard-view .dashboard-grid{grid-template-columns:1fr!important;gap:12px!important}.dashboard-view .dashboard-card{padding:12px!important}.dashboard-view .dashboard-card h3{font-size:16px!important}.users-view .page-header{flex-direction:column!important;gap:12px!important}.users-view .header-actions,.users-view .header-actions button{width:100%!important}.users-view .users-grid{grid-template-columns:1fr!important;gap:12px!important}.users-view .user-card{padding:12px!important}.users-view .user-card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.users-view .user-card-actions{width:100%!important;display:flex!important;gap:6px!important}.users-view .user-card-actions button{flex:1!important}}@media (max-width: 768px) and (pointer: fine){.network-view .table-container{overflow-x:auto!important}.network-view .data-table{display:table!important;min-width:600px!important}.network-view .data-table thead{display:table-header-group!important}.network-view .data-table tbody{display:table-row-group!important}.network-view .data-table tr{display:table-row!important;margin-bottom:0!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.network-view .data-table td{display:table-cell!important;padding:16px!important;border-top:1px solid #eee!important;text-align:left!important}.network-view .data-table td:before{display:none!important}.network-view .data-table td:first-child:before{display:none!important}.vpn-view .table-container{overflow-x:auto!important}.vpn-view .data-table{display:table!important;min-width:600px!important}.vpn-view .data-table thead{display:table-header-group!important}.vpn-view .data-table tbody{display:table-row-group!important}.vpn-view .data-table tr{display:table-row!important;margin-bottom:0!important;border:none!important;border-radius:0!important;padding:0!important}.vpn-view .data-table td{display:table-cell!important;padding:16px!important;border-top:1px solid #eee!important}.vpn-view .data-table td:before{display:none!important}.vpn-view .data-table td:first-child:before{display:none!important}.maintenance-view .table-container{overflow-x:auto!important}.maintenance-view .data-table{display:table!important;min-width:600px!important}.maintenance-view .data-table thead{display:table-header-group!important}.maintenance-view .data-table tbody{display:table-row-group!important}.maintenance-view .data-table tr{display:table-row!important;margin-bottom:0!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.maintenance-view .data-table td{display:table-cell!important;padding:16px!important;border-top:1px solid var(--border-color, #eee)!important}.maintenance-view .data-table td:before{display:none!important}}[data-theme=dark] body{background-color:var(--bg-page);color:var(--text-primary)}[data-theme=dark] html,[data-theme=dark] .main-layout{background-color:var(--bg-page)}[data-theme=dark] #app{background-color:var(--bg-page);color:var(--text-primary)}[data-theme=dark] .widget-card,[data-theme=dark] .info-card,[data-theme=dark] .modal-content,[data-theme=dark] .asset-panel,[data-theme=dark] .license-detail-panel,[data-theme=dark] .dialog-overlay .dialog-content,[data-theme=dark] .card{background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .navbar{background:var(--bg-navbar)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .nav-item{color:var(--text-secondary)!important}[data-theme=dark] .nav-item:hover{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .nav-item.router-link-active{background:#42a5f526!important;color:var(--primary-color)!important}[data-theme=dark] .nav-brand{color:var(--primary-color)!important}[data-theme=dark] .main-content{background-color:var(--bg-page)!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-secondary)!important}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px #42a5f526!important}[data-theme=dark] table{color:var(--text-primary)!important}[data-theme=dark] th{background:var(--bg-hover)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] td{border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] tr:hover td{background:var(--bg-hover)!important}[data-theme=dark] tr:nth-child(2n) td{background:var(--bg-stripe)!important}[data-theme=dark] .btn-secondary:hover{background:#475569!important}[data-theme=dark] .results-dropdown,[data-theme=dark] .suggestions-dropdown{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .result-item:hover{background:var(--bg-hover)!important}[data-theme=dark] .result-title{color:var(--text-primary)!important}[data-theme=dark] .result-subtitle{color:var(--text-secondary)!important}[data-theme=dark] .dashboard-hero{background:linear-gradient(135deg,#1565c0,#0d47a1 60%,#0a2d6e)!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:var(--text-primary)!important}[data-theme=dark] p,[data-theme=dark] label,[data-theme=dark] span{color:inherit}[data-theme=dark] .divider,[data-theme=dark] hr{background:var(--border-color)!important;border-color:var(--border-color)!important}[data-theme=dark] .mobile-drawer{background:var(--bg-card)!important}[data-theme=dark] .mobile-nav-item{color:var(--text-primary)!important}[data-theme=dark] .mobile-nav-item:hover{background:var(--bg-hover)!important}[data-theme=dark] .tab-btn{color:var(--text-secondary)!important}[data-theme=dark] .tab-btn.active{color:var(--primary-color)!important;border-color:var(--primary-color)!important}[data-theme=dark] .hero-mode .search-input{background:#ffffff1f!important;color:#fff!important}[data-theme=dark] .hero-mode .search-input::placeholder{color:#fff9!important}[data-theme=dark] .stat-card,[data-theme=dark] .action-card,[data-theme=dark] .settings-section,[data-theme=dark] .admin-content,[data-theme=dark] .activity-card,[data-theme=dark] .activity-content,[data-theme=dark] .stats-card,[data-theme=dark] .table-container,[data-theme=dark] .table-wrapper,[data-theme=dark] .rack-card,[data-theme=dark] .rack-visualization-container,[data-theme=dark] .info-card,[data-theme=dark] .device-card,[data-theme=dark] .sim-card,[data-theme=dark] .vlan-card,[data-theme=dark] .org-card,[data-theme=dark] .dialog,[data-theme=dark] .modal-content,[data-theme=dark] .license-detail-panel,[data-theme=dark] .summary-tile,[data-theme=dark] .compliance-card{background:var(--bg-card)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .table-container table,[data-theme=dark] .table-wrapper table,[data-theme=dark] .licenses-table,[data-theme=dark] .data-table{background:var(--bg-card)!important;color:var(--text-primary)!important}[data-theme=dark] .licenses-table tr.license-row{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .filter-select,[data-theme=dark] .search-input,[data-theme=dark] .form-input,[data-theme=dark] select,[data-theme=dark] input[type=text],[data-theme=dark] input[type=date],[data-theme=dark] input[type=number],[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] textarea{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .summary-tiles .tile,[data-theme=dark] .summary-tile,[data-theme=dark] .pagination-bar,[data-theme=dark] .bottom-bar{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .modal-overlay .modal-content{background:var(--bg-card)!important}[data-theme=dark] .modal-header{border-color:var(--border-color)!important}[data-theme=dark] .modal-body{background:var(--bg-card)!important;color:var(--text-primary)!important}[data-theme=dark] .page-header h1,[data-theme=dark] .page-header p,[data-theme=dark] .section-title,[data-theme=dark] .card-title,[data-theme=dark] .stat-value,[data-theme=dark] .stat-label,[data-theme=dark] .info-label,[data-theme=dark] .info-value,[data-theme=dark] .detail-label,[data-theme=dark] .detail-value{color:var(--text-primary)!important}[data-theme=dark] .text-secondary,[data-theme=dark] .text-muted,[data-theme=dark] .subtitle,[data-theme=dark] .meta-text{color:var(--text-secondary)!important}[data-theme=dark] .login-card{background:var(--bg-card)!important}[data-theme=dark] .divider span{background:var(--bg-card)!important;color:var(--text-secondary)!important}[data-theme=dark] .asset-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .asset-card p,[data-theme=dark] .asset-card strong,[data-theme=dark] .asset-header h3{color:var(--text-primary)!important}[data-theme=dark] .filter-select-audit{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .maintenance-card,[data-theme=dark] .calendar-container,[data-theme=dark] .event-card{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .wlan-card,[data-theme=dark] .vpn-card,[data-theme=dark] .network-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .info-item label{color:var(--text-secondary)!important}[data-theme=dark] .info-item span{color:var(--text-primary)!important}[data-theme=dark] .asset-item{background:var(--bg-stripe)!important}[data-theme=dark] .asset-item:hover{background:var(--bg-hover)!important}[data-theme=dark] .chat-container,[data-theme=dark] .messages-container,[data-theme=dark] .chat-messages{background:var(--bg-card)!important}[data-theme=dark] .not-configured-banner{background-color:#fff8e11a!important;color:#ffd54f!important;border-color:#5d4037!important}[data-theme=dark] .rate-limit-banner{background-color:#fff3e01a!important;color:#ffb74d!important;border-color:#5d4037!important}[data-theme=dark] .calendar-container,[data-theme=dark] .day-details,[data-theme=dark] .list-container,[data-theme=dark] .table-container,[data-theme=dark] .modal-content{background:var(--bg-card)!important;color:var(--text-primary)!important}[data-theme=dark] .calendar-day{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .weekday-header{background:var(--bg-stripe)!important;color:var(--text-secondary)!important}[data-theme=dark] .data-table th{background:var(--bg-stripe)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .data-table td{border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .toggle-btn,[data-theme=dark] .btn-small,[data-theme=dark] .btn-secondary{background:var(--bg-hover)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .toggle-btn:hover,[data-theme=dark] .btn-small:hover{background:var(--bg-stripe)!important}[data-theme=dark] .btn-icon:hover{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .nav-btn{background:var(--bg-stripe)!important;color:var(--text-primary)!important}[data-theme=dark] .filter-select-maintenance{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .organization-switcher .dropdown{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .organization-switcher .org-item:hover{background:var(--bg-hover)!important}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-page)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}[data-theme=dark] code{background:#ffffff14!important;color:#93c5fd!important;padding:2px 6px;border-radius:4px}[data-theme=dark] .network-view .table-container{background:var(--bg-card)!important}[data-theme=dark] .network-view .data-table th.sortable:hover{background:var(--bg-hover)!important}[data-theme=dark] .loan-devices-tab .stat-card{border-color:var(--border-color)!important}[data-theme=dark] .loan-devices-tab .stat-available{background:#2e7d3226!important;color:#66bb6a!important}[data-theme=dark] .loan-devices-tab .stat-issued{background:#1565c026!important;color:#64b5f6!important}[data-theme=dark] .loan-devices-tab .stat-overdue{background:#c6282826!important;color:#ef5350!important}[data-theme=dark] .loan-devices-tab .stat-defective{background:#e6510026!important;color:#ff7043!important}[data-theme=dark] .loan-card{background:var(--bg-card)!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .loan-card:hover{box-shadow:0 4px 16px #0006!important}[data-theme=dark] .loan-card-header h3{color:var(--text-primary)!important}[data-theme=dark] .loan-card-details p{color:var(--text-secondary)!important}[data-theme=dark] .loan-info,[data-theme=dark] .loan-card-actions{border-top-color:var(--border-color)!important}[data-theme=dark] .device-type-badge{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .action-checkout{background:#1565c026!important;color:#64b5f6!important}[data-theme=dark] .action-return{background:#2e7d3226!important;color:#66bb6a!important}[data-theme=dark] .loan-history-panel{border-top-color:var(--border-color)!important}[data-theme=dark] .history-entry{background:var(--bg-hover)!important;border-left-color:#9c27b0!important}[data-theme=dark] .history-borrower{color:var(--text-primary)!important}[data-theme=dark] .status-badge.available{background:#2e7d3233!important;color:#66bb6a!important}[data-theme=dark] .status-badge.reserved{background:#e6510033!important;color:#ff7043!important}[data-theme=dark] .status-badge.issued{background:#1565c033!important;color:#64b5f6!important}[data-theme=dark] .status-badge.returned{background:#ffffff14!important;color:var(--text-secondary)!important}[data-theme=dark] .status-badge.defective{background:#c6282833!important;color:#ef5350!important}[data-theme=dark] .status-badge.in_repair{background:#bf360c33!important;color:#ff7043!important}[data-theme=dark] .status-badge.overdue{background:#c62828!important;color:#fff!important}[data-theme=dark] .status-badge.draft{background:#ffffff14!important;color:var(--text-secondary)!important}[data-theme=dark] .status-badge.active{background:#2e7d3233!important;color:#66bb6a!important}[data-theme=dark] .status-badge.expiring{background:#e6510033!important;color:#ff7043!important}[data-theme=dark] .status-badge.expired{background:#c6282833!important;color:#ef5350!important}[data-theme=dark] .status-badge.cancelled{background:#ffffff0d!important;color:#78909c!important}[data-theme=dark] .status-badge.renewed{background:#1565c033!important;color:#64b5f6!important}[data-theme=dark] .contracts-tab .stat-active{background:#2e7d3226!important;color:#66bb6a!important}[data-theme=dark] .contracts-tab .stat-expiring{background:#e6510026!important;color:#ff7043!important}[data-theme=dark] .contracts-tab .stat-cost{background:#1565c026!important;color:#64b5f6!important}[data-theme=dark] .contracts-tab .stat-expired{background:#c6282826!important;color:#ef5350!important}[data-theme=dark] .contracts-table th{color:var(--text-secondary)!important;border-bottom-color:var(--border-color)!important}[data-theme=dark] .contracts-table td{border-bottom-color:var(--border-color)!important}[data-theme=dark] .contracts-table tbody tr:hover{background:var(--bg-hover)!important}[data-theme=dark] .contracts-table tbody tr.row-expiring{background:#e6510014!important}[data-theme=dark] .contracts-table tbody tr.row-expanded{background:var(--bg-hover)!important}[data-theme=dark] .contract-title{color:var(--text-primary)!important}[data-theme=dark] .contract-number{color:var(--text-secondary)!important}[data-theme=dark] .type-badge{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .contract-detail-panel{background:var(--bg-card)!important}[data-theme=dark] .detail-section h4{color:var(--primary-color)!important}[data-theme=dark] .detail-grid{color:var(--text-secondary)!important}[data-theme=dark] .item-row{border-bottom-color:var(--border-color)!important}[data-theme=dark] .item-type{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .history-entry,[data-theme=dark] .doc-row{border-bottom-color:var(--border-color)!important}[data-theme=dark] .doc-name{color:var(--primary-color)!important}[data-theme=dark] .doc-size,[data-theme=dark] .doc-date{color:var(--text-secondary)!important}[data-theme=dark] .add-item-form{background:var(--bg-hover)!important;border-color:var(--border-color)!important}[data-theme=dark] .no-items,[data-theme=dark] .notes-text{color:var(--text-secondary)!important}[data-theme=dark] .provider-card{background:var(--bg-card)!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .provider-card:hover{box-shadow:0 4px 16px #0006!important}[data-theme=dark] .provider-card-header h3{color:var(--text-primary)!important}[data-theme=dark] .provider-card-body p{color:var(--text-secondary)!important}[data-theme=dark] .provider-card-stats{border-top-color:var(--border-color)!important}[data-theme=dark] .stat-chip{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .provider-detail{border-top-color:var(--border-color)!important}[data-theme=dark] .detail-section{color:var(--text-secondary)!important}[data-theme=dark] .active-badge.active{background:#2e7d3233!important;color:#66bb6a!important}[data-theme=dark] .active-badge.inactive{background:#ffffff0d!important;color:#78909c!important}[data-theme=dark] .quick-provider-form{background:var(--bg-hover)!important;border-color:var(--border-color)!important}[data-theme=dark] .view-tabs{border-bottom-color:var(--border-color)!important}.view-tabs{position:sticky!important;top:60px!important;z-index:10!important;background:var(--bg-page, #f5f5f5)!important;padding-top:4px!important}[data-theme=dark] .view-tab{color:var(--text-secondary)!important}[data-theme=dark] .view-tab:hover{color:var(--primary-color)!important;background:var(--bg-hover)!important}[data-theme=dark] .view-tab.active{color:var(--primary-color)!important;border-bottom-color:var(--primary-color)!important}[data-theme=dark] .search-input,[data-theme=dark] .filter-select,[data-theme=dark] .input-sm{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .modal-content{background:var(--bg-card)!important;color:var(--text-primary)!important}[data-theme=dark] .modal-header{background:var(--primary-color)!important}[data-theme=dark] .modal-body input,[data-theme=dark] .modal-body select,[data-theme=dark] .modal-body textarea{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .modal-body label{color:var(--text-secondary)!important}[data-theme=dark] .modal-footer{border-top-color:var(--border-color)!important}[data-theme=dark] .btn-secondary{background:var(--bg-hover)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .overdue-badge{background:#c6282833!important;color:#ef5350!important}[data-theme=dark] .deadline-badge{background:#e6510033!important;color:#ff7043!important}[data-theme=dark] .tab-badge-warning{background:#e65100!important}[data-theme=dark] .tab-badge-overdue{background:#c62828!important}[data-theme=dark] .admin-settings-view .tab-nav{border-bottom-color:var(--border-color)!important}[data-theme=dark] .admin-settings-view .tab-btn{color:var(--text-secondary)!important}[data-theme=dark] .admin-settings-view .tab-btn:hover{color:var(--primary-color)!important;background:var(--bg-hover)!important}[data-theme=dark] .admin-settings-view .tab-btn.active{color:var(--primary-color)!important;border-bottom-color:var(--primary-color)!important}[data-theme=dark] .admin-settings-view .settings-section{background:var(--bg-card)!important}[data-theme=dark] .admin-settings-view .section-header{border-bottom-color:var(--border-color)!important}[data-theme=dark] .admin-settings-view .section-header h2{color:var(--text-primary)!important}[data-theme=dark] .license-panel .license-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .license-panel .module-badge{background:#42a5f533!important;color:#90caf9!important}[data-theme=dark] .admin-settings-view .section-desc,[data-theme=dark] .admin-settings-view .placeholder-text{color:var(--text-secondary)!important}[data-theme=dark] .backup-table th{color:var(--text-secondary)!important;border-bottom-color:var(--border-color)!important}[data-theme=dark] .backup-table td{border-bottom-color:var(--border-color)!important}[data-theme=dark] .backup-table tr:hover td{background:var(--bg-hover)!important}[data-theme=dark] .backup-filename{color:var(--text-primary)!important}[data-theme=dark] .btn-download{background:#1565c026!important;color:#64b5f6!important}[data-theme=dark] .btn-restore-inline{background:#e6510026!important;color:#ff7043!important}[data-theme=dark] .btn-delete,[data-theme=dark] .backup-error{background:#c6282826!important;color:#ef5350!important}[data-theme=dark] .backup-success{background:#2e7d3226!important;color:#66bb6a!important}[data-theme=dark] .backup-warning{background:#e6510026!important;color:#ff7043!important;border-color:#e651004d!important}[data-theme=dark] .no-backups,[data-theme=dark] .loading-hint,[data-theme=dark] .sysinfo-grid{color:var(--text-secondary)!important}[data-theme=dark] .btn-restore{background:#e6510026!important;color:#ff7043!important;border-color:#e651004d!important}[data-theme=dark] .toggle-text{color:var(--text-primary)!important}[data-theme=dark] .toggle-desc{color:var(--text-secondary)!important}[data-theme=dark] .save-success{color:#66bb6a!important}[data-theme=dark] .save-error{color:#ef5350!important}[data-theme=dark] .messages-area,[data-theme=dark] .ai-chat-view{background:var(--bg-page)!important}[data-theme=dark] .chat-container{background:var(--bg-card)!important;box-shadow:none!important}[data-theme=dark] .chat-message--assistant .message-bubble{background:var(--bg-hover)!important;border-color:var(--border-color)!important}.btn-back-admin{display:inline-flex;align-items:center;gap:6px;background:var(--bg-hover, #f0f0f0);border:1px solid var(--border-color, #ddd);border-radius:8px;color:var(--text-secondary, #555);font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;margin-bottom:12px;transition:all .2s}.btn-back-admin:hover{background:var(--primary-color, #1976d2);color:#fff;border-color:var(--primary-color, #1976d2)}[data-theme=dark] .users-view .page-header h1,[data-theme=dark] .organizations-view .page-header h1,[data-theme=dark] .organizations-view .header-content h1,[data-theme=dark] .audit-view .page-header h1,[data-theme=dark] .org-users-view .header-content h1,[data-theme=dark] .admin-dashboard .page-header h1{color:var(--text-primary)!important}[data-theme=dark] .users-view .page-header p,[data-theme=dark] .organizations-view .page-header p,[data-theme=dark] .organizations-view .header-content p,[data-theme=dark] .audit-view .page-header p,[data-theme=dark] .org-users-view .header-content p{color:var(--text-secondary)!important}[data-theme=dark] .header-icon{color:var(--primary-color)!important}[data-theme=dark] .users-view .table-container,[data-theme=dark] .audit-view .table-container,[data-theme=dark] .audit-view .activity-content,[data-theme=dark] .org-users-view .users-table{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .users-view .data-table th,[data-theme=dark] .audit-view .data-table th,[data-theme=dark] .org-users-view thead,[data-theme=dark] .org-users-view th{background:var(--bg-hover)!important;color:var(--text-secondary)!important;border-color:var(--border-color)!important}[data-theme=dark] .users-view .data-table td,[data-theme=dark] .audit-view .data-table td,[data-theme=dark] .org-users-view td{color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .users-view .data-table tr:hover td,[data-theme=dark] .audit-view .data-table tr:hover td,[data-theme=dark] .org-users-view tbody tr:hover{background:var(--bg-hover)!important}[data-theme=dark] .audit-view .stat-card,[data-theme=dark] .audit-view .stats-card{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .audit-view .stat-number,[data-theme=dark] .audit-view .stats-card h3{color:var(--text-primary)!important}[data-theme=dark] .audit-view .stat-label,[data-theme=dark] .audit-view .stat-icon{border-color:var(--border-color)!important}[data-theme=dark] .users-view .tabs,[data-theme=dark] .audit-view .tabs{border-bottom-color:var(--border-color)!important}[data-theme=dark] .users-view .tab,[data-theme=dark] .audit-view .tab{color:var(--text-secondary)!important}[data-theme=dark] .users-view .tab:hover,[data-theme=dark] .audit-view .tab:hover{color:var(--primary-color)!important;background:var(--bg-hover)!important}[data-theme=dark] .users-view .tab.active,[data-theme=dark] .audit-view .tab.active{color:var(--primary-color)!important;border-bottom-color:var(--primary-color)!important}[data-theme=dark] .org-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .org-card:hover{border-color:var(--primary-color)!important;box-shadow:0 4px 16px var(--shadow-md)!important}[data-theme=dark] .org-card.current{border-color:var(--primary-color)!important}[data-theme=dark] .org-card-header{background:var(--bg-hover)!important;border-bottom-color:var(--border-color)!important}[data-theme=dark] .org-card-body h3{color:var(--text-primary)!important}[data-theme=dark] .org-card-body p{color:var(--text-secondary)!important}[data-theme=dark] .org-card-footer{background:var(--bg-hover)!important;border-top-color:var(--border-color)!important}[data-theme=dark] .stat-value{color:var(--text-primary)!important}[data-theme=dark] .no-description{color:var(--text-secondary)!important}[data-theme=dark] .btn-switch,[data-theme=dark] .btn-icon{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .btn-switch:hover,[data-theme=dark] .btn-icon:hover{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .btn-manage-users{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--primary-color)!important}[data-theme=dark] .dialog{background:var(--bg-card)!important}[data-theme=dark] .dialog-header{border-bottom-color:var(--border-color)!important}[data-theme=dark] .dialog-header h2{color:var(--text-primary)!important}[data-theme=dark] .btn-close{color:var(--text-secondary)!important}[data-theme=dark] .btn-close:hover{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .form-group label{color:var(--text-primary)!important}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select,[data-theme=dark] .role-select,[data-theme=dark] .user-select,[data-theme=dark] .filter-select{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .audit-view .user-item,[data-theme=dark] .audit-view .action-item{background:var(--bg-hover)!important}[data-theme=dark] .audit-view .user-name{color:var(--text-primary)!important}[data-theme=dark] .audit-view .timeline-time,[data-theme=dark] .audit-view .timeline-details,[data-theme=dark] .audit-view .timeline-changes{color:var(--text-secondary)!important}[data-theme=dark] .audit-view .timeline-item:after{background:var(--border-color)!important}[data-theme=dark] .audit-view .activity-card{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .audit-view .activity-card h3{color:var(--text-primary)!important}[data-theme=dark] .org-users-view .btn-back{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .org-users-view .btn-back:hover{background:var(--bg-hover)!important}[data-theme=dark] .btn-set-default{background:var(--bg-card)!important}[data-theme=dark] .empty-state,[data-theme=dark] .users-view .loading,[data-theme=dark] .audit-view .loading,[data-theme=dark] .audit-view .no-data{color:var(--text-secondary)!important}[data-theme=dark] .audit-view{background:var(--bg-page)!important}[data-theme=dark] .audit-view .stat-icon{background:var(--bg-hover)!important}[data-theme=dark] .audit-view .stat-icon.success{background:#2e7d3226!important;color:#66bb6a!important}[data-theme=dark] .audit-view .stat-icon.warning{background:#e6510026!important;color:#ff7043!important}[data-theme=dark] .audit-view .stat-icon.info{background:#1565c026!important;color:#64b5f6!important}[data-theme=dark] .audit-view .filter-select{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .audit-view .user-count,[data-theme=dark] .audit-view .action-count{background:var(--primary-color)!important}[data-theme=dark] .audit-view .action-badge.default{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .audit-view .table-container,[data-theme=dark] .audit-view .stats-card,[data-theme=dark] .audit-view .activity-content,[data-theme=dark] .audit-view .activity-card,[data-theme=dark] .audit-view .stat-card{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .btn-secondary,[data-theme=dark] .organizations-view .btn-secondary{background:var(--bg-hover)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .users-view .maintenance-btn.edit-btn{background:#1976d2!important}[data-theme=dark] .users-view .maintenance-btn.delete-btn{background:#c62828!important}[data-theme=dark] .users-view .maintenance-btn.reset2fa-btn{background:#e65100!important}[data-theme=dark] .mobile-view .page-header h1{color:var(--text-primary)!important}[data-theme=dark] .mobile-view .page-header p{color:var(--text-secondary)!important}[data-theme=dark] .mobile-view .tabs{border-bottom-color:var(--border-color)!important}[data-theme=dark] .mobile-view .tab{color:var(--text-secondary)!important}[data-theme=dark] .mobile-view .tab:hover{color:var(--primary-color)!important}[data-theme=dark] .mobile-view .tab.active{color:var(--primary-color)!important;border-bottom-color:var(--primary-color)!important}[data-theme=dark] .device-card,[data-theme=dark] .sim-card{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .device-card h3,[data-theme=dark] .sim-card h3{color:var(--text-primary)!important}[data-theme=dark] .device-info p,[data-theme=dark] .sim-info p{color:var(--text-secondary)!important}[data-theme=dark] .mobile-view code{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .mobile-view .card-actions{border-top-color:var(--border-color)!important}[data-theme=dark] .mobile-view .loading{color:var(--text-secondary)!important}[data-theme=dark] .network-view .page-header h1{color:var(--text-primary)!important}[data-theme=dark] .network-view .page-header p{color:var(--text-secondary)!important}[data-theme=dark] .network-view .tabs{border-bottom-color:var(--border-color)!important}[data-theme=dark] .network-view .tab{color:var(--text-secondary)!important}[data-theme=dark] .network-view .tab:hover{color:var(--primary-color)!important}[data-theme=dark] .network-view .tab.active{color:var(--primary-color)!important;border-bottom-color:var(--primary-color)!important}[data-theme=dark] .network-view .table-container{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .network-view .data-table th{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .network-view .data-table td{border-top-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .network-view .data-table code{background:var(--bg-hover)!important;color:var(--primary-color)!important}[data-theme=dark] .network-view .ip-row:hover{background:var(--bg-hover)!important}[data-theme=dark] .network-view .description-cell{color:var(--text-secondary)!important}[data-theme=dark] .network-view .vlan-chip{background:var(--bg-hover)!important;color:var(--primary-color)!important}[data-theme=dark] .network-view .text-muted{color:var(--text-secondary)!important}[data-theme=dark] .network-view .search-input,[data-theme=dark] .network-view .filter-select,[data-theme=dark] .network-view .page-size-select{background:var(--bg-input)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .network-view .vlan-card{background:var(--bg-card)!important;box-shadow:0 2px 8px var(--shadow)!important}[data-theme=dark] .network-view .vlan-header h3{color:var(--text-primary)!important}[data-theme=dark] .network-view .vlan-details p{color:var(--text-secondary)!important}[data-theme=dark] .network-view .vlan-badge{background:var(--bg-hover)!important;color:var(--primary-color)!important}[data-theme=dark] .network-view .card-actions{border-top-color:var(--border-color)!important}[data-theme=dark] .network-view .loading{color:var(--text-secondary)!important}[data-theme=dark] .network-view .table-info{background:var(--bg-hover)!important;color:var(--text-secondary)!important}[data-theme=dark] .network-view .pagination{border-top-color:var(--border-color)!important}[data-theme=dark] .network-view .pagination-info,[data-theme=dark] .network-view .pagination-size label{color:var(--text-secondary)!important}[data-theme=dark] .network-view .password-field{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .network-view .filter-btn{border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .network-view .filter-btn:hover{border-color:var(--primary-color)!important;color:var(--primary-color)!important}[data-theme=dark] .network-view .filter-count{background:var(--bg-hover)!important}[data-theme=dark] .network-view .no-data{color:var(--text-secondary)!important}[data-theme=dark] .network-view .vlan-group{border-color:var(--border-color)!important}[data-theme=dark] .network-view .vlan-group-header{background:var(--bg-hover)!important}[data-theme=dark] .network-view .vlan-group-header:hover{background:var(--bg-card)!important}[data-theme=dark] .network-view .vlan-group-name{color:var(--text-primary)!important}[data-theme=dark] .network-view .vlan-group-subnet{background:var(--bg-hover)!important;color:var(--primary-color)!important}[data-theme=dark] .network-view .vlan-group-count,[data-theme=dark] .network-view .vlan-group-toggle,[data-theme=dark] .network-view .util-text{color:var(--text-secondary)!important}[data-theme=dark] .network-view .util-bar{background:var(--border-color)!important}[data-theme=dark] .network-view .table-footer-info{color:var(--text-secondary)!important}[data-theme=dark] .network-view .vlan-group-body .table-container{border-top-color:var(--border-color)!important}[data-theme=dark] .rack-detail .page-header h1{color:var(--text-primary)!important}[data-theme=dark] .rack-detail .page-header p{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .info-card{background:var(--bg-card)!important}[data-theme=dark] .rack-detail .info-card h3{color:var(--text-primary)!important}[data-theme=dark] .rack-detail .info-item label{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .info-item span{color:var(--text-primary)!important}[data-theme=dark] .rack-detail .stat-label{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .utilization-bar{background:var(--border-color)!important}[data-theme=dark] .rack-detail .asset-item{background:var(--bg-hover)!important}[data-theme=dark] .rack-detail .asset-item:hover{background:var(--bg-card)!important}[data-theme=dark] .rack-detail .asset-name{color:var(--text-primary)!important}[data-theme=dark] .rack-detail .asset-position,[data-theme=dark] .rack-detail .asset-details{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .rack-visualization-container{background:var(--bg-card)!important}[data-theme=dark] .rack-detail .loading{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .modal-header{border-bottom-color:var(--border-color)!important}[data-theme=dark] .rack-detail .modal-header h2{color:var(--text-primary)!important}[data-theme=dark] .rack-detail .close-btn{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .detail-item{border-bottom-color:var(--border-color)!important}[data-theme=dark] .rack-detail .detail-item label{color:var(--text-secondary)!important}[data-theme=dark] .rack-detail .detail-item span{color:var(--text-primary)!important}[data-theme=dark] .asset-panel{background:var(--bg-card)!important}[data-theme=dark] .asset-panel h4{color:var(--text-primary)!important}[data-theme=dark] .available-asset{background:var(--bg-hover)!important;border-color:var(--border-color)!important}[data-theme=dark] .available-asset:hover{background:var(--bg-card)!important}[data-theme=dark] .available-asset .asset-name{color:var(--text-primary)!important}[data-theme=dark] .available-asset .asset-type,[data-theme=dark] .available-asset .asset-meta,[data-theme=dark] .no-assets,[data-theme=dark] .loading-message{color:var(--text-secondary)!important}.status-pill,.meta-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.status-pill.status-success,.meta-badge.published{background:var(--g-100);color:var(--g-700)}.status-pill.status-warning,.meta-badge.draft{background:var(--y-100);color:var(--y-700)}.status-pill.status-info,.meta-badge.ai{background:var(--p-100);color:var(--p-700)}.status-pill.status-danger,.meta-badge.error{background:var(--r-100);color:var(--r-700)}.modern-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-card)}.btn-modern{padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s;border:1px solid transparent;font-family:inherit}.btn-modern.btn-modern-primary{background:var(--p-600);color:#fff;border-color:var(--p-600)}.btn-modern.btn-modern-primary:hover{background:var(--p-700)}.btn-modern.btn-modern-secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-color)}.btn-modern.btn-modern-secondary:hover{background:var(--bg-hover)}.modern-table-wrap{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.modern-table-wrap table{width:100%;border-collapse:collapse}.modern-table-wrap th{text-align:left;padding:12px 16px;font-size:11px;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);background:var(--bg-light)}.modern-table-wrap td{padding:14px 16px;font-size:13px;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.modern-table-wrap tr:last-child td{border-bottom:none}.modern-table-wrap tr:hover td{background:var(--bg-hover)}.modern-table-wrap tr.clickable{cursor:pointer}.filter-tabs-modern{display:inline-flex;gap:4px;background:var(--bg-card);border:1px solid var(--border-color);padding:4px;border-radius:var(--radius-sm)}.filter-tabs-modern .filter-tab{background:none;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--text-secondary);font-weight:600;display:inline-flex;align-items:center;gap:6px;font-family:inherit}.filter-tabs-modern .filter-tab:hover{color:var(--text-primary)}.filter-tabs-modern .filter-tab.active{background:var(--bg-light);color:var(--text-primary);box-shadow:var(--shadow-card)}.filter-tab .filter-count{font-size:11px;padding:1px 7px;background:var(--slate-200);border-radius:8px;color:var(--text-secondary)}[data-theme=dark] .filter-tab .filter-count{background:var(--slate-700)}.filter-tab.active .filter-count{background:var(--p-100);color:var(--p-700)}.filter-bar-modern{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filter-bar-actions{display:flex;gap:8px;align-items:center}.form-input-modern{padding:9px 12px;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:13px;outline:none;transition:all .15s;font-family:inherit;width:100%}.form-input-modern:focus{border-color:var(--p-500);box-shadow:0 0 0 3px var(--p-100)}[data-theme=dark] .form-input-modern:focus{box-shadow:0 0 0 3px #3b82f633}.search-box-modern{display:inline-flex;align-items:center;gap:6px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:8px 12px;color:var(--text-secondary);min-width:240px}.search-box-modern input{background:none;border:none;outline:none;flex:1;color:var(--text-primary);font-size:13px;font-family:inherit}.pagination-modern{padding:16px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-color)}.pagination-info{font-size:12px;color:var(--text-secondary)}.pagination-controls{display:flex;gap:4px;align-items:center}.page-btn{background:none;border:1px solid var(--border-color);min-width:32px;height:32px;padding:0 8px;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-family:inherit}.page-btn:hover{background:var(--bg-hover)}.page-btn.active{background:var(--p-600);border-color:var(--p-600);color:#fff}.cell-with-icon{display:flex;align-items:center;gap:10px}.cell-icon-box{width:36px;height:36px;border-radius:var(--radius-sm);background:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);flex-shrink:0}.cell-primary-text{font-weight:600;color:var(--text-primary)}.cell-secondary-text{font-size:11px;color:var(--text-secondary)}.modern-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:20px;margin-bottom:20px;box-shadow:var(--shadow-card)}.modern-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.modern-section-title{font-size:15px;font-weight:700;color:var(--text-primary);margin:0}.modern-section-subtitle{font-size:12px;color:var(--text-secondary);margin-top:2px}.assets-view .tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.assets-view .tab-subtitle{font-size:13px;color:var(--text-secondary);font-weight:600}.assets-view .tab-header-right{display:flex;gap:8px;align-items:center}.assets-view .prod-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:16px}.assets-view .stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;cursor:pointer;transition:all .15s;box-shadow:var(--shadow-card)}.assets-view .stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:var(--p-200)}.assets-view .stat-card .stat-number{font-size:26px;font-weight:800;letter-spacing:-1px;color:var(--text-primary)}.assets-view .stat-card .stat-label{font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;font-weight:600;margin-top:4px}.assets-view .stat-active-prod .stat-number{color:var(--g-600)}.assets-view .stat-maint-prod .stat-number{color:var(--y-600)}.assets-view .stat-inactive-prod .stat-number{color:var(--text-secondary)}.assets-view .stat-value-prod .stat-number{color:var(--p-600)}.assets-view .filters{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);padding:12px;display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;box-shadow:var(--shadow-card)}.assets-view .filters .search-input,.assets-view .filters .filter-select{padding:8px 12px;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-light);color:var(--text-primary);font-size:13px;font-family:inherit;outline:none;transition:all .15s}.assets-view .filters .search-input{flex:1;min-width:200px}.assets-view .filters .search-input:focus,.assets-view .filters .filter-select:focus{background:var(--bg-card);border-color:var(--p-500);box-shadow:0 0 0 3px var(--p-100)}.assets-view .type-groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:16px}.assets-view .type-group{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.assets-view .type-group-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;cursor:pointer;background:var(--bg-light);border-bottom:1px solid var(--border-color);transition:background .15s}.assets-view .type-group-header:hover{background:var(--bg-hover)}.assets-view .type-group-title{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:var(--text-primary)}.assets-view .type-group-toggle{color:var(--text-secondary);font-size:10px}.assets-view .type-group-icon{font-size:18px}.assets-view .type-group-count{background:var(--p-100);color:var(--p-700);padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.assets-view .type-group-pills{display:flex;gap:6px}.assets-view .type-pill{font-size:10px;padding:3px 8px;border-radius:8px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.assets-view .type-pill-active{background:var(--g-100);color:var(--g-700)}.assets-view .type-pill-maintenance{background:var(--y-100);color:var(--y-700)}.assets-view .type-group .asset-item,.assets-view .type-group .asset-list-item{padding:12px 16px;border-bottom:1px solid var(--border-color);transition:background .15s;cursor:pointer}.assets-view .type-group .asset-item:hover,.assets-view .type-group .asset-list-item:hover{background:var(--bg-hover)}.assets-view .type-group .asset-item:last-child,.assets-view .type-group .asset-list-item:last-child{border-bottom:none}.assets-view .btn-primary{background:var(--p-600);color:#fff;border:1px solid var(--p-600);padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.assets-view .btn-primary:hover{background:var(--p-700);border-color:var(--p-700)}.assets-view .btn-secondary-sm{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color);padding:9px 14px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.assets-view .btn-secondary-sm:hover{background:var(--bg-hover);border-color:var(--p-200)}.assets-view .tab-badge-warehouse,.assets-view .tab-badge-overdue,.assets-view .tab-badge-warning-sm{font-size:10px;padding:2px 7px;border-radius:10px;font-weight:700;margin-left:4px}.assets-view .tab-badge-warehouse{background:var(--p-100);color:var(--p-700)}.assets-view .tab-badge-overdue{background:var(--r-100);color:var(--r-700)}.assets-view .tab-badge-warning-sm{background:var(--y-100);color:var(--y-700)}.btn-success-pulse{animation:btn-pulse-success .5s ease-out}@keyframes btn-pulse-success{0%{transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 0 8px #22c55e26}to{transform:scale(1)}}.btn-shake{animation:btn-shake .4s ease-in-out}@keyframes btn-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-2px)}}.copy-btn-feedback{position:relative;overflow:hidden}.copy-btn-feedback:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;opacity:0;transition:opacity .15s;pointer-events:none;border-radius:inherit}.copy-btn-feedback.copied:after{opacity:.08;animation:copy-flash .6s ease-out}@keyframes copy-flash{0%{opacity:.15}to{opacity:0}}.save-feedback-check{display:inline-flex;align-items:center;gap:4px;animation:save-check-in .3s cubic-bezier(.16,1,.3,1)}@keyframes save-check-in{0%{opacity:0;transform:translateY(-2px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.row-deleting{animation:row-shake .3s ease-in-out;opacity:.5}@keyframes row-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-2px)}}.item-fade-in{animation:item-fade-in .25s cubic-bezier(.16,1,.3,1)}@keyframes item-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.btn-lift{transition:transform .15s,box-shadow .15s}.btn-lift:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.spin-slow{animation:spin-slow 1s linear infinite}@keyframes spin-slow{to{transform:rotate(360deg)}}@media (max-width: 768px){.ptb-toolbar,.page-toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:12px!important}.ptb-toolbar .ptb-actions,.ptb-actions,.page-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:6px!important;width:100%!important}.ptb-actions .ptb-btn-primary,.ptb-actions .ptb-btn-secondary,.page-actions button,.page-actions .btn,.page-actions .btn-primary,.page-actions .btn-secondary,.page-actions .btn-modern-primary,.page-actions .btn-modern-secondary{flex:0 1 auto;min-height:40px;padding:8px 12px;font-size:13px;white-space:nowrap}.page-actions .btn-modern-primary,.ptb-actions .ptb-btn-primary{flex:1 1 100%!important;justify-content:center;order:99}.ptb-kpi-grid,.kpi-grid,.hero-kpi-grid,.hero-mini-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.ptb-kpi-card,.kpi-card,.hero-kpi-card{padding:12px!important}.ptb-kpi-value,.kpi-value,.hero-kpi-value{font-size:18px!important}.ptb-kpi-label,.kpi-label,.hero-kpi-label{font-size:11px!important}.tab-pills{flex-wrap:wrap!important;justify-content:flex-start!important;row-gap:4px!important}.tab-pill{flex:1 1 auto!important;min-width:0;justify-content:center;white-space:nowrap;padding:7px 10px!important;font-size:13px!important}.ptb-tabs,.adv-tabs,.net-tabs,.rack-tabs,.mv-tabs{overflow-x:auto!important;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;scrollbar-width:none}.ptb-tabs::-webkit-scrollbar,.adv-tabs::-webkit-scrollbar,.net-tabs::-webkit-scrollbar,.rack-tabs::-webkit-scrollbar,.mv-tabs::-webkit-scrollbar{display:none}.ptb-tab,.adv-tab,.net-tab,.rack-tab,.mv-tab{flex-shrink:0!important;white-space:nowrap;padding:7px 12px!important;font-size:13px!important}.ptb-filters,.ptb-filter-bar,.filter-bar,.filter-toolbar{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.ptb-filters>*,.ptb-filter-bar>*,.filter-bar>*,.filter-toolbar>*{width:100%!important;max-width:none!important;min-width:0!important}.ptb-search,.ptb-search-input{width:100%!important}.net-view-switch,.view-switcher,.ptb-view-switch{overflow-x:auto;flex-shrink:0;-webkit-overflow-scrolling:touch}.ptb-table-wrap,.table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch;border-radius:12px}.ptb-table,.modern-table{font-size:12px!important;min-width:640px}.ptb-table thead th,.ptb-table tbody td,.modern-table thead th,.modern-table tbody td{padding:8px 10px!important;white-space:nowrap}.ptb-row-actions,.row-actions{gap:4px!important}.ptb-row-actions button,.row-actions button{padding:4px!important;min-width:32px!important;min-height:32px!important}.ptb-pagination,.table-pagination{flex-wrap:wrap!important;justify-content:center!important;gap:4px!important;padding:8px!important}.ptb-pagination-info{width:100%;text-align:center;font-size:11px!important}.adv-content-grid,.rd-content-grid,.mc-split-layout,.split-layout,.two-col-layout{grid-template-columns:1fr!important;gap:12px!important}.adv-sidebar,.rd-sidebar,.mc-sidebar{order:2}.adv-main,.rd-main,.mc-main{order:1}.ptb-card-grid,.rack-cards-grid,.asset-cards-grid,.mv-cards-grid,.wiki-cards-grid,.cards-grid{grid-template-columns:1fr!important;gap:12px!important}.pd-modal,.cd-modal,.changelog-modal,.qr-scanner-modal,.cp-modal,.gs-modal{max-width:100vw!important;width:100vw!important;max-height:100vh!important;height:100vh!important;border-radius:0!important;margin:0!important}.nc-panel{right:8px!important;left:8px!important;width:auto!important;max-width:none!important;top:56px!important;max-height:calc(100vh - 72px)!important}.organization-switcher .dropdown{left:8px!important;right:8px!important;min-width:0!important;max-width:none!important}.tour-tooltip{max-width:calc(100vw - 24px)!important;left:12px!important;right:12px!important}.tour-actions{flex-wrap:wrap!important;gap:6px!important}.tour-btn-primary,.tour-btn-secondary{flex:1 1 45%;justify-content:center}.tour-btn-skip{order:-1;flex:1 1 100%;text-align:center}.ai-bubble{bottom:12px!important;right:12px!important;width:52px!important;height:52px!important}.aiv-container,.ai-chat-container{height:100vh!important;padding:0!important}.aiv-messages,.chat-messages{padding:12px!important}.chat-message,.aiv-message{max-width:92%!important}.chat-input-bar,.aiv-input{padding:8px 12px!important}.login-wrapper,.login-modern{flex-direction:column!important;padding:12px!important}.login-side{display:none!important}.login-card,.cpv-card,.azcb-card{max-width:100%!important;width:100%!important;padding:24px 20px!important}.cpv-page,.azcb-page{padding:12px!important}.wiki-layout{grid-template-columns:1fr!important;gap:12px!important}.wiki-sidebar{max-height:200px;overflow-y:auto;order:2}.wpv-content-body,.wiki-content{padding:16px!important;font-size:14px!important}.adv-panel-body,.rd-panel-body{padding:12px!important}.adv-info-row,.rd-info-row{font-size:12px!important;gap:8px!important}.cp-header,.gs-header{padding:10px 12px!important}.cp-input,.gs-input{font-size:15px!important}.cp-item,.gs-item{padding:10px 12px!important;min-height:44px}.qr-scanner-body{padding:12px!important}.qr-scanner-viewport{max-width:100%;aspect-ratio:1 / 1}.changelog-hero{padding:20px 20px 16px!important}.changelog-hero h2{font-size:18px!important}.changelog-body{padding:16px 20px!important}.cl-item{gap:10px!important}.changelog-footer{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.footer-hint{text-align:center;max-width:none!important}.mc-calendar{order:2;max-height:none!important}.mc-event-list{order:1;max-height:300px;overflow-y:auto}.mc-day-cell{min-height:40px!important;font-size:11px!important}.ptb-bulk-bar{position:fixed!important;bottom:0;left:0;right:0;padding:10px 12px!important;box-shadow:0 -4px 12px #0f172a26;z-index:100;background:var(--bg-card, #fff)}.rep-charts-grid,.charts-grid{grid-template-columns:1fr!important;gap:12px!important}.rep-chart-card{padding:14px!important}.rep-insights-header{padding:16px!important}.rep-insights-header h2,.ptb-title,.adv-title,.rd-title,.mv-title,.aiv-title{font-size:18px!important}.ptb-subtitle{font-size:12px!important}}@media (max-width: 380px){.ptb-toolbar{padding:10px!important}.ptb-btn-primary,.ptb-btn-secondary{font-size:12px!important;padding:7px 10px!important}.adv-title,.rd-title{font-size:16px!important}.nc-panel,.organization-switcher .dropdown{right:4px!important;left:4px!important}.ptb-kpi-grid,.kpi-grid,.hero-kpi-grid,.hero-mini-grid{grid-template-columns:1fr!important}}@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px){.ptb-kpi-grid,.kpi-grid,.hero-kpi-grid,.hero-mini-grid{grid-template-columns:repeat(4,1fr)!important}.adv-content-grid,.rd-content-grid{grid-template-columns:260px 1fr!important}.login-wrapper{flex-direction:row!important}}@media (hover: none) and (pointer: coarse){.ptb-btn-primary:hover,.ptb-btn-secondary:hover,.adv-linked-item:hover,.rd-linked-item:hover{transform:none!important}}
