@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  background: #030303;
  color: #fff;
  overflow-x: hidden;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 50% 32%,
      rgba(255, 36, 36, 0.26),
      transparent 36%
    ),
    radial-gradient(
      circle at 25% 72%,
      rgba(255, 255, 255, 0.1),
      transparent 20%
    ),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #050505;
  background-size:
    auto,
    auto,
    72px 72px,
    72px 72px;
}

.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #020202 0%,
      transparent 18%,
      transparent 82%,
      #020202 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 45%, #050505 100%);
}

.navbar {
  width: min(1180px, calc(100% - 48px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-nav__logo {
  width: 48px;
  height: 48px;
  background-image: var(--site-logo-url);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 18px rgba(255, 35, 35, 0.85));
}

.brand span span {
  color: #ff2d32;
}

.navbar nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.navbar nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  transition: 0.2s ease;
}

.navbar nav a:hover {
  color: #fff;
}

.vip-btn {
  padding: 15px 25px;
  border-radius: 999px;
  color: #fff;
  background: #ff2a2f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 35px rgba(255, 38, 43, 0.5);
}

.rewards-page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 90px;
}

.rewards-hero {
  text-align: center;
  padding: 30px 0 55px;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.72);
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
}

.live-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2a2f;
  box-shadow: 0 0 14px #ff2a2f;
}

.rewards-hero h1 {
  margin-top: 28px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.92;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -4px;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.45);
}

.rewards-hero h1 strong {
  color: #ff282d;
  text-shadow: 0 0 30px rgba(255, 38, 43, 0.6);
}

.rewards-hero p {
  width: min(700px, 100%);
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.6;
}

.rewards-panel {
  padding: 28px;
  border: 1px solid rgba(255, 55, 65, 0.38);
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 35, 40, 0.08),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(8, 6, 10, 0.68);
  box-shadow:
    inset 0 0 40px rgba(255, 35, 35, 0.04),
    0 25px 80px rgba(0, 0, 0, 0.35);
}

.panel-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.panel-kicker {
  display: block;
  margin-bottom: 8px;
  color: #ff2a2f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
}

.panel-header h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -2px;
}

.rewards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reward-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(255, 55, 65, 0.42);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 42, 47, 0.2), transparent 50%),
    rgba(6, 5, 8, 0.82);
  box-shadow: 0 0 28px var(--card-glow, rgba(255, 42, 47, 0.24));
}

.reward-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -45% -30%;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 42, 47, 0.24), transparent 65%);
  pointer-events: none;
}

.reward-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.reward-card__logo-wrap {
  min-width: 140px;
  height: 58px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.reward-card__logo-wrap img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.14));
}

.reward-card__code {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.reward-card__code strong {
  color: #fff;
}

.reward-card h3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1.4px;
}

.reward-card__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-bottom: auto;
}

.reward-card__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.reward-card__item span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: #ff2a2f;
  box-shadow: 0 0 13px rgba(255, 42, 47, 0.9);
}

.reward-card__item p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.reward-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.reward-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  transition: 0.2s ease;
}

.reward-card__btn--primary {
  background: #ff282d;
  color: #fff;
  box-shadow: 0 0 24px rgba(255, 38, 43, 0.35);
}

.reward-card__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
}

.reward-card__btn:hover {
  transform: translateY(-2px);
}

.ticker {
  height: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.ticker-track {
  height: 100%;
  min-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 44px;
  animation: moveTicker 28s linear infinite;
}

.ticker span {
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  white-space: nowrap;
}

.ticker b {
  margin-left: 12px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
}

.ticker span::after {
  content: "•";
  margin-left: 18px;
  color: #ff2a2f;
}

@keyframes moveTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-260px);
  }
}

.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-kicker {
  display: block;
  margin-bottom: 8px;
  color: #ff2a2f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
}

.site-footer strong {
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 55, 65, 0.42);
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.7);
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  transition: 0.2s ease;
}

.footer-social:hover {
  color: #fff;
  border-color: rgba(255, 55, 65, 0.95);
  background: rgba(255, 42, 47, 0.18);
  box-shadow: 0 0 24px rgba(255, 38, 43, 0.22);
  transform: translateY(-2px);
}

.footer-social__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.footer-social__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.kick-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 8, 12, 0.78);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.kick-status--floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
}

.kick-status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 0 14px #facc15;
}

.kick-status--loading .kick-status__dot {
  animation: kickPulse 1.1s infinite ease-in-out;
}

.kick-status--live .kick-status__dot {
  background: #22c55e;
  box-shadow: 0 0 16px #22c55e;
}

.kick-status--offline .kick-status__dot {
  background: #ff2a2f;
  box-shadow: 0 0 16px #ff2a2f;
}

@keyframes kickPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@media (max-width: 1000px) {
  .rewards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .navbar {
    height: auto;
    padding: 22px 0;
    gap: 18px;
    flex-wrap: wrap;
  }

  .navbar nav {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .rewards-page {
    padding-top: 45px;
  }
}

@media (max-width: 760px) {
  .site-footer {
    width: min(100% - 28px, 1180px);
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .kick-status--floating {
    left: 14px;
    right: 14px;
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .navbar,
  .rewards-page {
    width: min(100% - 28px, 1180px);
  }

  .rewards-hero h1 {
    letter-spacing: -2px;
  }

  .rewards-panel {
    padding: 18px;
  }

  .vip-btn {
    padding: 13px 18px;
  }

  .reward-card {
    padding: 20px;
  }

  .reward-card__top,
  .reward-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .reward-card__btn {
    width: 100%;
  }
}

.claims-panel {
  margin-bottom: 26px;
  padding: 28px;
  border: 1px solid rgba(255, 55, 65, 0.38);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 35, 40, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 6, 10, 0.72);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.34);
}

.claims-panel .panel-header > p {
  max-width: 430px;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.claims-reward-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.claim-reward-card {
  min-height: 215px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 43% minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  color: #fff;
  background: rgba(6, 7, 10, .88);
  text-decoration: none;
  transition: .22s ease;
}

.claim-reward-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,55,65,.65);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.claim-reward-card img {
  width: 100%;
  height: 100%;
  min-height: 215px;
  object-fit: cover;
}

.claim-reward-card > div {
  padding: 22px;
}

.claim-reward-card span {
  color: #ff454d;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.claim-reward-card h3 {
  margin-top: 8px;
  font-size: 23px;
  line-height: 1.05;
}

.claim-reward-card p {
  margin-top: 10px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.55;
}

.claim-reward-card b {
  display: block;
  margin-top: 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

@media (max-width: 800px) {
  .claims-reward-grid { grid-template-columns: 1fr; }
  .claims-panel .panel-header { align-items: flex-start; flex-direction: column; }
  .claims-panel .panel-header > p { text-align: left; }
}

@media (max-width: 520px) {
  .claim-reward-card { grid-template-columns: 1fr; }
  .claim-reward-card img { min-height: 175px; }
}


/* =========================================================
   CLAIM CARD ILLUSTRATION CORRECTIONS
   ========================================================= */

.claim-reward-card {
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 210px;
}

.claim-reward-card img {
  width: 150px;
  height: 150px;
  min-height: 0;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 680px) {
  .claim-reward-card {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .claim-reward-card img {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 480px) {
  .claim-reward-card {
    grid-template-columns: 1fr;
  }

  .claim-reward-card img {
    width: 132px;
    height: 132px;
    margin-top: 18px;
  }
}

.claim-card-footer{margin-top:17px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.claim-reward-card .claim-card-footer b{margin-top:0;color:#7dff67;text-shadow:0 0 14px rgba(83,252,24,.25);transition:.2s ease}
.claim-reward-card:hover .claim-card-footer b{color:#a2ff91;text-shadow:0 0 19px rgba(83,252,24,.48)}
.claim-site-logos{display:inline-flex;align-items:center;min-width:30px}
.claim-site-logos img{width:28px;height:28px;padding:4px;border:1px solid rgba(255,255,255,.13);border-radius:50%;background:rgba(6,8,12,.9);object-fit:contain}
.claim-site-logos--double img+img{margin-left:-7px}
@media(max-width:480px){.claim-card-footer{align-items:flex-start;flex-direction:column}}
