*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f4f2ec;--bg-surface:#faf9f5;--bg-raised:#fff;--fg:#17160f;--fg-secondary:rgba(23,22,15,.62);--fg-muted:rgba(23,22,15,.4);--accent:#25984d;--accent-ink:#faf9f5;--border-subtle:rgba(23,22,15,.14);--border-input:rgba(23,22,15,.22)}.dark{--bg:#181712;--bg-surface:#211f19;--bg-raised:#2b2921;--fg:#f4f2ec;--fg-secondary:hsla(45,27%,94%,.62);--fg-muted:hsla(45,27%,94%,.4);--accent:#38c86e;--accent-ink:#11100c;--border-subtle:hsla(45,27%,94%,.14);--border-input:hsla(45,27%,94%,.22)}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--fg);transition:background .2s,color .2s}body,html{background:var(--bg)}body{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{font-family:inherit}