:root{color-scheme:light;--bg:#f5f4f1;--surface:#ffffff;--surface-2:#faf9f6;--border:#e8e4dd;--border-strong:#dbd5cb;--text:#211d18;--muted:#6d685f;--subtle:#9a938a;--brand:#e0621f;--brand-dark:#b0451a;--brand-tint:#fbeee5;--green:#1a7f57;--green-tint:#e7f4ee;--yellow:#9c6410;--yellow-tint:#fbf0d8;--red:#c23b2c;--red-tint:#fcece9;--shadow-sm:0 1px 2px rgba(33,29,24,0.05),0 1px 3px rgba(33,29,24,0.04);--shadow-md:0 4px 14px rgba(33,29,24,0.07),0 2px 6px rgba(33,29,24,0.04);--shadow-lg:0 20px 60px rgba(33,29,24,0.14);--radius:14px;--radius-sm:10px;--radius-xs:8px;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{box-sizing:border-box;padding:0;margin:0}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--text);background:var(--bg);font-family:var(--font-sans);font-size:15px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3{letter-spacing:-.015em;font-weight:700}a{text-decoration:none}a,button{color:inherit}button{border:0;cursor:pointer;background:none}button,input{font:inherit}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}