@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";
:root{--bg:#f5f0e8;--bg-alt:#ede7d9;--surface:#fbf8f2;--ink:#1c1a17;--ink-muted:#6b6355;--ink-faint:#b5aa97;--accent:#2b6cb0;--accent-light:#4a90d9;--accent-warm:#ebf4ff;--blue:#2b6cb0;--blue-light:#4a90d9;--blue-muted:#ebf4ff;--border:#ddd5c4;--shadow:#1c1a1714;--font-display:"Inter","Helvetica Neue",sans-serif;--font-body:"Inter","Helvetica Neue",sans-serif;--font-mono:"DM Mono","Fira Code",monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--space-2xl:8rem;--radius-sm:4px;--radius-md:10px;--radius-lg:20px;--radius-pill:999px;--ease:cubic-bezier(.25,.46,.45,.94);--duration:.3s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);color:var(--ink);font-family:var(--font-body);min-height:100vh;font-size:1rem;line-height:1.65}body:before{content:"";z-index:9999;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px;position:fixed;inset:0}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-alt)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::selection{background:var(--blue);color:#fff}.container{width:100%;max-width:1100px;padding-inline:var(--space-lg);margin-inline:auto}@media (min-width:1024px){.container{padding-inline:var(--space-xl)}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
