/* 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}

/* Dark — premium cards */
html.ns-dark .ns-single__tags{background:linear-gradient(135deg,#161b22 0%,#1c2230 100%);border-color:#2a2f3a}
html.ns-dark .ns-single__tags-label{color:#8b93a1}
html.ns-dark .ns-tag{background:#1e2430;border-color:#2d343f;color:#cbd5e1}
html.ns-dark .ns-tag:hover{background:linear-gradient(135deg,var(--ns-accent) 0%,var(--ns-accent-dark) 100%);border-color:transparent;color:#fff}

html.ns-dark .ns-share{background:linear-gradient(135deg,#161b22 0%,#1a1f2b 55%,#1b1738 100%);border-color:#2a2f3a}
html.ns-dark .ns-share__title{color:#9aa0a6}
html.ns-dark .ns-share__btn,html.ns-dark .ns-share__copy{background:#1e2430;border-color:#2d343f;color:#e6e8eb}

html.ns-dark .ns-author-box__inner{background:linear-gradient(135deg,#161b22 0%,#1a1f2b 100%);border-color:#2a2f3a}
html.ns-dark .ns-author-box__bio{color:#b7bdc5}
html.ns-dark .ns-author-box__bio strong{color:#e6e8eb}
html.ns-dark .ns-author-box__social a{background:#1e2430;border-color:#2d343f;color:#cbd5e1}

/* Single post hero is intentionally always dark (Neon Circuit theme) — no overrides needed here. */

/* Dark — content headings (H1-H6 inside post/page content) */
html.ns-dark .ns-single__content h1,
html.ns-dark .ns-single__content h2,
html.ns-dark .ns-single__content h3,
html.ns-dark .ns-single__content h4,
html.ns-dark .ns-single__content h5,
html.ns-dark .ns-single__content h6,
html.ns-dark .ns-page__body h1,
html.ns-dark .ns-page__body h2,
html.ns-dark .ns-page__body h3,
html.ns-dark .ns-page__body h4,
html.ns-dark .ns-page__body h5,
html.ns-dark .ns-page__body h6{color:#f1f5f9}

/* Brighten bracket prefixes for better contrast on dark */
html.ns-dark .ns-single__content h3::before,html.ns-dark .ns-page__body h3::before{color:#60a5fa}
html.ns-dark .ns-single__content h4::before,html.ns-dark .ns-page__body h4::before{color:#94a3b8}
html.ns-dark .ns-single__content h5::before,html.ns-dark .ns-page__body h5::before{color:#cbd5e1}
html.ns-dark .ns-single__content h6::before,html.ns-dark .ns-page__body h6::before{color:#e2e8f0}

/* Dark — TL;DR + TOC */
html.ns-dark .ns-tldr{background:linear-gradient(135deg,#1a1610 0%,#241c0f 100%);border-color:#3a2f18;border-left-color:#f59e0b}
html.ns-dark .ns-tldr__title{color:#fbbf24}
html.ns-dark .ns-tldr__sub{color:#d97706;border-left-color:rgba(217,119,6,.4)}
html.ns-dark .ns-tldr__text{color:#fef3c7}
html.ns-dark .ns-tldr__icon{color:#fbbf24}

/* TOC is intentionally always Neon Grid (dark) — no dark-mode overrides needed. */
