:root{--bg:#f6f7fb;--surface:#ffffff;--surface-2:#f0f2f8;--line:#e2e6f0;--text:#171b29;--muted:#6b7280;--violet:#8b5cf6;--violet-soft:#f2edfe;--blue:#3b6fe0;--blue-soft:#eaf0fe;--green:#16a34a;--green-soft:#e9f8ef;--amber:#d97706;--amber-soft:#fdf3e4;--red:#dc2626;--red-soft:#fdebeb;--sidebar-w:240px;--topbar-h:56px;--radius:12px;--radius-sm:8px;color-scheme:light}[data-theme=dark]{--bg:#0b0f19;--surface:#151d30;--surface-2:#1b2740;--line:#2a3550;--text:#edf0f8;--muted:#8b96b3;--violet:#b79cff;--violet-soft:#2a2145;--blue:#5b8dff;--blue-soft:#1e2a4a;--green:#3ddc97;--green-soft:#123324;--amber:#f5a623;--amber-soft:#3a2a10;--red:#ff6b6b;--red-soft:#3a1616;color-scheme:dark}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;transition:background .3s ease,color .3s ease}h1,h2,h3,h4{font-family:Space Grotesk,system-ui,sans-serif;font-weight:600;line-height:1.3}.mono,code{font-family:IBM Plex Mono,ui-monospace,monospace}a{color:var(--violet);text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .45s ease-out both}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}@keyframes pulse-green{0%,to{box-shadow:0 0 0 0 rgba(22,163,74,.4)}50%{box-shadow:0 0 0 4px rgba(22,163,74,0)}}@keyframes pulse-amber{0%,to{box-shadow:0 0 0 0 rgba(217,119,6,.4)}50%{box-shadow:0 0 0 4px rgba(217,119,6,0)}}@keyframes pulse-red{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,.4)}50%{box-shadow:0 0 0 4px rgba(220,38,38,0)}}@keyframes fillWidth{0%{width:0}}@keyframes countUp{0%{opacity:.4}to{opacity:1}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.sidebar_sidebar__5oZpV{position:fixed;top:0;left:0;width:var(--sidebar-w);height:100vh;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:16px 12px;z-index:100;transition:background .3s ease,border-color .3s ease}.sidebar_brand__KKlpA{display:flex;align-items:center;gap:8px;padding:4px 10px 20px}.sidebar_brandText__plpIj{font-family:Space Grotesk,system-ui,sans-serif;font-weight:700;font-size:17px}.sidebar_accent__Lg7DI{color:var(--violet)}.sidebar_tag__Rut0t{font-size:10px;color:var(--muted);background:var(--surface-2);padding:2px 8px;border-radius:10px}.sidebar_nav__fDeVa{display:flex;flex-direction:column;gap:2px}.sidebar_navItem__hTmMU{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);font-size:13.5px;font-weight:500;color:var(--muted);text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease}.sidebar_navItem__hTmMU:hover{background:var(--surface-2);color:var(--text)}.sidebar_navItem__hTmMU.sidebar_active__YH8SN{background:var(--violet-soft);color:var(--violet)}