:root{--background:#fff;--foreground:#111;--accent:#2563eb;--border:#e5e7eb;--error:#dc2626}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%}a{color:var(--accent);text-decoration:none}