:root{--bg:#f7f7f8;--fg:#1a1a1a;--muted:#6b7280;--border:#e5e7eb;--accent:#2563eb}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent);text-decoration:none}button{font:inherit}