:root{--primary: #6366F1;--primary-hover: #5558E3;--primary-light: #818CF8;--primary-dark: #4F46E5;--background: #F8FAFC;--surface: #FFFFFF;--border: #E2E8F0;--text-primary: #1E293B;--text-secondary: #64748B;--text-tertiary: #94A3B8;--sidebar-bg: #1E1B4B;--sidebar-active: var(--primary);--sidebar-text: #E5E7EB}:root{--bg-page: #f8fafc;--bg-surface: #ffffff;--bg-subtle: #f1f5f9;--bg-muted: #e2e8f0;--bg-sidebar: #0d1025;--bg-sidebar-item: #131530;--fg-primary: #0f172a;--fg-secondary: #64748b;--fg-muted: #94a3b8;--fg-on-brand: #ffffff;--border-default: #e2e8f0;--border-subtle: #f1f5f9;--border-strong: #cbd5e1;--shadow-card: 0 2px 8px rgba(15, 23, 42, .08);--shadow-hero: 0 6px 20px rgba(15, 23, 42, .22);--chrome-h: 57px;--topbar-bg: rgba(255, 255, 255, .72);--topbar-border: #e2e8f0;--topbar-scrolled-bg: rgba(255, 255, 255, .85);--topbar-scrolled-shadow: 0 1px 24px rgba(15, 23, 42, .08);--tabbar-bg: rgba(255, 255, 255, .82);--tabbar-border: rgba(15, 23, 42, .08);--tabbar-blur: blur(24px) saturate(180%);--z-page-header: 30;--z-tabbar: 40;--z-scrim: 45;--z-drawer: 60;--sb-bg: #0d1117;--sb-border: rgba(255, 255, 255, .07);--sb-logo-border: rgba(255, 255, 255, .06);--sb-section-label: rgba(100, 116, 139, .5);--sb-item-text: rgba(148, 163, 184, .65);--sb-item-icon: rgba(148, 163, 184, .4);--sb-item-hover-bg: rgba(255, 255, 255, .05);--sb-item-active-bg: rgba(255, 255, 255, .07);--sb-item-active-border: transparent;--sb-item-active-text: #f1f5f9;--sb-item-active-icon: #a5b4fc;--sb-pill-bg: rgba(255, 255, 255, .04);--sb-pill-border: rgba(255, 255, 255, .06);--sb-pill-name: #cbd5e1;--sb-pill-role: #475569;--sb-footer-border: rgba(255, 255, 255, .05);--sb-meta-text: rgba(148, 163, 184, .55);--sb-user-name: #cbd5e1;--sb-toggle-track: rgba(255, 255, 255, .06);--sb-toggle-track-border: rgba(255, 255, 255, .1);--sb-toggle-knob: #6366f1;--app-bg: var(--bg-page);--card-bg: var(--bg-surface);--card-border: var(--border-default);--card-shadow: var(--shadow-card);--text-primary: var(--fg-primary);--text-secondary: var(--fg-secondary);--text-muted: var(--fg-muted);--input-bg: var(--bg-subtle);--input-border: var(--border-default);--table-row-border: var(--border-subtle);--table-row-hover: var(--bg-page);--chip-bg: var(--bg-subtle);--chip-text: var(--fg-secondary)}html[data-theme=dark]{--bg-page: #070c18;--bg-surface: #0f172a;--bg-subtle: #1e293b;--bg-muted: #334155;--bg-sidebar: #0d1025;--bg-sidebar-item: #131530;--fg-primary: #f8fafc;--fg-secondary: #94a3b8;--fg-muted: #475569;--fg-on-brand: #ffffff;--border-default: rgba(255, 255, 255, .07);--border-subtle: rgba(255, 255, 255, .05);--border-strong: #334155;--shadow-card: 0 2px 8px rgba(0, 0, 0, .35);--shadow-hero: 0 6px 20px rgba(0, 0, 0, .6);--topbar-bg: rgba(11, 18, 32, .92);--topbar-scrolled-bg: rgba(11, 18, 32, .98);--topbar-scrolled-shadow: 0 1px 24px rgba(0, 0, 0, .4);--app-bg: #070c18;--card-bg: #0f172a;--card-border: rgba(255, 255, 255, .07);--card-shadow: 0 2px 8px rgba(0, 0, 0, .35);--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #475569;--input-bg: #1e293b;--input-border: rgba(255, 255, 255, .08);--table-row-border: rgba(255, 255, 255, .05);--table-row-hover: rgba(255, 255, 255, .03);--chip-bg: rgba(255, 255, 255, .08);--chip-text: #94a3b8;--topbar-bg: #0b1220;--topbar-border: rgba(255, 255, 255, .06);--tabbar-bg: rgba(13, 17, 23, .82);--tabbar-border: rgba(255, 255, 255, .07)}html[data-theme=dark] body,html[data-theme=dark] .bg-slate-50{background-color:var(--bg-page)!important}html[data-theme=dark] .bg-white{background-color:var(--bg-surface)!important}html[data-theme=dark] .bg-slate-100{background-color:var(--bg-subtle)!important}html[data-theme=dark] .bg-slate-200{background-color:var(--bg-muted)!important}html[data-theme=dark] .text-slate-900,html[data-theme=dark] .text-slate-800{color:var(--fg-primary)!important}html[data-theme=dark] .text-slate-700,html[data-theme=dark] .text-slate-600{color:var(--fg-secondary)!important}html[data-theme=dark] .text-slate-500,html[data-theme=dark] .text-slate-400{color:var(--fg-muted)!important}html[data-theme=dark] .border-slate-200{border-color:var(--border-default)!important}html[data-theme=dark] .border-slate-100{border-color:var(--border-subtle)!important}html[data-theme=dark] .border-slate-300{border-color:var(--border-strong)!important}html[data-theme=dark] .divide-slate-100>*+*{border-color:var(--border-subtle)!important}html[data-theme=dark] .divide-slate-200>*+*{border-color:var(--border-default)!important}html[data-theme=dark] .hover\:bg-slate-50:hover{background-color:var(--bg-subtle)!important}html[data-theme=dark] .hover\:bg-slate-100:hover{background-color:var(--bg-muted)!important}html[data-theme=dark] .focus\:ring-slate-200:focus{--tw-ring-color: var(--border-default) !important}html[data-theme=dark] input,html[data-theme=dark] textarea,html[data-theme=dark] select{background-color:var(--bg-subtle)!important;color:var(--fg-primary)!important;border-color:var(--border-default)!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:var(--fg-muted)!important}html[data-theme=dark] .animate-pulse .bg-slate-200,html[data-theme=dark] .animate-pulse .bg-slate-100{background-color:var(--bg-muted)!important}html[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-page)}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--bg-muted);border-radius:4px}html[data-theme=dark] .text-\[\#0C1018\],html[data-theme=dark] .text-\[\#0f172a\],html[data-theme=dark] .text-\[\#0F172A\]{color:var(--fg-primary)!important}html[data-theme=dark] .text-\[\#64748B\],html[data-theme=dark] .text-\[\#3A4459\]{color:var(--fg-secondary)!important}html[data-theme=dark] .text-\[\#9AA4B3\],html[data-theme=dark] .text-\[\#B0BAC8\]{color:var(--fg-muted)!important}html[data-theme=dark] .border-\[\#DDE2EE\],html[data-theme=dark] .border-\[\#EEF1F9\],html[data-theme=dark] .border-\[\#e2e8f0\],html[data-theme=dark] .border-\[\#EEF0F4\],html[data-theme=dark] .border-\[\#E5E7EB\],html[data-theme=dark] .border-\[\#E2E8F0\]{border-color:var(--border-default)!important}html[data-theme=dark] .bg-\[\#F3F5FA\],html[data-theme=dark] .bg-\[\#f8fafc\],html[data-theme=dark] .bg-\[\#F8FAFC\],html[data-theme=dark] .bg-\[\#F7F8FB\],html[data-theme=dark] .bg-\[\#F8FAFF\],html[data-theme=dark] .bg-\[\#FAFBFD\]{background-color:var(--bg-page)!important}html[data-theme=dark] .bg-\[\#EAECF4\],html[data-theme=dark] .bg-\[\#EBEEF5\],html[data-theme=dark] .bg-\[\#EDF0F8\],html[data-theme=dark] .bg-\[\#F0F4FF\],html[data-theme=dark] .bg-\[\#F3F0FF\]{background-color:var(--bg-subtle)!important}html[data-theme=dark] .bg-white\/70,html[data-theme=dark] .bg-white\/75,html[data-theme=dark] .bg-white\/80,html[data-theme=dark] .bg-white\/90,html[data-theme=dark] .bg-white\/95{background-color:#070c18e0!important}html[data-theme=dark] .bg-slate-50\/50,html[data-theme=dark] .bg-slate-50\/80{background-color:#070c1899!important}html[data-theme=dark] .bg-\[\#FFFFFF\],html[data-theme=dark] .bg-\[\#ffffff\]{background-color:var(--bg-surface)!important}html[data-theme=dark] .bg-\[\#F1F5F9\],html[data-theme=dark] .bg-\[\#f1f5f9\]{background-color:var(--bg-subtle)!important}html[data-theme=dark] .bg-\[\#E2E8F0\],html[data-theme=dark] .bg-\[\#e2e8f0\]{background-color:var(--bg-muted)!important}html[data-theme=dark] .bg-gray-50,html[data-theme=dark] .bg-gray-100{background-color:var(--bg-page)!important}html[data-theme=dark] .bg-gray-200{background-color:var(--bg-subtle)!important}html[data-theme=dark] .text-gray-900,html[data-theme=dark] .text-gray-800{color:var(--fg-primary)!important}html[data-theme=dark] .text-gray-700,html[data-theme=dark] .text-gray-600{color:var(--fg-secondary)!important}html[data-theme=dark] .text-gray-500,html[data-theme=dark] .text-gray-400{color:var(--fg-muted)!important}html[data-theme=dark] .border-gray-200,html[data-theme=dark] .border-gray-100{border-color:var(--border-default)!important}html[data-theme=dark] .ring-\[\#DDE2EE\],html[data-theme=dark] .ring-\[\#e2e8f0\]{--tw-ring-color: var(--border-default) !important}html[data-theme=dark] .bg-\[\#F1F3F9\],html[data-theme=dark] .bg-\[\#F1F3F9\]\/40,html[data-theme=dark] .bg-\[\#FAFBFE\]{background-color:var(--bg-subtle)!important}html[data-theme=dark] .bg-\[\#DDE2EE\],html[data-theme=dark] .bg-\[\#EEF1F9\]{background-color:var(--border-default)!important}html[data-theme=dark] .bg-\[\#E4E8F2\],html[data-theme=dark] .bg-slate-800,html[data-theme=dark] .hover\:bg-slate-800:hover{background-color:var(--bg-muted)!important}html[data-theme=dark] .border-slate-800{border-color:var(--bg-muted)!important}html[data-theme=dark] .bg-slate-900{background-color:var(--bg-subtle)!important}html[data-theme=dark] .bg-indigo-50\/40{background-color:#6366f114!important}html[data-theme=dark] .bg-amber-50,html[data-theme=dark] [class*="bg-amber-50/"]{background-color:#f59e0b1f!important}html[data-theme=dark] .border-amber-100,html[data-theme=dark] [class*="border-amber-100/"]{border-color:#f59e0b38!important}html[data-theme=dark] .border-amber-200,html[data-theme=dark] [class*="border-amber-200/"]{border-color:#f59e0b4d!important}html[data-theme=dark] .text-amber-700,html[data-theme=dark] .text-amber-800,html[data-theme=dark] .text-amber-900{color:#fcd34d!important}html[data-theme=dark] .bg-emerald-50,html[data-theme=dark] [class*="bg-emerald-50/"]{background-color:#10b9811f!important}html[data-theme=dark] .border-emerald-100,html[data-theme=dark] [class*="border-emerald-100/"]{border-color:#10b98138!important}html[data-theme=dark] .border-emerald-200,html[data-theme=dark] [class*="border-emerald-200/"]{border-color:#10b9814d!important}html[data-theme=dark] .text-emerald-700,html[data-theme=dark] .text-emerald-800,html[data-theme=dark] .text-emerald-900{color:#6ee7b7!important}html[data-theme=dark] .bg-green-50,html[data-theme=dark] [class*="bg-green-50/"]{background-color:#22c55e1f!important}html[data-theme=dark] .border-green-100,html[data-theme=dark] [class*="border-green-100/"]{border-color:#22c55e38!important}html[data-theme=dark] .border-green-200,html[data-theme=dark] [class*="border-green-200/"]{border-color:#22c55e4d!important}html[data-theme=dark] .text-green-700,html[data-theme=dark] .text-green-800,html[data-theme=dark] .text-green-900{color:#86efac!important}html[data-theme=dark] .bg-teal-50,html[data-theme=dark] [class*="bg-teal-50/"]{background-color:#14b8a61f!important}html[data-theme=dark] .border-teal-100,html[data-theme=dark] [class*="border-teal-100/"]{border-color:#14b8a638!important}html[data-theme=dark] .border-teal-200,html[data-theme=dark] [class*="border-teal-200/"]{border-color:#14b8a64d!important}html[data-theme=dark] .text-teal-700,html[data-theme=dark] .text-teal-800,html[data-theme=dark] .text-teal-900{color:#5eead4!important}html[data-theme=dark] .bg-cyan-50,html[data-theme=dark] [class*="bg-cyan-50/"]{background-color:#06b6d41f!important}html[data-theme=dark] .border-cyan-100,html[data-theme=dark] [class*="border-cyan-100/"]{border-color:#06b6d438!important}html[data-theme=dark] .border-cyan-200,html[data-theme=dark] [class*="border-cyan-200/"]{border-color:#06b6d44d!important}html[data-theme=dark] .text-cyan-700,html[data-theme=dark] .text-cyan-800,html[data-theme=dark] .text-cyan-900{color:#67e8f9!important}html[data-theme=dark] .bg-sky-50,html[data-theme=dark] [class*="bg-sky-50/"]{background-color:#0ea5e91f!important}html[data-theme=dark] .border-sky-100,html[data-theme=dark] [class*="border-sky-100/"]{border-color:#0ea5e938!important}html[data-theme=dark] .border-sky-200,html[data-theme=dark] [class*="border-sky-200/"]{border-color:#0ea5e94d!important}html[data-theme=dark] .text-sky-700,html[data-theme=dark] .text-sky-800,html[data-theme=dark] .text-sky-900{color:#7dd3fc!important}html[data-theme=dark] .bg-blue-50,html[data-theme=dark] [class*="bg-blue-50/"]{background-color:#3b82f61f!important}html[data-theme=dark] .border-blue-100,html[data-theme=dark] [class*="border-blue-100/"]{border-color:#3b82f638!important}html[data-theme=dark] .border-blue-200,html[data-theme=dark] [class*="border-blue-200/"]{border-color:#3b82f64d!important}html[data-theme=dark] .text-blue-700,html[data-theme=dark] .text-blue-800,html[data-theme=dark] .text-blue-900{color:#93c5fd!important}html[data-theme=dark] .bg-indigo-50,html[data-theme=dark] [class*="bg-indigo-50/"]{background-color:#6366f11f!important}html[data-theme=dark] .border-indigo-100,html[data-theme=dark] [class*="border-indigo-100/"]{border-color:#6366f138!important}html[data-theme=dark] .border-indigo-200,html[data-theme=dark] [class*="border-indigo-200/"]{border-color:#6366f14d!important}html[data-theme=dark] .text-indigo-700,html[data-theme=dark] .text-indigo-800,html[data-theme=dark] .text-indigo-900{color:#a5b4fc!important}html[data-theme=dark] .bg-violet-50,html[data-theme=dark] [class*="bg-violet-50/"]{background-color:#8b5cf61f!important}html[data-theme=dark] .border-violet-100,html[data-theme=dark] [class*="border-violet-100/"]{border-color:#8b5cf638!important}html[data-theme=dark] .border-violet-200,html[data-theme=dark] [class*="border-violet-200/"]{border-color:#8b5cf64d!important}html[data-theme=dark] .text-violet-700,html[data-theme=dark] .text-violet-800,html[data-theme=dark] .text-violet-900{color:#c4b5fd!important}html[data-theme=dark] .bg-purple-50,html[data-theme=dark] [class*="bg-purple-50/"]{background-color:#a855f71f!important}html[data-theme=dark] .border-purple-100,html[data-theme=dark] [class*="border-purple-100/"]{border-color:#a855f738!important}html[data-theme=dark] .border-purple-200,html[data-theme=dark] [class*="border-purple-200/"]{border-color:#a855f74d!important}html[data-theme=dark] .text-purple-700,html[data-theme=dark] .text-purple-800,html[data-theme=dark] .text-purple-900{color:#d8b4fe!important}html[data-theme=dark] .bg-rose-50,html[data-theme=dark] [class*="bg-rose-50/"]{background-color:#f43f5e1f!important}html[data-theme=dark] .border-rose-100,html[data-theme=dark] [class*="border-rose-100/"]{border-color:#f43f5e38!important}html[data-theme=dark] .border-rose-200,html[data-theme=dark] [class*="border-rose-200/"]{border-color:#f43f5e4d!important}html[data-theme=dark] .text-rose-700,html[data-theme=dark] .text-rose-800,html[data-theme=dark] .text-rose-900{color:#fda4af!important}html[data-theme=dark] .bg-red-50,html[data-theme=dark] [class*="bg-red-50/"]{background-color:#ef44441f!important}html[data-theme=dark] .border-red-100,html[data-theme=dark] [class*="border-red-100/"]{border-color:#ef444438!important}html[data-theme=dark] .border-red-200,html[data-theme=dark] [class*="border-red-200/"]{border-color:#ef44444d!important}html[data-theme=dark] .text-red-700,html[data-theme=dark] .text-red-800,html[data-theme=dark] .text-red-900{color:#fca5a5!important}html[data-theme=dark] .bg-orange-50,html[data-theme=dark] [class*="bg-orange-50/"]{background-color:#f973161f!important}html[data-theme=dark] .border-orange-100,html[data-theme=dark] [class*="border-orange-100/"]{border-color:#f9731638!important}html[data-theme=dark] .border-orange-200,html[data-theme=dark] [class*="border-orange-200/"]{border-color:#f973164d!important}html[data-theme=dark] .text-orange-700,html[data-theme=dark] .text-orange-800,html[data-theme=dark] .text-orange-900{color:#fdba74!important}html[data-theme=dark] .bg-yellow-50,html[data-theme=dark] [class*="bg-yellow-50/"]{background-color:#eab3081f!important}html[data-theme=dark] .border-yellow-100,html[data-theme=dark] [class*="border-yellow-100/"]{border-color:#eab30838!important}html[data-theme=dark] .border-yellow-200,html[data-theme=dark] [class*="border-yellow-200/"]{border-color:#eab3084d!important}html[data-theme=dark] .text-yellow-700,html[data-theme=dark] .text-yellow-800,html[data-theme=dark] .text-yellow-900{color:#fde047!important}html[data-theme=dark] .bg-\[\#FEF2F2\],html[data-theme=dark] .bg-\[\#fef2f2\]{background-color:#ef44441f!important}html[data-theme=dark] .bg-\[\#FFF8E6\],html[data-theme=dark] .bg-\[\#FFF9EC\],html[data-theme=dark] .bg-\[\#FFFBEB\]{background-color:#f59e0b1f!important}html[data-theme=dark] .bg-\[\#EDFAF3\],html[data-theme=dark] .bg-\[\#f0fdf4\],html[data-theme=dark] .bg-\[\#ECFDF5\]{background-color:#10b9811f!important}html[data-theme=dark] .bg-\[\#FAFAFB\],html[data-theme=dark] .bg-\[\#fafbff\]{background-color:var(--bg-subtle)!important}html[data-theme=dark] .bg-amber-100,html[data-theme=dark] [class*="bg-amber-100/"]{background-color:#f59e0b2e!important}html[data-theme=dark] .bg-emerald-100,html[data-theme=dark] [class*="bg-emerald-100/"]{background-color:#10b9812e!important}html[data-theme=dark] .bg-green-100,html[data-theme=dark] [class*="bg-green-100/"]{background-color:#22c55e2e!important}html[data-theme=dark] .bg-teal-100,html[data-theme=dark] [class*="bg-teal-100/"]{background-color:#14b8a62e!important}html[data-theme=dark] .bg-cyan-100,html[data-theme=dark] [class*="bg-cyan-100/"]{background-color:#06b6d42e!important}html[data-theme=dark] .bg-sky-100,html[data-theme=dark] [class*="bg-sky-100/"]{background-color:#0ea5e92e!important}html[data-theme=dark] .bg-blue-100,html[data-theme=dark] [class*="bg-blue-100/"]{background-color:#3b82f62e!important}html[data-theme=dark] .bg-indigo-100,html[data-theme=dark] [class*="bg-indigo-100/"]{background-color:#6366f12e!important}html[data-theme=dark] .bg-violet-100,html[data-theme=dark] [class*="bg-violet-100/"]{background-color:#8b5cf62e!important}html[data-theme=dark] .bg-purple-100,html[data-theme=dark] [class*="bg-purple-100/"]{background-color:#a855f72e!important}html[data-theme=dark] .bg-rose-100,html[data-theme=dark] [class*="bg-rose-100/"]{background-color:#f43f5e2e!important}html[data-theme=dark] .bg-red-100,html[data-theme=dark] [class*="bg-red-100/"]{background-color:#ef44442e!important}html[data-theme=dark] .bg-orange-100,html[data-theme=dark] [class*="bg-orange-100/"]{background-color:#f973162e!important}html[data-theme=dark] .bg-yellow-100,html[data-theme=dark] [class*="bg-yellow-100/"]{background-color:#eab3082e!important}html[data-theme=dark] .bg-\[\#eef2ff\],html[data-theme=dark] .bg-\[\#EEF2FF\]{background-color:#6366f11f!important}html[data-theme=dark] .bg-\[\#e0e7ff\],html[data-theme=dark] .bg-\[\#E0E7FF\]{background-color:#6366f12e!important}html[data-theme=dark] .bg-\[\#fee2e2\],html[data-theme=dark] .bg-\[\#FEE2E2\]{background-color:#ef44442e!important}html[data-theme=dark] .bg-\[\#fef3c7\],html[data-theme=dark] .bg-\[\#FEF3C7\]{background-color:#f59e0b2e!important}html[data-theme=dark] .bg-\[\#f3e8ff\],html[data-theme=dark] .bg-\[\#F3E8FF\]{background-color:#a855f72e!important}html[data-theme=dark] .bg-\[\#d1fae5\],html[data-theme=dark] .bg-\[\#D1FAE5\]{background-color:#10b9812e!important}html[data-theme=dark] .bg-\[\#ecfdf5\],html[data-theme=dark] .bg-\[\#ECFDF5\]{background-color:#10b9811f!important}html[data-theme=dark] .bg-\[\#fffbeb\],html[data-theme=dark] .bg-\[\#FFFBEB\]{background-color:#f59e0b1f!important}html[data-theme=dark] [class*="bg-slate-50/"]{background-color:var(--bg-page)!important}html[data-theme=dark] [class*="bg-slate-100/"]{background-color:var(--bg-subtle)!important}html[data-theme=dark] [class*="bg-slate-200/"]{background-color:var(--bg-muted)!important}:root{--badge-ok-bg: #d1fae5;--badge-ok-fg: #065f46;--badge-info-bg: #eef2ff;--badge-info-fg: #4338ca;--badge-warn-bg: #fef3c7;--badge-warn-fg: #92400e;--badge-danger-bg: #fee2e2;--badge-danger-fg: #b91c1c;--badge-ok-br: #a7f3d0;--badge-info-br: #c7d2fe;--badge-warn-br: #fde68a;--badge-danger-br: #fca5a5}html[data-theme=dark]{--badge-ok-bg: rgba(16,185,129,.18);--badge-ok-fg: #6ee7b7;--badge-info-bg: rgba(99,102,241,.18);--badge-info-fg: #a5b4fc;--badge-warn-bg: rgba(245,158,11,.18);--badge-warn-fg: #fcd34d;--badge-danger-bg: rgba(239,68,68,.18);--badge-danger-fg: #fca5a5;--badge-ok-br: rgba(16,185,129,.35);--badge-info-br: rgba(99,102,241,.35);--badge-warn-br: rgba(245,158,11,.35);--badge-danger-br: rgba(239,68,68,.35)}#money-top-bar.scrolled,#utilization-top-bar.scrolled{box-shadow:var(--topbar-scrolled-shadow)!important;background:var(--topbar-scrolled-bg)!important}.theme-ready *,.theme-ready *:before,.theme-ready *:after{transition:background-color .2s ease,border-color .2s ease,color .2s ease,fill .2s ease,stroke .2s ease,box-shadow .2s ease!important}@media(prefers-reduced-motion:reduce){.theme-ready *,.theme-ready *:before,.theme-ready *:after{transition-duration:.01ms!important}}.btn-primary{background-color:var(--primary);color:#fff;transition:background-color .2s ease}.btn-primary:hover{background-color:var(--primary-hover)}.btn-primary:disabled{opacity:.5}.sidebar-item-active{background-color:var(--sidebar-active)}.text-theme-primary{color:var(--primary)}.bg-theme-primary{background-color:var(--primary)}.bg-theme-primary-light{background-color:var(--primary-light)}.border-theme-primary{border-color:var(--primary)}.focus-theme-primary:focus{outline:2px solid var(--primary);outline-offset:2px}.active-theme-primary,.hover-theme-primary:hover{background-color:var(--primary);color:#fff}
