: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}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--violet);outline-offset:2px}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{opacity:0;transform:translateY(12px);animation:fadeInUp .5s ease forwards}.stagger-1{animation-delay:0s}.stagger-2{animation-delay:80ms}.stagger-3{animation-delay:.16s}.stagger-4{animation-delay:.24s}.stagger-5{animation-delay:.32s}.stagger-6{animation-delay:.4s}@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}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes breathe{0%,to{opacity:.6}50%{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)}