*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#eff6ff;--success:#16a34a;--success-light:#f0fdf4;--warning:#d97706;--warning-light:#fffbeb;--danger:#dc2626;--danger-light:#fef2f2;--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;--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #00000012, 0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--nav-height:64px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}.navbar{border-bottom:1px solid var(--gray-200);z-index:100;box-shadow:var(--shadow-sm);background:#fff;position:sticky;top:0}.navbar-inner{max-width:1280px;height:var(--nav-height);align-items:center;gap:1.5rem;margin:0 auto;padding:0 1.5rem;display:flex}.navbar-brand{color:var(--gray-900);flex-shrink:0;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.brand-icon-wrap{background:var(--primary);border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.navbar-center{flex:1;align-items:center;gap:.25rem;display:flex}.nav-item{border-radius:var(--radius-sm);color:var(--gray-600);padding:.4rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s}.nav-item:hover,.nav-item.router-link-active{color:var(--primary);background:var(--primary-light)}.navbar-right{align-items:center;gap:.75rem;margin-left:auto;display:flex}.nav-admin-btn{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-sm);color:var(--gray-700);align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.nav-admin-btn:hover{background:var(--gray-200)}.nav-admin-btn.router-link-active{background:var(--primary-light);color:var(--primary);border-color:#bfdbfe}.chat-btn{cursor:pointer;width:36px;height:36px;color:var(--gray-500);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.chat-btn:hover{background:var(--gray-100);color:var(--gray-700)}.chat-btn.chat-btn-active{color:#7c3aed;background:#f5f3ff}.chat-badge{background:var(--danger);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:1px;right:1px}.chat-backdrop{z-index:150;position:fixed;inset:0}.chat-panel{top:calc(var(--nav-height) + 10px);z-index:200;flex-direction:column;width:340px;height:480px;animation:.2s slideUp;display:flex;position:fixed;right:1rem;overflow:hidden}.chat-panel-header{border-bottom:1px solid var(--gray-200);background:#f5f3ff;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.chat-panel-title{color:var(--gray-800);flex:1;align-items:center;gap:.45rem;font-size:.85rem;font-weight:600;display:flex}.chat-panel-badge{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.62rem;font-weight:700;display:inline-flex}.chat-panel-thread{flex-direction:column;flex:1;gap:.625rem;padding:.875rem;display:flex;overflow-y:auto}.chat-list-thread{gap:0;padding:0}.chat-loading{justify-content:center;padding:1.5rem;display:flex}.chat-empty{text-align:center;color:var(--gray-400);padding:2rem 1rem;font-size:.8rem;line-height:1.6}.chat-compose{border-top:1px solid var(--gray-200);background:var(--gray-50);flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.75rem .875rem;display:flex}.chat-input{resize:none;min-height:unset;flex:1;font-size:.8rem}.chat-send{flex-shrink:0;height:34px;padding:0 .75rem}.chat-back-btn{cursor:pointer;color:var(--gray-500);background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:.2rem;transition:all .15s;display:flex}.chat-back-btn:hover{color:var(--gray-800);background:#0000000f}.chat-user-row{cursor:pointer;text-align:left;border:none;border-bottom:1px solid var(--gray-100);background:0 0;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;font-family:inherit;transition:background .1s;display:flex}.chat-user-row:hover{background:var(--gray-50)}.chat-user-row:last-child{border-bottom:none}.chat-user-row-unread{background:#fafafe}.chat-user-row-unread:hover{background:#f3f0ff}.chat-user-avatar{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.72rem;font-weight:700;display:flex}.chat-user-info{flex:1;min-width:0}.chat-user-name{color:var(--gray-900);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.chat-unread-pill{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;display:inline-flex}.chat-user-preview{color:var(--gray-400);white-space:nowrap;text-overflow:ellipsis;margin-top:.1rem;font-size:.78rem;overflow:hidden}.chat-user-time{color:var(--gray-400);flex-shrink:0;font-size:.72rem}.bubble-row{display:flex}.bubble-row-right{justify-content:flex-end}.bubble-row-left{justify-content:flex-start}.bubble{border-radius:12px;max-width:75%;padding:.55rem .8rem}.bubble-me{background:var(--primary);color:#fff;border-bottom-right-radius:3px}.bubble-admin-me{color:#fff;background:#7c3aed;border-bottom-right-radius:3px}.bubble-other{background:var(--gray-100);color:var(--gray-900);border-bottom-left-radius:3px}.bubble-sender{opacity:.75;margin-bottom:.2rem;font-size:.68rem;font-weight:600}.bubble-text{white-space:pre-wrap;font-size:.85rem;line-height:1.5}.bubble-time{opacity:.6;text-align:right;margin-top:.25rem;font-size:.65rem}.avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-menu{border-radius:var(--radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.35rem .6rem;transition:background .15s;display:flex;position:relative}.user-menu:hover{background:var(--gray-100)}.user-name-text{color:var(--gray-700);font-size:.85rem;font-weight:500}.chevron{color:var(--gray-400);transition:transform .2s}.chevron.rotated{transform:rotate(180deg)}.user-avatar{background:var(--primary);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.7rem;font-weight:700;display:flex;overflow:hidden}.user-avatar.avatar-lg{width:40px;height:40px;font-size:.85rem}.avatar-admin{background:#b45309}.user-dropdown{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;background:#fff;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.user-dropdown-header{background:var(--gray-50);align-items:center;gap:.75rem;padding:1rem;display:flex}.dropdown-name{color:var(--gray-900);font-size:.875rem;font-weight:600}.dropdown-email{color:var(--gray-500);font-size:.75rem}.dropdown-divider{background:var(--gray-200);height:1px}.dropdown-item{color:var(--gray-700);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.65rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .1s;display:flex}.dropdown-item:hover{background:var(--gray-50)}.dropdown-item-danger{color:var(--danger)}.dropdown-item-danger:hover{background:var(--danger-light)}.btn-login{background:var(--primary);color:#fff;border-radius:var(--radius-sm);padding:.45rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s}.btn-login:hover{background:var(--primary-dark)}.mobile-toggle{color:var(--gray-600);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.25rem;display:none}.mobile-menu{border-top:1px solid var(--gray-200);flex-direction:column;gap:.25rem;padding:.5rem 1rem 1rem;display:none}.mobile-menu.open{display:flex}.mobile-link{border-radius:var(--radius-sm);color:var(--gray-700);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.65rem .75rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .1s;display:flex}.mobile-link:hover{background:var(--gray-100)}.mobile-link-danger{color:var(--danger)}.mobile-link-danger:hover{background:var(--danger-light)}@media (width<=768px){.mobile-toggle{display:flex}.navbar-center,.nav-admin-btn,.user-menu,.btn-login,.chat-btn{display:none}.chat-panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;height:75vh;padding-bottom:env(safe-area-inset-bottom,0px);border-bottom:none;position:fixed;inset:auto 0 0}.chat-compose{padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}}.main-content{max-width:1280px;padding:2rem 1.5rem;padding-left:max(1.5rem, env(safe-area-inset-left));padding-right:max(1.5rem, env(safe-area-inset-right));margin:0 auto}@media (width<=640px){.main-content{padding:1rem;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.45rem;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#15803d}.btn-outline{color:var(--gray-700);border:1px solid var(--gray-200);background:#fff}.btn-outline:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.btn-warning-outline{color:#92400e;background:#fff;border:1px solid #fde68a}.btn-warning-outline:hover:not(:disabled){background:#fffbeb;border-color:#fbbf24}.btn-ghost{color:var(--gray-600);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--gray-100)}.btn-sm{padding:.35rem .7rem;font-size:.8rem}.btn-lg{padding:.65rem 1.25rem;font-size:.95rem}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-clean{color:#166534;background:#dcfce7}.badge-dirty{color:#991b1b;background:#fee2e2}.badge-needs_attention,.badge-pending{color:#92400e;background:#fef9c3}.badge-resolved{color:#166534;background:#dcfce7}.badge-ignored{background:var(--gray-100);color:var(--gray-500)}.card{border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff}.form-group{margin-bottom:1.1rem}.form-label{color:var(--gray-700);letter-spacing:.01em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.form-control{border:1px solid var(--gray-300);border-radius:var(--radius-sm);width:100%;color:var(--gray-900);background:#fff;outline:none;padding:.55rem .875rem;font-family:inherit;font-size:.875rem;transition:all .15s}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-control::placeholder{color:var(--gray-400)}textarea.form-control{resize:vertical;min-height:90px}.alert{border-radius:var(--radius-sm);align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.alert-error{background:var(--danger-light);color:#991b1b;border:1px solid #fecaca}.alert-success{background:var(--success-light);color:#166534;border:1px solid #bbf7d0}.spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.7s linear infinite spin;display:inline-block}.spinner-dark{border-color:var(--gray-200);border-top-color:var(--primary)}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:92vh;box-shadow:var(--shadow-lg);background:#fff;animation:.2s slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.modal-wide{max-width:640px}.modal-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:var(--gray-900);font-size:1rem;font-weight:600}.modal-close{background:var(--gray-100);cursor:pointer;width:28px;height:28px;color:var(--gray-500);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.modal-close:hover{background:var(--gray-200);color:var(--gray-700)}.modal-body{padding:1.5rem}.modal-footer{border-top:1px solid var(--gray-200);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.page-header{margin-bottom:1.75rem}.page-title{color:var(--gray-900);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--gray-500);font-size:.875rem}.empty-state{text-align:center;color:var(--gray-400);padding:3rem 1rem}.empty-state svg{opacity:.5;margin:0 auto 1rem;display:block}.empty-state p{font-size:.9rem}.loading-center{color:var(--gray-500);justify-content:center;align-items:center;gap:.75rem;padding:3rem;font-size:.875rem;display:flex}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--primary:#60a5fa;--primary-dark:#93c5fd;--primary-light:#60a5fa1f;--success:#4ade80;--success-light:#4ade801a;--warning:#fbbf24;--warning-light:#fbbf241a;--danger:#f87171;--danger-light:#f871711a;--gray-50:#181818;--gray-100:#202020;--gray-200:#2a2a2a;--gray-300:#3a3a3a;--gray-400:#6b7280;--gray-500:#9ca3af;--gray-600:#d1d5db;--gray-700:#e5e7eb;--gray-800:#f0f0f0;--gray-900:#f9f9f9;--shadow-sm:0 1px 2px #0009;--shadow:0 1px 3px #000000b3, 0 1px 2px #0009;--shadow-md:0 4px 6px -1px #000000b3;--shadow-lg:0 10px 15px -3px #000c}[data-theme=dark] body{color:#f0f0f0;background:#111!important}[data-theme=dark] .card,[data-theme=dark] .stat-card,[data-theme=dark] .building-card,[data-theme=dark] .lab-card{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .navbar{background:#161616!important;border-color:#2a2a2a!important;box-shadow:0 1px #2a2a2a!important}[data-theme=dark] .navbar-brand{color:#f0f0f0!important}[data-theme=dark] .nav-item{color:#d1d5db!important}[data-theme=dark] .nav-item:hover,[data-theme=dark] .nav-item.router-link-active{color:#60a5fa!important;background:#60a5fa1a!important}[data-theme=dark] .nav-admin-btn{color:#d1d5db!important;background:#202020!important;border-color:#2a2a2a!important}[data-theme=dark] .nav-admin-btn:hover{background:#2a2a2a!important}[data-theme=dark] .nav-admin-btn.router-link-active{color:#60a5fa!important;background:#60a5fa1a!important;border-color:#60a5fa4d!important}[data-theme=dark] .user-name-text{color:#d1d5db!important}[data-theme=dark] .user-menu:hover{background:#202020!important}[data-theme=dark] .mobile-menu{background:#161616!important;border-color:#2a2a2a!important}[data-theme=dark] .mobile-link{color:#d1d5db!important}[data-theme=dark] .mobile-link:hover{background:#202020!important}[data-theme=dark] .mobile-link-danger{color:#f87171!important}[data-theme=dark] .mobile-link-danger:hover{background:#f871711a!important}[data-theme=dark] .user-dropdown{background:#1c1c1e!important;border-color:#2a2a2a!important;box-shadow:0 8px 24px #0009!important}[data-theme=dark] .user-dropdown-header{background:#111!important}[data-theme=dark] .dropdown-name{color:#f0f0f0!important}[data-theme=dark] .dropdown-email{color:#9ca3af!important}[data-theme=dark] .dropdown-divider{background:#2a2a2a!important}[data-theme=dark] .dropdown-item{color:#d1d5db!important}[data-theme=dark] .dropdown-item:hover{background:#202020!important}[data-theme=dark] .dropdown-item-danger{color:#f87171!important}[data-theme=dark] .dropdown-item-danger:hover{background:#f871711a!important}[data-theme=dark] .form-control{color:#f0f0f0!important;background:#111!important;border-color:#3a3a3a!important}[data-theme=dark] .form-control::placeholder{color:#6b7280!important}[data-theme=dark] .form-control:focus{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa26!important}[data-theme=dark] select option{color:#f0f0f0;background:#1c1c1e}[data-theme=dark] .btn-outline{color:#e5e7eb!important;background:#1c1c1e!important;border-color:#3a3a3a!important}[data-theme=dark] .btn-outline:hover:not(:disabled){background:#2a2a2a!important;border-color:#4a4a4a!important}[data-theme=dark] .btn-ghost{color:#d1d5db!important}[data-theme=dark] .btn-ghost:hover:not(:disabled){background:#202020!important}[data-theme=dark] .btn-warning-outline{color:#fbbf24!important;background:#1c1c1e!important;border-color:#fbbf244d!important}[data-theme=dark] .btn-warning-outline:hover:not(:disabled){background:#fbbf2414!important}[data-theme=dark] .modal-overlay{background:#000000d9!important}[data-theme=dark] .modal{border:1px solid #2a2a2a;background:#1c1c1e!important;box-shadow:0 24px 48px #000c!important}[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer{background:#111!important;border-color:#2a2a2a!important}[data-theme=dark] .modal-header h3{color:#f0f0f0!important}[data-theme=dark] .modal-close{color:#9ca3af!important;background:#202020!important}[data-theme=dark] .modal-close:hover{color:#f0f0f0!important;background:#2a2a2a!important}[data-theme=dark] .chat-panel{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .chat-panel-header{background:#111!important;border-color:#2a2a2a!important}[data-theme=dark] .chat-panel-title{color:#f0f0f0!important}[data-theme=dark] .chat-compose{background:#111!important;border-color:#2a2a2a!important}[data-theme=dark] .chat-user-row{border-color:#2a2a2a!important}[data-theme=dark] .chat-user-row:hover{background:#202020!important}[data-theme=dark] .chat-user-row-unread{background:#60a5fa0d!important}[data-theme=dark] .chat-user-name{color:#f0f0f0!important}[data-theme=dark] .chat-user-preview{color:#6b7280!important}[data-theme=dark] .chat-back-btn{color:#9ca3af!important}[data-theme=dark] .chat-back-btn:hover{color:#f0f0f0!important;background:#202020!important}[data-theme=dark] .bubble-other{color:#f0f0f0!important;background:#2a2a2a!important}[data-theme=dark] .chat-empty{color:#6b7280!important}[data-theme=dark] .building-card:hover{transform:translateY(-1px);border-color:#60a5fa!important}[data-theme=dark] .building-card.active{background:#60a5fa1a!important;border-color:#60a5fa!important}[data-theme=dark] .building-count,[data-theme=dark] .building-name{color:#f0f0f0!important}[data-theme=dark] .building-icon{color:#6b7280!important}[data-theme=dark] .building-card.active .building-icon{color:#60a5fa!important}[data-theme=dark] .lab-card:hover{border-color:#3a3a3a!important;box-shadow:0 8px 16px #00000080!important}[data-theme=dark] .lab-card-footer{color:#60a5fa!important;border-color:#2a2a2a!important}[data-theme=dark] .lab-name{color:#f0f0f0!important}[data-theme=dark] .lab-building-badge{color:#60a5fa!important;background:#60a5fa1f!important}[data-theme=dark] .dot-clean{box-shadow:0 0 0 3px #4ade8033!important}[data-theme=dark] .dot-dirty{box-shadow:0 0 0 3px #f8717133!important}[data-theme=dark] .dot-needs_attention{box-shadow:0 0 0 3px #fbbf2433!important}[data-theme=dark] .section-label{color:#9ca3af!important}[data-theme=dark] .search-icon,[data-theme=dark] .filter-icon{color:#6b7280!important}[data-theme=dark] .profile-hero{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .profile-name{color:#f0f0f0!important}[data-theme=dark] .panel{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .panel-head{background:#111!important;border-color:#2a2a2a!important}[data-theme=dark] .panel-title{color:#f0f0f0!important}[data-theme=dark] .panel-sub{color:#9ca3af!important}[data-theme=dark] .clean-bg,[data-theme=dark] .sev-none-bg{background:#4ade8014!important}[data-theme=dark] .sev-low-bg{background:#fbbf2414!important}[data-theme=dark] .sev-mid-bg{background:#fb923c14!important}[data-theme=dark] .sev-high-bg{background:#f8717114!important}[data-theme=dark] .comments-bg{background:#60a5fa14!important}[data-theme=dark] .warn-item{background:#78350f40!important;border-color:#92400e!important}[data-theme=dark] .warn-reason{color:#e5e7eb!important}[data-theme=dark] .warn-alert{color:#fbbf24!important;background:#fbbf2414!important;border-color:#fbbf2440!important}[data-theme=dark] .comment-item{background:#222!important;border-color:#2a2a2a!important}[data-theme=dark] .comment-text{color:#e5e7eb!important}[data-theme=dark] .ps-divider{background:#2a2a2a!important}[data-theme=dark] .auth-page{background:linear-gradient(135deg,#111 0%,#0d0d0d 100%)!important}[data-theme=dark] .auth-card{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .auth-header h1{color:#f0f0f0!important}[data-theme=dark] .auth-header p,[data-theme=dark] .auth-footer{color:#9ca3af!important}[data-theme=dark] .report-card,[data-theme=dark] .comment-card,[data-theme=dark] .empty-panel,[data-theme=dark] .cl-item{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .cl-item-inactive{opacity:.45!important}[data-theme=dark] .type-option{color:#d1d5db!important;background:#1c1c1e!important;border-color:#3a3a3a!important}[data-theme=dark] .type-option.active{color:#93c5fd!important;background:#60a5fa1a!important;border-color:#60a5fa!important}[data-theme=dark] .file-upload-area{color:#9ca3af!important;background:#111!important;border-color:#3a3a3a!important}[data-theme=dark] .page-title{color:#f0f0f0!important}[data-theme=dark] .page-subtitle{color:#9ca3af!important}[data-theme=dark] .alert-error{color:#fca5a5!important;background:#f871711a!important;border-color:#f8717140!important}[data-theme=dark] .alert-success{color:#86efac!important;background:#4ade801a!important;border-color:#4ade8040!important}[data-theme=dark] .stat-tile{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] .ftab.active,[data-theme=dark] .atab.active{color:#f0f0f0!important;background:#1c1c1e!important}[data-theme=dark] .bubble-user{color:#f0f0f0!important;background:#2a2a2a!important;border-color:#3a3a3a!important}[data-theme=dark] .user-dropdown-list,[data-theme=dark] .lightbox-close{background:#1c1c1e!important;border-color:#2a2a2a!important}[data-theme=dark] a{color:inherit}[data-theme=dark] .spinner-dark{border-color:#60a5fa #2a2a2a #2a2a2a}
