:root,:root[data-theme=dark]{--color-bg:#0c0e12;--color-surface-1:#1a1d23;--color-surface-2:#23272f;--color-border:#32363e;--color-text-primary:#eeeff1;--color-text-secondary:#9da3af;--color-text-muted:#676f7e;--color-accent:#5090f7;--color-accent-hover:#77a8f9;--color-error:#dc2828;--color-success:#21c45d;--shadow-card:inset 0 0 0 1px var(--color-border);--shadow-featured:inset 0 0 0 1px var(--color-border),0 0 20px rgba(59,130,246,.15);--font-sans:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-display:3.5rem;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--radius:12px;--radius-sm:6px;--radius-none:0px;--transition-fast:.15s ease;--transition-base:.2s ease}:root[data-theme=light]{--color-bg:#f9fafb;--color-surface-1:#fff;--color-surface-2:#f4f4f6;--color-border:#e2e4e9;--color-text-primary:#181d25;--color-text-secondary:#5c6370;--color-text-muted:#818898;--color-accent:#0b64f4;--color-accent-hover:#0950c3;--color-error:#dc2828;--color-success:#1eae53;--shadow-card:0 4px 20px rgba(0,0,0,.05),inset 0 0 0 1px var(--color-border);--shadow-featured:0 12px 30px rgba(0,0,0,.08),inset 0 0 0 1px var(--color-border)}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}body,html{background-color:var(--color-bg);background-image:radial-gradient(circle at 50% 0,rgba(59,130,246,.05) 0,transparent 50%);background-repeat:no-repeat;font-family:var(--font-sans);height:100%;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6,html{color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;line-height:1.2}@keyframes fade-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:var(--radius)}::-moz-selection{background:var(--color-accent);color:var(--color-bg)}::selection{background:var(--color-accent);color:var(--color-bg)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
