:root {
  --vip-gold: #d4b268;
  --vip-gold-soft: #f0d9a0;
  --vip-night: #070a10;
  --vip-night-soft: #0d121c;
  --vip-emerald: #2d7a3e;
  --vip-text: #ecf0f7;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  color: var(--vip-text);
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 213, 120, 0.12), transparent 24%),
    radial-gradient(circle at 86% 14%, rgba(146, 214, 255, 0.14), transparent 26%),
    linear-gradient(160deg, #03070b 0%, #070d14 48%, #121012 100%);
  font-family: 'Lexend', sans-serif;
  overflow-x: hidden;
}

.vip-page-glow {
  position: fixed;
  inset: auto;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  filter: blur(34px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.vip-page-glow--left {
  left: -10rem;
  top: 12rem;
  background: radial-gradient(circle, rgba(247, 205, 126, 0.5) 0%, rgba(247, 205, 126, 0) 70%);
}

.vip-page-glow--right {
  right: -8rem;
  top: 20rem;
  background: radial-gradient(circle, rgba(129, 222, 255, 0.36) 0%, rgba(129, 222, 255, 0) 70%);
}

.vip-header {
  position: fixed;
  top: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(1280px, calc(100% - 1.2rem));
  z-index: 70;
  border-radius: 1.5rem;
  border: 1px solid rgba(236, 213, 152, 0.28);
  background: linear-gradient(130deg, rgba(18, 24, 35, 0.86), rgba(10, 15, 24, 0.82));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.vip-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
}

.vip-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.vip-brand img {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.9rem;
  object-fit: contain;
  border: 1px solid rgba(240, 217, 160, 0.35);
  background: rgba(255, 255, 255, 0.08);
  padding: 0.2rem;
}

.vip-brand strong {
  display: block;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  color: var(--vip-gold-soft);
}

.vip-brand small {
  display: block;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.72);
}

.vip-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.vip-links a {
  text-decoration: none;
  color: rgba(242, 246, 255, 0.88);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 180ms ease;
}

.vip-links a:hover,
.vip-links a.is-active {
  color: #061019;
  background: linear-gradient(135deg, #f7d28b, #d4b268);
  border-color: rgba(255, 236, 190, 0.6);
}

.vip-session {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(236, 213, 152, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  padding: 0.38rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.vip-session img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(240, 217, 160, 0.44);
}

.vip-main {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 1.3rem));
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.vip-hero {
  position: relative;
  border-radius: 2rem;
  border: 1px solid rgba(240, 217, 160, 0.26);
  padding: 1.3rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 220, 140, 0.14), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(136, 218, 255, 0.17), transparent 32%),
    linear-gradient(145deg, rgba(12, 18, 30, 0.92), rgba(7, 10, 18, 0.88));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.vip-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
}

.vip-copy {
  border-radius: 1.4rem;
  border: 1px solid rgba(240, 217, 160, 0.2);
  background: rgba(6, 10, 18, 0.62);
  padding: 1.2rem;
}

.vip-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(242, 220, 171, 0.9);
}

.vip-title {
  font-family: 'Marcellus', serif;
  color: var(--vip-gold);
  font-size: clamp(2.1rem, 5vw, 3.3rem);
  line-height: 1;
  margin: 0.4rem 0 0.8rem;
}

.vip-lead {
  margin: 0;
  color: rgba(239, 244, 255, 0.92);
  line-height: 1.7;
}

.vip-stats {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.vip-stat {
  border-radius: 1rem;
  border: 1px solid rgba(240, 217, 160, 0.2);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.7rem;
}

.vip-stat strong {
  display: block;
  color: var(--vip-gold);
  font-weight: 900;
  font-size: 1.02rem;
}

.vip-stat span {
  display: block;
  color: rgba(230, 238, 255, 0.8);
  font-size: 0.82rem;
}

.vip-points-card {
  border-radius: 1.3rem;
  border: 1px solid rgba(240, 217, 160, 0.3);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 232, 190, 0.2), transparent 40%),
    linear-gradient(145deg, rgba(19, 27, 41, 0.84), rgba(8, 12, 20, 0.88));
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vip-points-card p {
  margin: 0;
  color: rgba(232, 241, 255, 0.9);
}

.vip-points-value {
  margin-top: 0.6rem;
  font-size: clamp(1.4rem, 5vw, 2rem);
  font-weight: 900;
  color: var(--vip-gold-soft);
}

.vip-toolbar {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 0.7rem;
}

.vip-input,
.vip-select {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 160, 0.28);
  background: rgba(6, 9, 15, 0.64);
  color: #f4f7ff;
  padding: 0.72rem 0.9rem;
  outline: none;
}

.vip-input::placeholder {
  color: rgba(224, 234, 252, 0.62);
}

.vip-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.vip-card {
  border-radius: 1.1rem;
  border: 1px solid rgba(240, 217, 160, 0.22);
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 239, 210, 0.16), transparent 42%),
    linear-gradient(145deg, rgba(14, 20, 32, 0.93), rgba(8, 13, 22, 0.9));
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.vip-card-media {
  position: relative;
  height: 160px;
  background: linear-gradient(140deg, rgba(18, 28, 44, 0.95), rgba(8, 12, 20, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
}

.vip-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vip-card-media .vip-fallback {
  font-size: 2.1rem;
}

.vip-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 800;
  color: #1b1202;
  background: linear-gradient(135deg, #ffdf9e, #d3a959);
}

.vip-card-body {
  padding: 0.8rem;
}

.vip-card-body h3 {
  margin: 0;
  color: #f2f6ff;
  font-size: 1rem;
  font-weight: 800;
}

.vip-card-body p {
  margin: 0.5rem 0 0.75rem;
  color: rgba(216, 226, 244, 0.86);
  font-size: 0.86rem;
  line-height: 1.45;
  min-height: 2.5rem;
}

.vip-prices {
  display: grid;
  gap: 0.2rem;
}

.vip-prices .money {
  color: #97efb2;
  font-size: 1.1rem;
  font-weight: 900;
}

.vip-prices .points {
  color: var(--vip-gold-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.vip-actions {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.vip-btn {
  border: none;
  border-radius: 999px;
  padding: 0.55rem 0.62rem;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 170ms ease, box-shadow 170ms ease, opacity 170ms ease;
}

.vip-btn:hover {
  transform: translateY(-1px);
}

.vip-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.vip-btn-money {
  color: #fff;
  background: linear-gradient(135deg, #1b9e58, #2d7a3e);
  box-shadow: 0 10px 20px rgba(35, 141, 83, 0.27);
}

.vip-btn-points {
  color: #1a1206;
  background: linear-gradient(135deg, #ffe3af, #d4b268);
  box-shadow: 0 10px 20px rgba(233, 184, 84, 0.25);
}

.vip-btn-points.is-lock {
  background: linear-gradient(135deg, #d2d8df, #a5adb8);
  color: #223041;
}

.vip-empty {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(240, 217, 160, 0.34);
  background: rgba(10, 16, 26, 0.7);
  text-align: center;
  padding: 1rem;
  color: rgba(224, 234, 252, 0.9);
}

.vip-toast-wrap {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1300;
  display: grid;
  gap: 0.4rem;
}

.vip-toast {
  border-radius: 0.8rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #081018;
  background: linear-gradient(135deg, #ffdfa0, #d4b268);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1080px) {
  .vip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .vip-hero-grid,
  .vip-toolbar {
    grid-template-columns: 1fr;
  }

  .vip-links {
    display: none;
  }

  .vip-main {
    padding-top: 6.6rem;
  }
}

@media (max-width: 640px) {
  .vip-grid {
    grid-template-columns: 1fr;
  }

  .vip-nav {
    padding: 0.68rem 0.78rem;
  }

  .vip-brand strong {
    font-size: 0.74rem;
  }

  .vip-brand small {
    font-size: 0.56rem;
  }

  .vip-session {
    font-size: 0.74rem;
    padding: 0.34rem 0.62rem;
  }
}
