:root{--background:#f7f8fa;--foreground:#1a1a1a;--border:#e2e5e9;--accent:#2563eb;--muted:#6b7280}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}