:root,[data-theme=dark]{--bg-app:#0a0a0a;--bg-surface:#111;--bg-elevated:#191919;--bg-subtle:#1f1f1f;--bg-overlay:#0009;--border:#ffffff12;--border-strong:#ffffff1f;--border-brand:#a9e10066;--text-primary:#ededed;--text-secondary:#888;--text-tertiary:#555;--text-on-brand:#0a0a0a;--brand:#a9e100;--brand-hover:#baf205;--brand-subtle:#a9e1001f;--brand-muted:#a9e10038;--lime-100:#f4fdd9;--lime-200:#eefac4;--lime-300:#d3f57c;--lime-400:#bfee44;--lime-500:#a9e100;--lime-600:#98cc00;--lime-700:#85b400;--lime-800:#5f8000;--lime-900:#384a00;--red:#e5534b;--red-subtle:#e5534b1a;--yellow:#d4a017;--yellow-subtle:#d4a0171a;--green:#a9e100;--green-subtle:#a9e1001f;--blue:#4d8eff;--blue-subtle:#4d8eff1a;--purple:#a9e100;--purple-subtle:#a9e1001f;--btn-subtle-bg:#a9e10017;--btn-subtle-bg-hover:#a9e1002e;--btn-subtle-border:#a9e1004d;--btn-subtle-color:#a9e100;--bg-card-metric:#ffffff0a;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 12px 40px #000000a6;--radius-xs:3px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}[data-theme=light]{--bg-app:#f7f7f5;--bg-surface:#fff;--bg-elevated:#f2f2f0;--bg-subtle:#ebebea;--bg-overlay:#0006;--border:#00000012;--border-strong:#0000001f;--border-brand:#a9e10066;--text-primary:#1a1a1a;--text-secondary:#6b6b6b;--text-tertiary:#9b9b9b;--text-on-brand:#0a0a0a;--brand:#a9e100;--brand-hover:#96ca00;--brand-subtle:#a9e1001f;--brand-muted:#a9e10038;--btn-subtle-bg:#a9e10024;--btn-subtle-bg-hover:#a9e10040;--btn-subtle-border:#a9e10066;--btn-subtle-color:#618f00;--red:#c53030;--red-subtle:#c5303014;--yellow:#b7791f;--yellow-subtle:#b7791f14;--green:#276749;--green-subtle:#27674914;--blue:#2b6cb0;--blue-subtle:#2b6cb014;--purple:#6b46c1;--purple-subtle:#6b46c114;--bg-card-metric:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 12px 40px #00000024}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02", "cv03", "cv04", "cv11";min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13.5px;line-height:1.5;transition:background-color .2s,color .2s}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.toggle-switch{width:42px;height:22px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:var(--text-tertiary);border-radius:22px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #00000026}.toggle-switch input:checked+.toggle-slider{background-color:var(--brand)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.kpi-grid-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.kpi-grid-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.kpi-grid-container{grid-template-columns:repeat(1,minmax(0,1fr))}}.btn-brand-subtle{background:var(--btn-subtle-bg);border:1.5px solid var(--btn-subtle-border);color:var(--btn-subtle-color);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 8px #a9e1000f}.btn-brand-subtle:hover{background:var(--btn-subtle-bg-hover);border-color:var(--brand);transform:translateY(-1.5px);box-shadow:0 4px 14px #a9e1002e}.btn-san{cursor:pointer;white-space:nowrap;box-sizing:border-box;-webkit-user-select:none;user-select:none;border:none;justify-content:flex-start;align-items:center;gap:8px;font-family:inherit;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,opacity .15s;display:inline-flex;border-radius:8px!important;font-weight:800!important}.btn-san-sm{height:32px;padding:6px 12px;font-size:12px;border-radius:6px!important}.btn-san-md{height:40px;padding:10px 16px;font-size:14px;border-radius:8px!important}.btn-san-lg{height:48px;padding:14px 22px;font-size:17px;border-radius:10px!important}.btn-san-solid{background-color:var(--lime-500);color:#0a0a0a!important}.btn-san-solid:hover:not(:disabled){background-color:var(--lime-600)}.btn-san-solid:active:not(:disabled){background-color:var(--lime-700)}.btn-san-outline{color:var(--text-primary);background-color:#a9e10014;border:1.5px solid #a9e10059}.btn-san-outline:hover:not(:disabled),.btn-san-outline.active,.btn-san-outline[data-active=true]{border-color:var(--lime-500);background-color:#a9e1002e}.btn-san-outline:active:not(:disabled){border-color:var(--lime-600);background-color:#a9e10047}.btn-san-text{background-color:#0000;padding-left:0;padding-right:0;color:var(--lime-800)!important}.btn-san-text:hover:not(:disabled){text-decoration:underline;color:var(--lime-900)!important}.btn-san-inverted{background-color:var(--lime-500);color:#0a0a0a!important}.btn-san-inverted:hover:not(:disabled){background-color:var(--lime-400)}.btn-san-inverted:active:not(:disabled){background-color:var(--lime-300)}.btn-san-icon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0}.btn-san-icon.btn-san-sm{width:32px;height:32px}.btn-san-icon.btn-san-lg{width:48px;height:48px}.btn-san-full{justify-content:flex-start;width:100%}.btn-san-secondary{color:var(--text-primary);background-color:#a9e10014;border:1.5px solid #a9e10059}.btn-san-secondary:hover:not(:disabled){border-color:var(--lime-500);background-color:#a9e1002e}.btn-san:disabled,.btn-san.disabled{pointer-events:none;opacity:.45!important;cursor:not-allowed!important}
