:root{ --fg:#222; --bg:#fff; --muted:#666; --brand:#0b6cff; --border:#e5e7eb; }
html,body{ height:100%; margin:0; padding:0; background:var(--bg); color:var(--fg); font:14px/1.5 'Segoe UI', Arial, sans-serif; }
#nlpqa-topnav{ padding:5px; border-bottom:1px solid var(--border); display:flex; gap:10px; align-items:center; }
#nlpqa-topnav .brand{display:inline-flex; align-items:center; gap:8px; font-weight:700;}
#nlpqa-topnav a{ text-decoration:none; color:inherit; }
html[data-theme="dark"], body[data-theme="dark"]{ --fg:#e5e7eb; --bg:#0b0b0d; --muted:#9aa1a9; --brand:#4da3ff; --border:#23262a; background:var(--bg); color:var(--fg); }
