:root{--bg:#f6f7f9;--surface:#ffffff;--fg:#1a1d21;--muted:#5f6368;--border:#e2e5e9;--accent:#2563eb}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--accent)}