:root{color-scheme:light;--background:#ffffff;--foreground:#141414;--muted:#5f5f4a;--border:rgba(20,20,20,0.12);--surface:#ffffff;--accent:#fff200}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:geometricPrecision}a{color:inherit;text-decoration:none}main{min-height:100vh}