
/* Minor extras */
html, body { background: #0b0a0d; color: #fff; }
.bg-celestial {
  background: radial-gradient(1200px 600px at 10% -10%, rgba(255,200,80,.15), transparent 60%),
              radial-gradient(1200px 600px at 110% 10%, rgba(255,80,80,.12), transparent 60%),
              linear-gradient(180deg,#0b0a0d 0%, #130f1a 100%);
}
.card-glow { box-shadow: 0 10px 30px rgba(255, 215, 64, 0.06); transition: all .3s ease; }
.card-glow:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(255, 215, 64, 0.15); }
.shimmer { text-shadow: 0 0 10px rgba(255,230,150,.35), 0 0 30px rgba(255,168,0,.15); }
.btn-gold { background: linear-gradient(135deg,#ffd166,#f6ad55); color:#1a1a1a; }
.btn-gold:hover { filter: brightness(1.05); }
.border-gold { border-color: rgba(255,209,102,.35); }
hr.hr-grad { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,209,102,.35), transparent); }
.badge { background: rgba(246, 173, 85, .15); border:1px solid rgba(246,173,85,.3); }
a.link-amber { color:#f6ad55; }
a.link-amber:hover { text-decoration: underline; }
.img-missing { background: repeating-linear-gradient(45deg, #222, #222 10px, #2a2a2a 10px, #2a2a2a 20px); color:#bbb; display:flex; align-items:center; justify-content:center; }
