*{box-sizing:border-box;margin:0;padding:0}
body{background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}
:root{--green:#10b981;--orange:#f59e0b;--red:#ef4444;--accent-blue:#2563eb;--accent-blue-rgb:37,99,235;--accent-light-blue:#3b82f6;--accent-violet:#8b5cf6;--accent-purple:#8b5cf6;--accent-pink:#ec4899;--bg-violet-color:#8000807a;--bg-orange-color:#664000;--bg-green-color:#10b98152;--slider-color:#d1d5dc;--quick-action-button:#3b82f6;--pill-text-color:#71717a;--transition-fast:.2s;--transition-normal:.3s;--text-on-accent:#fff;--text-on-sidebar:#fff;--chart-series-1:var(--accent-blue);--chart-series-2:var(--green);--chart-series-3:var(--orange);--chart-series-4:var(--accent-violet);--chart-series-5:var(--red);--theme-blue-gradient:linear-gradient(135deg,var(--accent-blue),var(--accent-light-blue));--theme-orange-gradient:linear-gradient(135deg,var(--orange),#fb7185);--theme-green-gradient:linear-gradient(135deg,var(--green),#4ade80);--theme-purple-gradient:linear-gradient(135deg,var(--accent-violet),#a78bfa);--theme-pink-gradient:linear-gradient(135deg,var(--accent-pink),#f472b6)}
html[data-theme=dark]{--bg-primary:#020617;--bg-secondary:#111827;--bg-tertiary:#1e293b;--sidebar-bg:#0f172a;--text-primary:#e5eefb;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border-color:#243244;--card-bg:#111827;--hover-bg:#1e293b;--quick-action-button:#60a5fa;--pill-text-color:#cbd5e1;--slider-color:#334155;--header-color:#f8fafc;--nav-item-active:#1e3a8a;--nav-item-color:#bfdbfe;--sidebar-text:#eff6ff;--sidebar-text-muted:#bfdbfe;--sidebar-hover-bg:#1e293b;--sidebar-active-bg:#1d4ed8;--sidebar-control-bg:#f8fafc;--sidebar-control-text:#0f172a;--button-primary-bg:#3b82f6;--button-primary-hover:#2563eb;--button-primary-text:#fff;--button-secondary-bg:#111827;--button-secondary-hover:#1e293b;--button-secondary-text:#e5eefb;--overlay-bg:#020617b8;--surface-soft:#172131;--surface-accent:#172554;--surface-success:#052e20;--surface-warning:#3f2305;--surface-danger:#3f1212;--landing-dot-color:#e2e8f029;--shadow-sm:0 1px 2px #02061766;--shadow-md:0 16px 36px #02061766;--shadow-lg:0 24px 64px #0206178c;--success-text:#6ee7b7;--warning-text:#fdba74;--danger-text:#fca5a5;--info-text:#93c5fd;--success-border:#065f46;--warning-border:#9a3412;--danger-border:#991b1b;--info-border:#1d4ed8}
html[data-theme=light]{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#eef2f7;--sidebar-bg:#1d4ed8;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--border-color:#d7dee8;--card-bg:#fff;--hover-bg:#e8eef6;--quick-action-button:#2563eb;--pill-text-color:#475569;--slider-color:#d7dee8;--header-color:#0f172a;--nav-item-active:#dbeafe;--nav-item-color:#dbeafe;--sidebar-text:#eff6ff;--sidebar-text-muted:#dbeafe;--sidebar-hover-bg:#2563eb;--sidebar-active-bg:#1e40af;--sidebar-control-bg:#fff;--sidebar-control-text:#1e293b;--button-primary-bg:#2563eb;--button-primary-hover:#1d4ed8;--button-primary-text:#fff;--button-secondary-bg:#fff;--button-secondary-hover:#e8eef6;--button-secondary-text:#0f172a;--overlay-bg:#0f172a57;--surface-soft:#f1f5f9;--surface-accent:#eff6ff;--surface-success:#ecfdf5;--surface-warning:#fff7ed;--surface-danger:#fef2f2;--landing-dot-color:#0f172a24;--shadow-sm:0 1px 2px #0f172a14;--shadow-md:0 10px 30px #0f172a14;--shadow-lg:0 20px 48px #0f172a1f;--success-text:#047857;--warning-text:#b45309;--danger-text:#b91c1c;--info-text:#1d4ed8;--success-border:#a7f3d0;--warning-border:#fdba74;--danger-border:#fca5a5;--info-border:#93c5fd}
.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--button-primary-bg);color:var(--button-primary-text)}.btn-primary:hover{background:var(--button-primary-hover)}.btn-secondary{background:var(--button-secondary-bg);border:1px solid var(--border-color);color:var(--button-secondary-text)}.btn-secondary:hover{background:var(--button-secondary-hover)}.full-width{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-loading{pointer-events:none;position:relative}.btn-loading:after{content:"";border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-left:8px;animation:.6s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}

.m0{margin:0!important}.mb0{margin-bottom:0!important}.globalLoader{background:linear-gradient(90deg,var(--accent-blue),var(--accent-light-blue));z-index:9999;height:3px;animation:1s linear infinite loading;position:fixed;top:0;left:0;right:0}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}
.SystemNotificationBanner-module__r2itsG__banner{border-bottom:1px solid var(--border-color,#e5e7eb);z-index:30;width:100%;padding:12px 20px;font-size:13px;line-height:1.45}.SystemNotificationBanner-module__r2itsG__info{background:color-mix(in srgb,var(--accent-blue,#3b82f6)10%,var(--card-bg,#fff));color:var(--text-primary,#1f2937);border-bottom-color:color-mix(in srgb,var(--accent-blue,#3b82f6)30%,var(--border-color,#e5e7eb))}.SystemNotificationBanner-module__r2itsG__warning{background:color-mix(in srgb,#f59e0b 14%,var(--card-bg,#fff));color:var(--text-primary,#1f2937);border-bottom-color:color-mix(in srgb,#f59e0b 45%,var(--border-color,#e5e7eb))}.SystemNotificationBanner-module__r2itsG__critical{background:color-mix(in srgb,var(--danger-text,#dc2626)12%,var(--card-bg,#fff));color:var(--text-primary,#1f2937);border-bottom-color:color-mix(in srgb,var(--danger-text,#dc2626)40%,var(--border-color,#e5e7eb))}.SystemNotificationBanner-module__r2itsG__content{justify-content:space-between;align-items:center;gap:16px;width:min(100%,1280px);margin-inline:auto;display:flex}.SystemNotificationBanner-module__r2itsG__text{flex:1;min-width:0}.SystemNotificationBanner-module__r2itsG__title{margin-bottom:2px;font-weight:700}.SystemNotificationBanner-module__r2itsG__message{color:color-mix(in srgb,var(--text-primary,#1f2937)88%,transparent);font-weight:500}.SystemNotificationBanner-module__r2itsG__actions{flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.SystemNotificationBanner-module__r2itsG__cta{background:var(--text-primary,#1f2937);height:32px;color:var(--card-bg,#fff);white-space:nowrap;border-radius:8px;align-items:center;padding:0 14px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.SystemNotificationBanner-module__r2itsG__cta:hover{background:color-mix(in srgb,var(--text-primary,#1f2937)85%,transparent)}.SystemNotificationBanner-module__r2itsG__dismiss{color:inherit;cursor:pointer;opacity:.85;background:0 0;border:1px solid;border-radius:8px;height:32px;padding:0 14px;font-size:12px;font-weight:600}.SystemNotificationBanner-module__r2itsG__dismiss:hover:not(:disabled){opacity:1}.SystemNotificationBanner-module__r2itsG__dismiss:disabled{opacity:.4;cursor:not-allowed}@media (max-width:720px){.SystemNotificationBanner-module__r2itsG__content{flex-direction:column;align-items:flex-start}.SystemNotificationBanner-module__r2itsG__actions{justify-content:flex-end;width:100%}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.518e079e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.ea323500.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.853d50a3.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.55554cd0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.3b6cae6d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
.app-module__S-FIaG__appLayout{min-height:100vh;display:flex}.app-module__S-FIaG__mainContent{background-color:var(--bg-primary);flex:1;padding:2rem;transition:padding-left .3s}.app-module__S-FIaG__mainContent.app-module__S-FIaG__expanded{padding-left:292px}.app-module__S-FIaG__mainContent.app-module__S-FIaG__collapsed{padding-left:112px}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.56c1f21e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.3b336396.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.e3369375.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.a40b9a8b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.fe42ddf4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.29207c2f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
.Theme-module__BgTEHq__themeBtn{background:var(--bg-secondary);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Theme-module__BgTEHq__placeholder{width:36px;height:36px}.Theme-module__BgTEHq__themeBtn:hover{background:var(--hover-bg);box-shadow:var(--shadow-md);color:var(--accent-blue);transform:rotate(15deg)scale(1.05)}.Theme-module__BgTEHq__icon{width:20px;height:20px;transition:all .3s}
