.toast-container[data-v-751eaf7e]{position:fixed;bottom:24px;right:24px;z-index:10000;display:flex;flex-direction:column-reverse;gap:10px;max-width:400px}.toast[data-v-751eaf7e]{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:10px;box-shadow:0 6px 20px #00000026;cursor:pointer;font-size:14px;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast.success[data-v-751eaf7e]{background:#2e7d32f2}.toast.error[data-v-751eaf7e]{background:#c62828f2}.toast.warning[data-v-751eaf7e]{background:#e65100f2}.toast.info[data-v-751eaf7e]{background:#1565c0f2}.toast-icon[data-v-751eaf7e]{font-size:18px;font-weight:700;min-width:22px;text-align:center}.toast-message[data-v-751eaf7e]{flex:1}.toast-close[data-v-751eaf7e]{background:none;border:none;color:#ffffffb3;font-size:18px;cursor:pointer;padding:0 0 0 8px}.toast-close[data-v-751eaf7e]:hover{color:#fff}.toast-enter-active[data-v-751eaf7e]{animation:toast-in-751eaf7e .3s ease}.toast-leave-active[data-v-751eaf7e]{animation:toast-out-751eaf7e .3s ease}@keyframes toast-in-751eaf7e{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes toast-out-751eaf7e{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(80px)}}.chat-message[data-v-b4a05c94]{display:flex;align-items:flex-end;gap:8px;margin-bottom:16px}.chat-message--user[data-v-b4a05c94]{flex-direction:row-reverse}.message-avatar[data-v-b4a05c94]{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700}.avatar-user[data-v-b4a05c94]{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff}.avatar-ai[data-v-b4a05c94]{background:linear-gradient(135deg,#7c3aed,#5b21b6);font-size:16px}.avatar-initial[data-v-b4a05c94],.avatar-bot[data-v-b4a05c94]{line-height:1}.message-bubble[data-v-b4a05c94]{max-width:72%;padding:10px 14px;border-radius:16px;word-break:break-word;box-shadow:0 1px 3px #00000014}.chat-message--user .message-bubble[data-v-b4a05c94]{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border-bottom-right-radius:4px}.chat-message--assistant .message-bubble[data-v-b4a05c94]{background:var(--bg-hover, #f3f4f6);color:var(--text-primary, #1a1a2e);border-bottom-left-radius:4px;border:1px solid rgba(0,0,0,.06)}.chat-message--aborted .message-bubble[data-v-b4a05c94]{opacity:.85}.aborted-badge[data-v-b4a05c94]{font-size:12px;font-weight:600;margin-bottom:6px;color:#e65100}.chat-message--user .aborted-badge[data-v-b4a05c94]{color:#ffcc80}.message-content[data-v-b4a05c94]{font-size:14px;line-height:1.6}[data-v-b4a05c94] .code-block{background:#1e1e2e;color:#cdd6f4;border-radius:8px;padding:12px;margin:8px 0;overflow-x:auto;font-size:13px;font-family:Courier New,monospace;white-space:pre}[data-v-b4a05c94] .inline-code{background:#0000001a;border-radius:4px;padding:1px 5px;font-family:Courier New,monospace;font-size:13px}.chat-message--user[data-v-b4a05c94] .inline-code{background:#fff3}[data-v-b4a05c94] ul{margin:6px 0;padding-left:20px}[data-v-b4a05c94] li{margin:3px 0}.tool-calls[data-v-b4a05c94]{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tool-chip[data-v-b4a05c94]{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:3px 8px;border-radius:12px;font-weight:500}.tool-chip--success[data-v-b4a05c94]{background-color:#e8f5e9;color:#2e7d32}.tool-chip--error[data-v-b4a05c94]{background-color:#fce4ec;color:#c62828}.chat-message--user .tool-chip--success[data-v-b4a05c94]{background-color:#fff3;color:#fff}.message-actions[data-v-b4a05c94]{display:flex;gap:4px;margin-top:6px;opacity:0;transition:opacity .15s}.message-bubble:hover .message-actions[data-v-b4a05c94]{opacity:1}.msg-action-btn[data-v-b4a05c94]{padding:2px 8px;border-radius:10px;border:1px solid var(--border-color, #ddd);background:var(--bg-card, #fff);color:var(--text-secondary, #666);font-size:11px;cursor:pointer;transition:all .15s}.msg-action-btn[data-v-b4a05c94]:hover{background:#1976d214;border-color:var(--button-primary);color:var(--button-primary)}.message-timestamp[data-v-b4a05c94]{font-size:11px;margin-top:5px;opacity:.55;text-align:right}@media (max-width: 768px) and (pointer: coarse){.message-bubble[data-v-b4a05c94]{max-width:88%}.message-avatar[data-v-b4a05c94]{width:28px;height:28px;font-size:12px}}.typing-indicator[data-v-9f9d21db]{display:flex;justify-content:flex-start;margin-bottom:12px}.typing-bubble[data-v-9f9d21db]{display:flex;align-items:center;gap:5px;background-color:var(--bg-hover, #f0f0f0);padding:10px 16px;border-radius:12px 12px 12px 4px}.dot[data-v-9f9d21db]{width:8px;height:8px;background-color:var(--text-secondary, #999);border-radius:50%;animation:typing-bounce-9f9d21db 1.2s infinite ease-in-out}.dot[data-v-9f9d21db]:nth-child(1){animation-delay:0s}.dot[data-v-9f9d21db]:nth-child(2){animation-delay:.2s}.dot[data-v-9f9d21db]:nth-child(3){animation-delay:.4s}@keyframes typing-bounce-9f9d21db{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.quick-action-chips[data-v-f1fd2ebd]{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.chip[data-v-f1fd2ebd]{display:inline-flex;align-items:center;padding:6px 14px;border:1px solid #1976d2;border-radius:20px;background-color:var(--bg-card, #fff);color:#1976d2;font-size:13px;cursor:pointer;white-space:nowrap;transition:background-color .15s,color .15s;min-height:36px}.chip[data-v-f1fd2ebd]:hover{background-color:#1976d2;color:#fff}.chip[data-v-f1fd2ebd]:focus-visible{outline:2px solid #1976d2;outline-offset:2px}@media (max-width: 768px) and (pointer: coarse){.quick-action-chips[data-v-f1fd2ebd]{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.quick-action-chips[data-v-f1fd2ebd]::-webkit-scrollbar{display:none}.chip[data-v-f1fd2ebd]{flex-shrink:0;min-height:44px}}.chat-input-bar[data-v-1da8bdb5]{padding:10px 14px;background:var(--bg-card, #fff);flex-shrink:0}.file-input-hidden[data-v-1da8bdb5]{display:none}.input-row[data-v-1da8bdb5]{display:flex;align-items:flex-end;gap:8px}.message-input[data-v-1da8bdb5]{flex:1;resize:none;border:1.5px solid var(--border-color, #d0d5e8);border-radius:22px;padding:10px 16px;font-size:14px;font-family:inherit;line-height:1.5;max-height:160px;overflow-y:auto;transition:border-color .15s,box-shadow .15s;background-color:var(--bg-card, #fff);color:var(--text-primary, #333);box-shadow:0 1px 4px #0000000f}.message-input[data-v-1da8bdb5]:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.message-input[data-v-1da8bdb5]:disabled{background-color:var(--bg-stripe, #f5f5f5);color:var(--text-secondary, #999)}.icon-btn[data-v-1da8bdb5]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background-color .15s,opacity .15s,transform .1s}.icon-btn[data-v-1da8bdb5]:disabled{opacity:.4;cursor:not-allowed}.upload-btn[data-v-1da8bdb5]{background-color:var(--bg-hover, #f0f0f0);color:var(--text-secondary, #555)}.upload-btn[data-v-1da8bdb5]:hover:not(:disabled){background-color:var(--bg-stripe, #e0e0e0)}.send-btn[data-v-1da8bdb5]{background:linear-gradient(135deg,#7c3aed,#1976d2);color:#fff;box-shadow:0 2px 8px #7c3aed59}.send-btn[data-v-1da8bdb5]:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #7c3aed73}.stop-btn[data-v-1da8bdb5]{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;box-shadow:0 2px 8px #f4433659}.stop-btn[data-v-1da8bdb5]:hover{transform:scale(1.05)}@media (max-width: 768px) and (pointer: coarse){.icon-btn[data-v-1da8bdb5]{width:44px;height:44px}.message-input[data-v-1da8bdb5]{font-size:16px}}.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}.confirm-overlay[data-v-7c6afd1a]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001}.confirm-dialog[data-v-7c6afd1a]{background:var(--bg-card, #fff);border-radius:10px;padding:24px;min-width:320px;max-width:440px;box-shadow:0 10px 40px #00000040}.confirm-dialog h3[data-v-7c6afd1a]{margin:0 0 12px;font-size:17px;color:var(--text-primary)}.confirm-dialog p[data-v-7c6afd1a]{margin:0 0 20px;color:var(--text-secondary);line-height:1.5;font-size:14px}.confirm-actions[data-v-7c6afd1a]{display:flex;gap:8px;justify-content:flex-end}.btn-cancel[data-v-7c6afd1a],.btn-confirm[data-v-7c6afd1a]{padding:8px 16px;border-radius:6px;border:none;font-size:13px;font-weight:500;cursor:pointer}.btn-cancel[data-v-7c6afd1a]{background:var(--bg-secondary, #f0f0f0);color:var(--text-primary)}.btn-confirm[data-v-7c6afd1a]{background:var(--button-primary, #1976d2);color:#fff}.btn-confirm[data-v-7c6afd1a]:hover{background:#1565c0}.fade-enter-active[data-v-7c6afd1a],.fade-leave-active[data-v-7c6afd1a]{transition:opacity .2s}.fade-enter-from[data-v-7c6afd1a],.fade-leave-to[data-v-7c6afd1a]{opacity:0}.changelog-overlay[data-v-270dd009]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10002}.changelog-modal[data-v-270dd009]{background:var(--bg-card, #fff);border-radius:14px;max-width:520px;width:calc(100% - 32px);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 12px 40px #00000040}.changelog-header[data-v-270dd009]{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 12px}.changelog-header h2[data-v-270dd009]{margin:0;font-size:20px;color:var(--text-primary)}.close-btn[data-v-270dd009]{background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-secondary)}.changelog-body[data-v-270dd009]{padding:0 24px 16px;overflow-y:auto;flex:1}.changelog-item[data-v-270dd009]{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-color, #eee)}.changelog-item[data-v-270dd009]:last-child{border-bottom:none}.cl-icon[data-v-270dd009]{font-size:22px;flex-shrink:0;margin-top:2px}.changelog-item strong[data-v-270dd009]{font-size:14px;color:var(--text-primary);display:block;margin-bottom:2px}.changelog-item p[data-v-270dd009]{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.4}.changelog-footer[data-v-270dd009]{padding:12px 24px 20px;text-align:center}.btn-primary[data-v-270dd009]{padding:10px 24px;border-radius:8px;border:none;background:var(--button-primary, #1976d2);color:#fff;font-size:14px;font-weight:500;cursor:pointer}.fade-enter-active[data-v-270dd009],.fade-leave-active[data-v-270dd009]{transition:opacity .3s}.fade-enter-from[data-v-270dd009],.fade-leave-to[data-v-270dd009]{opacity:0}.tour-overlay[data-v-932d50f8]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10003;pointer-events:none}.tour-spotlight[data-v-932d50f8]{position:fixed;border:3px solid var(--button-primary, #1976d2);border-radius:8px;box-shadow:0 0 0 9999px #00000080;pointer-events:none;transition:all .3s ease}.tour-tooltip[data-v-932d50f8]{position:fixed;background:var(--bg-card, #fff);border-radius:10px;padding:20px;max-width:360px;box-shadow:0 8px 30px #0003;pointer-events:all;z-index:10004}.tour-step-indicator[data-v-932d50f8]{font-size:11px;color:var(--text-secondary);margin-bottom:6px}.tour-tooltip h4[data-v-932d50f8]{margin:0 0 8px;font-size:16px;color:var(--text-primary)}.tour-tooltip p[data-v-932d50f8]{margin:0 0 16px;font-size:13px;color:var(--text-secondary);line-height:1.5}.tour-actions[data-v-932d50f8]{display:flex;gap:8px;justify-content:flex-end}.tour-btn-primary[data-v-932d50f8]{padding:7px 14px;border-radius:6px;border:none;background:var(--button-primary, #1976d2);color:#fff;font-size:13px;cursor:pointer}.tour-btn-secondary[data-v-932d50f8]{padding:7px 14px;border-radius:6px;border:1px solid var(--border-color);background:var(--bg-card);color:var(--text-primary);font-size:13px;cursor:pointer}.tour-btn-skip[data-v-932d50f8]{padding:7px 14px;border:none;background:none;color:var(--text-secondary);font-size:12px;cursor:pointer}.fade-enter-active[data-v-932d50f8],.fade-leave-active[data-v-932d50f8]{transition:opacity .3s}.fade-enter-from[data-v-932d50f8],.fade-leave-to[data-v-932d50f8]{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}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: #333;--text-secondary: #666;--border-color: #e0e0e0;--bg-light: #f5f5f5;--bg-page: #f5f5f5;--bg-card: #ffffff;--bg-navbar: #ffffff;--bg-input: #ffffff;--bg-hover: #f5f5f5;--bg-stripe: #f8f9fa;--shadow: rgba(0, 0, 0, .1);--shadow-md: rgba(0, 0, 0, .15)}[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}
