:root{--color-bg:#f5f4ed;--color-surface:#faf9f5;--color-surface-hover:#f0eee6;--color-text:#141413;--color-muted:#5e5d59;--color-subtle:#87867f;--color-primary:#e85d3c;--color-primary-hover:#c74a2c;--color-primary-light:#f08060;--color-border:#e8e6dc;--color-focus:#e85d3c;--color-overlay:#14141366;--color-primary-rgb:232, 93, 60;--shadow-sm:0 0 0 1px #e8e6dc;--shadow-md:0 0 0 1px #e8e6dc, 0 2px 8px #0000000a;--shadow-lg:0 0 0 1px #e8e6dc, 0 4px 16px #0000000f;--shadow-primary-sm:0 2px 8px #e85d3c24;--shadow-primary-glow:0 4px 16px #e85d3c38;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, 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-5xl:3rem;--weight-heading:500;--weight-body:400;--lh-heading:1.1;--lh-body:1.6;--letter-heading:0;--letter-body: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;--space-32:8rem;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-pill:24px;--ease-out:cubic-bezier(.16, 1, .3, 1);--dur-fast:.15s;--dur-base:.24s;--dur-slow:.4s;--hover-transform:translateY(-1px);--disabled-opacity:.5;--max-width:72rem;--nav-height:4rem}[data-theme=dark]{--color-bg:#141413;--color-surface:#1e1e1c;--color-surface-hover:#2a2a27;--color-text:#fffffff2;--color-muted:#b0aea5;--color-subtle:#87867f;--color-primary:#ff7752;--color-primary-hover:#ff916e;--color-primary-light:#ffb098;--color-border:#30302e;--color-focus:#ff7752;--color-overlay:#000000b3;--color-primary-rgb:255, 119, 82;--shadow-sm:0 0 0 1px #30302e;--shadow-md:0 0 0 1px #30302e, 0 2px 8px #0003;--shadow-lg:0 0 0 1px #30302e, 0 4px 16px #0000004d;--shadow-primary-sm:0 2px 8px #ff77522e;--shadow-primary-glow:0 4px 16px #ff775247}
*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + var(--space-2))}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-weight:var(--weight-body);font-size:var(--text-base);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;transition:background-color var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out)}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-heading);line-height:var(--lh-heading);letter-spacing:var(--letter-heading);margin:0}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none;padding:0}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px;border-radius:var(--radius-xs)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
