@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap&font-display=swap";#app{min-height:100vh;min-height:-webkit-fill-available}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:hidden}body{color:#f5f0eb;background-color:var(--bg-primary,#0d0808);-webkit-text-size-adjust:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;transition:background-color .4s;overflow-x:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track,#1a0f0f)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#4a2828);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b1a1a}.glass{background:var(--glass-bg,#1a0f0fbf)}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.glass{-webkit-backdrop-filter:blur(8px)}}.glass{border:1px solid var(--glass-border,#d4a84b1f)}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all .5s}.slide-up-enter-from{opacity:0;transform:translateY(30px)}.slide-up-leave-to{opacity:0;transform:translateY(-10px)}.btn{cursor:pointer;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#0000);transition:opacity .15s;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn--primary{color:#fff;background:linear-gradient(135deg,#8b1a1a,#b52525);box-shadow:0 4px 15px #8b1a1a66}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #8b1a1a80}.btn--primary:active{transform:translateY(0)}.btn--accent{color:#0d0808;background:linear-gradient(135deg,#b8891e,#d4a84b);box-shadow:0 4px 15px #d4a84b4d}.btn--accent:hover{transform:translateY(-2px);box-shadow:0 6px 25px #d4a84b66}.btn--ghost{color:#f5f0eb;background:#ffffff0a;border:1px solid #d4a84b1f}.btn--ghost:hover{background:#ffffff12;border-color:#d4a84b40}.btn--lg{border-radius:16px;padding:16px 36px;font-size:1.05rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.input-group{margin-bottom:20px;position:relative}.input-group .input-icon{color:#7a6b5e;z-index:1;font-size:1.1rem;transition:color .3s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.input-group input{color:#f5f0eb;background:#ffffff0a;border:1px solid #d4a84b1a;border-radius:12px;outline:none;width:100%;padding:14px 16px 14px 48px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;transition:all .3s}.input-group input::placeholder{color:#7a6b5e}.input-group input:focus{background:#d4a84b0d;border-color:#d4a84b;box-shadow:0 0 0 3px #d4a84b1f}.input-group input:focus+.input-label,.input-group input:focus~.input-icon{color:#d4a84b}.input-group .input-label{color:#b8a99a;letter-spacing:.5px;background:#1a0f0f;padding:0 6px;font-size:.75rem;font-weight:500;transition:color .3s;position:absolute;top:-8px;left:12px}.input-group .toggle-password{color:#7a6b5e;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.1rem;transition:color .15s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.input-group .toggle-password:hover{color:#d4a84b}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}:root{--gold:#d4a84b;--burgundy:#8b1a1a}.theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.theme-light body,.theme-light{color:var(--text-primary)}.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light h5,.theme-light h6{color:var(--text-primary)!important}.theme-light p,.theme-light span,.theme-light label,.theme-light td,.theme-light th,.theme-light li{color:inherit}.theme-light .glass{background:var(--glass-bg)!important;border-color:var(--glass-border)!important}.theme-light .dashboard-layout{background:var(--bg-primary)}.theme-light .nav-item{color:var(--text-secondary)}.theme-light .nav-item:hover{color:var(--text-primary);background:var(--surface-hover)}.theme-light .nav-item.active{color:var(--gold);background:#8b1a1a0f}.theme-light .nav-item.logout:hover{background:#ef44440f}.theme-light .sidebar-toggle{color:var(--text-muted)}.theme-light .user-pill{background:var(--surface)}.theme-light .user-meta-name{color:var(--text-primary)}.theme-light .mobile-topbar{background:#f5f2eefa!important;border-bottom-color:#00000014!important}.theme-light .mobile-menu-btn{color:var(--text-primary)}.theme-light .mobile-bottom-nav{background:#f5f2eefa!important;border-top-color:#00000014!important}.theme-light .bottom-nav-item{color:var(--text-muted)}.theme-light .sidebar-backdrop{background:#0000004d}.theme-light .mobile-theme-toggle{color:var(--burgundy);background:#0000000a;border-color:#8b1a1a26}.theme-light .pw-overlay{background:var(--modal-overlay)}.theme-light .pw-modal h3{color:var(--text-primary)!important}.theme-light .pw-field label{color:var(--text-muted)}.theme-light .pw-field input{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}.theme-light .pw-field input::placeholder{color:var(--text-muted)}.theme-light input,.theme-light select,.theme-light textarea{color:var(--text-primary)}.theme-light input::placeholder,.theme-light select::placeholder,.theme-light textarea::placeholder{color:var(--text-muted)}.theme-light .input-group input{background:var(--input-bg);border-color:var(--input-border);color:var(--text-primary)}.theme-light .input-group .input-label{background:var(--bg-alt);color:var(--text-secondary)}.theme-light .btn--ghost{background:var(--surface);color:var(--text-primary);border-color:var(--card-border)}.theme-light .btn--ghost:hover{background:var(--surface-hover)}.theme-light .stat-card,.theme-light .kpi-card,.theme-light .card{background:var(--card-bg);border-color:var(--card-border)}.theme-light .stat-value,.theme-light .kpi-value{color:var(--text-primary)!important}.theme-light .stat-label,.theme-light .kpi-label{color:var(--text-secondary)!important}.theme-light .page-desc{color:var(--text-muted)!important}.theme-light .table-container,.theme-light table{color:var(--text-primary)}.theme-light thead th{color:var(--text-secondary)!important;border-color:var(--card-border)!important}.theme-light tbody td{border-color:var(--card-border)!important}.theme-light .search-box input,.theme-light .filter-input,.theme-light .search-input{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}.theme-light .search-box input::placeholder,.theme-light .filter-input::placeholder,.theme-light .search-input::placeholder{color:var(--text-muted)!important}.theme-light select{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}.theme-light select option{background:var(--bg-alt);color:var(--text-primary)}.theme-light .loading-state,.theme-light .loading-overlay{color:var(--text-muted);background:#f5f2ee80}.theme-light ::-webkit-scrollbar-track{background:var(--scrollbar-track)}.theme-light ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}.theme-light .page-header h2,.theme-light .detail-body h2{color:var(--text-primary)!important}.theme-light .page-count{color:var(--burgundy)!important;background:#8b1a1a1a!important}.theme-light .search-box{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-muted)!important}.theme-light .search-box input{color:var(--text-primary)!important}.theme-light .search-box input::placeholder,.theme-light .search-box .search-clear{color:var(--text-muted)!important}.theme-light .filter-panel,.theme-light .advanced-filters{background:var(--card-bg)!important;border-color:var(--card-border)!important}.theme-light .filter-group label,.theme-light .filter-section label{color:var(--text-secondary)!important}.theme-light .filter-group select,.theme-light .filter-section select{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}.theme-light .filter-group select option,.theme-light .filter-section select option{background:var(--bg-alt);color:var(--text-primary)}.theme-light .filter-group input,.theme-light .filter-section input{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}.theme-light .filter-group input::placeholder,.theme-light .filter-section input::placeholder,.theme-light .chip-more{color:var(--text-muted)!important}.theme-light .status-tabs button,.theme-light .view-toggle button{background:var(--surface)!important;color:var(--text-secondary)!important;border-color:var(--card-border)!important}.theme-light .status-tabs button.active,.theme-light .view-toggle button.active{color:#fff!important}.theme-light .status-tabs button:hover:not(.active),.theme-light .view-toggle button:hover:not(.active){background:var(--surface-hover)!important;color:var(--text-primary)!important}.theme-light .table-container{background:var(--card-bg)!important;border-color:var(--card-border)!important}.theme-light th{color:var(--text-secondary)!important;border-color:var(--card-border)!important}.theme-light td{color:var(--text-primary)!important;border-color:var(--card-border)!important}.theme-light .list-title{color:var(--text-primary)!important}.theme-light .check-code,.theme-light .price-sep,.theme-light .page-info{color:var(--text-muted)!important}.theme-light tbody tr:hover{background:var(--surface-hover)!important}.theme-light .property-card,.theme-light .card-item{background:var(--card-bg)!important;border-color:var(--card-border)!important}.theme-light .card-title{color:var(--text-primary)!important}.theme-light .card-check{color:var(--text-muted)!important}.theme-light .card-meta{color:var(--text-secondary)!important}.theme-light .card-location,.theme-light .card-updated{color:var(--text-muted)!important}.theme-light .detail-overlay,.theme-light .form-overlay,.theme-light .confirm-overlay{background:var(--modal-overlay)!important}.theme-light .detail-modal,.theme-light .form-modal,.theme-light .confirm-modal{background:var(--bg-primary)!important;color:var(--text-primary)!important}.theme-light .detail-code{color:var(--text-muted)!important}.theme-light .detail-section h3,.theme-light .form-section h3{color:var(--text-primary)!important}.theme-light .detail-row .label,.theme-light .detail-label{color:var(--text-secondary)!important}.theme-light .detail-row .value,.theme-light .detail-value{color:var(--text-primary)!important}.theme-light .detail-note{background:var(--surface)!important;color:var(--text-primary)!important}.theme-light .form-group label{color:var(--text-secondary)!important}.theme-light .form-group input,.theme-light .form-group select,.theme-light .form-group textarea{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}.theme-light .form-group input::placeholder,.theme-light .form-group select::placeholder,.theme-light .form-group textarea::placeholder{color:var(--text-muted)!important}.theme-light .form-group textarea{background:var(--input-bg)!important;color:var(--text-primary)!important}.theme-light .upload-zone{border-color:var(--card-border)!important;color:var(--text-muted)!important}.theme-light .upload-zone svg{color:var(--text-muted)!important}.theme-light .upload-zone p{color:var(--text-secondary)!important}.theme-light .upload-zone .upload-hint,.theme-light .image-info{color:var(--text-muted)!important}.theme-light .confirm-modal h3{color:var(--text-primary)!important}.theme-light .confirm-modal p{color:var(--text-secondary)!important}.theme-light .pagination button{background:var(--surface)!important;color:var(--text-secondary)!important;border-color:var(--card-border)!important}.theme-light .pagination button.active,.theme-light .pagination button[disabled]{color:var(--text-primary)!important}.theme-light .revenue-card,.theme-light .chart-card,.theme-light .leaderboard-card,.theme-light .recent-card{background:var(--card-bg)!important;border-color:var(--card-border)!important;color:var(--text-primary)!important}.theme-light .revenue-card h3,.theme-light .revenue-card h4,.theme-light .revenue-card .card-title,.theme-light .chart-card h3,.theme-light .chart-card h4,.theme-light .chart-card .card-title,.theme-light .leaderboard-card h3,.theme-light .leaderboard-card h4,.theme-light .leaderboard-card .card-title,.theme-light .recent-card h3,.theme-light .recent-card h4,.theme-light .recent-card .card-title{color:var(--text-primary)!important}.theme-light .user-card,.theme-light .user-modal{background:var(--card-bg)!important;border-color:var(--card-border)!important}.theme-light .user-name{color:var(--text-primary)!important}.theme-light .user-role,.theme-light .user-email{color:var(--text-secondary)!important}.theme-light .user-stat{color:var(--text-muted)!important}.theme-light .settings-card,.theme-light .config-card{background:var(--card-bg)!important;border-color:var(--card-border)!important;color:var(--text-primary)!important}.theme-light .settings-label{color:var(--text-secondary)!important}html.theme-light [data-v-] .list-title,html.theme-light .list-title{color:var(--text-primary)!important}html.theme-light .check-code,html.theme-light .page-info,html.theme-light .chip-more{color:var(--text-muted)!important}html.theme-light .page-header-left h2{color:var(--text-primary)!important}html.theme-light .property-count{background:#8b1a1a14!important}html.theme-light .search-box{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-muted)!important}html.theme-light .search-box input{color:var(--text-primary)!important}html.theme-light .search-box .search-clear{color:var(--text-muted)!important}html.theme-light .filter-select{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}html.theme-light .filter-select option{background:var(--bg-alt)!important;color:var(--text-primary)!important}html.theme-light .advanced-filter{background:var(--card-bg)!important;border-color:var(--card-border)!important}html.theme-light .af-group label,html.theme-light .af-native-group label{color:var(--text-secondary)!important}html.theme-light .af-group select,html.theme-light .af-native-group select{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}html.theme-light .af-group select option,html.theme-light .af-native-group select option{background:var(--bg-alt)!important;color:var(--text-primary)!important}html.theme-light .af-group select:hover,html.theme-light .af-native-group select:hover{border-color:#0003!important}html.theme-light .af-price-range .price-range-inputs input{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}html.theme-light .af-price-range .price-range-inputs input::placeholder,html.theme-light .price-sep{color:var(--text-muted)!important}html.theme-light .multi-select-trigger{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}html.theme-light .multi-select-trigger:hover{border-color:#0003!important}html.theme-light .multi-select-dropdown{background:var(--bg-alt)!important;border-color:var(--card-border)!important;box-shadow:0 8px 24px #00000026!important}html.theme-light .multi-option{color:var(--text-primary)!important}html.theme-light .multi-option:hover{background:var(--surface-hover)!important}html.theme-light .purpose-filter{border-color:var(--card-border)!important}html.theme-light .purpose-filter button{background:var(--surface)!important;color:var(--text-secondary)!important;border-color:var(--card-border)!important}html.theme-light .purpose-filter button.active{color:#fff!important}html.theme-light .purpose-filter button:hover:not(.active){background:var(--surface-hover)!important;color:var(--text-primary)!important}html.theme-light .view-toggle{border-color:var(--card-border)!important}html.theme-light .view-toggle button{background:var(--surface)!important;color:var(--text-secondary)!important}html.theme-light .view-toggle button.active{background:var(--gold)!important;color:var(--text-primary)!important}html.theme-light .btn--ghost{background:var(--surface)!important;color:var(--text-primary)!important}html.theme-light .btn--outline{border-color:var(--card-border)!important;color:var(--text-secondary)!important}html.theme-light .property-list{color:var(--text-primary)!important}html.theme-light .property-list th{color:var(--text-secondary)!important;border-color:var(--card-border)!important}html.theme-light .property-list td{border-color:var(--card-border)!important;color:var(--text-primary)!important}html.theme-light .property-list tr{border-color:var(--card-border)!important}html.theme-light .property-list tbody tr:hover{background:var(--surface-hover)!important}html.theme-light .property-card{background:var(--card-bg)!important;border-color:var(--card-border)!important}html.theme-light .card-title{color:var(--text-primary)!important}html.theme-light .card-check{color:var(--text-muted)!important}html.theme-light .card-meta{color:var(--text-secondary)!important}html.theme-light .card-location,html.theme-light .card-updated{color:var(--text-muted)!important}html.theme-light .detail-body{background:var(--bg-primary)!important;color:var(--text-primary)!important}html.theme-light .detail-body h2{color:var(--text-primary)!important}html.theme-light .detail-price{color:var(--burgundy)!important}html.theme-light .detail-code,html.theme-light .detail-updated{color:var(--text-muted)!important}html.theme-light .detail-location{color:var(--text-secondary)!important}html.theme-light .detail-specs .spec{background:var(--surface)!important}html.theme-light .detail-specs .spec strong{color:var(--text-primary)!important}html.theme-light .detail-specs .spec span{color:var(--text-muted)!important}html.theme-light .detail-section h4{color:var(--burgundy)!important}html.theme-light .detail-info-grid div{color:var(--text-secondary)!important}html.theme-light .detail-info-grid div strong,html.theme-light .contact-info span{color:var(--text-primary)!important}html.theme-light .viewing-status{color:var(--text-muted)!important}html.theme-light .note-text{color:var(--text-primary)!important}html.theme-light .detail-audit{background:var(--surface)!important;border-color:var(--card-border)!important}html.theme-light .audit-row{color:var(--text-secondary)!important}html.theme-light .audit-row strong{color:var(--text-primary)!important}html.theme-light .audit-time{color:var(--text-muted)!important}html.theme-light .form-modal,html.theme-light .detail-modal{background:var(--bg-primary)!important}html.theme-light .form-section-title{border-color:var(--card-border)!important}html.theme-light .form-group label{color:var(--text-secondary)!important}html.theme-light .form-group input,html.theme-light .form-group textarea,html.theme-light .form-group select{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}html.theme-light .form-group select option{background:var(--bg-alt)!important;color:var(--text-primary)!important}html.theme-light .form-group select:hover{border-color:#0003!important}html.theme-light .form-actions{border-color:var(--card-border)!important}html.theme-light .toggle-label{color:var(--text-muted)!important}html.theme-light .toggle-track{background:#0000001f!important}html.theme-light .upload-zone{border-color:var(--card-border)!important}html.theme-light .upload-zone p{color:var(--text-secondary)!important}html.theme-light .upload-zone .upload-hint,html.theme-light .upload-zone svg,html.theme-light .image-info{color:var(--text-muted)!important}html.theme-light .confirm-content h3{color:var(--text-primary)!important}html.theme-light .confirm-content p{color:var(--text-secondary)!important}html.theme-light .empty-state,html.theme-light .loading-state{color:var(--text-muted)!important}html.theme-light .loading-overlay{background:#f5f2ee80!important}html.theme-light .pagination button{background:var(--surface)!important;color:var(--text-secondary)!important;border-color:var(--card-border)!important}html.theme-light .revenue-card,html.theme-light .chart-card,html.theme-light .leaderboard-card,html.theme-light .recent-card{background:var(--card-bg)!important;border-color:var(--card-border)!important}html.theme-light .revenue-card h3,html.theme-light .revenue-card h4,html.theme-light .chart-card h3,html.theme-light .chart-card h4,html.theme-light .leaderboard-card h3,html.theme-light .leaderboard-card h4,html.theme-light .recent-card h3,html.theme-light .recent-card h4{color:var(--text-primary)!important}html.theme-light .month-btn{color:var(--text-primary)!important;background:var(--surface)!important;border-color:var(--card-border)!important}html.theme-light .month-btn:hover:not(:disabled){background:#d4af3726!important}html.theme-light .lb-row{background:var(--surface)!important}html.theme-light .lb-row:hover{background:var(--surface-hover)!important}html.theme-light .lb-bar-wrap{background:var(--card-border)!important}html.theme-light .lb-name{color:var(--text-primary)!important}html.theme-light .sale-row{background:var(--surface)!important}html.theme-light .sale-row:hover{background:var(--surface-hover)!important}html.theme-light .sale-title{color:var(--text-primary)!important}html.theme-light .sale-meta,html.theme-light .sale-by{color:var(--text-muted)!important}html.theme-light .proj-name{color:var(--text-primary)!important}html.theme-light .proj-bar-bg{background:var(--card-border)!important}html.theme-light .type-label{color:var(--text-primary)!important}html.theme-light .type-bar-bg{background:var(--card-border)!important}html.theme-light .empty-state p,html.theme-light .empty-msg{color:var(--text-muted)!important}html.theme-light .header-left h2{color:var(--text-primary)!important}html.theme-light .header-left .page-desc{color:var(--text-muted)!important}html.theme-light .user-card,html.theme-light .user-modal{background:var(--card-bg)!important;border-color:var(--card-border)!important}html.theme-light .user-name{color:var(--text-primary)!important}html.theme-light .users-table th{color:var(--text-secondary)!important;border-color:var(--card-border)!important}html.theme-light .users-table td{color:var(--text-primary)!important;border-color:var(--card-border)!important}html.theme-light .user-cell-avatar{color:#fff!important}html.theme-light .user-cell-name{color:var(--text-primary)!important}html.theme-light .idx-col,html.theme-light .date-col,html.theme-light .email-col,html.theme-light .status-indicator.inactive{color:var(--text-muted)!important}html.theme-light .status-indicator.inactive .dot{background:var(--text-muted)!important}html.theme-light code{background:var(--surface)!important;color:var(--burgundy)!important}html.theme-light .filter-bar{background:var(--card-bg)!important;border-color:var(--card-border)!important}html.theme-light .filter-btn{color:var(--text-muted)!important;border-color:var(--card-border)!important}html.theme-light .filter-btn:hover{background:var(--surface-hover)!important;color:var(--text-primary)!important}html.theme-light .filter-search{background:var(--input-bg)!important;border-color:var(--input-border)!important}html.theme-light .filter-search svg{color:var(--text-muted)!important}html.theme-light .filter-search input{color:var(--text-primary)!important}html.theme-light .user-count{color:var(--text-muted)!important;background:var(--surface)!important}html.theme-light .action-btn.toggle{color:var(--text-secondary)!important}html.theme-light .action-btn.toggle:hover{color:var(--text-primary)!important;background:var(--surface-hover)!important}html.theme-light .pw-user{color:var(--text-secondary)!important}html.theme-light .settings-card,html.theme-light .config-card{background:var(--card-bg)!important;border-color:var(--card-border)!important;color:var(--text-primary)!important}html.theme-light .add-list-bar{background:var(--card-bg)!important;border-color:var(--card-border)!important}html.theme-light .add-list-form input,html.theme-light .add-list-form select,html.theme-light .add-option input,html.theme-light .edit-input{background:var(--input-bg)!important;border-color:var(--input-border)!important;color:var(--text-primary)!important}html.theme-light .add-list-form input::placeholder,html.theme-light .add-option input::placeholder{color:var(--text-muted)!important}html.theme-light .config-header{border-color:var(--card-border)!important}html.theme-light .config-header-left h3{color:var(--text-primary)!important}html.theme-light .config-count{color:var(--text-muted)!important}html.theme-light .option-item:hover{background:var(--surface-hover)!important}html.theme-light .option-number{background:var(--surface)!important;color:var(--text-muted)!important}html.theme-light .option-label{color:var(--text-secondary)!important}html.theme-light .empty-options,html.theme-light .empty-state,html.theme-light .empty-state p,html.theme-light .empty-state svg{color:var(--text-muted)!important}html.theme-light .icon-btn{background:var(--surface)!important;color:var(--text-secondary)!important}html.theme-light .icon-btn:hover{background:var(--surface-hover)!important;color:var(--text-primary)!important}html.theme-light .add-option{border-color:var(--card-border)!important}html.theme-light .quick-link{background:var(--card-bg)!important;color:var(--text-primary)!important;border-color:var(--card-border)!important}html.theme-light .quick-link .arrow{color:var(--text-muted)!important}
