*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#__next,#root{isolation:isolate}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
:root{--color-surface-0:#050509;--color-surface-1:#0a0a0f;--color-surface-2:#0f0f18;--color-surface-3:#14141f;--color-surface-4:#1a1a24;--color-text-high:#e8e8f0;--color-text-mid:#e8e8f0b8;--color-text-low:#e8e8f07a;--color-text-disabled:#e8e8f052;--color-border:#e8e8f014;--color-border-strong:#e8e8f029;--color-violet:#a78bfa;--color-emerald:#34d399;--color-amber:#fbbf24;--color-rose:#fb7185;--color-cyan:#22d3ee;--color-violet-bg:#a78bfa1f;--color-emerald-bg:#34d3991f;--color-amber-bg:#fbbf241f;--color-rose-bg:#fb71851f;--color-cyan-bg:#22d3ee1f;--font-mono:var(--font-jetbrains-mono), ui-monospace, SFMono-Regular, Menlo, monospace;--font-sans:var(--font-inter), -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--type-xs:.75rem;--type-sm:.8125rem;--type-base:.875rem;--type-md:1rem;--type-lg:1.125rem;--type-xl:1.5rem;--type-2xl:2rem;--type-3xl:2.75rem;--leading-tight:1.15;--leading-snug:1.35;--leading-base:1.55;--tracking-tight:-.01em;--tracking-base:0;--tracking-wide:.04em;--tracking-wider:.12em;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:9999px;--shadow-xs:0 1px 1px #00000059;--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 24px #00000073;--shadow-lg:0 16px 48px #0000008c;--shadow-glow-violet:0 0 24px #a78bfa59;--shadow-glow-rose:0 0 24px #fb718559;--duration-instant:60ms;--duration-fast:.14s;--duration-base:.22s;--duration-slow:.36s;--duration-slower:.54s;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in:cubic-bezier(.55, 0, 1, .45);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--sidebar-width:240px;--topbar-height:56px;--content-max-width:1280px;--z-base:0;--z-sticky:10;--z-overlay:20;--z-modal:30;--z-toast:40;--z-debug:999}@media (max-width:768px){:root{--sidebar-width:100%;--topbar-height:52px}}
@keyframes pulse-soft{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.015)}}.pulse{animation:pulse-soft 2.4s var(--ease-in-out) infinite}@media (prefers-reduced-motion:reduce){.pulse{animation:none}}@keyframes shimmer-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background-image:linear-gradient(90deg, var(--color-surface-2) 0%, var(--color-surface-3) 50%, var(--color-surface-2) 100%);background-size:200% 100%;animation:1.6s linear infinite shimmer-sweep}@media (prefers-reduced-motion:reduce){.shimmer{animation:none}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}.fadeUp{animation:fade-up var(--duration-base) var(--ease-out) both}@media (prefers-reduced-motion:reduce){.fadeUp{opacity:1;animation:none;transform:none}}
html{background:var(--color-surface-0);color:var(--color-text-high);font-family:var(--font-mono);font-size:var(--type-base);line-height:var(--leading-base);letter-spacing:var(--tracking-base)}body{background:var(--color-surface-0);color:var(--color-text-high)}::selection{background:var(--color-violet-bg);color:var(--color-text-high)}