:root{--color-accent: #c87941;--color-bg: #ffffff;--color-text: #1a1a1a;--color-muted: #6b7280;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 680px}@media(prefers-color-scheme:dark){:root{--color-accent: #d4915a;--color-bg: #111111;--color-text: #e5e7eb;--color-muted: #9ca3af}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}
