:root{--color-bg:#0b0b0e;--color-surface-1:#151519;--color-surface-2:#1c1c21;--color-border:#2a2a32;--color-text-primary:#f0f0f0;--color-text-secondary:#878792;--color-text-muted:#5c5c66;--color-accent:#5090f7;--color-accent-hover:#77a8f9;--color-error:#dc2828;--color-success:#21c45d}:root[data-theme=light]{--color-bg:#fff;--color-surface-1:#f4f4f5;--color-surface-2:#eaeaec;--color-border:#d9d9dd;--color-text-primary:#17171c;--color-text-secondary:#55555e;--color-text-muted:#6d6d78;--color-accent:#0b64f4;--color-accent-hover:#0950c3;--color-error:#dc2828;--color-success:#1eae53;--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:4px;--radius-sm:2px;--radius-none:0px;--shadow-card:inset 0 0 0 1px var(--color-border);--shadow-featured:inset 0 0 0 1px var(--color-border),-2px 0 0 0 var(--color-accent);--transition-fast:.15s ease;--transition-base:.2s ease}*,: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;color:var(--color-text-primary);font-family:var(--font-sans);height:100%}@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}}
