:root{color-scheme:light;--bg: #f0e8df;--bg-top: #faf6f0;--panel: #fffcf8;--border: #e4d9cc;--text: #2c2620;--muted: #6f655c;--accent: #c45d3a;--accent-dim: #9a4528;--danger: #b83c3c;--ok: #2a7d52;--input-fill: #fffaf5;--code-bg: #f3ebe3;--shadow-sm: 0 1px 3px rgba(44, 38, 32, .06);--shadow-md: 0 10px 40px rgba(44, 38, 32, .08);--shadow-lg: 0 20px 50px rgba(44, 38, 32, .1);font-family:Noto Sans SC,DM Sans,system-ui,sans-serif;line-height:1.6;font-weight:400;background-color:var(--bg);color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(180deg,var(--bg-top) 0%,var(--bg) 45%,#e8dfd4 100%);background-attachment:fixed}#root{min-height:100vh}button,input,select,textarea{font:inherit}a{color:var(--accent-dim)}a:hover{color:var(--accent)}code{font-family:ui-monospace,Cascadia Code,Segoe UI Mono,monospace;font-size:.88em;background:var(--code-bg);padding:.12em .45em;border-radius:6px;border:1px solid var(--border);color:var(--text)}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 45%,transparent);outline-offset:2px}button:disabled{cursor:not-allowed}
