
:root{--txt:#dce6ff;--border:#2a3d65;--glow:#6fb0ff}
/* Shared header styles – consistent across pages */
.site-header{position:sticky;top:0;z-index:10;background:linear-gradient(180deg,#0e1530,#091024);
  border-bottom:1px solid var(--border);box-shadow:0 8px 20px rgba(4,10,24,.45)}
.site-header .wrap{max-width:1200px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:10px;color:var(--txt);font-weight:800;white-space:nowrap}
.brand img{width:36px;height:36px;border-radius:8px;background:#142046}
.tabs{display:flex;flex-wrap:wrap;gap:10px;margin-left:auto}
.tabs a{color:#cfe5ff;text-decoration:none;padding:8px 14px;border:1px solid rgba(140,170,255,.3);border-radius:999px;
  background:rgba(10,14,24,.35);line-height:1;display:inline-flex;align-items:center;gap:8px}
.tabs a:hover{border-color:var(--glow)}
.tabs a.active{border-color:var(--glow);background:#0d1b36;box-shadow:0 0 12px rgba(111,176,255,.35)}
.tabs a.discord{border-color:#7289da}
/* Responsive: avoid "Home Discord" sticking together */
@media (max-width: 720px){
  .site-header .wrap{flex-wrap:wrap}
  .tabs{width:100%;justify-content:flex-start}
}
