:root{--background:#faf7f2;--surface:#f1ece3;--foreground:#1b1815;--muted:#6b6258;--accent:#7a3b2e;--accent-strong:#5c2c22;--accent-foreground:#faf7f2;--border:#ddd4c7;--focus:#2f6fed;--max-content-width:72rem;--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif:Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif}*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--background);min-height:100svh;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;line-height:1.6;display:flex}main{flex:1}h1,h2,h3,h4{font-family:var(--font-serif);margin:0;line-height:1.2}p{margin:0}a{color:var(--accent)}img,svg{max-width:100%;display:block}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.stack>*+*{margin-top:1rem}.button{border:1px solid #0000;border-radius:.25rem;align-items:center;gap:.4rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.button-primary{background:var(--accent);color:var(--accent-foreground)}.button-primary:hover{background:var(--accent-strong)}.button-secondary{color:var(--foreground);border-color:var(--border);background:0 0}.button-secondary:hover{border-color:var(--accent);color:var(--accent)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
