.vote-page {
  background:
    radial-gradient(circle at 74% 16%, rgba(245, 181, 72, .15), transparent 28rem),
    radial-gradient(circle at 16% 24%, rgba(116, 36, 24, .3), transparent 32rem),
    linear-gradient(135deg, #080d12 0%, #111820 48%, #130d12 100%);
}

.vote-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(248, 237, 216, .08);
  background: rgba(7, 10, 14, .88);
  backdrop-filter: blur(14px);
}

.section-shell {
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
}

.vote-hero {
  min-height: 54vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(64px, 9vw, 108px) 0 58px;
}

.eyebrow {
  color: #f2bd5b;
  letter-spacing: .24em;
  font-weight: 800;
  font-size: .78rem;
  text-transform: uppercase;
}

.vote-copy h1 {
  max-width: 780px;
  margin: 14px 0 8px;
  color: #fff4dc;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.4rem, 6.2vw, 6.4rem);
  line-height: .88;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-kicker {
  margin: 0 0 20px;
  color: #f2bd5b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem, 3vw, 3.15rem);
  line-height: 1;
  text-transform: uppercase;
}

.lead {
  max-width: 620px;
  color: rgba(244, 237, 220, .78);
  font-size: 1.02rem;
  line-height: 1.72;
}

.vote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-primary,
.btn-ghost,
.vote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.btn-primary,
.vote-button {
  color: #201408;
  background: linear-gradient(135deg, #ffd36a, #a96a18);
  box-shadow: 0 18px 40px rgba(185, 111, 25, .24);
}

.btn-ghost {
  color: #f6dfac;
  border: 1px solid rgba(246, 223, 172, .28);
  background: rgba(255, 255, 255, .04);
}

.vote-panel,
.vote-card,
.rewards-wrap,
.rules-mini article {
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(145deg, rgba(21, 27, 34, .92), rgba(12, 16, 21, .86));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
}

.vote-panel {
  position: relative;
  align-self: center;
  padding: 28px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
}

.vote-panel:before {
  content: '';
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(135deg, rgba(255, 207, 103, .22), transparent 55%),
    radial-gradient(circle at 76% 12%, rgba(255, 244, 220, .12), transparent 42%);
  pointer-events: none;
}

.vote-panel > * {
  position: relative;
  z-index: 1;
}

.pulse {
  width: 16px;
  height: 16px;
  border-radius: 99px;
  background: #f1bd58;
  box-shadow: 0 0 0 12px rgba(241, 189, 88, .12);
  margin-bottom: 46px;
}

.vote-panel p,
.vote-panel small {
  color: rgba(244, 237, 220, .66);
}

.vote-panel strong {
  color: #fff4dc;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.15rem;
  line-height: .95;
  text-transform: uppercase;
}

.vote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 22px 0 52px;
}

.vote-card {
  padding: 26px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vote-card.featured {
  background: linear-gradient(145deg, rgba(63, 39, 16, .9), rgba(15, 18, 23, .92));
}

.tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 99px;
  background: rgba(242, 189, 91, .14);
  color: #f2bd5b;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tag.muted {
  color: rgba(244, 237, 220, .65);
  background: rgba(255, 255, 255, .06);
}

.vote-card h2,
.rewards-wrap h2,
.rules-mini h2 {
  color: #fff4dc;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.65rem, 2.2vw, 2rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.vote-card p,
.rewards-wrap p,
.rules-mini p {
  color: rgba(244, 237, 220, .68);
  line-height: 1.65;
}

.vote-card .vote-button {
  margin-top: auto;
}

.is-disabled {
  opacity: .72;
  cursor: not-allowed;
}

.rewards-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 32px;
  padding: 32px;
  margin-bottom: 52px;
}

.reward-list {
  display: grid;
  gap: 10px;
}

.reward-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .07);
}

.reward-row span {
  color: #f2bd5b;
  font-weight: 900;
}

.reward-row strong {
  color: #fff4dc;
  text-align: right;
}

.rules-mini {
  padding-bottom: 82px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.rules-mini article {
  padding: 22px;
}

.rules-mini b {
  color: #f2bd5b;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 1180px) {
  .vote-hero {
    grid-template-columns: 1fr;
  }

  .vote-panel {
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .rewards-wrap,
  .vote-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .vote-hero {
    padding-top: 54px;
  }

  .vote-copy h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .vote-panel {
    min-height: 180px;
  }

  .reward-row {
    flex-direction: column;
  }

  .reward-row strong {
    text-align: left;
  }
}
/* Keep Vote navbar identical to the global navigation */
.vote-page .ranking-nav a {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .vote-page .ranking-nav a {
    font-size: 15px;
  }
}
/* Force the Vote header typography to match the rest of the website */
.vote-page .ranking-nav a {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.vote-page .ranking-brand span,
.vote-page .ranking-back {
  font-family: 'Rajdhani', sans-serif !important;
}

@media (max-width: 640px) {
  .vote-page .ranking-nav a {
    font-size: 14px !important;
  }
}