
body.theme-dark{
  --bg:#0f172a;
  --surface:#111827;
  --surface-2:#1e293b;
  --text:#eef4ff;
  --muted:rgba(238,244,255,0.82);
  --border:rgba(255,255,255,0.12);
  --shadow:none;
}
body.theme-dark .header{
  background:rgba(15,23,42,0.92);
}
body.theme-dark .brand,
body.theme-dark .navlinks a,
body.theme-dark .theme-btn{
  color:#e5eefc;
}
body.theme-dark .navlinks a,
body.theme-dark .theme-btn{
  background:rgba(255,255,255,0.04);
}
body.theme-dark .navlinks a:hover,
body.theme-dark .theme-btn:hover{
  background:rgba(255,255,255,0.08);
}
body.theme-dark .btn-secondary{
  background:rgba(255,255,255,0.06);
  color:#f8fafc;
}
body.theme-dark .btn-secondary:hover{
  background:rgba(255,255,255,0.10);
}
body.theme-dark .footer{
  color:rgba(255,255,255,0.68);
}


/* v123 domination UI */
.breadcrumb{
  font-size:12px;
  margin-bottom:10px;
  opacity:0.7;
}
.pillar-section{
  margin-top:24px;
  padding:16px;
  border-radius:12px;
  background:rgba(255,255,255,0.03);
}
.related-advanced{
  margin-top:16px;
}
