@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.pdm-overlay[data-v-81ba57e5]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.pdm-modal[data-v-81ba57e5]{background:#fff;border-radius:16px;padding:32px 28px 24px;max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 20px 60px #00000040;text-align:center}.pdm-icon-wrap[data-v-81ba57e5]{width:68px;height:68px;border-radius:50%;background:#fee2e2;color:#b91c1c;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.pdm-title[data-v-81ba57e5]{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.pdm-body[data-v-81ba57e5]{font-size:.875rem;color:#475569;line-height:1.6;margin:0}.pdm-contact[data-v-81ba57e5]{color:#64748b}.pdm-whatsapp-btn[data-v-81ba57e5]{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#25d366;color:#fff;border-radius:99px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;margin-top:4px}.pdm-whatsapp-btn[data-v-81ba57e5]:hover{background:#1ebe5d}.pdm-close-btn[data-v-81ba57e5]{margin-top:4px;padding:8px 24px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.pdm-close-btn[data-v-81ba57e5]:hover{border-color:#b91c1c;color:#b91c1c}.pdm-fade-enter-active[data-v-81ba57e5],.pdm-fade-leave-active[data-v-81ba57e5]{transition:opacity .2s ease}.pdm-fade-enter-from[data-v-81ba57e5],.pdm-fade-leave-to[data-v-81ba57e5]{opacity:0}:root{--primary: #B91C1C;--primary-hover: #991B1B;--primary-light: #FEE2E2;--primary-text: #7F1D1D;--blue-50: #FFF5F5;--blue-100: #FEE2E2;--blue-200: #FECACA;--blue-300: #FCA5A5;--blue-400: #F87171;--blue-500: #EF4444;--blue-600: #DC2626;--blue-700: #B91C1C;--blue-800: #991B1B;--blue-900: #7F1D1D;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--success: #059669;--warning: #D97706;--danger: #DC2626;--info: #0891B2;--surface: #FFFFFF;--surface-alt: #F8FAFC;--bg: #F1F5F9;--border: #E2E8F0;--border-focus: #B91C1C;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--font-ui: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .7rem;--text-sm: .813rem;--text-base: .9rem;--text-lg: 1.05rem;--text-xl: 1.2rem;--text-2xl: 1.45rem;--sidebar-w: 210px;--topbar-h: 52px;--radius-sm: 4px;--radius: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 4px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.07);--transition: .15s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-ui);font-size:14px;background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased}#app{height:100vh;overflow:hidden}.app-layout,.app-shell{display:flex;height:100vh;width:100%;overflow:hidden}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:var(--gray-900);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;border-right:1px solid rgba(255,255,255,.06)}.main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0;background:var(--bg)}.sidebar-logo{padding:16px 14px 12px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0}.sidebar-logo-link{display:flex;align-items:center;gap:10px;text-decoration:none}.sidebar-logo-mark{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-mark img{width:32px;height:32px;object-fit:contain}.sidebar-product-name{font-size:var(--text-base);font-weight:700;color:#fff;line-height:1.2}.sidebar-product-sub{font-size:var(--text-xs);color:#ffffff73}.sidebar-nav{flex:1;overflow-y:auto;padding:10px 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sidebar-section{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff4d;padding:14px 14px 5px}.sidebar-link{display:flex;align-items:center;gap:9px;padding:7px 14px;font-size:var(--text-sm);font-weight:500;color:#ffffffa6;text-decoration:none;border-radius:0;transition:all var(--transition);margin:1px 6px;border-radius:var(--radius)}.sidebar-link:hover{background:#ffffff14;color:#fff}.sidebar-link.active{background:var(--primary);color:#fff}.sidebar-link.active .s-icon{opacity:1}.s-icon{opacity:.65;display:flex;align-items:center;flex-shrink:0}.sidebar-footer{padding:10px;border-top:1px solid rgba(255,255,255,.07);flex-shrink:0}.sidebar-user{display:flex;align-items:center;gap:8px}.sidebar-avatar{width:28px;height:28px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:var(--text-xs);font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:9px;color:#fff6;text-transform:capitalize}.sidebar-logout{background:none;border:none;cursor:pointer;color:#fff6;padding:4px;border-radius:var(--radius-sm);transition:color var(--transition);display:flex}.sidebar-logout:hover{color:#fff}.topbar{height:var(--topbar-h);min-height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;padding:0 20px;flex-shrink:0;box-shadow:var(--shadow-xs)}.topbar-title{font-size:var(--text-base);font-weight:600;flex:1}.topbar-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.topbar-divider{color:var(--gray-300);font-size:16px}.page-wrap{flex:1;overflow-y:auto;padding:20px;min-height:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);overflow:hidden}.card-header{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--gray-50)}.card-title{font-size:var(--text-sm);font-weight:700;color:var(--text-primary);flex:1}.card-body{padding:20px}.card-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border);background:var(--gray-50)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--radius);font-family:var(--font-ui);font-size:var(--text-sm);font-weight:500;cursor:pointer;border:1px solid transparent;transition:all var(--transition);text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--gray-100)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--gray-100);color:var(--text-primary)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-sm{padding:5px 10px;font-size:var(--text-xs)}.btn-icon{padding:6px}.btn-icon-sm{padding:4px;background:none;border:none;cursor:pointer;color:var(--text-muted);border-radius:var(--radius-sm);transition:all var(--transition);display:inline-flex}.btn-icon-sm:hover{color:var(--text-primary);background:var(--gray-100)}.w-full{width:100%;justify-content:center}.form-label{display:block;font-size:var(--text-xs);font-weight:600;color:var(--text-secondary);margin-bottom:5px;text-transform:uppercase;letter-spacing:.04em}.form-hint{font-size:var(--text-xs);color:var(--text-muted);margin-top:3px}.form-error{font-size:var(--text-xs);color:var(--danger);margin-top:3px;display:block}.form-group{display:flex;flex-direction:column}.req{color:var(--danger)}.form-control{width:100%;padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-primary);background:var(--surface);transition:border-color var(--transition),box-shadow var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-control:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #b91c1c1f}.form-control::placeholder{color:var(--text-muted)}.form-control.is-error{border-color:var(--danger)}select.form-control{cursor:pointer}textarea.form-control{resize:vertical;min-height:80px}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}table{width:100%;border-collapse:collapse}thead tr{background:var(--gray-50);border-bottom:1px solid var(--border)}th{padding:10px 16px;text-align:left;font-size:var(--text-xs);font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}td{padding:11px 16px;border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr{cursor:pointer;transition:background var(--transition)}tbody tr:hover{background:var(--gray-50)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:99px;font-size:var(--text-xs);font-weight:600;white-space:nowrap}.search-wrap{position:relative}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;display:flex}.search-wrap .form-control{padding-left:32px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:500;padding:20px}.modal{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;border:1px solid var(--border)}.modal-lg{max-width:680px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;text-align:center;gap:8px}.empty-icon{width:48px;height:48px;background:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.empty-title{font-size:var(--text-base);font-weight:600;color:var(--text-primary)}.empty-desc{font-size:var(--text-sm);color:var(--text-muted);max-width:320px}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pagination{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:16px}.page-btn{min-width:32px;height:32px;padding:0 8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.page-btn:hover:not(:disabled){background:var(--gray-100)}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn:disabled{opacity:.4;cursor:not-allowed}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-1{flex:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-mono{font-family:var(--font-mono)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.toast-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;font-size:.8125rem;font-weight:500;box-shadow:0 4px 20px #00000026;pointer-events:all;cursor:pointer;min-width:260px;max-width:400px;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.toast-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.toast-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.toast-info{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}body.theme-dark{--surface: #1E293B;--surface-alt: #0F172A;--bg: #0F172A;--border: rgba(255,255,255,.1);--border-focus: #EF4444;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-muted: #64748B;--gray-50: #1E293B;--gray-100: #334155;--gray-200: #475569;--tenant-primary: var(--primary, #B91C1C);--tenant-primary-hover: var(--primary-hover, #991B1B);background:#0f172a;color:#f1f5f9}body.theme-dark .main-content,body.theme-dark .app-content,body.theme-dark .app-view-wrap{background:#0f172a}body.theme-dark .topbar{background:#1e293b;border-bottom-color:#ffffff14;box-shadow:0 1px 4px #0000004d}body.theme-dark .topbar-title{color:#f1f5f9}body.theme-dark .topbar-divider{color:#fff3}body.theme-dark .card{background:#1e293b;border-color:#ffffff14}body.theme-dark .card-header{background:#162032;border-bottom-color:#ffffff14}body.theme-dark .card-title{color:#f1f5f9}body.theme-dark .card-footer{background:#162032;border-top-color:#ffffff14}body.theme-dark .table-wrap{background:#1e293b;border-color:#ffffff14}body.theme-dark thead tr{background:#162032;border-bottom-color:#ffffff14}body.theme-dark th{color:#64748b}body.theme-dark td{border-bottom-color:#ffffff0f;color:#cbd5e1}body.theme-dark tbody tr:hover{background:#ffffff0a}body.theme-dark .form-control{background:#0f172a;border-color:#ffffff1f;color:#f1f5f9}body.theme-dark .form-control:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1f;outline:none}body.theme-dark .form-control::placeholder{color:#ffffff47}body.theme-dark .form-label{color:#94a3b8}body.theme-dark .form-hint{color:#64748b}body.theme-dark select.form-control option{background:#1e293b;color:#f1f5f9}body.theme-dark .btn-secondary{background:#334155;color:#f1f5f9;border-color:#ffffff1f}body.theme-dark .btn-secondary:hover:not(:disabled){background:#475569}body.theme-dark .btn-ghost{color:#94a3b8}body.theme-dark .btn-ghost:hover:not(:disabled){background:#ffffff12;color:#f1f5f9}body.theme-dark .btn-icon-sm{color:#64748b}body.theme-dark .btn-icon-sm:hover{color:#f1f5f9;background:#ffffff12}body.theme-dark .btn-edit,body.theme-dark [class*=btn-edit],body.theme-dark .edit-btn{color:#94a3b8;border-radius:5px;transition:background .2s ease,color .2s ease}body.theme-dark .btn-edit:hover,body.theme-dark [class*=btn-edit]:hover,body.theme-dark .edit-btn:hover{background-color:#ffffff12;color:#f1f5f9}body.theme-dark .msg-edit-btn,body.theme-dark .message-edit-link,body.theme-dark .ticket-edit-btn{color:#64748b;border-radius:4px;transition:background .2s ease,color .2s ease}body.theme-dark .msg-edit-btn:hover,body.theme-dark .message-edit-link:hover,body.theme-dark .ticket-edit-btn:hover{background-color:#ffffff12;color:#cbd5e1}body.theme-dark .modal{background:#1e293b;border-color:#ffffff1a}body.theme-dark .modal-overlay{background:#000000a6}body.theme-dark .badge-externo,body.theme-dark [class*=badge][class*=externo],body.theme-dark .type-badge.externo{background-color:#ef44442e!important;color:#f87171!important;border-color:#ef444440!important}body.theme-dark .badge-interno,body.theme-dark [class*=badge][class*=interno],body.theme-dark .type-badge.interno{background-color:#6366f12e!important;color:#a5b4fc!important;border-color:#6366f140!important}body.theme-dark .badge-aberto,body.theme-dark .status-badge.aberto{background-color:#3b82f626!important;color:#93c5fd!important}body.theme-dark .badge-andamento,body.theme-dark .status-badge.andamento{background-color:#eab30824!important;color:#fde047!important}body.theme-dark .badge-resolvido,body.theme-dark .badge-fechado,body.theme-dark .status-badge.resolvido,body.theme-dark .status-badge.fechado{background-color:#05966926!important;color:#6ee7b7!important}body.theme-dark .badge-baixa,body.theme-dark .priority-badge.baixa{background-color:#94a3b81f!important;color:#94a3b8!important}body.theme-dark .badge-media,body.theme-dark .priority-badge.media{background-color:#eab30824!important;color:#facc15!important}body.theme-dark .badge-alta,body.theme-dark .priority-badge.alta{background-color:#ef444429!important;color:#f87171!important}body.theme-dark .badge-urgente,body.theme-dark .priority-badge.urgente{background-color:#dc26262e!important;color:#fca5a5!important}body.theme-dark .sla-ok,body.theme-dark .badge-sla-ok{color:#6ee7b7}body.theme-dark .sla-atencao,body.theme-dark .badge-sla-atencao{color:#facc15}body.theme-dark .sla-vencido,body.theme-dark .badge-sla-vencido{color:#f87171}body.theme-dark .empty-state .empty-icon{background:#334155;color:#64748b}body.theme-dark .empty-title{color:#f1f5f9}body.theme-dark .empty-desc{color:#64748b}body.theme-dark .spinner{border-color:#ffffff1f;border-top-color:#ef4444}body.theme-dark .page-btn{background:#1e293b;border-color:#ffffff1a;color:#94a3b8}body.theme-dark .page-btn:hover:not(:disabled){background:#334155}body.theme-dark .page-wrap{background:#0f172a}body.theme-dark .search-icon{color:#475569}body.theme-dark .sidebar-link:hover{background:#ffffff12;color:#f1f5f9;transition:background .22s ease,color .22s ease}body.theme-dark .sidebar-link.active{background:var(--primary, #B91C1C);color:#fff}body.theme-dark .ticket-tabbar{background:#1e293b;border-bottom-color:#ffffff14}body.theme-dark .ticket-tab{background:#162032;border-color:#ffffff14;color:#94a3b8}body.theme-dark .ticket-tab.active{background:#1e293b;color:#f1f5f9}body.theme-dark .ticket-tab:hover{background:#ffffff0f}body.theme-dark .message-item,body.theme-dark .history-item,body.theme-dark .ticket-message,body.theme-dark .log-entry{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.05)}body.theme-dark .message-item:last-child,body.theme-dark .history-item:last-child,body.theme-dark .ticket-message:last-child,body.theme-dark .log-entry:last-child{border-bottom:none;margin-bottom:0}body.theme-dark .demo-cta-banner{background:#b91c1c1f;border-bottom:1px solid rgba(185,28,28,.25)}body.theme-dark .toast-success{background:#064e3b;color:#6ee7b7;border-color:#065f46}body.theme-dark .toast-error{background:#7f1d1d;color:#fca5a5;border-color:#991b1b}body.theme-dark .toast-warning{background:#78350f;color:#fde68a;border-color:#92400e}body.theme-dark .toast-info{background:#1e3a5f;color:#93c5fd;border-color:#1e40af}body.theme-dark ::-webkit-scrollbar-track{background:#0f172a}body.theme-dark ::-webkit-scrollbar-thumb{background:#334155}body.theme-dark ::-webkit-scrollbar-thumb:hover{background:#475569}.theme-toggle-wrap{padding:8px 10px 4px;flex-shrink:0}.theme-toggle-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;transition:background .15s ease;font-family:Inter,system-ui,sans-serif}.theme-toggle-btn:hover{background:#ffffff17}.theme-toggle-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#ffffff80;-webkit-user-select:none;user-select:none}.theme-toggle-label svg{opacity:.7}.theme-switch{width:28px;height:16px;background:#ffffff26;border-radius:99px;position:relative;transition:background .2s ease;flex-shrink:0}.theme-switch.is-dark{background:#b91c1c}.theme-switch-knob{position:absolute;top:2px;left:2px;width:12px;height:12px;background:#fff;border-radius:50%;transition:transform .2s ease}.theme-switch.is-dark .theme-switch-knob{transform:translate(12px)}body.theme-dark .dash-root{background:#0f172a}body.theme-dark .dash-topbar{background:#1e293b;border-bottom-color:#ffffff14}body.theme-dark .dash-title{color:#f1f5f9}body.theme-dark .dash-date{color:#64748b}body.theme-dark .dash-scope-tabs{background:#ffffff12}body.theme-dark .dash-scope-tab{color:#64748b}body.theme-dark .dash-scope-tab.active{background:#334155;color:#f1f5f9;box-shadow:0 1px 3px #0000004d}body.theme-dark .dash-refresh{background:#1e293b;border-color:#ffffff1a;color:#64748b}body.theme-dark .dash-refresh:hover{color:#f1f5f9;border-color:#ffffff40}body.theme-dark .dash-card{background:#1e293b;border-color:#ffffff12}body.theme-dark .dash-card:hover{box-shadow:0 4px 16px #00000059;border-color:#ffffff2e}body.theme-dark .dash-card--alert{border-color:#be123c4d}body.theme-dark .dash-card--alert:hover{border-color:#be123c8c}body.theme-dark .dash-card-icon{background:#ffffff12!important;opacity:.9}body.theme-dark .dash-card-value{color:#e2e8f0}body.theme-dark .dash-card-label{color:#64748b}body.theme-dark .dash-card-pct.up{color:#4ade80}body.theme-dark .dash-card-pct.down{color:#f87171}body.theme-dark .dash-widget{background:#1e293b;border:1px solid rgba(255,255,255,.07);border-radius:12px}body.theme-dark .dash-widget-title{color:#94a3b8}body.theme-dark .dash-widget-link{color:#f87171}body.theme-dark .dash-bar-label{color:#475569}body.theme-dark .dash-legend-label{color:#64748b}body.theme-dark .dash-status-bar-wrap{background:#ffffff0f}body.theme-dark .dash-status-name{color:#94a3b8}body.theme-dark .dash-status-val{color:#e2e8f0}body.theme-dark .dash-agent-table th{color:#64748b;border-bottom-color:#ffffff14}body.theme-dark .dash-agent-table td{color:#94a3b8;border-bottom-color:#ffffff0d}body.theme-dark .dash-agent-table tr:last-child td{border-bottom:none}body.theme-dark .dash-comparison-label{color:#cbd5e1}body.theme-dark .dash-comparison-pct.positive{color:#4ade80}body.theme-dark .dash-comparison-pct.negative{color:#f87171}body.theme-dark .dash-comparison-sub{color:#475569}body.theme-dark .dash-urgent-item{background:#be123c1f;border:1px solid rgba(190,18,60,.22)}body.theme-dark .dash-urgent-item:hover{background:#be123c2e}body.theme-dark .dash-ticket-key{color:#f87171}body.theme-dark .dash-ticket-subject{color:#cbd5e1}body.theme-dark .dash-due-today{background:#78350f40;border:1px solid rgba(180,83,9,.3);color:#fde68a}body.theme-dark .dash-queue-item:hover{background:#ffffff0a}body.theme-dark .dash-queue-key{color:#f87171}body.theme-dark .dash-queue-subject{color:#cbd5e1}body.theme-dark .dash-queue-date{color:#475569}body.theme-dark .dash-event-title{color:#cbd5e1}body.theme-dark .dash-event-date,body.theme-dark .dash-empty,body.theme-dark .dash-loading{color:#475569}body.theme-dark .dash-kb-card{background:#1e293b;border-color:#ffffff12}body.theme-dark .dash-kb-card:hover{box-shadow:0 4px 16px #00000059;border-color:#b91c1c80}body.theme-dark .dash-kb-icon{background:#b91c1c26;color:#f87171}body.theme-dark .dash-kb-title{color:#e2e8f0}body.theme-dark .dash-kb-desc{color:#64748b}body.theme-dark .dash-kb-arrow{color:#475569}body.theme-dark .dash-kb-card:hover .dash-kb-arrow{color:#f87171}
