:root{
  --teg-black:#050505;
  --teg-black-2:#0b0b0b;
  --teg-gold:#d4af37;
  --teg-gold-light:#fff2a8;
  --teg-gold-dark:#9b7417;
  --teg-bordeaux:#8f1d22;
  --teg-text:#ffffff;
  --teg-muted:#cfcfcf;
  --teg-radius:22px;
}
body{background:#000;color:#fff;}
a{transition:.25s ease;}
.teg-gold-text{color:var(--teg-gold)!important;}
.teg-lux-card{background:#070707;border:1px solid rgba(212,175,55,.35);border-radius:24px;box-shadow:0 22px 60px rgba(0,0,0,.55)}
.teg-lux-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--teg-gold-light),var(--teg-gold),var(--teg-gold-dark));color:#111!important;font-weight:900;text-decoration:none;box-shadow:0 0 24px rgba(212,175,55,.34)}
