:root{--color-primary:#212529;--color-secondary:#181b1e;--color-background:#dee2e6;--color-muted:#0a0c0d;--color-foreground:#d4d8dc;--color-code:#9ad9fa;--font-base:16px;--font-sm:14px;--font-lg:18px;--font-xl:24px;--space-xxs:2px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--breakpoint-xs:480px;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--max-width:900px}[data-theme=dark]{--color-primary:#dee2e6;--color-secondary:#ced4da;--color-background:#181b1e;--color-muted:#f8f9fa;--color-foreground:#212529}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;justify-self:center;max-width:var(--max-width);min-width:350px;width:100%;min-height:100vh;margin:var(--space-md);padding:var(--space-md);color:var(--color-muted);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit;text-decoration:underline}.centered{justify-content:center}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}@media screen and (max-width:768px){.row{flex-direction:column}}h1{font-size:var(--font-xl)}h1,h2{margin:var(--space-md) 0 0}h2{font-size:var(--font-lg)}h3{margin:0;font-size:var(--font-base)}.subtitle,p,ul{margin:var(--space-xs) 0 var(--space-md) 0}.subtitle{font-size:var(--font-base);font-weight:400}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}pre{-moz-tab-size:4;tab-size:4}code{background:var(--color-muted);color:var(--color-code);padding:var(--space-xxs);border-radius:var(--radius-sm)}