:root{color-scheme:light;--background:#f5f4f1;--surface:#ffffff;--surface-muted:#f4f4f1;--text:#1f2328;--text-muted:#5f6773;--border:#d6dae0;--accent:#1f6f5f;--accent-strong:#174f44;--shadow:0 14px 34px rgba(22,27,29,0.06);--radius:18px;--font-sans:"Avenir Next","Segoe UI",sans-serif}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;background:var(--background);color:var(--text);font-family:var(--font-sans)}button,select,textarea{font:inherit}a{color:inherit}