/* ===== Saulstari – Theme: SlateGold ===== */
body.theme-slategold{
  --bg: #F5F5F2; --text: #0f1713; --muted: #5c6a60;
  --primary: #21382B; --active: #163226; --accent: #D7B770;
  --panel:#FFFFFF; --border:#e7e7e1; --shadow: 0 10px 30px rgba(18,31,25,.10); --nav-h: 68px;
}
body.theme-slategold .header{ box-shadow: 0 12px 24px rgba(20,30,24,.08); }
body.theme-slategold .card, body.theme-slategold .material-card, body.theme-slategold .work-card{ box-shadow: 0 10px 28px rgba(20,30,24,.10); border-color: #e6e6df; }
body.theme-slategold nav a.active{ color:#fff; background: linear-gradient(100deg, var(--active), var(--primary)); box-shadow: 0 8px 18px rgba(22,50,38,.25), 0 0 0 2px rgba(215,183,112,.35) inset; }
body.theme-slategold a:hover{ color: var(--active); }
body.theme-slategold .material-card .docs .doc:hover{ border-color: var(--active); color:#fff; background: linear-gradient(100deg, var(--active), var(--primary)); }
body.theme-slategold h1, body.theme-slategold h2, body.theme-slategold h3{ letter-spacing: .2px; }
body.theme-slategold .count-badge{ background: rgba(22,50,38,.92); }
