/* ─────────────────────────────────────────────────────────────────────────
   Vote for Credits — solid icefire (NO gradients). Scoped under .page-vote.
   Rich in every data state: stat strip, site cards, how-it-works rail,
   reward band, medal leaderboard, premium empty states.
   ───────────────────────────────────────────────────────────────────────── */
.page-vote .vx { display: flex; flex-direction: column; gap: 22px; }

/* ── Sign-in prompt (guests) ────────────────────────────────────────────── */
.page-vote .vx-signin {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px; border-radius: 14px;
  background: rgba(13, 18, 32, 0.86); border: 1px solid rgba(233, 185, 73, 0.28); border-left: 4px solid #e9b949;
}
.page-vote .vx-signin__icon {
  width: 42px; height: 42px; flex: none; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; color: #e9b949; background: rgba(233, 185, 73, 0.1); border: 1px solid rgba(233, 185, 73, 0.32);
}
.page-vote .vx-signin__body { display: flex; flex-direction: column; gap: 2px; }
.page-vote .vx-signin__title { font-family: var(--font-cinzel, "Cinzel", serif); font-weight: 800; color: #f3eee3; font-size: 1rem; }
.page-vote .vx-signin__text { font-size: 0.85rem; color: rgba(188, 178, 160, 0.85); }
.page-vote .vx-signin__cta {
  margin-left: auto; flex: none; text-decoration: none;
  padding: 11px 20px; border-radius: 11px;
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: #1a1206; background: #e9b949; border: 1px solid #f6d98a; transition: background 0.15s ease;
}
.page-vote .vx-signin__cta:hover { background: #f6d98a; }

/* ── Stat strip ─────────────────────────────────────────────────────────── */
.page-vote .vx-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.page-vote .vx-stat {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px;
  padding: 18px 12px; border-radius: 14px;
  background: rgba(10, 14, 26, 0.82); border: 1px solid rgba(255, 255, 255, 0.08); border-top: 3px solid #52a7ff;
}
.page-vote .vx-stat--gold { border-top-color: #e9b949; }
.page-vote .vx-stat__val {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.8rem; font-weight: 900; line-height: 1; color: #eceff1;
}
.page-vote .vx-stat--gold .vx-stat__val { color: #e9b949; }
.page-vote .vx-stat__lbl {
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(176, 190, 197, 0.7);
}

/* ── Message banner ─────────────────────────────────────────────────────── */
.page-vote .vx-msg {
  padding: 13px 16px; border-radius: 11px;
  border: 1px solid rgba(82, 167, 255, 0.4); background: rgba(82, 167, 255, 0.09);
  color: #cfe4ff; font-size: 0.86rem; font-weight: 600; line-height: 1.5;
}

/* ── Section block ──────────────────────────────────────────────────────── */
.page-vote .vx-block { display: flex; flex-direction: column; }
.page-vote .vx-block__head { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; }
.page-vote .vx-block__icon {
  width: 42px; height: 42px; flex: none; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #52a7ff; background: rgba(82, 167, 255, 0.1); border: 1px solid rgba(82, 167, 255, 0.28);
}
.page-vote .vx-block__title {
  margin: 0; font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.28rem; font-weight: 900; color: #eceff1;
}
.page-vote .vx-block__icon--gold {
  color: #e9b949; background: rgba(233, 185, 73, 0.1); border-color: rgba(233, 185, 73, 0.32);
}
.page-vote .vx-block__note {
  margin-left: auto; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(176, 190, 197, 0.6);
}

/* ── Vote-site cards ────────────────────────────────────────────────────── */
.page-vote .vx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.page-vote .vx-card {
  position: relative; display: flex; flex-direction: column; gap: 12px;
  padding: 18px; border-radius: 14px;
  background: rgba(10, 14, 26, 0.82); border: 1px solid rgba(82, 167, 255, 0.24);
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-vote .vx-card:hover { transform: translateY(-3px); border-color: #52a7ff; box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34); }
.page-vote .vx-card.is-cooldown { opacity: 0.72; }
.page-vote .vx-card__head { display: flex; align-items: center; gap: 12px; }
.page-vote .vx-card__logo {
  width: 46px; height: 46px; flex: none; object-fit: contain; border-radius: 10px;
  background: rgba(4, 8, 16, 0.55); border: 1px solid rgba(255, 255, 255, 0.08);
}
.page-vote .vx-card__logo--fallback {
  display: grid; place-items: center; color: #e9b949; font-size: 1.3rem;
}
.page-vote .vx-card__title { display: flex; flex-direction: column; min-width: 0; }
.page-vote .vx-card__name {
  font-family: var(--font-cinzel, "Cinzel", serif); font-weight: 800; color: #eceff1;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.page-vote .vx-card__proto {
  font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(82, 167, 255, 0.85); font-weight: 700;
}
.page-vote .vx-card__reward {
  display: flex; align-items: baseline; gap: 8px; padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.page-vote .vx-card__reward-val { font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.5rem; font-weight: 900; color: #e9b949; line-height: 1; }
.page-vote .vx-card__reward-lbl { font-size: 0.76rem; color: rgba(176, 190, 197, 0.75); font-weight: 700; }
.page-vote .vx-card__meta { font-size: 0.8rem; color: rgba(176, 190, 197, 0.7); font-weight: 600; }
.page-vote .vx-card__meta i { color: #52a7ff; margin-right: 5px; }
.page-vote .vx-card__btn {
  margin-top: auto; padding: 12px 14px; border: 1px solid #52a7ff; border-radius: 10px; cursor: pointer;
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  background: #52a7ff; color: #041018; transition: background 0.15s ease;
}
.page-vote .vx-card__btn:hover:not(:disabled) { background: #6fb6ff; }
.page-vote .vx-card__btn:disabled {
  background: rgba(120, 140, 165, 0.22); border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55); cursor: not-allowed;
}

/* ── How it works (numbered rail) ───────────────────────────────────────── */
.page-vote .vx-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.page-vote .vx-step {
  display: flex; flex-direction: column; gap: 8px;
  padding: 18px 16px; border-radius: 14px;
  background: rgba(10, 14, 26, 0.78); border: 1px solid rgba(255, 255, 255, 0.08);
}
.page-vote .vx-step__top { display: flex; align-items: center; justify-content: space-between; }
.page-vote .vx-step__icon {
  width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #52a7ff; background: rgba(82, 167, 255, 0.1); border: 1px solid rgba(82, 167, 255, 0.28);
}
.page-vote .vx-step__n {
  font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.5rem; font-weight: 900; color: rgba(82, 167, 255, 0.28); line-height: 1;
}
.page-vote .vx-step__title { font-family: var(--font-cinzel, "Cinzel", serif); font-size: 0.94rem; font-weight: 800; color: #eceff1; }
.page-vote .vx-step__text { font-size: 0.8rem; line-height: 1.55; color: rgba(176, 190, 197, 0.82); }

/* ── Why-vote band ──────────────────────────────────────────────────────── */
.page-vote .vx-why {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 22px 24px; border-radius: 16px;
  background: rgba(13, 18, 32, 0.86); border: 1px solid rgba(233, 185, 73, 0.24); border-left: 4px solid #e9b949;
}
.page-vote .vx-why__icon {
  width: 48px; height: 48px; flex: none; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #e9b949; background: rgba(233, 185, 73, 0.1); border: 1px solid rgba(233, 185, 73, 0.34);
}
.page-vote .vx-why__title { font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.1rem; font-weight: 900; color: #f3eee3; margin: 2px 0 6px; }
.page-vote .vx-why__text { font-size: 0.9rem; line-height: 1.65; color: rgba(207, 216, 220, 0.88); }

/* ── Top voters ─────────────────────────────────────────────────────────── */
.page-vote .vx-top__wrap { overflow-x: auto; max-width: 100%; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.08); }
.page-vote .vx-top__table { width: 100%; border-collapse: collapse; min-width: 420px; background: rgba(10, 14, 26, 0.7); }
.page-vote .vx-top__table th, .page-vote .vx-top__table td {
  padding: 12px 14px; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.06); color: #dbe7f5;
}
.page-vote .vx-top__table thead th {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(82, 167, 255, 0.85); font-weight: 800;
  background: rgba(4, 8, 16, 0.5);
}
.page-vote .vx-top__table tbody tr:last-child td { border-bottom: none; }
.page-vote .vx-top__table tbody tr.is-leader td { background: rgba(233, 185, 73, 0.06); }
.page-vote .vx-top__rank {
  font-family: var(--font-cinzel, "Cinzel", serif); font-weight: 900; color: rgba(176, 190, 197, 0.85); width: 54px;
}
.page-vote .vx-top__rank.is-1 { color: #e9b949; }
.page-vote .vx-top__rank.is-2 { color: #cfd8dc; }
.page-vote .vx-top__rank.is-3 { color: #d69154; }
.page-vote .vx-top__acct { font-weight: 700; color: #eceff1; }
.page-vote .vx-top__votes { font-family: var(--font-cinzel, "Cinzel", serif); color: #e9b949; font-weight: 800; text-align: right; }

/* ── Premium empty states ───────────────────────────────────────────────── */
.page-vote .vx-empty {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
  padding: 40px 24px; border-radius: 14px;
  background: rgba(10, 14, 26, 0.68); border: 1px dashed rgba(255, 255, 255, 0.14);
}
.page-vote .vx-empty__icon {
  width: 54px; height: 54px; border-radius: 14px; margin-bottom: 2px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: #52a7ff; background: rgba(82, 167, 255, 0.1); border: 1px solid rgba(82, 167, 255, 0.28);
}
.page-vote .vx-empty--gold .vx-empty__icon { color: #e9b949; background: rgba(233, 185, 73, 0.1); border-color: rgba(233, 185, 73, 0.32); }
.page-vote .vx-empty__title { font-family: var(--font-cinzel, "Cinzel", serif); font-size: 1.08rem; font-weight: 800; color: #eceff1; }
.page-vote .vx-empty__text { font-size: 0.86rem; line-height: 1.55; color: rgba(176, 190, 197, 0.82); max-width: 440px; }
.page-vote .vx-link { color: #52a7ff; text-decoration: none; font-weight: 700; }
.page-vote .vx-link:hover { color: #8fcaff; }

@media (max-width: 760px) {
  .page-vote .vx-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .page-vote .vx-stat__val { font-size: 1.4rem; }
  .page-vote .vx-steps { grid-template-columns: 1fr 1fr; }
  .page-vote .vx-signin { flex-wrap: wrap; }
  .page-vote .vx-signin__cta { margin-left: 0; }
  .page-vote .vx-block__title { font-size: 1.14rem; }
}
@media (max-width: 440px) {
  .page-vote .vx-steps { grid-template-columns: 1fr; }
}
