:root {
  --giveaway-bg: #050914;
  --giveaway-panel: rgba(17, 28, 51, 0.88);
  --giveaway-panel-strong: rgba(8, 15, 29, 0.97);
  --giveaway-line: rgba(147, 197, 253, 0.13);
  --giveaway-text: #f8fafc;
  --giveaway-muted: #b8c2d9;
  --giveaway-ice: #93c5fd;
  --giveaway-blue: #3b82f6;
  --giveaway-blue-soft: #60a5fa;
  --giveaway-blue-strong: #2563eb;
  --giveaway-gold: #f4c86a;
  --giveaway-gold-soft: #ffe8a6;
  --giveaway-gold-bright: #fff3c4;
  --giveaway-danger: #ff9d9d;
  --giveaway-success: #86efac;
  --giveaway-radius: 18px;
  --giveaway-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  --giveaway-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--giveaway-bg);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(96, 165, 250, 0.16), transparent 34%),
    linear-gradient(180deg, #06101d 0%, #081220 48%, #050914 100%);
  color: var(--giveaway-text);
  font-family: var(--giveaway-font);
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.giveaway-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  isolation: isolate;
}

.giveaway-unsubscribe-notice {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 18px auto;
  padding: 14px 18px;
  border: 1px solid rgba(96, 165, 250, 0.32);
  border-radius: 10px;
  background: rgba(15, 37, 69, 0.96);
  color: #dbeafe;
  font-weight: 800;
  text-align: center;
}

.giveaway-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.giveaway-bg__arena {
  position: absolute;
  inset: 0 0 auto;
  height: 900px;
  background:
    linear-gradient(180deg, rgba(2, 8, 17, 0.08), var(--giveaway-bg) 94%),
    radial-gradient(circle at 50% 18%, rgba(147, 197, 253, 0.09), transparent 25%),
    radial-gradient(circle at 50% 36%, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.5) 56%, rgba(2, 6, 23, 0.86) 100%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.74) 0%, rgba(2, 6, 23, 0.26) 41%, rgba(2, 6, 23, 0.32) 62%, rgba(2, 6, 23, 0.72) 100%),
    url("../../assets/home/hero/arena-hero-desktop.webp") center top / cover no-repeat;
  opacity: 0.86;
}

.giveaway-bg__glow {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 900px;
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(54, 169, 255, 0.17), transparent 67%);
  filter: blur(10px);
}

.giveaway-bg__ice {
  position: absolute;
  inset: 560px 0 0;
  background:
    linear-gradient(rgba(141, 232, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 232, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(transparent, #000 18%, #000 82%, transparent);
}

.giveaway-hero,
.giveaway-section,
.giveaway-grid-section,
.giveaway-final {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.giveaway-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  max-width: none;
  min-height: 76px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 14px 40px;
  border-bottom: 1px solid rgba(147, 197, 253, 0.12);
  background: rgba(7, 16, 31, 0.88);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateZ(0);
  will-change: transform;
}

.giveaway-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.giveaway-brand span {
  background: linear-gradient(180deg, #ffffff, #b8c2d9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.giveaway-brand img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.18s ease;
  filter:
    drop-shadow(0 0 12px rgba(59, 130, 246, 0.28))
    drop-shadow(0 0 24px rgba(59, 130, 246, 0.12));
  transform: translateZ(0);
}

.giveaway-brand:hover img {
  transform: scale(1.03);
}

.giveaway-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 150px;
  padding: 8px 16px;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024));
  color: rgba(248, 250, 252, 0.94);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px rgba(0, 0, 0, 0.16);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.giveaway-nav__cta:hover,
.giveaway-nav__cta:focus-visible {
  border-color: rgba(226, 232, 240, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.034));
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
  outline: none;
}

.giveaway-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.72fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
  min-height: 650px;
  padding: 64px 0 56px;
}

.giveaway-kicker {
  margin: 0 0 14px;
  color: var(--giveaway-ice);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.giveaway-kicker span {
  display: inline-block;
  width: 26px;
  height: 2px;
  margin: 0 9px 3px 0;
  background: var(--giveaway-ice);
  box-shadow: 0 0 16px rgba(147, 197, 253, 0.36);
}

.giveaway-kicker--gold {
  color: var(--giveaway-gold);
}

.giveaway-kicker--gold span {
  background: var(--giveaway-gold);
  box-shadow: 0 0 16px rgba(244, 200, 106, 0.28);
}

.giveaway-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(52px, 7.3vw, 94px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.giveaway-hero h1 em {
  color: var(--giveaway-ice);
  font-style: normal;
  text-shadow:
    0 0 14px rgba(147, 197, 253, 0.28),
    0 2px 10px rgba(2, 6, 23, 0.96),
    0 8px 22px rgba(0, 0, 0, 0.5);
}

.giveaway-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #d2deed;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.giveaway-odds-hook {
  display: grid;
  gap: 4px;
  width: fit-content;
  max-width: min(740px, 100%);
  margin: 18px auto 0;
  padding: 13px 18px;
  border: 1px solid rgba(244, 200, 106, 0.48);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 232, 166, 0.16), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(244, 200, 106, 0.095);
  color: var(--giveaway-gold-soft);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(244, 200, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  text-align: center;
}

.giveaway-odds-hook span {
  color: var(--giveaway-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giveaway-odds-hook strong {
  color: var(--giveaway-gold-soft);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.giveaway-hero-ticket {
  position: relative;
  width: min(100%, 640px);
  margin: 14px 0 0;
  pointer-events: auto;
}

.giveaway-hero-ticket__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 200px;
  padding: 4px 12px 34px;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(
      ellipse at 50% 48%,
      rgba(255, 224, 135, 0.11),
      rgba(48, 108, 210, 0.07) 42%,
      transparent 72%
    );
}

.giveaway-hero-ticket__stage::before {
  content: "";
  position: absolute;
  inset: 18px 7% 24px;
  z-index: 0;
  pointer-events: none;
  border: 1px solid rgba(244, 200, 106, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.008)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 24px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.giveaway-hero-ticket__stage::after {
  content: "";
  position: absolute;
  inset: 27px 10% 34px;
  z-index: 0;
  border-radius: 24px;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(255, 236, 172, 0.92) 0%,
      rgba(244, 200, 106, 0.48) 16%,
      rgba(74, 150, 255, 0.36) 38%,
      rgba(29, 78, 216, 0.16) 57%,
      transparent 76%
    );
  filter: blur(18px);
  opacity: 0;
  transform: scale(0.42);
  transform-origin: center;
}

.giveaway-hero-ticket__stage.is-power-spinning::after {
  animation: giveawayTicketPowerBloom 3200ms ease-out;
}

.giveaway-hero-ticket__stage.is-power-spinning .giveaway-ticket-aura {
  animation: giveawayTicketPowerAura 3200ms ease-out;
}

.giveaway-hero-ticket__stage.is-power-spinning .giveaway-ticket-floor {
  animation: giveawayTicketPowerFloor 3200ms ease-out;
}

.giveaway-hero-ticket__stage.is-power-spinning .giveaway-ticket-model {
  animation: giveawayTicketPowerModel 3200ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes giveawayTicketPowerBloom {
  0% {
    opacity: 0;
    transform: scale(0.35);
  }

  12% {
    opacity: 0.95;
    transform: scale(0.78);
  }

  30% {
    opacity: 1;
    transform: scale(1.12);
  }

  58% {
    opacity: 0.72;
    transform: scale(1.02);
  }

  100% {
    opacity: 0;
    transform: scale(0.92);
  }
}

@keyframes giveawayTicketPowerAura {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.88);
  }

  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.24);
  }

  48% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.12);
  }

  100% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0.94);
  }
}

@keyframes giveawayTicketPowerFloor {
  0% {
    opacity: 0.7;
    transform: scaleX(0.65) scaleY(0.72);
  }

  18% {
    opacity: 1;
    transform: scaleX(1.42) scaleY(1.2);
  }

  52% {
    opacity: 0.94;
    transform: scaleX(1.16) scaleY(1.06);
  }

  100% {
    opacity: 0.86;
    transform: scaleX(1) scaleY(1);
  }
}

@keyframes giveawayTicketPowerModel {
  0% {
    filter:
      drop-shadow(0 20px 22px rgba(0, 0, 0, 0.36))
      drop-shadow(0 0 18px rgba(244, 200, 106, 0.14));
  }

  18% {
    filter:
      brightness(1.12)
      saturate(1.16)
      drop-shadow(0 22px 25px rgba(0, 0, 0, 0.42))
      drop-shadow(0 0 28px rgba(255, 225, 143, 0.58))
      drop-shadow(0 0 54px rgba(59, 130, 246, 0.42));
  }

  45% {
    filter:
      brightness(1.08)
      saturate(1.08)
      drop-shadow(0 21px 24px rgba(0, 0, 0, 0.4))
      drop-shadow(0 0 22px rgba(255, 225, 143, 0.38))
      drop-shadow(0 0 36px rgba(59, 130, 246, 0.26));
  }

  72% {
    filter:
      brightness(1.03)
      drop-shadow(0 20px 22px rgba(0, 0, 0, 0.37))
      drop-shadow(0 0 20px rgba(244, 200, 106, 0.2))
      drop-shadow(0 0 18px rgba(59, 130, 246, 0.1));
  }

  100% {
    filter:
      drop-shadow(0 20px 22px rgba(0, 0, 0, 0.36))
      drop-shadow(0 0 18px rgba(244, 200, 106, 0.14));
  }
}

.giveaway-ticket-aura {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 0;
  width: 78%;
  height: 74%;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(255, 218, 115, 0.22),
      rgba(77, 139, 255, 0.13) 42%,
      rgba(23, 63, 126, 0.04) 61%,
      transparent 76%
    );
  filter: blur(28px);
  opacity: 0.74;
  transform: translate(-50%, -50%);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
  animation: giveawayTicketAura 4.2s ease-in-out infinite;
}

.giveaway-ticket-floor {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 38px;
  z-index: 1;
  height: 34px;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(95, 157, 255, 0.24),
      rgba(244, 200, 106, 0.1) 35%,
      transparent 72%
    );
  filter: blur(13px);
  opacity: 0.86;
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.giveaway-ticket-model {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 184px;
  overflow: visible;
  background: transparent;
  cursor: grab;
  touch-action: none;
  opacity: 1;
  transform: scale(1);
  filter:
    drop-shadow(0 20px 22px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 18px rgba(244, 200, 106, 0.14));
    transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 850ms ease;
  --poster-color: transparent;
  --progress-bar-color: transparent;
}

.giveaway-ticket-model:active {
  cursor: grabbing;
}

.giveaway-ticket-model.is-loading {
  opacity: 0;
  transform: scale(0.82);
  filter:
    drop-shadow(0 0 0 rgba(0, 0, 0, 0))
    drop-shadow(0 0 0 rgba(244, 200, 106, 0));
}

.giveaway-ticket-model.is-revealed {
  animation: giveawayTicketReveal 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes giveawayTicketReveal {
  0% {
    filter:
      brightness(1.7)
      drop-shadow(0 0 34px rgba(255, 232, 166, 0.72))
      drop-shadow(0 0 54px rgba(59, 130, 246, 0.42));
  }

  55% {
    filter:
      brightness(1.18)
      drop-shadow(0 18px 25px rgba(0, 0, 0, 0.3))
      drop-shadow(0 0 28px rgba(244, 200, 106, 0.34));
  }

  100% {
    filter:
      brightness(1)
      drop-shadow(0 20px 22px rgba(0, 0, 0, 0.36))
      drop-shadow(0 0 18px rgba(244, 200, 106, 0.14));
  }
}

.giveaway-ticket-model:active {
  cursor: grabbing;
}

.giveaway-ticket-caption {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 28px);
  min-height: 29px;
  padding: 0 13px;
  border: 1px solid rgba(244, 200, 106, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    rgba(4, 11, 24, 0.72);
  color: rgba(219, 229, 243, 0.76);
  font-family: inherit;
  font-size: 9px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 24px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(96, 165, 250, 0.045);
  transform: translateX(-50%);
  pointer-events: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.giveaway-ticket-caption strong {
  color: var(--giveaway-gold-soft);
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.giveaway-ticket-caption span::before {
  content: "•";
  margin-right: 8px;
  color: rgba(147, 197, 253, 0.5);
}

.giveaway-hero-ticket__stage.is-power-spinning .giveaway-ticket-caption {
  border-color: rgba(255, 232, 166, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(4, 11, 24, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 26px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(244, 200, 106, 0.16);
}

@keyframes giveawayTicketAura {
  0%,
  100% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0.94);
  }

  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

.giveaway-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.giveaway-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.giveaway-button:hover {
  transform: translateY(-2px);
}

.giveaway-button.is-busy {
  gap: 8px;
  cursor: wait;
}

.giveaway-button.is-busy::before {
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: giveaway-spinner 850ms linear infinite;
}

.giveaway-button--primary {
  border-color: rgba(191, 219, 254, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, #60a5fa 0%, #2f6fed 52%, #2563eb 100%);
  box-shadow:
    0 14px 34px rgba(37, 99, 235, 0.3),
    0 0 26px rgba(96, 165, 250, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(2, 6, 23, 0.2);
  color: #ffffff;
}

.giveaway-button--primary:hover,
.giveaway-button--primary:focus-visible {
  border-color: rgba(219, 234, 254, 0.56);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, #93c5fd 0%, #3b82f6 48%, #2563eb 100%);
  box-shadow:
    0 16px 38px rgba(37, 99, 235, 0.34),
    0 0 30px rgba(96, 165, 250, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  outline: none;
}

.giveaway-button--secondary {
  border-color: rgba(147, 197, 253, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(15, 23, 42, 0.7);
  color: #bfdbfe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.giveaway-trust {
  max-width: 660px;
  margin: 8px auto 0;
  color: rgba(184, 194, 217, 0.66);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.giveaway-entry-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(177, 226, 255, 0.3);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(96, 165, 250, 0.18), transparent 32%),
    radial-gradient(circle at 0 100%, rgba(244, 200, 106, 0.055), transparent 38%),
    linear-gradient(155deg, rgba(15, 36, 59, 0.96), rgba(8, 15, 29, 0.98));
  box-shadow:
    0 28px 76px rgba(0, 0, 0, 0.3),
    0 0 38px rgba(96, 165, 250, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.giveaway-entry-card::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  pointer-events: none;
}

.giveaway-entry-card__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(147, 197, 253, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(2, 10, 20, 0.42);
  color: var(--giveaway-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-align: center;
}

.giveaway-entry-card__top strong {
  color: var(--giveaway-gold);
}

.giveaway-entry-card__prize {
  display: block;
  min-width: 0;
  color: var(--giveaway-gold);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.giveaway-entry-card__top > span {
  min-width: 0;
  text-align: center;
}

.giveaway-entry-card__close-date {
  position: relative;
  z-index: 1;
  margin: 10px 18px 0;
  color: rgba(255, 232, 166, 0.86);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.giveaway-returning {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin: 14px 18px 0;
  padding: 12px 14px;
  border: 1px solid rgba(110, 231, 183, 0.22);
  border-radius: 15px;
  background:
    radial-gradient(circle at 0 0, rgba(96, 165, 250, 0.09), transparent 44%),
    rgba(5, 27, 39, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 12px 28px rgba(0, 0, 0, 0.12);
}

.giveaway-returning[hidden] { display: none; }

.giveaway-returning__mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.11);
  color: #86efac;
  font-size: 14px;
  font-weight: 900;
}

.giveaway-returning__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.giveaway-returning__copy strong { color: #ecfdf5; font-size: 12.5px; }
.giveaway-returning__copy span { color: #9fb1c8; font-size: 11px; line-height: 1.35; }

.giveaway-inline-spinner {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  border: 1.5px solid rgba(147, 197, 253, 0.24);
  border-top-color: #93c5fd;
  border-radius: 50%;
  vertical-align: -2px;
  animation: giveaway-spinner 850ms linear infinite;
}

.giveaway-inline-spinner[hidden] { display: none; }

.giveaway-returning__actions {
  display: grid;
  justify-items: end;
  gap: 5px;
}

.giveaway-returning__actions a,
.giveaway-returning__actions button {
  border: 0;
  background: transparent;
  color: #bfdbfe;
  font: inherit;
  font-size: 10.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.giveaway-returning__actions button { padding: 0; color: #91a4bd; }
.giveaway-returning__actions a:hover,
.giveaway-returning__actions a:focus-visible,
.giveaway-returning__actions button:hover,
.giveaway-returning__actions button:focus-visible { color: #ffffff; outline: none; text-decoration: underline; }

.giveaway-returning.is-checking .giveaway-returning__mark {
  animation: giveaway-status-pulse 1.4s ease-in-out infinite;
}

.giveaway-returning.is-checking .giveaway-returning__actions {
  opacity: 0.55;
}

.giveaway-returning.is-warning {
  border-color: rgba(243, 199, 106, 0.25);
  background:
    radial-gradient(circle at 0 0, rgba(243, 199, 106, 0.08), transparent 44%),
    rgba(20, 24, 32, 0.76);
}

@keyframes giveaway-status-pulse {
  50% { box-shadow: 0 0 0 6px rgba(96, 165, 250, 0.08); opacity: 0.78; }
}

@keyframes giveaway-spinner {
  to { transform: rotate(360deg); }
}

.giveaway-skeleton {
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(159, 186, 216, 0.11);
  color: transparent;
  position: relative;
}

.giveaway-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, 0.085) 48%, transparent 78%);
  transform: translateX(-100%);
  animation: giveaway-skeleton-shimmer 2.2s ease-in-out infinite;
}

.giveaway-skeleton--stat { width: min(90px, 78%); height: 18px; margin-top: 6px; }
.giveaway-skeleton--activity { width: min(360px, 86%); height: 14px; }
.giveaway-skeleton--winner-label { width: 110px; height: 12px; }
.giveaway-skeleton--winner-title { width: min(280px, 78%); height: 24px; }
.giveaway-skeleton--winner-line { width: 160px; height: 14px; }
.giveaway-skeleton--winner-block { width: 100%; height: 76px; border-radius: 10px; }

@keyframes giveaway-skeleton-shimmer {
  55%, 100% { transform: translateX(100%); }
}

.giveaway-draw-clock {
  position: relative;
  z-index: 1;
  margin: 11px 18px 0;
  padding: 12px 15px 12px;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0, rgba(96, 165, 250, 0.08), transparent 44%),
    linear-gradient(180deg, rgba(17, 28, 51, 0.42), transparent 46%),
    rgba(2, 6, 23, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 30px rgba(0, 0, 0, 0.2);
}

.giveaway-draw-clock__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.giveaway-draw-clock__heading h2 {
  margin: 0;
  color: var(--giveaway-ice);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.giveaway-draw-clock__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f4f8ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.giveaway-draw-clock__status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45c8ff;
  box-shadow: 0 0 8px rgba(69, 200, 255, 0.55);
}

.giveaway-draw-clock__time {
  display: grid;
  grid-template-columns: repeat(4, 66px);
  justify-content: center;
  align-items: start;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 12px auto 0;
  text-align: center;
}

.giveaway-draw-clock__unit {
  display: grid;
  gap: 7px;
  justify-items: center;
  min-width: 0;
}

.giveaway-draw-clock__tile {
  position: relative;
  display: grid;
  place-items: center;
  width: 66px;
  height: 50px;
  overflow: hidden;
  border: 1px solid rgba(177, 209, 228, 0.24);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 8%),
    linear-gradient(180deg, #23282d 0%, #11171d 49%, #070b10 50%, #171d23 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -10px 18px rgba(0, 0, 0, 0.32),
    0 9px 18px rgba(0, 0, 0, 0.28);
  color: #f5f7fb;
  font-size: 42px;
  font-variant-numeric: tabular-nums;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 0.95;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 8px rgba(0, 0, 0, 0.58);
}

.giveaway-draw-clock__tile::before,
.giveaway-draw-clock__tile::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.giveaway-draw-clock__tile::before {
  inset: 50% 0 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.72);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.09);
}

.giveaway-draw-clock__tile::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 10%, transparent 90%, rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, transparent 48%, rgba(255, 255, 255, 0.04) 49%, transparent 53%);
}

.giveaway-draw-clock__time span {
  color: rgba(226, 232, 240, 0.94);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.giveaway-draw-clock__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(147, 197, 253, 0.16);
  text-align: center;
}

.giveaway-draw-clock__facts > div {
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: 22px;
  padding: 0 9px;
  border-left: 1px solid rgba(147, 197, 253, 0.2);
  overflow: hidden;
}

.giveaway-draw-clock__facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.giveaway-draw-clock__facts > div:last-child {
  padding-right: 0;
}

.giveaway-draw-clock__facts strong {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: #f4f8ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.giveaway-draw-clock__fact-label {
  display: inline-block;
  flex: 0 0 auto;
}

.giveaway-draw-clock__facts .giveaway-draw-clock__prize {
  display: grid;
  justify-items: center;
  gap: 1px;
  width: 100%;
  max-width: 118px;
  margin-inline: auto;
  color: var(--giveaway-gold);
  line-height: 1.02;
  text-align: center;
  white-space: nowrap;
}

.giveaway-draw-clock__prize span {
  display: block;
}

.giveaway-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

#entryForm,
.giveaway-success {
  position: relative;
  z-index: 1;
  padding: 24px 30px 30px;
}

.giveaway-form__intro h2,
.giveaway-success h2 {
  margin: 0;
  font-size: 29px;
  letter-spacing: -0.035em;
}

.giveaway-form__intro > p:last-child,
.giveaway-success > p {
  margin: 8px 0 20px;
  color: var(--giveaway-muted);
}

.giveaway-success .giveaway-saved-status-trust {
  margin: -8px auto 18px;
  color: #8fa4bd;
  font-size: 11px;
  line-height: 1.45;
}

.giveaway-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.giveaway-field > span {
  display: flex;
  justify-content: space-between;
  color: #e9f3ff;
  font-size: 13px;
  font-weight: 750;
}

.giveaway-field strong,
.giveaway-field small {
  color: var(--giveaway-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giveaway-field small {
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.giveaway-field input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(185, 214, 237, 0.2);
  border-radius: 14px;
  outline: none;
  background: rgba(1, 8, 17, 0.66);
  color: #fff;
  padding: 0 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 10px 24px rgba(0, 0, 0, 0.12);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.giveaway-field input::placeholder {
  color: #6f8299;
}

.giveaway-field input:focus {
  border-color: rgba(141, 232, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(54, 169, 255, 0.12);
}

.giveaway-location-chip {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 11px 2px 0;
  color: #9eacc0;
}

.giveaway-location-chip[hidden] {
  display: none;
}

.giveaway-location-chip__pin {
  font-size: 14px;
  filter: grayscale(0.35);
}

.giveaway-location-chip__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

.giveaway-location-chip__copy strong {
  overflow: hidden;
  color: #d5deea;
  font-size: 12.5px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.giveaway-location-chip__copy small {
  color: #77879c;
  font-size: 10.5px;
}

.giveaway-location-chip button {
  min-width: 44px;
  min-height: 32px;
  padding: 4px 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #9ccfff;
  font-size: 11.5px;
  font-weight: 800;
  cursor: pointer;
}

.giveaway-location-chip button:hover,
.giveaway-location-chip button:focus-visible {
  background: rgba(147, 197, 253, 0.08);
  outline: none;
}

.giveaway-form__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.giveaway-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 22px;
  color: #c0cfe0;
  font-size: 12px;
  line-height: 1.55;
}

.giveaway-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--giveaway-blue);
}

.giveaway-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.giveaway-form__message {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--giveaway-danger);
  font-size: 13px;
  font-weight: 700;
}

.giveaway-form__submit {
  width: 100%;
  margin-top: 7px;
}

.giveaway-form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.giveaway-form__fineprint {
  margin: 12px 0 0;
  color: #7f91a8;
  font-size: 11px;
  text-align: center;
}

.giveaway-success {
  min-height: 480px;
  align-content: center;
  text-align: center;
}

.giveaway-success__mark {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  border: 1px solid rgba(143, 240, 197, 0.45);
  border-radius: 50%;
  background: rgba(143, 240, 197, 0.1);
  box-shadow: 0 0 35px rgba(143, 240, 197, 0.1);
  color: var(--giveaway-success);
  font-size: 30px;
  font-weight: 900;
}

.giveaway-success__email {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 9px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(147, 197, 253, 0.13);
  border-radius: 12px;
  background: rgba(2, 10, 20, 0.26);
}

.giveaway-success__email-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
  width: 100%;
}

.giveaway-success__email #giveawayEnterDifferentEmail {
  width: 100%;
  margin-top: 2px;
  border: 0;
  background: transparent;
  color: #9ccfea;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}

.giveaway-success__email #giveawayEnterDifferentEmail:hover,
.giveaway-success__email #giveawayEnterDifferentEmail:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

.giveaway-success__email-label {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.giveaway-success__email-value {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #f8fbff;
  font-size: clamp(1.05rem, 3.4vw, 1.28rem);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.giveaway-success__email-note {
  display: block;
  max-width: 46ch;
  color: rgba(216, 226, 240, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
}

.giveaway-success__email-note--muted {
  max-width: 42ch;
  color: rgba(184, 194, 217, 0.54);
  font-size: 0.68rem;
  line-height: 1.25;
}

.giveaway-success a {
  color: var(--giveaway-ice);
  font-weight: 800;
}

.giveaway-paid-callout {
  display: grid;
  gap: 8px;
  margin: 20px 0 22px;
  padding: 18px;
  border: 1px solid rgba(243, 199, 106, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% 0, rgba(243, 199, 106, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(14, 28, 47, 0.92), rgba(5, 16, 30, 0.96));
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: left;
}

.giveaway-paid-callout span {
  color: var(--giveaway-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giveaway-paid-callout h3 {
  margin: 0;
  color: #f8fbff;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.giveaway-paid-callout p {
  margin: 0;
  color: var(--giveaway-muted);
  font-size: 13px;
}

.giveaway-paid-callout .giveaway-button {
  width: 100%;
  margin-top: 6px;
}

.giveaway-status-card {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(159, 223, 255, 0.2);
  border-radius: 16px;
  background: rgba(2, 10, 20, 0.46);
  text-align: left;
}

.giveaway-status-card.is-loading {
  border-color: rgba(147, 197, 253, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 32px rgba(0, 0, 0, 0.16);
}

.giveaway-entry-card.is-different-email #entryForm,
.giveaway-entry-card.is-previous-draw #entryForm {
  margin: 14px 18px 0;
  border: 1px solid rgba(147, 197, 253, 0.14);
  border-radius: 16px;
  background: rgba(2, 10, 20, 0.35);
}

.giveaway-entry-card.is-previous-draw .giveaway-success {
  min-height: 0;
  padding-top: 20px;
}

.giveaway-board__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.giveaway-board__panel-head > span {
  color: rgba(184, 194, 217, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.giveaway-board__live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(134, 239, 172, 0.3);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    rgba(134, 239, 172, 0.08);
  color: #d9ffe7;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-shadow:
    0 0 14px rgba(134, 239, 172, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.giveaway-status-card__head,
.giveaway-status-card__stats,
.giveaway-board__stats {
  display: grid;
  gap: 12px;
}

.giveaway-status-card__head {
  grid-template-columns: 1fr auto;
  align-items: center;
  color: var(--giveaway-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.giveaway-status-card__head strong {
  color: var(--giveaway-ice);
}

.giveaway-status-card > p {
  margin: 10px 0 0;
  color: #dce9f7;
  font-size: 14px;
}

.giveaway-status-card__stats {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
}

.giveaway-status-card__stats div,
.giveaway-board__stats div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(168, 211, 240, 0.16);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 10px 24px rgba(0, 0, 0, 0.1);
}

.giveaway-status-card__stats span,
.giveaway-board__stats span,
.giveaway-board__activity > span {
  display: block;
  color: var(--giveaway-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giveaway-status-card__stats strong,
.giveaway-board__stats strong {
  display: block;
  margin-top: 5px;
  color: #f7fbff;
  font-size: 16px;
  line-height: 1.2;
}

.giveaway-status-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.giveaway-status-card__note {
  min-height: 18px;
  color: var(--giveaway-muted);
  font-size: 12px;
  text-align: center;
}

.giveaway-status-card .giveaway-button {
  min-height: 46px;
}

.giveaway-winner-claim {
  display: grid;
  gap: 12px;
  margin: 18px 0 20px;
  padding: 18px;
  border: 1px solid rgba(134, 239, 172, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(134, 239, 172, 0.12), transparent 34%),
    rgba(5, 22, 21, 0.62);
}

.giveaway-winner-claim[hidden] {
  display: none;
}

.giveaway-winner-claim > span {
  color: #bbf7d0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giveaway-winner-claim h3 {
  margin: 0;
  color: #f7fbff;
  font-size: 20px;
  line-height: 1.2;
}

.giveaway-winner-claim p {
  margin: 0;
  color: #dce9f7;
  font-size: 13px;
  line-height: 1.45;
}

.giveaway-winner-claim .giveaway-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.giveaway-winner-claim label {
  display: grid;
  gap: 6px;
  color: var(--giveaway-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giveaway-winner-claim label:nth-last-of-type(-n + 2) {
  grid-column: 1 / -1;
}

.giveaway-winner-claim input,
.giveaway-winner-claim textarea {
  width: 100%;
  border: 1px solid rgba(168, 211, 240, 0.2);
  border-radius: 12px;
  background: rgba(2, 10, 20, 0.62);
  color: #f8fbff;
  font: inherit;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.giveaway-winner-claim input {
  min-height: 42px;
  padding: 0 12px;
}

.giveaway-winner-claim textarea {
  min-height: 86px;
  padding: 11px 12px;
  resize: vertical;
}

.giveaway-bonus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 4px;
}

.giveaway-bonus-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(159, 223, 255, 0.14);
  border-radius: 14px;
  background: rgba(4, 16, 31, 0.58);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.giveaway-bonus-card.is-complete {
  border-color: rgba(110, 231, 183, 0.32);
  background:
    radial-gradient(circle at 100% 0, rgba(96, 165, 250, 0.1), transparent 42%),
    linear-gradient(145deg, rgba(8, 31, 43, 0.82), rgba(4, 16, 31, 0.78));
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.16),
    0 0 24px rgba(52, 211, 153, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.giveaway-bonus-card.is-actionable {
  border-color: rgba(147, 197, 253, 0.28);
  background:
    radial-gradient(circle at 100% 0, rgba(96, 165, 250, 0.09), transparent 42%),
    rgba(5, 20, 38, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 12px 28px rgba(0, 0, 0, 0.12);
}

.giveaway-bonus-card.is-unavailable {
  border-color: rgba(148, 163, 184, 0.1);
  background: rgba(4, 13, 25, 0.44);
  box-shadow: none;
}

.giveaway-bonus-card.is-unavailable > *:not(.giveaway-button) {
  opacity: 0.68;
}

.giveaway-bonus-status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid rgba(110, 231, 183, 0.2);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: #a7f3d0;
  font-size: 10px;
  letter-spacing: 0.01em;
}

.giveaway-bonus-status-pill.is-actionable {
  border-color: rgba(147, 197, 253, 0.22);
  background: rgba(59, 130, 246, 0.08);
  color: #bfdbfe;
}

.giveaway-bonus-status-pill.is-unavailable {
  border-color: rgba(148, 163, 184, 0.14);
  background: rgba(148, 163, 184, 0.05);
  color: #94a3b8;
}

.giveaway-bonus-status-pill[hidden] {
  display: none;
}

.giveaway-bonus-card > span {
  color: var(--giveaway-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giveaway-bonus-card h3 {
  margin: 0;
  color: #f7fbff;
  font-size: 15px;
  line-height: 1.25;
}

.giveaway-bonus-card p {
  margin: 0;
  color: var(--giveaway-muted);
  font-size: 12px;
  line-height: 1.45;
}

.giveaway-bonus-card > strong {
  color: var(--giveaway-success);
  font-size: 12px;
}

.giveaway-bonus-card .giveaway-button {
  align-self: end;
  min-height: 40px;
  padding: 9px 11px;
  font-size: 11px;
}

.giveaway-bonus-card .giveaway-button.is-complete,
.giveaway-bonus-card .giveaway-button.is-copied {
  border-color: rgba(110, 231, 183, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(6, 78, 59, 0.3);
  color: #d1fae5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 18px rgba(52, 211, 153, 0.06);
  opacity: 1;
}

.giveaway-bonus-card .giveaway-button.is-complete:disabled {
  cursor: default;
  transform: none;
}

.giveaway-bonus-card .giveaway-button.is-actionable {
  border-color: rgba(191, 219, 254, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(135deg, #60a5fa 0%, #2f6fed 52%, #2563eb 100%);
  color: #ffffff;
  box-shadow:
    0 14px 34px rgba(37, 99, 235, 0.24),
    0 0 22px rgba(96, 165, 250, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(2, 6, 23, 0.2);
}

.giveaway-bonus-card .giveaway-button.is-actionable.is-copied {
  border-color: rgba(110, 231, 183, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(6, 78, 59, 0.3);
  color: #d1fae5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 18px rgba(52, 211, 153, 0.06);
}

.giveaway-bonus-card .giveaway-button.is-unavailable:disabled {
  border-color: rgba(148, 163, 184, 0.1);
  background: rgba(15, 23, 42, 0.46);
  color: #64748b;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.58;
  transform: none;
}

.giveaway-toast {
  position: fixed;
  z-index: 1200;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(110, 231, 183, 0.25);
  border-radius: 14px;
  background: rgba(8, 20, 34, 0.94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #e7fff6;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 200ms ease, transform 200ms ease;
  backdrop-filter: blur(18px);
}

.giveaway-toast[hidden] { display: none; }
.giveaway-toast.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.giveaway-toast > span:first-child { color: #6ee7b7; }

.giveaway-modal {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: opacity 180ms ease;
}

.giveaway-modal[hidden] { display: none; }
.giveaway-modal.is-visible { opacity: 1; }
.giveaway-modal-open { overflow: hidden; }

.giveaway-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 7, 15, 0.74);
  backdrop-filter: blur(10px);
}

.giveaway-modal__dialog {
  position: relative;
  width: min(100%, 410px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 25px;
  border: 1px solid rgba(159, 223, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(96, 165, 250, 0.12), transparent 40%),
    linear-gradient(155deg, rgba(15, 30, 52, 0.98), rgba(5, 15, 29, 0.98));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  transform: translateY(10px) scale(0.98);
  transition: transform 180ms ease;
  -webkit-overflow-scrolling: touch;
}

.giveaway-modal.is-visible .giveaway-modal__dialog { transform: translateY(0) scale(1); }
.giveaway-modal__dialog h2 { margin: 6px 28px 8px 0; color: #f8fbff; font-size: 20px; line-height: 1.15; }
.giveaway-modal__dialog p { margin: 0 0 7px; color: var(--giveaway-muted); font-size: 12.5px; line-height: 1.4; }
.giveaway-modal__icon { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(16, 185, 129, 0.12); color: #6ee7b7; font-weight: 900; }
.giveaway-modal__close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.06); color: #cbd5e1; font-size: 22px; cursor: pointer; }
.giveaway-modal__actions { display: grid; gap: 4px; margin-top: 8px; }
.giveaway-modal__actions .giveaway-button { width: 100%; min-height: 46px; font-size: 13px; }

.giveaway-profile-unlocked-modal__dialog {
  overflow-y: auto;
  overflow-x: hidden;
  width: min(100%, 348px);
  max-height: calc(100dvh - 34px);
  padding: 17px;
  border-color: rgba(244, 200, 106, 0.34);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 232, 166, 0.16), transparent 44%),
    radial-gradient(circle at 0% 100%, rgba(96, 165, 250, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(17, 32, 55, 0.98), rgba(5, 15, 29, 0.98));
  box-shadow:
    0 28px 86px rgba(0, 0, 0, 0.56),
    0 0 34px rgba(244, 200, 106, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.giveaway-profile-unlocked-modal__badge {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(134, 239, 172, 0.42);
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.12);
  color: #86efac;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 0 28px rgba(134, 239, 172, 0.1);
}

.giveaway-profile-unlocked-modal__eyebrow {
  margin: 0 0 5px !important;
  color: var(--giveaway-gold) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.giveaway-profile-unlocked-modal__copy {
  color: #c8d6e6 !important;
}

.giveaway-profile-mini-card {
  position: relative;
  display: grid;
  align-content: end;
  width: min(100%, 215px);
  min-height: 275px;
  margin: 10px auto 10px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(244, 200, 106, 0.42);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 28%, rgba(244, 200, 106, 0.22), transparent 32%),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(150deg, rgba(38, 27, 10, 0.98), rgba(8, 15, 29, 0.98) 58%, rgba(5, 12, 24, 0.99));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(244, 200, 106, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  isolation: isolate;
}

.giveaway-profile-mini-card__shine {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.12) 42%, rgba(255, 232, 166, 0.18) 50%, transparent 64%),
    repeating-linear-gradient(34deg, transparent 0 20px, rgba(255, 255, 255, 0.035) 21px 22px, transparent 23px 44px);
  opacity: 0.48;
  pointer-events: none;
}

.giveaway-profile-mini-card__edition {
  position: absolute;
  top: 16px;
  right: 17px;
  z-index: 2;
  color: #ffe8a6;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.giveaway-profile-mini-card__player {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 1;
  width: min(34vw, 138px);
  height: min(34vw, 138px);
  transform: translateX(-50%);
  pointer-events: none;
}

.giveaway-profile-mini-card__player::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 200, 106, 0.26), transparent 68%);
  filter: blur(18px);
}

.giveaway-profile-mini-card__player img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.96;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 20px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 20px rgba(244, 200, 106, 0.22));
}

.giveaway-profile-mini-card__identity,
.giveaway-profile-mini-card__plaque {
  position: relative;
  z-index: 2;
}

.giveaway-profile-mini-card__identity {
  display: grid;
  gap: 3px;
  margin-top: 118px;
}

.giveaway-profile-mini-card__identity strong {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.giveaway-profile-mini-card__identity span {
  color: #ffe8a6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giveaway-profile-mini-card__plaque {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(3, 9, 22, 0.58);
}

.giveaway-profile-mini-card__plaque span {
  color: rgba(226, 232, 240, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.giveaway-profile-mini-card__plaque strong {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.giveaway-profile-unlocked-modal__dialog .giveaway-modal__close {
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 20px;
}

.giveaway-profile-unlocked-modal__dialog h2 {
  margin: 4px 34px 5px 0;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.giveaway-profile-unlocked-modal__copy {
  margin-bottom: 10px !important;
  font-size: 12px !important;
}

.giveaway-profile-mini-card {
  width: min(248px, 100%);
  min-height: 242px;
  margin: 12px auto 12px;
  padding: 13px;
  border-radius: 24px;
}

.giveaway-profile-mini-card__player {
  top: 24px;
  left: 50%;
  width: 168px;
  transform: translateX(-50%);
}

.giveaway-profile-mini-card__identity strong {
  font-size: 18px;
}

.giveaway-profile-mini-card__identity span {
  font-size: 9px;
}

.giveaway-profile-unlocked-modal__dialog .giveaway-modal__actions {
  gap: 6px;
  margin-top: 8px;
}

.giveaway-profile-unlocked-modal__primary {
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
}

.giveaway-profile-unlocked-modal__secondary {
  min-height: 30px;
  font-size: 12px;
}

.giveaway-profile-unlocked-modal__benefits {
  display: grid;
  gap: 2px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.giveaway-profile-unlocked-modal__benefits li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 4px 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(226, 232, 240, 0.86);
}

.giveaway-profile-unlocked-modal__benefits li + li {
  border-top: 1px solid rgba(147, 197, 253, 0.10);
}

.giveaway-profile-unlocked-modal__benefits strong {
  color: var(--giveaway-gold-soft);
  font-size: 11px;
  font-weight: 850;
}

.giveaway-profile-unlocked-modal__benefits span {
  font-size: 12px;
  line-height: 1.2;
}

.giveaway-profile-unlocked-modal__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 0 22px;
  border: 1px solid rgba(255, 232, 166, 0.62);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 36%),
    linear-gradient(135deg, #ffe8a6 0%, #f4c86a 48%, #c7912d 100%);
  color: #231604;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.015em;
  cursor: pointer;
  box-shadow:
    0 16px 36px rgba(244, 200, 106, 0.24),
    0 0 24px rgba(244, 200, 106, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.giveaway-profile-unlocked-modal__primary:hover,
.giveaway-profile-unlocked-modal__primary:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.giveaway-profile-unlocked-modal__secondary {
  min-height: 34px;
  width: 100%;
  border: 0;
  background: transparent;
  color: rgba(219, 234, 254, 0.68);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.giveaway-profile-unlocked-modal__secondary:hover,
.giveaway-profile-unlocked-modal__secondary:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

.giveaway-profile-unlocked-modal .giveaway-modal__close {
  background: rgba(255, 255, 255, 0.045);
  color: rgba(226, 232, 240, 0.68);
}

.giveaway-bonus-card__link {
  color: var(--giveaway-ice);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.giveaway-bonus-card--profile {
  position: relative;
  gap: 11px;
  padding: 18px;
  border-color: rgba(244, 200, 106, 0.38);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 232, 166, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(18, 35, 61, 0.9), rgba(7, 18, 34, 0.95));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    0 0 26px rgba(244, 200, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.giveaway-bonus-card--profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: giveawayProfileSheen 5.8s ease-in-out infinite;
  pointer-events: none;
}

.giveaway-bonus-card--profile.is-complete::before,
.giveaway-bonus-card--profile.is-unavailable::before,
.giveaway-bonus-card--profile.is-error::before {
  animation: none;
  opacity: 0.18;
  transform: none;
}

.giveaway-bonus-card--profile.is-error {
  border-color: rgba(255, 157, 157, 0.34);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 157, 157, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(31, 18, 28, 0.92), rgba(7, 18, 34, 0.95));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    0 0 24px rgba(255, 157, 157, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.giveaway-bonus-card--profile.is-error #giveawayProfileBonusStatus {
  border-color: rgba(255, 157, 157, 0.26);
  background: rgba(255, 157, 157, 0.08);
  color: #ffd1d1;
}

.giveaway-bonus-card--profile.is-error #giveawayProfileBonusTitle {
  color: #fff7f7;
}

.giveaway-bonus-card--profile.is-error #giveawayProfileBonusCopy {
  color: #ffd1d1;
}

.giveaway-bonus-card--profile.is-error #giveawayProfileBonusCopy strong {
  color: #f8fbff;
  font-weight: 850;
}

.giveaway-bonus-card--profile.is-error #giveawayProfileBonusButton {
  border-color: rgba(255, 232, 166, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 38%),
    linear-gradient(135deg, #60a5fa 0%, #2f6fed 52%, #2563eb 100%);
  color: #ffffff;
  box-shadow:
    0 12px 28px rgba(37, 99, 235, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.giveaway-bonus-card--profile > * {
  position: relative;
}

.giveaway-bonus-card--profile > span {
  color: var(--giveaway-gold);
}

.giveaway-bonus-card--profile h3 {
  font-size: 20px;
}

.giveaway-manage-bonus.is-bonus-attention {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 232, 166, 0.95);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 232, 166, 0.42), transparent 64%),
    linear-gradient(135deg, rgba(255, 218, 115, 0.42), rgba(37, 99, 235, 0.18)),
    rgba(8, 15, 29, 0.98);
  color: #fff7d8;
  box-shadow:
    0 0 0 1px rgba(255, 232, 166, 0.32),
    0 0 24px rgba(244, 200, 106, 0.42),
    0 0 58px rgba(244, 200, 106, 0.30),
    0 18px 42px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  animation: giveawayBonusAttentionPulse 1.55s ease-in-out infinite;
}

.giveaway-bonus-summary.has-available-bonus {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(244, 200, 106, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: none;
}

.giveaway-bonus-summary.has-available-bonus::before {
  content: none;
  position: absolute;
  z-index: 0;
  inset: -30%;
  background:
    radial-gradient(
      circle,
      rgba(244, 200, 106, 0.12),
      transparent 65%
    );
  pointer-events: none;
}

@keyframes giveawayBonusCardGlow {
  0%,100% {
    box-shadow:
      0 0 0 1px rgba(244, 200, 106, 0.14),
      0 0 20px rgba(244, 200, 106, 0.10),
      inset 0 0 24px rgba(244, 200, 106, 0.04);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(244, 200, 106, 0.30),
      0 0 40px rgba(244, 200, 106, 0.22),
      inset 0 0 40px rgba(244, 200, 106, 0.10);
  }
}

.giveaway-manage-bonus.is-bonus-attention::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.12) 48%, transparent 60%);
  transform: translateX(-120%);
  animation: giveawayBonusAttentionSheen 5.4s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.55;
}

.giveaway-manage-bonus.is-complete {
  animation: none;
  border-color: rgba(134, 239, 172, 0.34);
  color: #bbf7d0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@keyframes giveawayBonusAttentionPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 232, 166, 0.28),
      0 0 18px rgba(244, 200, 106, 0.28),
      0 0 34px rgba(244, 200, 106, 0.18),
      0 14px 34px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: translateY(0);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 232, 166, 0.60),
      0 0 34px rgba(244, 200, 106, 0.55),
      0 0 78px rgba(244, 200, 106, 0.40),
      0 18px 42px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    transform: translateY(-2px);
  }
}

@keyframes giveawayBonusAttentionSheen {
  0%,
  58%,
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }

  68% {
    opacity: 0.7;
  }

  88% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-manage-bonus.is-bonus-attention {
    animation: none;
  }

  .giveaway-manage-bonus.is-bonus-attention::after {
    animation: none;
    opacity: 0;
  }
}

.giveaway-profile-benefits {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.giveaway-profile-benefits li {
  position: relative;
  padding-left: 16px;
  color: #dbeafe;
  font-size: 12.5px;
  line-height: 1.35;
}

.giveaway-profile-benefits li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--giveaway-gold);
  box-shadow: 0 0 10px rgba(244, 200, 106, 0.45);
}

@keyframes giveawayProfileSheen {
  0%, 62% {
    transform: translateX(-120%);
  }
  82%, 100% {
    transform: translateX(120%);
  }
}

.giveaway-board {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 34px;
}

@media (min-width: 861px) {
  .giveaway-board__copy {
    padding-top: 60px;
  }

  .giveaway-board__panel {
    margin-top: 60px;
  }
}

/* Entered-state compression */
.giveaway-entered-summary,
.giveaway-bonus-summary,
.giveaway-entered-next,
.giveaway-entered-rules {
  display: none;
}

.giveaway-member-details[hidden],
.giveaway-entered-next[hidden],
.giveaway-entered-rules[hidden] {
  display: none !important;
}

body.giveaway-entered-view .giveaway-entered-summary,
body.giveaway-entered-view .giveaway-bonus-summary {
  display: grid;
}

body.giveaway-entered-view .giveaway-entered-next {
  display: grid;
}

body.giveaway-entered-view .giveaway-entered-rules {
  display: block;
}

body.giveaway-entered-view .giveaway-draw-clock,
body.giveaway-entered-view .giveaway-status-card__head,
body.giveaway-entered-view .giveaway-status-card > #giveawayStatusMessage,
body.giveaway-entered-view .giveaway-status-card__stats,
body.giveaway-entered-view .giveaway-bonus-card__link,
body.giveaway-entered-view #liveDrawBoard .giveaway-board__panel > .giveaway-button {
  display: none;
}

body.giveaway-entered-view .giveaway-returning:not(.is-checking):not(.is-warning) {
  display: flex;
  justify-content: flex-end;
  margin: 10px 18px 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.giveaway-entered-view .giveaway-returning:not(.is-checking):not(.is-warning) .giveaway-returning__mark,
body.giveaway-entered-view .giveaway-returning:not(.is-checking):not(.is-warning) .giveaway-returning__copy,
body.giveaway-entered-view .giveaway-returning:not(.is-checking):not(.is-warning) a {
  display: none;
}

body.giveaway-entered-view .giveaway-returning:not(.is-checking):not(.is-warning) .giveaway-returning__actions {
  display: block;
}

body.giveaway-entered-view .giveaway-returning:not(.is-checking):not(.is-warning) button {
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #9ccfea;
  font-size: 11px;
}

body.giveaway-entered-view .giveaway-success {
  min-height: 0;
  padding: 20px;
  text-align: left;
}

body.giveaway-entered-view .giveaway-success__mark {
  display: none;
}

body.giveaway-entered-view .giveaway-success > .giveaway-kicker {
  margin: 0 0 6px;
}

body.giveaway-entered-view .giveaway-success > h2 {
  font-size: clamp(27px, 4vw, 34px);
  line-height: 1.02;
}

body.giveaway-entered-view .giveaway-success > #giveawaySuccessCopy {
  margin: 7px 0 0;
  font-size: 14px;
}

body.giveaway-entered-view .giveaway-success .giveaway-saved-status-trust {
  display: none;
}

.giveaway-entered-summary {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 15px;
  border: 1px solid rgba(134, 239, 172, 0.2);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(7, 35, 35, 0.7), rgba(5, 20, 34, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.giveaway-entered-summary span {
  display: block;
  color: #8fa4bd;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.giveaway-entered-summary strong {
  display: block;
  margin-top: 3px;
  color: #f7fbff;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.giveaway-entered-summary p {
  max-width: 170px;
  margin: 0;
  color: #b9c9da;
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
}

body.giveaway-entered-view .giveaway-status-card {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.giveaway-bonus-summary {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(244, 200, 106, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 200, 106, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(5, 17, 31, 0.78);
}

.giveaway-bonus-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.giveaway-bonus-summary h3 {
  margin: 0;
  color: #f8fbff;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.giveaway-bonus-summary__head > strong {
  color: rgba(255, 232, 166, 0.86);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  text-align: right;
}

.giveaway-bonus-summary ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.giveaway-bonus-summary li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  padding: 0;
  color: rgba(226, 232, 240, 0.9);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}

.giveaway-bonus-summary li span {
  min-width: 0;
}

.giveaway-bonus-summary li strong {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 232, 166, 0.78);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.giveaway-bonus-summary li + li {
  border-top: 1px solid rgba(147, 197, 253, 0.10);
}

.giveaway-bonus-summary li::before {
  content: none !important;
  display: none !important;
}

.giveaway-bonus-summary li::before {
  content: none !important;
  display: none !important;
}

.giveaway-bonus-summary li.is-complete {
  color: #d8fbea;
}

.giveaway-bonus-summary li.is-complete::before {
  content: "";
}

.giveaway-manage-bonus {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 50px !important;
  margin-top: 2px;
  border-color: rgba(244, 200, 106, 0.34) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 200, 106, 0.12), transparent 42%),
    rgba(244, 200, 106, 0.07) !important;
  color: var(--giveaway-gold-soft) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 20px rgba(244, 200, 106, 0.06) !important;
}

.giveaway-manage-bonus[aria-expanded="true"] {
  min-height: 42px !important;
  background: rgba(147, 197, 253, 0.045) !important;
  border-color: rgba(147, 197, 253, 0.16) !important;
  color: rgba(191, 219, 254, 0.88) !important;
  box-shadow: none !important;
  animation: none !important;
}

.giveaway-manage-bonus.is-complete {
  border-color: rgba(74, 222, 128, 0.30) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(74, 222, 128, 0.10), transparent 42%),
    rgba(74, 222, 128, 0.06) !important;
  color: #8ef0b0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 0 20px rgba(74,222,128,0.05) !important;
}

.giveaway-member-details {
  margin-top: 0;
}

body.giveaway-entered-view .giveaway-paid-callout {
  gap: 5px;
  margin: 10px 0 0;
  padding: 14px;
}

body.giveaway-entered-view .giveaway-paid-callout > span,
body.giveaway-entered-view .giveaway-paid-callout > p {
  display: none;
}

body.giveaway-entered-view .giveaway-paid-callout h3 {
  font-size: 17px;
}

body.giveaway-entered-view .giveaway-status-card__actions {
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.giveaway-entered-next,
.giveaway-entered-rules {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.giveaway-entered-next {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(159, 223, 255, 0.13);
  border-radius: 20px;
  background: rgba(7, 18, 32, 0.52);
}

.giveaway-entered-next h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 27px;
  letter-spacing: -0.035em;
}

.giveaway-entered-next ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  counter-reset: entered-next;
  list-style: none;
}

.giveaway-entered-next li {
  position: relative;
  padding: 29px 8px 0;
  color: #b9c9da;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.giveaway-entered-next li::before {
  counter-increment: entered-next;
  content: counter(entered-next);
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.25);
  border-radius: 50%;
  color: #a9e5ff;
  font-size: 9px;
  font-weight: 900;
  transform: translateX(-50%);
}

.giveaway-entered-rules {
  margin-top: 14px;
  border: 1px solid rgba(244, 200, 106, 0.15);
  border-radius: 16px;
  background: rgba(7, 17, 29, 0.5);
}

.giveaway-entered-rules summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.giveaway-entered-rules summary::-webkit-details-marker { display: none; }
.giveaway-entered-rules summary span { display: grid; gap: 3px; }
.giveaway-entered-rules summary strong { color: #f8fbff; font-size: 15px; }
.giveaway-entered-rules summary small { color: #9badc1; font-size: 11px; }
.giveaway-entered-rules summary b { color: #a9e5ff; font-size: 11px; }
.giveaway-entered-rules ul { margin: 0; padding: 0 36px 18px; color: #9fb0c3; font-size: 12px; line-height: 1.6; }

.giveaway-winner-card {
  gap: 8px;
  min-height: 0;
  padding: 16px;
}

.giveaway-winner-card h3 { font-size: 19px; }
.giveaway-winner-card__meta div { padding: 8px 10px; }
.giveaway-winner-card__status { padding: 5px 9px; font-size: 10px; }

@media (min-width: 861px) {
  body.giveaway-entered-view .giveaway-entry-card {
    position: sticky;
    top: 86px;
    align-self: start;
  }

  body.giveaway-entered-view .giveaway-hero {
    grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
    gap: clamp(30px, 5vw, 72px);
  }
}

@media (max-width: 580px) {
  body.giveaway-entered-view .giveaway-success {
    padding: 16px;
  }

  body.giveaway-entered-view .giveaway-success__mark {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    font-size: 17px;
  }

  body.giveaway-entered-view .giveaway-success > h2 {
    font-size: 27px;
  }

  .giveaway-entered-summary {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px;
  }

  .giveaway-entered-summary strong { font-size: 21px; }
  .giveaway-entered-summary p { max-width: none; text-align: left; }

  body.giveaway-entered-view .giveaway-paid-callout h3 {
    font-size: 16px;
  }

  .giveaway-entered-next {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .giveaway-entered-next h2 { font-size: 23px; }

  .giveaway-entered-next ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .giveaway-entered-next li {
    min-height: 27px;
    padding: 3px 0 3px 34px;
    text-align: left;
  }

  .giveaway-entered-next li::before {
    top: 1px;
    left: 0;
    transform: none;
  }

  .giveaway-entered-rules summary { padding: 14px; }
  .giveaway-entered-rules ul { padding: 0 28px 15px; }
}

@media (max-width: 860px) {
  body.giveaway-entered-view .giveaway-hero__copy {
    display: none;
  }

  body.giveaway-entered-view .giveaway-hero {
    padding-top: 18px;
  }
}

.giveaway-board__copy h2 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.giveaway-board__copy p:last-child {
  max-width: 480px;
  margin: 14px 0 0;
  color: var(--giveaway-muted);
}

.giveaway-board__panel {
  position: relative;
  padding: 28px 22px 22px;
  border: 1px solid rgba(244, 200, 106, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 200, 106, 0.07), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(96, 165, 250, 0.075), transparent 40%),
    linear-gradient(145deg, rgba(17, 28, 51, 0.78), rgba(8, 15, 29, 0.94));
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.24),
    0 0 26px rgba(244, 200, 106, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.064);
}

.giveaway-board__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.giveaway-board__stats div:nth-child(2) {
  position: relative;
}

.giveaway-board__opportunity {
  margin-top: 16px;
  padding: 12px 13px;
  border: 1px solid rgba(244, 200, 106, 0.3);
  border-radius: 12px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 232, 166, 0.08), transparent 42%),
    rgba(244, 200, 106, 0.07);
  color: var(--giveaway-gold-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.giveaway-board__activity {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(147, 197, 253, 0.14);
}

.giveaway-board__activity ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.giveaway-board__activity li {
  position: relative;
  padding-left: 18px;
  color: #dce9f7;
  font-size: 14px;
}

.giveaway-board__activity li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--giveaway-ice);
  box-shadow: 0 0 10px rgba(147, 197, 253, 0.45);
}

.giveaway-board__activity li.giveaway-activity-skeleton::before {
  background: rgba(147, 197, 253, 0.2);
  box-shadow: none;
}

.giveaway-board__panel .giveaway-button {
  width: 100%;
  margin-top: 18px;
}

.giveaway-section {
  padding: 56px 0;
}

.giveaway-section__head {
  margin-bottom: 28px;
  text-align: center;
}

.giveaway-section__head p:last-child {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--giveaway-muted);
}

.giveaway-section__head .giveaway-section__description {
  max-width: 620px;
  margin: 12px auto 0;
  color: var(--giveaway-muted);
}

.giveaway-loading-note {
  min-height: 18px;
  margin: 8px auto 0 !important;
  color: #8498b1 !important;
  font-size: 11px;
}

.giveaway-section h2,
.giveaway-grid-section h2,
.giveaway-final h2 {
  margin: 0;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.giveaway-winners__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 520px));
  justify-content: center;
  justify-items: center;
  gap: 14px;
}

.giveaway-winner-card {
  display: grid;
  width: 100%;
  max-width: 520px;
  gap: 12px;
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(244, 200, 106, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 200, 106, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(15, 31, 51, 0.74), rgba(6, 16, 29, 0.84));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.giveaway-winner-card--empty {
  grid-column: 1 / -1;
  min-height: 0;
  color: var(--giveaway-muted);
  text-align: center;
}

.giveaway-winner-card--skeleton {
  align-content: start;
  pointer-events: none;
}

.giveaway-winner-card__period {
  color: var(--giveaway-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.giveaway-winner-card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.giveaway-winner-card__identity-detail {
  margin: -6px 0 0;
  color: var(--giveaway-muted);
  font-size: 13px;
  line-height: 1.4;
}

.giveaway-winner-card__source {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.giveaway-winner-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.giveaway-winner-card__meta div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(147, 197, 253, 0.12);
  border-radius: 8px;
  background: rgba(8, 15, 29, 0.48);
}

.giveaway-winner-card__metric--prize {
  grid-column: 1 / -1;
}

.giveaway-winner-card__meta .giveaway-winner-card__metric--prize strong {
  max-width: 100%;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
}

.giveaway-winner-card__meta .giveaway-winner-card__metric--stat strong {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}

.giveaway-winner-card__metric--stat span {
  margin-top: 5px;
}

.giveaway-winner-card__meta span {
  display: block;
  color: var(--giveaway-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.giveaway-winner-card__meta strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.giveaway-winner-card__status {
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(134, 239, 172, 0.28);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.09);
  color: var(--giveaway-success);
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize;
}

.giveaway-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.giveaway-steps article,
.giveaway-info-card {
  border: 1px solid var(--giveaway-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(15, 31, 51, 0.72), rgba(6, 16, 29, 0.78));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.giveaway-steps article {
  padding: 22px;
}

.giveaway-steps article > span {
  color: var(--giveaway-ice);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.giveaway-steps h3 {
  margin: 16px 0 7px;
  font-size: 20px;
}

.giveaway-steps p,
.giveaway-info-card p,
.giveaway-info-card li,
.giveaway-final > p {
  color: var(--giveaway-muted);
}

.giveaway-steps p {
  margin: 0;
}

.giveaway-grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 18px 0 54px;
}

.giveaway-info-card {
  padding: clamp(22px, 3vw, 34px);
}

.giveaway-info-card--accent {
  border-color: rgba(141, 232, 255, 0.3);
  background:
    radial-gradient(circle at 90% 10%, rgba(54, 169, 255, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(14, 37, 60, 0.88), rgba(6, 16, 29, 0.9));
}

.giveaway-info-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.giveaway-info-card .giveaway-button {
  margin-top: 22px;
}

.giveaway-faq__list {
  width: min(820px, 100%);
  margin: auto;
  border-top: 1px solid var(--giveaway-line);
}

.giveaway-faq details {
  border-bottom: 1px solid var(--giveaway-line);
}

.giveaway-faq summary {
  position: relative;
  padding: 22px 42px 22px 0;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.giveaway-faq summary::-webkit-details-marker {
  display: none;
}

.giveaway-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 6px;
  color: var(--giveaway-ice);
  font-size: 24px;
}

.giveaway-faq details[open] summary::after {
  content: "−";
}

.giveaway-faq details p {
  max-width: 720px;
  margin: -5px 0 22px;
  color: var(--giveaway-muted);
}

.giveaway-final {
  margin-top: 35px;
  margin-bottom: 100px;
  padding: clamp(40px, 7vw, 75px);
  border: 1px solid rgba(141, 232, 255, 0.25);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 0, rgba(54, 169, 255, 0.16), transparent 42%),
    rgba(8, 22, 38, 0.76);
  box-shadow: var(--giveaway-shadow);
  text-align: center;
}

.giveaway-final > p {
  max-width: 600px;
  margin: 16px auto 0;
}

.giveaway-final .giveaway-hero__actions {
  justify-content: center;
}

.giveaway-footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 20px;
  border-top: 1px solid rgba(147, 197, 253, 0.08);
  background: rgba(5, 9, 20, 0.78);
  text-align: center;
}

.giveaway-footer p {
  max-width: 760px;
  margin: 0;
  color: #7f8aa3;
  font-size: 11px;
  line-height: 1.5;
}

.giveaway-footer .giveaway-brand {
  justify-content: center;
  transform: scale(0.92);
  transform-origin: center;
  opacity: 0.9;
}

.giveaway-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  font-size: 12px;
  font-weight: 650;
}

.giveaway-footer__links a,
.giveaway-footer__email {
  color: rgba(203, 213, 225, 0.78);
  text-decoration: none;
  text-underline-offset: 3px;
}

.giveaway-footer__links a:hover,
.giveaway-footer__links a:focus-visible,
.giveaway-footer__email:hover,
.giveaway-footer__email:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.giveaway-footer__email {
  color: rgba(147, 197, 253, 0.88);
  font-size: 12px;
  font-weight: 650;
}

.giveaway-board__activity-explainer {
  max-width: 560px;
  margin: 7px 0 13px;
  color: rgba(184, 194, 217, 0.76);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.45;
}

[hidden] {
  display: none !important;
}

@media (max-width: 860px) {
  .giveaway-bg__arena {
    background-image:
      linear-gradient(180deg, rgba(2, 8, 17, 0.18), var(--giveaway-bg) 92%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.88), rgba(5, 11, 20, 0.42)),
      url("../../assets/home/hero/arena-hero-mobile.webp");
  }

  .giveaway-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 42px;
  }

  .giveaway-hero__copy {
    max-width: 720px;
    text-align: center;
  }

  .giveaway-hero__copy .giveaway-hero-ticket {
    max-width: 540px;
    margin-inline: auto;
  }

  .giveaway-lead {
    margin-inline: auto;
  }

  .giveaway-hero__actions {
    justify-content: center;
  }

  .giveaway-steps,
  .giveaway-grid-section,
  .giveaway-board {
    grid-template-columns: 1fr;
  }

  .giveaway-board {
    margin-top: -10px;
  }
}

@media (max-width: 580px) {
  .giveaway-hero,
  .giveaway-section,
  .giveaway-grid-section,
  .giveaway-final {
    width: min(100% - 28px, 1160px);
  }

  .giveaway-nav,
  .giveaway-footer {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .giveaway-nav {
    min-height: 66px;
    gap: 10px;
    padding: 8px 14px;
  }

  .giveaway-brand {
    gap: 9px;
    font-size: 18px;
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .giveaway-brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .giveaway-nav__cta {
    flex: 0 0 auto;
    min-width: 132px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 11.5px;
    line-height: 1;
    text-align: center;
  }

  .giveaway-hero {
    gap: 16px;
    padding: 18px 0 20px;
  }

  .giveaway-hero h1 {
    font-size: clamp(34px, 11.2vw, 50px);
    line-height: 0.95;
  }

  .giveaway-lead {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
  }

  .giveaway-odds-hook {
    width: min(100%, 360px);
    margin: 9px auto 0;
    padding: 9px 12px;
    border-color: rgba(244, 200, 106, 0.34);
    text-align: center;
    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.14),
      0 0 18px rgba(244, 200, 106, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .giveaway-odds-hook span {
    font-size: 9px;
  }

  .giveaway-odds-hook strong {
    font-size: 12px;
  }

  .giveaway-hero-ticket {
    width: min(100%, 330px);
    margin: 10px auto 0;
  }

  .giveaway-hero-ticket__stage {
    min-height: 150px;
    padding: 3px 2px 25px;
    border-radius: 18px;
  }

  .giveaway-hero-ticket__stage::before {
    inset: 6px 1% 15px;
    border-color: rgba(244, 200, 106, 0.13);
    border-radius: 16px;
  }

  .giveaway-hero-ticket__stage::after {
    inset: 18px 4% 28px;
    width: auto;
    height: auto;
    filter: blur(17px);
    transform: scale(0.35);
    transform-origin: center;
  }

  .giveaway-ticket-loader {
    inset: 7px 1% 18px;
    overflow: visible;
    border-radius: 19px;
  }

  .giveaway-ticket-loader__energy {
    width: 88px;
    height: 88px;
    margin-top: 2px;
  }

  .giveaway-ticket-loader__logo {
    width: 60px;
    height: 60px;
  }

  .giveaway-ticket-loader strong {
    bottom: 10px;
    font-size: 7.5px;
    letter-spacing: 0.12em;
  }

  .giveaway-ticket-aura {
    width: 92%;
    height: 70%;
    filter: blur(21px);
  }

  .giveaway-ticket-floor {
    left: 18%;
    right: 18%;
    bottom: 25px;
    height: 20px;
  }

  .giveaway-ticket-model {
    height: 124px;
  }

  .giveaway-ticket-model.is-loading {
    transform: scale(0.84);
  }

  .giveaway-ticket-caption {
    bottom: 6px;
    min-height: 25px;
    padding-inline: 10px;
    font-size: 8.5px;
  }

  .giveaway-ticket-caption strong {
    font-size: 9px;
  }

  .giveaway-ticket-caption span::before {
    content: "•";
    margin-right: 8px;
    color: rgba(147, 197, 253, 0.5);
  }

  .giveaway-hero-ticket__stage.is-loading .giveaway-ticket-caption {
    opacity: 0;
    visibility: hidden;
  }

  .giveaway-hero-ticket__stage.is-power-spinning .giveaway-ticket-caption {
    border-color: rgba(255, 232, 166, 0.4);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent),
      rgba(4, 11, 24, 0.9);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.11),
      0 10px 28px rgba(0, 0, 0, 0.3),
      0 0 25px rgba(244, 200, 106, 0.2);
  }

  @keyframes giveawayTicketPowerAura {
    0% {
      opacity: 0.58;
      transform: translate(-50%, -50%) scale(0.82);
    }

    18% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.36);
    }

    48% {
      opacity: 0.9;
      transform: translate(-50%, -50%) scale(1.14);
    }

    100% {
      opacity: 0.56;
      transform: translate(-50%, -50%) scale(0.95);
    }
  }

  @keyframes giveawayTicketPowerFloor {
    0% {
      opacity: 0.62;
      transform: scaleX(0.5) scaleY(0.6);
    }

    17% {
      opacity: 1;
      transform: scaleX(1.7) scaleY(1.34);
    }

    45% {
      opacity: 0.92;
      transform: scaleX(1.22) scaleY(1.08);
    }

    100% {
      opacity: 0.86;
      transform: scaleX(1) scaleY(1);
    }
  }

  @keyframes giveawayTicketPowerModel {
    0% {
      filter:
        drop-shadow(0 18px 20px rgba(0, 0, 0, 0.36))
        drop-shadow(0 0 16px rgba(244, 200, 106, 0.14));
    }

    18% {
      filter:
        brightness(1.12)
        saturate(1.16)
        drop-shadow(0 20px 23px rgba(0, 0, 0, 0.42))
        drop-shadow(0 0 26px rgba(255, 225, 143, 0.56))
        drop-shadow(0 0 48px rgba(59, 130, 246, 0.38));
    }

    45% {
      filter:
        brightness(1.08)
        saturate(1.08)
        drop-shadow(0 19px 22px rgba(0, 0, 0, 0.4))
        drop-shadow(0 0 20px rgba(255, 225, 143, 0.36))
        drop-shadow(0 0 32px rgba(59, 130, 246, 0.24));
    }

    72% {
      filter:
        brightness(1.03)
        drop-shadow(0 18px 20px rgba(0, 0, 0, 0.37))
        drop-shadow(0 0 18px rgba(244, 200, 106, 0.2))
        drop-shadow(0 0 16px rgba(59, 130, 246, 0.1));
    }

    100% {
      filter:
        drop-shadow(0 18px 20px rgba(0, 0, 0, 0.36))
        drop-shadow(0 0 16px rgba(244, 200, 106, 0.14));
    }
  }

  @keyframes giveawayTicketAura {
    0%,
    100% {
      opacity: 0.56;
      transform: translate(-50%, -50%) scale(0.95);
    }

    50% {
      opacity: 0.82;
      transform: translate(-50%, -50%) scale(1.03);
    }
  }

  @keyframes giveawayTicketReveal {
    0% {
      filter:
        brightness(1.65)
        drop-shadow(0 0 32px rgba(255, 232, 166, 0.68))
        drop-shadow(0 0 50px rgba(59, 130, 246, 0.38));
    }

    55% {
      filter:
        brightness(1.16)
        drop-shadow(0 16px 23px rgba(0, 0, 0, 0.3))
        drop-shadow(0 0 25px rgba(244, 200, 106, 0.3));
    }

    100% {
      filter:
        brightness(1)
        drop-shadow(0 18px 20px rgba(0, 0, 0, 0.36))
        drop-shadow(0 0 16px rgba(244, 200, 106, 0.14));
    }
  }
  .giveaway-hero__actions {
    gap: 10px;
    margin-top: 14px;
  }

  .giveaway-trust {
    max-width: 320px;
    margin: 5px auto 0;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
  }

  /* Public draw board */
  .giveaway-board__copy h2 {
    font-size: 29px;
    line-height: 1.02;
  }

  .giveaway-board__copy p:last-child {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .giveaway-board__opportunity {
    margin-top: 10px;
    padding: 10px 12px;
    border-color: rgba(244, 200, 106, 0.22);
    border-radius: 11px;
    font-size: 12px;
    line-height: 1.3;
  }

  .giveaway-board__activity {
    margin-top: 12px;
    padding-top: 12px;
  }

  .giveaway-board__activity > span,
  .giveaway-board__stats span {
    font-size: 9.5px;
    letter-spacing: 0.065em;
  }

  .giveaway-board__activity-explainer {
    margin: 5px 0 9px;
    font-size: 11px;
    line-height: 1.35;
  }

  .giveaway-board__activity ul {
    gap: 6px;
  }

  .giveaway-board__activity li {
    padding-left: 15px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .giveaway-board__activity li::before {
    top: 0.62em;
    width: 5px;
    height: 5px;
  }

  .giveaway-board {
    width: min(100% - 28px, 1160px);
    gap: 12px;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .giveaway-board__panel {
    padding: 12px;
    border-color: rgba(244, 200, 106, 0.1);
    border-radius: 14px;
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .giveaway-board__panel-head {
    margin-bottom: 9px;
  }

  .giveaway-board__panel-head > span {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .giveaway-board__live {
    min-height: 22px;
    padding-inline: 8px;
    font-size: 8.5px;
  }

  .giveaway-status-card__stats,
  .giveaway-bonus-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .giveaway-bonus-accordion.is-complete summary {
    border-color: rgba(74, 222, 128, 0.28);
    background:
      radial-gradient(circle at 100% 0, rgba(74, 222, 128, 0.10), transparent 42%),
      rgba(74, 222, 128, 0.055);
  }

  .giveaway-bonus-accordion.is-complete summary strong {
    color: #8ef0b0;
  }

  .giveaway-bonus-accordion.is-opportunity summary {
    border-color: rgba(244, 200, 106, 0.26);
    background:
      radial-gradient(circle at 100% 0, rgba(244, 200, 106, 0.11), transparent 42%),
      rgba(244, 200, 106, 0.055);
  }

  .giveaway-bonus-accordion.is-opportunity summary strong {
    color: var(--giveaway-gold-soft);
  }

  .giveaway-board__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(168, 211, 240, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
  }

  .giveaway-board__stats div {
    min-height: 58px;
    padding: 9px 10px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
  }

  .giveaway-board__stats strong {
    margin-top: 4px;
    font-size: 13.5px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .giveaway-board__panel .giveaway-button {
    min-height: 44px;
    margin-top: 12px;
  }

  .giveaway-returning {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
    margin: 9px 8px 0;
    padding: 10px;
    border-radius: 12px;
  }

  .giveaway-returning__actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  #entryForm {
    padding: 12px 16px 18px;
  }

  .giveaway-draw-clock {
    margin: 7px 8px 0;
    padding: 7px 8px 8px;
    border-color: rgba(147, 197, 253, 0.18);
    border-radius: 12px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 8px 18px rgba(0, 0, 0, 0.13);
  }

  .giveaway-draw-clock__heading h2 {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .giveaway-draw-clock__status {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .giveaway-draw-clock__time {
    grid-template-columns: repeat(4, 51px);
    justify-content: center;
    gap: 7px;
    width: fit-content;
    margin: 10px auto 0;
  }

  .giveaway-draw-clock__unit {
    gap: 7px;
  }

  .giveaway-draw-clock__tile {
    width: 51px;
    height: 40px;
    border-radius: 5px;
    font-size: 29px;
  }

  .giveaway-draw-clock__time span {
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.055em;
  }

  .giveaway-draw-clock__end-date {
  margin: 12px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(244, 200, 106, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0, rgba(244, 200, 106, 0.12), transparent 58%),
    rgba(244, 200, 106, 0.065);
  color: rgba(226, 232, 240, 0.84);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

  .giveaway-draw-clock__end-date strong {
    display: block;
    margin-top: 2px;
    color: var(--giveaway-gold-soft);
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.025em;
  }

  .giveaway-draw-clock__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 7px;
    padding-top: 7px;
  }

  .giveaway-draw-clock__facts > div {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 20px;
    padding: 0 5px;
    border-left: 1px solid rgba(147, 197, 253, 0.18);
    overflow: hidden;
  }

  .giveaway-draw-clock__facts > div:first-child {
    border-left: 0;
  }

  .giveaway-draw-clock__facts > div + div::before {
    display: none;
  }

  .giveaway-draw-clock__facts strong {
    width: 100%;
    max-width: 100%;
    font-size: 10.5px;
    line-height: 1.15;
    white-space: normal;
  }

  .giveaway-draw-clock__facts .giveaway-draw-clock__prize {
    max-width: 104px;
    font-size: 10px;
    line-height: 1.02;
    white-space: nowrap;
  }

  .giveaway-form__split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .giveaway-form__intro h2 {
    font-size: 24px;
  }

  .giveaway-form__intro > p:last-child {
    margin-bottom: 12px;
  }

  /* Success confirmation */
  .giveaway-success {
    min-height: auto;
    padding: 18px 18px 22px;
  }

  .giveaway-success__mark {
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .giveaway-success h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .giveaway-success > p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.45;
  }

  /* Status summary */
  .giveaway-status-card {
    margin-top: 16px;
    padding: 14px;
    border-color: rgba(159, 223, 255, 0.13);
    border-radius: 16px;
    background: rgba(2, 10, 20, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  .giveaway-status-card__head {
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .giveaway-status-card__head strong {
    display: inline-grid;
    place-items: center;
    min-height: 24px;
    padding: 0 8px;
    border: 1px solid rgba(134, 239, 172, 0.22);
    border-radius: 999px;
    background: rgba(134, 239, 172, 0.08);
    color: #d9ffe7;
    font-size: 10px;
    line-height: 1;
  }

  .giveaway-status-card > p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
  }

  .giveaway-status-card__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid rgba(168, 211, 240, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
  }

  .giveaway-status-card__stats div {
    padding: 11px 12px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.024);
    box-shadow: none;
  }

  .giveaway-status-card__stats div:first-child {
    grid-column: 1 / -1;
  }

  .giveaway-status-card__stats span {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .giveaway-status-card__stats strong {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .giveaway-status-card__stats div:first-child strong {
    font-size: 19px;
  }

  /* Bonus cards */
  .giveaway-winner-claim .giveaway-form-grid {
    grid-template-columns: 1fr;
  }

  .giveaway-bonus-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  .giveaway-bonus-card {
    gap: 6px;
    padding: 12px;
    border-color: rgba(159, 223, 255, 0.1);
    border-radius: 13px;
    background: rgba(4, 16, 31, 0.42);
    box-shadow: none;
  }

  .giveaway-bonus-card > span {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .giveaway-bonus-card h3 {
    font-size: 15.5px;
    line-height: 1.2;
  }

  .giveaway-bonus-card p {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .giveaway-bonus-card > strong {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .giveaway-bonus-card .giveaway-button {
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 11.5px;
    line-height: 1.15;
    white-space: normal;
  }

  .giveaway-bonus-card .giveaway-button:disabled {
    opacity: 0.5;
  }

  .giveaway-bonus-card .giveaway-button.is-complete:disabled {
    opacity: 1;
  }

  .giveaway-toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
    justify-content: center;
  }

  .giveaway-modal__dialog {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .giveaway-bonus-card__link {
    font-size: 10.5px;
  }

  /* Paid CTA */
  .giveaway-paid-callout {
    margin: 12px 0 0;
    padding: 14px;
    border-color: rgba(243, 199, 106, 0.2);
    border-radius: 15px;
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .giveaway-paid-callout span {
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .giveaway-paid-callout h3 {
    font-size: 20px;
  }

  .giveaway-paid-callout p {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .giveaway-paid-callout .giveaway-button {
    min-height: 44px;
    color: #fff;
  }

  /* Status actions */
  .giveaway-status-card__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .giveaway-status-card__actions .giveaway-button {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 11.5px;
    line-height: 1.15;
    white-space: normal;
  }

  .giveaway-status-card__actions .giveaway-button--primary {
    color: #fff;
  }

  .giveaway-status-card__actions .giveaway-button--secondary {
    border-color: rgba(159, 223, 255, 0.18);
    background: rgba(159, 223, 255, 0.07);
    color: #d7edff;
  }

  .giveaway-status-card__note {
    min-height: 0;
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 1.35;
    text-align: left;
    overflow-wrap: anywhere;
  }

  /* How it works */
  .giveaway-section {
    padding: 40px 0;
  }

  .giveaway-section__head {
    margin-bottom: 20px;
  }

  .giveaway-kicker {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .giveaway-section h2,
  .giveaway-grid-section h2,
  .giveaway-final h2 {
    font-size: 34px;
    line-height: 1.04;
  }

  .giveaway-steps {
    gap: 0;
    border-block: 1px solid rgba(147, 197, 253, 0.12);
  }

  .giveaway-steps article {
    position: relative;
    padding: 15px 0 15px 42px;
    border: 0;
    border-bottom: 1px solid rgba(147, 197, 253, 0.11);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .giveaway-steps article:last-child {
    border-bottom: 0;
  }

  .giveaway-steps article > span {
    position: absolute;
    top: 16px;
    left: 0;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(147, 197, 253, 0.22);
    border-radius: 999px;
    background: rgba(147, 197, 253, 0.07);
    font-size: 10px;
    letter-spacing: 0;
  }

  .giveaway-steps h3 {
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 1.15;
  }

  .giveaway-steps p {
    font-size: 14.5px;
    line-height: 1.42;
  }

  /* Prize and paid CTA */
  .giveaway-grid-section {
    gap: 14px;
    padding: 10px 0 42px;
  }

  .giveaway-info-card {
    padding: 18px;
    border-color: rgba(159, 223, 255, 0.1);
    border-radius: 15px;
    background: rgba(8, 19, 34, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .giveaway-info-card h2 {
    font-size: 27px;
  }

  .giveaway-info-card ul {
    gap: 8px;
    margin-top: 14px;
    padding-left: 18px;
  }

  .giveaway-info-card li,
  .giveaway-info-card p {
    font-size: 14.5px;
    line-height: 1.4;
  }

  .giveaway-info-card--accent {
    padding: 21px 18px;
    border-color: rgba(141, 232, 255, 0.24);
    border-radius: 19px;
    background:
      radial-gradient(circle at 92% 0, rgba(54, 169, 255, 0.16), transparent 34%),
      linear-gradient(145deg, rgba(14, 37, 60, 0.84), rgba(6, 16, 29, 0.88));
    box-shadow:
      0 16px 40px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .giveaway-info-card--accent h2 {
    font-size: 31px;
  }

  .giveaway-info-card .giveaway-button {
    min-height: 46px;
    margin-top: 16px;
    color: #ffffff;
  }

  /* FAQ */
  .giveaway-faq {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .giveaway-faq .giveaway-section__head {
    margin-bottom: 16px;
  }

  .giveaway-faq__list {
    border-top-color: rgba(147, 197, 253, 0.12);
  }

  .giveaway-faq details {
    border-bottom-color: rgba(147, 197, 253, 0.12);
  }

  .giveaway-faq summary {
    min-height: 44px;
    padding: 12px 32px 12px 0;
    font-size: 15.5px;
    line-height: 1.25;
  }

  .giveaway-faq summary::after {
    top: 11px;
    right: 4px;
    font-size: 20px;
  }

  .giveaway-faq details p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.42;
  }

  /* Final CTA */
  .giveaway-final {
    margin-top: 18px;
    margin-bottom: 52px;
    padding: 34px 18px;
    border-color: rgba(141, 232, 255, 0.18);
    border-radius: 20px;
  }

  .giveaway-final > p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .giveaway-final .giveaway-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .giveaway-final .giveaway-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .giveaway-footer {
    display: grid;
    gap: 18px;
    padding: 24px 14px 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .giveaway-button {
    transition: none;
  }

  .giveaway-hero-ticket__stage::before,
  .giveaway-hero-ticket__stage::after,
  .giveaway-ticket-aura,
  .giveaway-ticket-floor,
  .giveaway-ticket-loader__beam,
  .giveaway-ticket-loader__energy::before,
  .giveaway-ticket-loader__pulse,
  .giveaway-ticket-loader__logo,
  .giveaway-ticket-loader strong,
  .giveaway-ticket-model.is-revealed,
  .giveaway-button.is-busy::before,
  .giveaway-inline-spinner,
  .giveaway-skeleton::after {
    animation: none;
  }
}

@media (max-width: 860px) {
  .giveaway-winners__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .giveaway-winner-card__meta {
    grid-template-columns: 1fr;
  }

  .giveaway-winner-card__metric--prize {
    grid-column: auto;
  }
}

/* Final giveaway polish */
.giveaway-hero-ticket__stage {
  isolation: isolate;
}

.giveaway-hero-ticket__stage::before {
  z-index: 0;
}

.giveaway-hero-ticket__stage::after {
  z-index: 1;
}

.giveaway-ticket-loader {
  position: absolute;
  inset: 14px 7% 18px;
  z-index: 5;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(
      ellipse at center,
      rgba(255, 220, 120, 0.19),
      rgba(71, 131, 230, 0.11) 36%,
      rgba(5, 12, 24, 0.12) 68%,
      transparent 82%
    );
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition:
    opacity 380ms ease,
    visibility 380ms ease;
}

.giveaway-ticket-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.giveaway-ticket-loader__beam {
  position: absolute;
  top: -25%;
  left: 50%;
  width: 150px;
  height: 150%;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(147, 197, 253, 0.07) 28%,
      rgba(255, 232, 166, 0.2) 53%,
      rgba(147, 197, 253, 0.06) 72%,
      transparent
    );
  filter: blur(17px);
  opacity: 0.82;
  transform: translateX(-50%);
  animation: giveawayTicketBeam 2.4s ease-in-out infinite;
}

.giveaway-ticket-loader__energy {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin-top: -8px;
}

.giveaway-ticket-loader__energy::before,
.giveaway-ticket-loader__energy::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.giveaway-ticket-loader__energy::before {
  inset: 2px;
  border: 1px solid rgba(147, 197, 253, 0.2);
  background:
    radial-gradient(
      circle,
      rgba(96, 165, 250, 0.13),
      rgba(244, 200, 106, 0.055) 46%,
      transparent 70%
    );
  box-shadow:
    0 0 32px rgba(96, 165, 250, 0.18),
    0 0 54px rgba(244, 200, 106, 0.09);
  animation: giveawayTicketEnergyBreath 1.9s ease-in-out infinite;
}

.giveaway-ticket-loader__energy::after {
  inset: 19px;
  background: rgba(4, 12, 27, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 28px rgba(0, 0, 0, 0.28);
}

.giveaway-ticket-loader__pulse {
  position: absolute;
  inset: 12px;
  z-index: 1;
  border: 1px solid rgba(255, 232, 166, 0.38);
  border-radius: 50%;
  opacity: 0;
  animation: giveawayTicketPulse 1.9s ease-out infinite;
}

.giveaway-ticket-loader__logo {
  position: relative;
  z-index: 3;
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 50%;
  filter:
    drop-shadow(0 12px 16px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 13px rgba(96, 165, 250, 0.28));
  animation: giveawayTicketLogoFloat 2.2s ease-in-out infinite;
}

.giveaway-ticket-loader strong {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 28px);
  color: rgba(255, 232, 166, 0.82);
  font-size: 8.5px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  animation: giveawayTicketLoaderText 1.7s ease-in-out infinite;
}

.giveaway-hero-ticket__stage.is-loading .giveaway-ticket-caption {
  opacity: 0;
  visibility: hidden;
}

.giveaway-ticket-caption {
  transition:
    opacity 300ms ease 160ms,
    visibility 300ms ease 160ms;
}

@keyframes giveawayTicketEnergyBreath {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.94);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes giveawayTicketPulse {
  0% {
    opacity: 0.58;
    transform: scale(0.72);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@keyframes giveawayTicketLogoFloat {
  0%,
  100% {
    transform: translateY(2px) scale(0.97);
  }

  50% {
    transform: translateY(-3px) scale(1.02);
  }
}

@keyframes giveawayTicketBeam {
  0%,
  100% {
    opacity: 0.38;
    transform: translateX(-50%) scaleX(0.82);
  }

  50% {
    opacity: 0.9;
    transform: translateX(-50%) scaleX(1.08);
  }
}

@keyframes giveawayTicketLoaderText {
  0%,
  100% {
    opacity: 0.52;
  }

  50% {
    opacity: 1;
  }
}

.giveaway-ticket-loader img,
.giveaway-ticket-model {
  position: relative;
  z-index: 1;
}

@media (min-width: 861px) {
  .giveaway-hero {
    align-items: start;
    padding: 52px 0 36px;
  }

  .giveaway-hero__copy {
    transform: none;
  }

  .giveaway-hero .giveaway-hero__copy > .giveaway-hero__actions {
    display: none;
  }

  .giveaway-kicker {
    margin-bottom: 16px;
  }

  .giveaway-lead {
    margin-top: 28px;
  }

  .giveaway-odds-hook {
    max-width: min(480px, 100%);
    margin-top: 18px;
    padding: 9px 15px;
    border-color: rgba(244, 200, 106, 0.34);
    box-shadow:
      0 10px 26px rgba(0, 0, 0, 0.15),
      0 0 18px rgba(244, 200, 106, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .giveaway-odds-hook span {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .giveaway-odds-hook strong {
    font-size: 14px;
  }

  .giveaway-hero-ticket {
    width: min(100%, 500px);
    margin: 12px auto 0;
  }

  .giveaway-hero-ticket__stage {
    min-height: 158px;
    padding: 0 8px 27px;
    border-radius: 24px;
  }

  .giveaway-hero-ticket__stage::before {
    inset: 12px 6% 20px;
    border-radius: 22px;
  }

  .giveaway-ticket-floor {
    bottom: 29px;
    height: 24px;
  }

  .giveaway-ticket-model {
    height: 140px;
  }

  .giveaway-entry-card {
    border-color: rgba(177, 226, 255, 0.2);
    border-radius: 20px;
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.25),
      0 0 28px rgba(96, 165, 250, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transform: none;
  }

  .giveaway-entry-card::after {
    border-color: rgba(255, 255, 255, 0.035);
  }

  .giveaway-entry-card__top {
    padding: 12px 18px;
    border-bottom-color: rgba(147, 197, 253, 0.11);
    background: rgba(2, 10, 20, 0.28);
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .giveaway-draw-clock {
    margin: 10px 18px 0;
    padding: 11px 14px;
    border-color: rgba(147, 197, 253, 0.18);
    background:
      radial-gradient(circle at 50% 0, rgba(96, 165, 250, 0.06), transparent 44%),
      linear-gradient(180deg, rgba(17, 28, 51, 0.34), transparent 46%),
      rgba(2, 6, 23, 0.82);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      0 10px 22px rgba(0, 0, 0, 0.16);
  }

  #entryForm,
  .giveaway-success {
    padding: 22px 28px 28px;
  }

  .giveaway-field {
    margin-top: 14px;
  }

  .giveaway-consent {
    margin-top: 18px;
  }
}

/* Keep public winner proof concise at every breakpoint. */
.giveaway-winners .giveaway-winner-card {
  gap: 8px;
  min-height: 0;
  padding: 16px;
}

.giveaway-winners .giveaway-winner-card h3 {
  font-size: 19px;
}

.giveaway-winners .giveaway-winner-card__meta div {
  padding: 8px 10px;
}

.giveaway-winners .giveaway-winner-card__status {
  padding: 5px 9px;
  font-size: 10px;
}

/* Final clarity pass */
.giveaway-bonus-accordion > summary {
  border: 1px solid rgba(159, 223, 255, 0.08);
  background: rgba(12, 30, 50, 0.72);
}

.giveaway-bonus-accordion > summary::after {
  right: 13px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 50%;
  background: rgba(125, 211, 252, 0.08);
  color: #c7efff;
  font-size: 23px;
}

.giveaway-bonus-accordion > summary:hover,
.giveaway-bonus-accordion > summary:focus-visible {
  border-color: rgba(125, 211, 252, 0.34);
  background: rgba(19, 43, 69, 0.86);
  outline: none;
}

.giveaway-entry-details-list {
  display: grid;
  gap: 0;
  margin: 18px 0 4px;
  padding: 0;
  border: 1px solid rgba(147, 197, 253, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(5, 17, 31, 0.82);
  overflow: hidden;
}

.giveaway-entry-details-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 11px 13px;
  border-top: 1px solid rgba(147, 197, 253, 0.11);
}

.giveaway-entry-details-list > div:first-child { border-top: 0; }
.giveaway-entry-details-list dt { color: #93a8c0; font-size: 12px; }
.giveaway-entry-details-list dd { margin: 0; color: #f8fbff; font-size: 12px; font-weight: 850; text-align: right; overflow-wrap: anywhere; }
.giveaway-entry-details-hidden-link { display: none; }

@media (max-width: 860px) {
  body.giveaway-entered-view .giveaway-hero {
    display: grid;
    gap: 16px;
  }

  body.giveaway-entered-view .giveaway-entry-card {
    order: 1;
  }

  body.giveaway-entered-view .giveaway-hero__copy {
    display: block;
    order: 2;
  }

  body.giveaway-entered-view .giveaway-hero__copy > *:not(.giveaway-hero-ticket) {
    display: none;
  }

  body.giveaway-entered-view .giveaway-hero-ticket {
    display: block;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  body.giveaway-entered-view .giveaway-hero-ticket__stage {
    min-height: 118px;
    padding-bottom: 20px;
  }

  body.giveaway-entered-view .giveaway-ticket-model {
    height: 102px;
  }

  body.giveaway-entered-view .giveaway-entered-next,
  body.giveaway-entered-view .giveaway-entered-rules {
    width: min(calc(100% - 28px), 1080px);
  }
}

/* Entered-state refinement: conversion-first summary and one-at-a-time bonus details. */
body.giveaway-entered-view .giveaway-bonus-summary {
  margin-top: 10px;
}

body.giveaway-entered-view .giveaway-paid-callout {
  margin-top: 14px;
  padding: 14px;
}

body.giveaway-entered-view .giveaway-paid-callout h3 {
  font-size: 17px;
}

body.giveaway-entered-view .giveaway-paid-callout .giveaway-button--primary {
  min-height: 48px;
  color: #fff;
}

.giveaway-bonus-accordion {
  overflow: hidden;
  border: 1px solid rgba(159, 223, 255, 0.13);
  border-radius: 14px;
  background: rgba(4, 16, 31, 0.5);
}

.giveaway-bonus-accordion.is-next-bonus {
  border-color: rgba(147, 197, 253, 0.34);
  background:
    radial-gradient(circle at 100% 0, rgba(147, 197, 253, 0.09), transparent 42%),
    rgba(5, 20, 38, 0.66);
  box-shadow:
    0 0 0 1px rgba(147, 197, 253, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.giveaway-bonus-accordion.is-next-bonus > summary span::before {
  content: none;
}

.giveaway-bonus-accordion > summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(72px, max-content) 27px;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px 10px 14px;
  cursor: pointer;
  list-style: none;
}

.giveaway-bonus-accordion > summary::-webkit-details-marker {
  display: none;
}

.giveaway-bonus-accordion > summary::after {
  content: "›";
  position: static;
  color: #9ccfea;
  font-size: 22px;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 160ms ease;
}

.giveaway-bonus-accordion[open] > summary::after {
  transform: rotate(90deg);
}

.giveaway-bonus-accordion > summary span {
  color: #f4f8fc;
  font-size: 13px;
  font-weight: 850;
}

.giveaway-bonus-accordion > summary strong {
  min-width: 0;
  color: rgba(255, 232, 166, 0.8);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.03em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.giveaway-bonus-accordion summary small {
  display: block;
  margin-top: 2px;
  color: rgba(226, 232, 240, 0.74);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.giveaway-board__opportunity + .giveaway-board__stats {
  margin-top: 12px;
}

.giveaway-bonus-accordion[open] > summary {
  border-bottom: 1px solid rgba(159, 223, 255, 0.1);
  background: rgba(125, 211, 252, 0.035);
}

.giveaway-bonus-accordion > .giveaway-bonus-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.giveaway-bonus-accordion > .giveaway-bonus-card--profile::before {
  display: none;
}

@media (min-width: 861px) {
  body.giveaway-entered-view .giveaway-hero {
    min-height: 580px;
    padding-top: 38px;
    padding-bottom: 34px;
  }

  body.giveaway-entered-view .giveaway-hero h1 {
    max-width: 650px;
    font-size: clamp(48px, 6.2vw, 80px);
    line-height: 0.94;
  }

  body.giveaway-entered-view .giveaway-lead {
    margin-top: 18px;
  }

  body.giveaway-entered-view .giveaway-hero-ticket {
    margin-top: 6px;
  }

  body.giveaway-entered-view .giveaway-entry-card.has-open-bonus-details {
    position: relative;
    top: auto;
  }

  .giveaway-board {
    grid-template-columns: minmax(260px, 0.62fr) minmax(520px, 1.18fr);
    gap: clamp(26px, 3vw, 42px);
    width: min(1240px, calc(100% - 40px));
  }

  .giveaway-board__copy {
    padding-top: 0;
    margin-top: 15px;
  }

  .giveaway-board__panel {
    padding-top: 15px;
    margin-top: 15px;
  }

  .giveaway-winners {
    width: min(1240px, calc(100% - 40px));
  }
}

@media (max-width: 580px) {
  .giveaway-bonus-accordion > summary {
    min-height: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(70px, max-content) 25px;
    gap: 7px;
    padding: 9px 10px 9px 12px;
  }

  .giveaway-bonus-accordion > summary span {
    font-size: 12.5px;
  }

  .giveaway-bonus-accordion > summary strong {
    font-size: 9.5px;
  }
}

body.giveaway-entered-view .giveaway-bonus-accordion.is-complete > summary {
  border-color: rgba(74, 222, 128, 0.30) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(74, 222, 128, 0.10), transparent 42%),
    rgba(74, 222, 128, 0.06) !important;
}

body.giveaway-entered-view .giveaway-bonus-accordion.is-complete > summary strong {
  color: #8ef0b0 !important;
}

body.giveaway-entered-view .giveaway-bonus-accordion.is-opportunity > summary {
  border-color: rgba(244, 200, 106, 0.30) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 200, 106, 0.12), transparent 42%),
    rgba(244, 200, 106, 0.06) !important;
}

body.giveaway-entered-view .giveaway-bonus-accordion.is-opportunity > summary strong {
  color: var(--giveaway-gold-soft) !important;
}

body.giveaway-entered-view .giveaway-bonus-accordion {
  overflow: hidden;
}

body.giveaway-entered-view .giveaway-bonus-accordion > summary {
  border-radius: 14px;
}

body.giveaway-entered-view .giveaway-bonus-accordion[open] > summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body.giveaway-entered-view .giveaway-bonus-accordion[open] {
  border-radius: 14px;
}

body.giveaway-action-overlay-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.giveaway-action-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: max(20px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom));
  opacity: 1;
  isolation: isolate;
  transition: opacity 180ms ease;
}

.giveaway-action-overlay[hidden] {
  display: none;
}

.giveaway-action-overlay.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.giveaway-action-overlay__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(2, 7, 17, 0.78);
  backdrop-filter: blur(13px) saturate(0.9);
  -webkit-backdrop-filter: blur(13px) saturate(0.9);
}

.giveaway-action-overlay__card {
  position: relative;
  width: min(440px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: hidden auto;
  padding: 26px 28px 24px;
  border: 1px solid rgba(244, 200, 106, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0, rgba(244, 200, 106, 0.11), transparent 38%),
    linear-gradient(160deg, rgba(15, 27, 49, 0.98), rgba(5, 12, 25, 0.98));
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
  outline: none;
}

.giveaway-action-overlay__card:focus,
.giveaway-action-overlay__card:focus-visible {
  outline: none;
}

.giveaway-action-overlay__texture {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.36;
  background:
    linear-gradient(rgba(147, 197, 253, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(147, 197, 253, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(#000, transparent 80%);
}

.giveaway-action-overlay__ticket {
  position: relative;
  display: grid;
  place-items: center;
  width: min(260px, 78%);
  min-height: 126px;
  margin: -4px auto 10px;
  perspective: 800px;
}

.giveaway-action-overlay__ticket img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 20px rgba(244, 200, 106, 0.22));
  transform: rotate(-2deg) translateY(0);
  animation: giveaway-action-ticket-float 4.8s ease-in-out infinite;
}

.giveaway-action-overlay__ticket.is-image-unavailable img {
  display: none;
}

.giveaway-action-overlay__glow {
  position: absolute;
  width: 74%;
  aspect-ratio: 1.8;
  border-radius: 50%;
  background: rgba(244, 200, 106, 0.2);
  filter: blur(28px);
  animation: giveaway-action-glow 3.2s ease-in-out infinite;
}

.giveaway-action-overlay__spinner {
  display: none;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(244, 200, 106, 0.18);
  border-top-color: var(--giveaway-gold);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(244, 200, 106, 0.18);
  animation: giveaway-action-spin 1.4s linear infinite;
}

.giveaway-action-overlay__ticket.is-image-unavailable .giveaway-action-overlay__spinner {
  display: block;
}

.giveaway-action-overlay__eyebrow {
  margin: 0 0 5px;
  color: var(--giveaway-gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.giveaway-action-overlay h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 5vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.giveaway-action-overlay__subtitle {
  margin: 9px auto 18px;
  max-width: 360px;
  color: var(--giveaway-muted);
  font-size: 14px;
  line-height: 1.5;
}

.giveaway-action-overlay__steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.giveaway-action-overlay__steps li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 39px;
  padding: 8px 12px;
  border: 1px solid rgba(147, 197, 253, 0.09);
  border-radius: 12px;
  background: rgba(3, 10, 22, 0.42);
  color: #8290a8;
  font-size: 13px;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.giveaway-action-overlay__steps li span {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(148, 163, 184, 0.32);
  border-radius: 50%;
}

.giveaway-action-overlay__steps li.is-active {
  border-color: rgba(244, 200, 106, 0.28);
  background: rgba(244, 200, 106, 0.07);
  color: #fff3c4;
}

.giveaway-action-overlay__steps li.is-active span {
  border-color: rgba(244, 200, 106, 0.3);
  border-top-color: var(--giveaway-gold);
  animation: giveaway-action-spin 1.2s linear infinite;
}

.giveaway-action-overlay__steps li.is-complete {
  color: var(--giveaway-success);
}

.giveaway-action-overlay__steps li.is-complete span {
  display: grid;
  place-items: center;
  border-color: rgba(134, 239, 172, 0.55);
  background: rgba(34, 197, 94, 0.15);
}

.giveaway-action-overlay__steps li.is-complete span::after {
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}

.giveaway-action-overlay__note,
.giveaway-action-overlay__long-wait,
.giveaway-action-overlay__success {
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.giveaway-action-overlay__note {
  color: #91a0b8;
}

.giveaway-action-overlay__long-wait {
  padding: 9px 11px;
  border: 1px solid rgba(244, 200, 106, 0.2);
  border-radius: 10px;
  background: rgba(244, 200, 106, 0.06);
  color: var(--giveaway-gold-soft);
  font-weight: 750;
}

.giveaway-action-overlay__success {
  color: var(--giveaway-success);
  font-weight: 850;
}

@keyframes giveaway-action-ticket-float {
  0%, 100% { transform: rotate(-2.5deg) translateY(2px); }
  50% { transform: rotate(2.5deg) translateY(-7px); }
}

@keyframes giveaway-action-glow {
  0%, 100% { opacity: 0.55; transform: scale(0.94); }
  50% { opacity: 0.9; transform: scale(1.04); }
}

@keyframes giveaway-action-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 580px) {
  .giveaway-action-overlay {
    align-items: center;
    padding-inline: 14px;
  }

  .giveaway-action-overlay__card {
    width: 100%;
    padding: 20px 17px 18px;
    border-radius: 20px;
  }

  .giveaway-action-overlay__ticket {
    width: min(220px, 70%);
    min-height: 104px;
    margin-bottom: 5px;
  }

  .giveaway-action-overlay__subtitle {
    margin-bottom: 14px;
  }

  .giveaway-action-overlay__steps li {
    min-height: 37px;
    padding-block: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-action-overlay,
  .giveaway-action-overlay *,
  .giveaway-action-overlay *::before,
  .giveaway-action-overlay *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 700px) {
  .giveaway-hero-ticket {
    width: min(100%, 620px);
    margin-top: 16px;
  }

  .giveaway-hero-ticket__stage {
    min-height: 176px;
    padding: 2px 10px 28px;
  }

  .giveaway-ticket-loader {
    inset: 12px 6% 16px;
    border-radius: 20px;
  }

  .giveaway-ticket-loader__energy {
    width: 82px;
    height: 82px;
    margin-top: -4px;
  }

  .giveaway-ticket-loader__logo {
    width: 56px;
    height: 56px;
  }

  .giveaway-ticket-loader strong {
    bottom: 16px;
    max-width: calc(100% - 40px);
    font-size: 8px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
}

.giveaway-bonus-reward-toast {
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 28px);
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 232, 166, 0.46);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 232, 166, 0.18), transparent 62%),
    rgba(5, 15, 29, 0.94);
  color: #fff1ae;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 0 28px rgba(244, 200, 106, 0.18),
    0 18px 42px rgba(0,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.giveaway-bonus-reward-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.is-entry-rewarded {
  animation: giveawayEntryRewardPop 760ms ease both;
}

@keyframes giveawayEntryRewardPop {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }

  34% {
    transform: scale(1.045);
    filter: brightness(1.18);
    text-shadow: 0 0 18px rgba(244, 200, 106, 0.34);
  }

  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

.giveaway-success:focus,
.giveaway-success:focus-visible {
  outline: none;
}

.giveaway-entry-card:focus,
.giveaway-entry-card:focus-visible {
  outline: none;
}

.giveaway-profile-mini-card {
  min-height: 452px !important;
}

.giveaway-profile-mini-card__player {
  top: 34px !important;
  width: 238px !important;
}

.giveaway-profile-mini-card__identity {
  margin-top: 292px !important;
}

@media (max-width: 520px) {
  .giveaway-profile-mini-card {
    min-height: 452px !important;
  }

  .giveaway-profile-mini-card__player {
    width: 236px !important;
  }

  .giveaway-profile-mini-card__identity {
    margin-top: 292px !important;
  }
}

.giveaway-profile-mini-card {
  min-height: 384px !important;
}

.giveaway-profile-mini-card__player {
  top: 30px !important;
  width: 202px !important;
}

.giveaway-profile-mini-card__identity {
  margin-top: 248px !important;
}

@media (max-width: 520px) {
  .giveaway-profile-mini-card {
    min-height: 384px !important;
  }

  .giveaway-profile-mini-card__player {
    width: 201px !important;
  }

  .giveaway-profile-mini-card__identity {
    margin-top: 248px !important;
  }
}

#giveawayCompactEntries.is-entry-rewarded,
#giveawayStatusEntries.is-entry-rewarded,
.giveaway-entered-summary.is-entry-rewarded {
  animation: giveawayEntryGoldReward 1150ms ease both;
}

@keyframes giveawayEntryGoldReward {
  0% {
    color: inherit;
    text-shadow: none;
    box-shadow: inherit;
    transform: scale(1);
  }

  34% {
    color: #fff3c4;
    text-shadow:
      0 0 14px rgba(244, 200, 106, 0.55),
      0 0 28px rgba(244, 200, 106, 0.28);
    box-shadow:
      0 0 0 1px rgba(244, 200, 106, 0.30),
      0 0 30px rgba(244, 200, 106, 0.22),
      inset 0 1px 0 rgba(255,255,255,0.12);
    transform: scale(1.025);
  }

  100% {
    color: inherit;
    text-shadow: none;
    box-shadow: inherit;
    transform: scale(1);
  }
}

#giveawayCompactEntries.is-entry-gold-shine,
#giveawayStatusEntries.is-entry-gold-shine {
  animation: giveawayEntryTextGoldShine 1400ms cubic-bezier(0.18, 0.9, 0.24, 1) both;
}

.giveaway-entered-summary.is-entry-gold-shine {
  animation: giveawayEntryCardGoldShine 1400ms cubic-bezier(0.18, 0.9, 0.24, 1) both;
}

@keyframes giveawayEntryTextGoldShine {
  0% {
    color: #ffffff;
    text-shadow: none;
    transform: scale(1);
  }

  22% {
    color: #fff6cf;
    text-shadow:
      0 0 12px rgba(255, 232, 166, 0.78),
      0 0 28px rgba(244, 200, 106, 0.42);
    transform: scale(1.035);
  }

  58% {
    color: #ffe8a6;
    text-shadow:
      0 0 10px rgba(244, 200, 106, 0.52),
      0 0 22px rgba(244, 200, 106, 0.28);
  }

  100% {
    color: inherit;
    text-shadow: none;
    transform: scale(1);
  }
}

@keyframes giveawayEntryCardGoldShine {
  0% {
    border-color: rgba(110, 231, 183, 0.24);
    box-shadow: inherit;
    transform: scale(1);
  }

  26% {
    border-color: rgba(255, 232, 166, 0.58);
    box-shadow:
      0 0 0 1px rgba(244, 200, 106, 0.26),
      0 0 34px rgba(244, 200, 106, 0.22),
      inset 0 1px 0 rgba(255,255,255,0.14);
    transform: scale(1.015);
  }

  100% {
    border-color: rgba(110, 231, 183, 0.24);
    box-shadow: inherit;
    transform: scale(1);
  }
}