:root{--color-bg:#fff;--color-foreground:#333;--color-muted:#666;--color-heading:#333;--color-border:#e5e5e5;--color-dark-bg:#000;--color-dark-foreground:#fff;--color-dark-muted:#ffffffd9;--color-tile-bg:#eee;--font-sans:var(--font-montserrat), "Montserrat", Arial, sans-serif;--font-size-h1:clamp(1.75rem, 1.2rem + 2.2vw, 2.5rem);--font-size-h2:clamp(1.875rem, 1.5rem + 1.2vw, 2.25rem);--font-size-h3:1.5rem;--font-size-p:1rem;--font-size-lead:1.125rem;--font-size-small:.875rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--container:80rem;--gutter:1rem;--radius-tile:6px}@media (min-width:640px){:root{--gutter:1.5rem}}@media (min-width:1024px){:root{--gutter:2rem}}

*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{background:var(--color-dark-bg);min-height:100vh;color:var(--color-foreground);font-family:var(--font-sans);font-size:var(--font-size-p);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;margin:0;line-height:1.6;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:inherit;text-wrap:balance;margin:0 0 var(--space-4);font-weight:600;line-height:1.2}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}p{text-wrap:pretty;margin:0 0 var(--space-4)}small{font-size:var(--font-size-small)}a{color:inherit}img{max-width:100%;height:auto;display:block}button{font:inherit;color:inherit}:focus-visible{outline-offset:2px;outline:2px solid}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}