:root{--color-brand:#e53935;--color-brand-dark:#c62828;--color-brand-soft:#ffebee;--color-background:#fff;--color-background-alt:#f8f8f8;--color-surface:#fff;--color-surface-hover:#fafafa;--color-text:#18181b;--color-text-secondary:#3f3f46;--color-text-muted:#71717a;--color-border:#e4e4e7;--color-border-hover:#d4d4d8;--color-white:#fff;--color-black:#000;--font-sans:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--container-width:1200px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--transition-fast:.15s ease;--transition-normal:.25s ease}[data-theme=dark]{--color-background:#09090b;--color-background-alt:#111113;--color-surface:#18181b;--color-surface-hover:#1f1f23;--color-text:#fafafa;--color-text-secondary:#d4d4d8;--color-text-muted:#a1a1aa;--color-border:#27272a;--color-border-hover:#3f3f46}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-background);min-width:320px}body{background:var(--color-background);min-width:320px;color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body,button,input,textarea,select{font-family:var(--font-sans)}button,input,textarea,select{font:inherit}button{border:0}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}::selection{background:var(--color-brand);color:var(--color-white)}:focus-visible{outline:2px solid var(--color-brand);outline-offset:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
