*{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg:#0a0c10;--bg-deep:#06080b;--surface:#12151c;--surface-2:#171b24;--surface-3:#1e232e;--border:#232936;--border-light:#1a1f29;--border-strong:#2e3644;--text-primary:#e8eaf0;--text-secondary:#a2aab9;--text-muted:#6b7486;--text-faint:#454d5c;--accent:#4a8fff;--accent-hover:#6ba3ff;--accent-dark:#206ad8;--accent-light:#4a8fff1a;--accent-mid:#4a8fff38;--on-accent:#fff;--ok:#2ecc71;--ok-bg:#2ecc711f;--warn:#f5a524;--warn-bg:#f5a5241f;--danger:#f04438;--danger-bg:#f044381f;--idle:#6b7486;--idle-bg:#6b74861f;--grad-accent:linear-gradient(135deg, #4a8fff 0%, #206ad8 100%);--grad-surface:linear-gradient(160deg, #4a8fff0f 0%, #4a8fff00 55%);--grad-hero:radial-gradient(120% 100% at 0% 0%, #4a8fff24 0%, #4a8fff00 60%);--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 16px #00000073;--shadow-lg:0 16px 48px #0000008c;--shadow-accent:0 4px 20px #4a8fff47;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light]{--bg:#f4f6fa;--bg-deep:#eaeef6;--surface:#fff;--surface-2:#f5f7fb;--surface-3:#edf1f8;--border:#e2e6ee;--border-light:#eff2f7;--border-strong:#cfd6e4;--text-primary:#101728;--text-secondary:#47536b;--text-muted:#7c889d;--text-faint:#aab4c5;--accent:#317ff2;--accent-hover:#206ad8;--accent-dark:#1a50a2;--accent-light:#317ff214;--accent-mid:#317ff22e;--on-accent:#fff;--ok:#16a34a;--ok-bg:#16a34a1a;--warn:#d97706;--warn-bg:#d977061a;--danger:#dc2626;--danger-bg:#dc26261a;--idle:#7c889d;--idle-bg:#7c889d1a;--grad-accent:linear-gradient(135deg, #4a8fff 0%, #206ad8 100%);--grad-surface:linear-gradient(160deg, #317ff20d 0%, #317ff200 55%);--grad-hero:radial-gradient(120% 100% at 0% 0%, #317ff21a 0%, #317ff200 60%);--shadow-sm:0 1px 2px #1017280f;--shadow-md:0 4px 16px #10172814;--shadow-lg:0 16px 48px #1017281f;--shadow-accent:0 4px 20px #317ff240;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root{--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--r-pill:999px;--font:-apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;--font-num:"SF Mono", "JetBrains Mono", ui-monospace, Menlo, monospace;--sidebar-w:220px;--sidebar-w-collapsed:60px;--topbar-h:56px;--bottomnav-h:60px}html,body{background:var(--bg);color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.5}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}a{color:inherit;text-decoration:none}button{font-family:inherit}input,textarea,select{color:var(--text-primary);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);outline:none;font-family:inherit}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}input::placeholder,textarea::placeholder{color:var(--text-faint)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--r-pill);border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.app-body{height:100vh;display:flex;overflow:hidden}.app-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.scroll-x{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.page-glow{isolation:isolate;position:relative}.page-glow:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(90% 70% at 12% 0,#4a8fff29 0%,#4a8fff00 62%),radial-gradient(70% 60% at 88% 6%,#785aff1a 0%,#785aff00 60%);height:420px;position:absolute;inset:0 0 auto}[data-theme=light] .page-glow:before{background:radial-gradient(90% 70% at 12% 0,#317ff221 0%,#317ff200 62%),radial-gradient(70% 60% at 88% 6%,#785aff14 0%,#785aff00 60%)}.edge-lit{position:relative}.edge-lit:after{content:"";background:linear-gradient(90deg, transparent, var(--accent-mid), transparent);pointer-events:none;height:1px;position:absolute;top:0;left:14px;right:14px}.grad-text{background:var(--grad-accent);color:#0000;-webkit-background-clip:text;background-clip:text}.stagger>*{animation:.32s cubic-bezier(.22,1,.36,1) both fadeUp}.stagger>:first-child{animation-delay:20ms}.stagger>:nth-child(2){animation-delay:60ms}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.14s}.stagger>:nth-child(5){animation-delay:.18s}.stagger>:nth-child(6){animation-delay:.22s}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pulseSoft{0%,to{opacity:1}50%{opacity:.45}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:.22s ease-out both fadeUp}.skeleton{background:linear-gradient(90deg, var(--surface-2) 25%, var(--surface-3) 50%, var(--surface-2) 75%);border-radius:var(--r-sm);background-size:200% 100%;animation:1.4s linear infinite shimmer}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:767px){.app-body{flex-direction:column;height:100dvh;overflow:auto}.app-main{height:auto;padding-bottom:calc(var(--bottomnav-h) + env(safe-area-inset-bottom,0px));flex:1;overflow:auto}}
