/* NorthStar Dark Mode */
html.ns-dark{
	--ns-bg:#0f1419;
	--ns-bg-alt:#161b22;
	--ns-fg:#e6e8eb;
	--ns-fg-muted:#9aa0a6;
	--ns-accent:#60a5fa;
	--ns-accent-dark:#3b82f6;
	--ns-border:#2a2f36;
	--ns-card-bg:#161b22;
	--ns-card-shadow:0 1px 3px rgba(0,0,0,.3),0 4px 12px rgba(0,0,0,.2);
}
html.ns-dark body{color-scheme:dark}
html.ns-dark .ns-consent{background:#000}
html.ns-dark .ns-topbar{background:#000;border-bottom:1px solid var(--ns-border)}
html.ns-dark .ns-toc{background:var(--ns-bg-alt)}
html.ns-dark .ns-theme-toggle .ns-theme-toggle__icon::before{content:"☀️"}
html.ns-dark .ns-theme-toggle .ns-theme-toggle__icon{font-size:0}
html.ns-dark .ns-theme-toggle .ns-theme-toggle__icon::before{font-size:16px}
