.giveaway-page {
  --gv-shell: min(1380px, calc(100% - 80px));
  --gv-red: #ff3156;
  --gv-gold: #ffbc38;
  --gv-green: #68f5aa;
  --gv-ice: #9fd7ee;
  --gv-ink: #05070a;
  --gv-paper: #edf1f2;
  --gv-line: rgba(184, 215, 226, .15);
  min-height: 100vh;
  color: #f3f6f7;
  background: var(--gv-ink);
}

.giveaway-page main { min-height: 75vh; }
.giveaway-page [hidden] { display: none !important; }
.giveaway-page :is(#entry, #winners, #participants, #giveaway-archive) { scroll-margin-top: calc(var(--nav-h) + 18px); }
.ctv-account-actions { min-width: 200px; }
.ctv-nav-xp { display: grid; justify-items: end; gap: 2px; padding-right: 13px; border-right: 1px solid var(--gv-line); }
.ctv-nav-xp small { color: #687a83; font-size: var(--type-meta); font-weight: 900; letter-spacing: .12em; }
.ctv-nav-xp strong { font: 900 .9rem/1 var(--font-display); }
.ctv-nav-notifications { position: relative; width: 38px; height: 38px; border: 1px solid var(--gv-line); color: #dce5e8; background: rgba(255, 255, 255, .025); cursor: pointer; }
.ctv-nav-notifications > span,
.ctv-nav-notifications > span::before { position: absolute; content: ""; }
.ctv-nav-notifications > span { top: 11px; left: 13px; width: 11px; height: 12px; border: 1.5px solid currentColor; border-radius: 7px 7px 4px 4px; }
.ctv-nav-notifications > span::before { bottom: -5px; left: 3px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.ctv-nav-notifications b { position: absolute; top: -5px; right: -5px; display: grid; min-width: 18px; height: 18px; place-items: center; border-radius: 20px; color: #fff; background: var(--gv-red); font-size: .75rem; }
.command-profile { cursor: pointer; }

.gv-loading {
  display: grid;
  min-height: 100svh;
  place-content: center;
  justify-items: center;
  gap: 10px;
  padding: 100px 20px;
  color: #83949c;
  text-align: center;
}
.gv-loading > span { width: 46px; height: 46px; border: 2px solid rgba(159, 215, 238, .15); border-top-color: var(--gv-red); border-radius: 50%; animation: gvSpin .8s linear infinite; }
.gv-loading strong { margin-top: 13px; color: #fff; font: 900 1.35rem/1 var(--font-display); letter-spacing: .07em; text-transform: uppercase; }
.gv-loading small { font-size: var(--type-meta); letter-spacing: .08em; text-transform: uppercase; }
.gv-unavailable { width: min(900px, calc(100% - 40px)); min-height: 80svh; margin: auto; padding-top: calc(var(--nav-h) + 76px); }
.gv-unavailable h1 { margin: 0; font: 900 var(--type-section-title)/.78 var(--font-display); letter-spacing: -.03em; text-transform: uppercase; }
.gv-unavailable h1 em { color: var(--gv-red); font-style: normal; }
.gv-unavailable > p:not(.op-kicker) { max-width: 580px; margin: 28px 0; color: #9cabb1; font-size: var(--type-body); line-height: 1.7; }
.gv-unavailable > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Editorial hero: copy leads, artwork supports, the live facts sit on paper. */
.gv-hero { position: relative; min-height: clamp(680px, 82svh, 810px); padding-top: var(--nav-h); overflow: hidden; }
.gv-hero-image,
.gv-hero-grid { position: absolute; inset: 0; }
.gv-hero-image { background: url("images/tacticool-supply-run.jpg") 62% 44% / cover no-repeat; filter: saturate(.55) contrast(1.14); transform: scale(1.025); }
.gv-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(2, 4, 6, .99) 0%, rgba(2, 4, 6, .9) 36%, rgba(2, 4, 6, .36) 72%, rgba(2, 4, 6, .7) 100%), linear-gradient(0deg, #05070a 0%, transparent 48%, rgba(5, 7, 10, .46)); }
.gv-hero-grid { z-index: 2; opacity: .09; background-image: linear-gradient(rgba(159, 215, 238, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(159, 215, 238, .18) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 88%); }
.gv-hero-shell { position: relative; z-index: 3; display: grid; width: var(--gv-shell); min-height: 570px; margin: auto; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: clamp(28px, 5vw, 78px); align-items: center; padding: 38px 0 128px; }
.gv-hero-copy { max-width: 790px; align-self: start; padding-top: 24px; }
.gv-hero-copy .op-kicker { margin-bottom: 18px; }
.gv-hero-copy .op-kicker b { font-weight: 800; }
.gv-status { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--gv-green); font-size: var(--type-meta); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gv-status::after { content: ""; width: 48px; height: 1px; margin-left: 4px; background: currentColor; opacity: .4; }
.gv-status i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.gv-status[data-phase="scheduled"] { color: var(--gv-ice); }
.gv-status[data-phase="paused"],
.gv-status[data-phase="ended"] { color: var(--gv-gold); }
.gv-status[data-phase="cancelled"],
.gv-status[data-phase="draft"] { color: #ff8aa0; }
.gv-hero-copy h1,
.gv-section-head h2 { margin: 0; font: 900 var(--type-page-title)/.76 var(--font-display); letter-spacing: -.028em; text-transform: uppercase; }
.gv-hero-copy h1 em,
.gv-section-head h2 em { color: var(--gv-red); font-style: normal; }
.gv-hero-copy > p:not(.op-kicker) { max-width: 640px; margin: 25px 0 0; color: #c6d0d4; font-size: var(--type-body-large); line-height: 1.68; }
.gv-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.giveaway-page[data-giveaway-phase="ended"] #gv-primary-action { --ctv-action-color: #0b1115; --ctv-action-bg: var(--gv-gold); --ctv-action-border: var(--gv-gold); --ctv-action-hover-bg: #ffd06b; --ctv-action-hover-border: #ffe2a3; box-shadow: 0 14px 38px rgba(255, 188, 56, .2); }

.gv-prize-stage { position: relative; display: grid; min-height: 430px; place-items: center; align-self: center; isolation: isolate; }
.gv-prize-stage::before { content: ""; position: absolute; inset: 15%; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(255, 49, 86, .22), transparent 68%); filter: blur(8px); }
.giveaway-page[data-giveaway-phase="ended"] .gv-prize-stage::before { background: radial-gradient(circle, rgba(255, 188, 56, .18), transparent 70%); }
.gv-prize-orbit { position: absolute; width: min(326px, 78%); aspect-ratio: 1; border: 1px solid rgba(255, 49, 86, .34); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255, 255, 255, .016), 0 0 0 64px rgba(255, 49, 86, .024); animation: gvOrbit 24s linear infinite; }
.gv-prize-orbit::before,
.gv-prize-orbit::after { content: ""; position: absolute; border: 1px solid rgba(159, 215, 238, .22); border-radius: 50%; }
.gv-prize-orbit::before { inset: 28px; }
.gv-prize-orbit::after { inset: -16px; border-style: dashed; }
.gv-prize-stage > img { position: relative; z-index: 1; width: min(320px, 78%); max-height: 300px; object-fit: contain; filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .55)); animation: gvFloat 5s ease-in-out infinite; }
.gv-prize-tag { position: absolute; right: 0; bottom: 26px; z-index: 2; width: min(300px, 82%); padding: 13px 15px 14px; border-left: 3px solid var(--gv-red); background: rgba(5, 9, 12, .9); box-shadow: 0 16px 45px rgba(0, 0, 0, .32); backdrop-filter: blur(14px); }
.giveaway-page[data-giveaway-phase="ended"] .gv-prize-tag { border-left-color: var(--gv-gold); }
.gv-prize-tag small,
.gv-prize-tag strong { display: block; }
.gv-prize-tag small { color: var(--gv-red); font-size: var(--type-meta); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.giveaway-page[data-giveaway-phase="ended"] .gv-prize-tag small { color: var(--gv-gold); }
.gv-prize-tag strong { margin-top: 6px; font: 900 var(--type-card-title)/1 var(--font-display); text-transform: uppercase; }
.gv-winner-count { position: absolute; top: 30px; right: 3px; z-index: 2; color: #d8c58f; font-size: var(--type-meta); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gv-winner-count b { color: var(--gv-gold); font: 900 1.2rem/1 var(--font-display); }

.gv-countdown-panel { position: absolute; right: 0; bottom: 0; left: 0; z-index: 4; display: grid; min-height: 106px; grid-template-columns: minmax(340px, 1.5fr) repeat(3, minmax(145px, .48fr)); padding: 0 max(40px, calc((100vw - 1380px) / 2)); color: #0b151b; background: var(--gv-paper); box-shadow: 0 -20px 50px rgba(0, 0, 0, .18); }
.gv-countdown-panel > div,
.gv-countdown-panel > p { display: flex; min-width: 0; flex-direction: column; justify-content: center; margin: 0; padding: 18px 24px; border-right: 1px solid rgba(8, 25, 34, .16); }
.gv-countdown-panel > div { padding-left: 0; }
.gv-countdown-panel span,
.gv-countdown-panel small { color: #5f737c; font-size: var(--type-meta); font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.gv-countdown-panel > div strong { margin-top: 8px; color: #071017; font: 900 clamp(1.8rem, 2.6vw, 2.8rem)/1 var(--font-display); letter-spacing: .035em; }
.gv-countdown-panel p b { margin-top: 7px; color: #0b151b; font: 900 1.35rem/1 var(--font-display); }
.gv-countdown-panel p:last-child { border-right: 0; }

/* Light clearance chapter. It reads as one composition instead of stacked cards. */
.gv-entry-section { width: 100%; margin: 0; padding: 0; color: #0b151b; background: var(--gv-paper); }
.gv-entry-shell,
.gv-winners-shell,
.gv-archive-section { width: var(--gv-shell); margin: auto; }
.gv-entry-shell,
.gv-winners-shell { padding: clamp(88px, 9vw, 132px) 0; }
.gv-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 470px); gap: 60px; align-items: end; }
.gv-section-head h2 { font-size: var(--type-section-title); }
.gv-section-head > p { margin: 0 0 7px; color: #93a3aa; font-size: var(--type-body); line-height: 1.72; }
.gv-section-head--light > p { color: #5c6f77; }
.gv-section-head--light h2 em { color: #d92345; }
.gv-entry-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: clamp(28px, 5vw, 72px); align-items: start; margin-top: 52px; }
.gv-entry-card { padding: 28px; border-top: 4px solid #111d23; background: #fff; box-shadow: 0 24px 60px rgba(6, 18, 24, .1); }
.gv-entry-card[data-state="joined"] { border-top-color: #1fbd75; background: linear-gradient(135deg, rgba(104, 245, 170, .08), transparent 36%), #fff; }
.gv-entry-card[data-state="eligible"] { border-top-color: #e12649; background: linear-gradient(135deg, rgba(255, 49, 86, .065), transparent 36%), #fff; }
.gv-entry-state { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; align-items: center; }
.gv-entry-state > span { display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgba(12, 35, 45, .2); border-radius: 50%; color: #17303b; background: #edf2f4; font: 900 1rem/1 var(--font-display); }
.gv-entry-card[data-state="joined"] .gv-entry-state > span { border-color: rgba(31, 189, 117, .4); color: #087044; background: rgba(104, 245, 170, .12); }
.gv-entry-card[data-state="eligible"] .gv-entry-state > span { border-color: rgba(225, 38, 73, .36); color: #cf1f40; background: rgba(255, 49, 86, .08); }
.gv-entry-state small { color: #556b74; font-size: var(--type-meta); font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.gv-entry-state h3 { margin: 6px 0 0; font: 900 clamp(1.6rem, 2.4vw, 2.25rem)/.96 var(--font-display); text-transform: uppercase; }
.gv-entry-state p { margin: 9px 0 0; color: #5f727b; font-size: var(--type-body); line-height: 1.55; }
.gv-checks { display: grid; grid-template-columns: 1fr 1fr; margin-top: 26px; border-block: 1px solid rgba(8, 25, 34, .14); }
.gv-checks p { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 11px; align-items: center; min-height: 74px; margin: 0; padding: 13px 14px; border-right: 1px solid rgba(8, 25, 34, .14); border-bottom: 1px solid rgba(8, 25, 34, .14); }
.gv-checks p:nth-child(2n) { border-right: 0; }
.gv-checks p:nth-last-child(-n + 2) { border-bottom: 0; }
.gv-checks i { position: relative; display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(8, 25, 34, .2); border-radius: 50%; }
.gv-checks i::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #809098; }
.gv-checks p[data-state="pass"] i { border-color: rgba(11, 144, 81, .34); }
.gv-checks p[data-state="pass"] i::after { background: #16a766; box-shadow: 0 0 8px rgba(22, 167, 102, .5); }
.gv-checks p[data-state="fail"] i { border-color: rgba(225, 38, 73, .34); }
.gv-checks p[data-state="fail"] i::after { background: #e12649; box-shadow: 0 0 8px rgba(225, 38, 73, .42); }
.gv-checks small,
.gv-checks b { display: block; }
.gv-checks small { color: #536a73; font-size: var(--type-meta); font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.gv-checks b { overflow: hidden; margin-top: 5px; font: 800 .86rem/1.15 var(--font-display); text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.gv-entry-action { width: 100%; margin-top: 20px; }
.gv-entry-card[data-state="joined"] .gv-entry-action { --ctv-action-color: #087044; --ctv-action-bg: rgba(104, 245, 170, .11); --ctv-action-border: rgba(11, 144, 81, .32); }
.gv-entry-note { margin: 13px 0 0; color: #556b74; font-size: var(--type-meta); text-align: center; }
.gv-rules-card { padding-top: 2px; border-top: 1px solid rgba(8, 25, 34, .25); border-bottom: 1px solid rgba(8, 25, 34, .18); }
.gv-rules-head { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(8, 25, 34, .14); font-size: var(--type-meta); font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.gv-rules-head span { color: #61747c; }
.gv-rules-head b { color: #c88600; }
.gv-rule-list { padding: 4px 0; }
.gv-rule-list p { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 12px; min-height: 60px; align-items: center; margin: 0; border-bottom: 1px solid rgba(8, 25, 34, .12); color: #536970; font-size: var(--type-body); line-height: 1.45; }
.gv-rule-list p:last-child { border-bottom: 0; }
.gv-rule-list p > b { color: #d92345; font: 900 .95rem/1 var(--font-display); }
.gv-rules-card > a { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; color: #10242d; }
.gv-rules-card > a i { font-style: normal; }

/* Published winners are the primary record. Replay follows as a clearly separate visual. */
.gv-winners-section { position: relative; background: #070b0e; }
.gv-winners-section::before { content: ""; position: absolute; inset: 0; opacity: .65; background: radial-gradient(circle at 78% 10%, rgba(255, 188, 56, .11), transparent 32%), linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px); background-size: auto, 76px 76px, 76px 76px; }
.gv-winners-shell { position: relative; z-index: 1; }
.gv-winners-section .gv-section-head h2 em { color: var(--gv-gold); }
.gv-legacy-result-anchor { position: absolute; top: calc(var(--nav-h, 72px) * -1); left: 0; width: 1px; height: 1px; pointer-events: none; }
.gv-winner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin-top: 50px; }
.gv-winner-card { position: relative; min-height: 220px; padding: 23px 0 22px; overflow: hidden; border-top: 2px solid rgba(255, 188, 56, .42); border-bottom: 1px solid var(--gv-line); background: transparent; transition: border-color .18s ease, transform .18s ease; }
.gv-winner-card:first-child { border-top-color: var(--gv-gold); }
.gv-winner-card:hover { border-top-color: #ffe19c; transform: translateY(-3px); }
.gv-winner-card::before { content: attr(data-place); position: absolute; right: 0; bottom: -20px; color: rgba(255, 188, 56, .055); font: 900 8rem/1 var(--font-display); }
.gv-winner-card > span:first-child { color: var(--gv-gold); font-size: var(--type-meta); font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.gv-winner-identity { position: relative; z-index: 1; display: grid; grid-template-columns: 58px 1fr; gap: 15px; align-items: center; margin-top: 37px; }
.gv-winner-avatar,
.gv-participant-avatar { display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255, 188, 56, .35); border-radius: 50%; color: #fff; background: #1a1710; font: 900 1rem/1 var(--font-display); }
.gv-winner-avatar { width: 58px; height: 58px; }
.gv-winner-avatar img,
.gv-participant-avatar img { width: 100%; height: 100%; object-fit: cover; }
.gv-winner-identity strong { display: block; font: 900 var(--type-card-title)/1 var(--font-display); text-transform: uppercase; }
.gv-winner-identity small { display: block; margin-top: 7px; color: #788a92; font-size: var(--type-meta); }
.gv-winner-prize { position: relative; z-index: 1; margin: 28px 0 0; padding-top: 14px; color: #fff; font: 850 .9rem/1.35 var(--font-display); text-transform: uppercase; }
.gv-draw-audit { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 10px; border-bottom: 1px solid var(--gv-line); }
.gv-draw-audit p { margin: 0; padding: 17px 20px 18px 0; border-right: 1px solid var(--gv-line); }
.gv-draw-audit p:not(:first-child) { padding-left: 20px; }
.gv-draw-audit p:last-child { border-right: 0; }
.gv-draw-audit small,
.gv-draw-audit b { display: block; }
.gv-draw-audit small { color: #6f828b; font-size: var(--type-meta); font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.gv-draw-audit b { margin-top: 8px; font: 850 1rem/1 var(--font-display); text-transform: uppercase; }

.gv-result-replay { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); gap: clamp(40px, 6vw, 90px); align-items: center; margin-top: clamp(66px, 8vw, 108px); padding: clamp(34px, 5vw, 64px); border: 1px solid rgba(255, 188, 56, .16); background: linear-gradient(135deg, rgba(255, 188, 56, .045), transparent 38%), #0a1014; box-shadow: 0 30px 90px rgba(0, 0, 0, .3); }
.gv-wheel-stage { position: relative; display: grid; width: min(410px, 100%); aspect-ratio: 1; min-width: 0; place-items: center; margin-inline: auto; isolation: isolate; contain: layout; }
.gv-wheel-stage::before,
.gv-wheel-stage::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.gv-wheel-stage::before { inset: 0; border: 1px solid rgba(255, 188, 56, .3); box-shadow: 0 0 0 7px #080d10, 0 0 0 8px rgba(159, 215, 238, .12), 0 28px 65px rgba(0, 0, 0, .5); }
.gv-wheel-stage::after { inset: 13%; z-index: 2; border: 1px solid rgba(255, 255, 255, .09); box-shadow: inset 0 0 42px rgba(0, 0, 0, .55); }
.gv-wheel-ticks { position: absolute; inset: 3px; z-index: 3; border-radius: 50%; background: repeating-conic-gradient(from -90deg, rgba(159, 215, 238, .62) 0 1deg, transparent 1deg 10deg); -webkit-mask: radial-gradient(circle, transparent 0 88%, #000 88.4% 100%); mask: radial-gradient(circle, transparent 0 88%, #000 88.4% 100%); pointer-events: none; }
.gv-wheel-rotor { position: absolute; inset: 8%; overflow: hidden; border: 6px solid #111a1f; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255, 188, 56, .32), inset 0 0 48px rgba(0, 0, 0, .42); transform: rotate(0); transform-origin: 50% 50%; transition-property: transform; transition-duration: 4200ms; transition-timing-function: cubic-bezier(.12, .72, .08, 1); will-change: transform; }
.gv-wheel-rotor::before { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; background: radial-gradient(circle, transparent 0 46%, rgba(3, 7, 9, .13) 47% 62%, rgba(255, 255, 255, .08) 63%, transparent 64%), repeating-conic-gradient(from -90deg, rgba(255, 255, 255, .24) 0 .45deg, transparent .45deg 12deg); mix-blend-mode: screen; pointer-events: none; }
.gv-wheel-labels { position: absolute; inset: 0; z-index: 2; }
.gv-wheel-labels > span { position: absolute; inset: 0; transform: rotate(var(--gv-wheel-label-angle)); transform-origin: 50% 50%; }
.gv-wheel-labels b { position: absolute; top: 8%; left: 50%; min-width: 26px; padding: 2px 4px; transform: translateX(-50%); color: #fff; background: rgba(3, 7, 9, .66); font: 900 .75rem/1 var(--font-body); letter-spacing: .04em; text-align: center; text-shadow: 0 1px 5px #000; }
.gv-wheel-labels > span[data-published-winner="true"] b { color: #0a1014; background: var(--gv-gold); box-shadow: 0 0 16px rgba(255, 188, 56, .42); }
.gv-wheel-pointer { position: absolute; top: -1px; left: 50%; z-index: 6; width: 38px; height: 58px; transform: translateX(-50%); background: linear-gradient(180deg, #fff 0 17%, var(--gv-gold) 18% 100%); clip-path: polygon(0 0, 100% 0, 50% 100%); filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .55)); }
.gv-wheel-hub { position: relative; z-index: 5; display: grid; width: 31%; aspect-ratio: 1; place-content: center; border: 1px solid rgba(255, 188, 56, .42); border-radius: 50%; color: #fff; background: radial-gradient(circle at 35% 24%, #27343b, #080d10 72%); box-shadow: 0 0 0 10px rgba(5, 9, 12, .82), 0 12px 40px rgba(0, 0, 0, .5); text-align: center; text-transform: uppercase; }
.gv-wheel-hub small { color: #85969e; font-size: var(--type-meta); font-weight: 850; letter-spacing: .07em; }
.gv-wheel-hub b { margin-top: 6px; color: var(--gv-gold); font: 900 clamp(1rem, 2vw, 1.45rem)/1 var(--font-display); }
.gv-result-replay[data-state="pending"] .gv-wheel-rotor,
.gv-result-replay[data-state="loading"] .gv-wheel-rotor,
.gv-result-replay[data-state="verifying"] .gv-wheel-rotor { filter: grayscale(.82) brightness(.58); }
.gv-result-replay[data-state="replaying"] .gv-wheel-stage::before { border-color: rgba(255, 188, 56, .72); box-shadow: 0 0 0 7px #080d10, 0 0 0 8px rgba(255, 188, 56, .38), 0 0 75px rgba(255, 188, 56, .16); }
.gv-replay-copy { max-width: 650px; }
.gv-replay-copy .op-kicker { margin-bottom: 17px; }
.gv-replay-copy h3 { margin: 0; font: 900 clamp(2.9rem, 4.6vw, 5.1rem)/.79 var(--font-display); letter-spacing: -.02em; text-transform: uppercase; }
.gv-replay-copy h3 em { color: var(--gv-gold); font-style: normal; }
.gv-replay-copy > p:not(.op-kicker):not(.gv-wheel-note) { max-width: 590px; margin: 22px 0 0; color: #a4b2b8; font-size: var(--type-body); line-height: 1.65; }
.gv-wheel-result { margin-top: 25px; padding: 15px 0 15px 18px; border-left: 3px solid var(--gv-gold); opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
.gv-wheel-result[data-visible="true"] { opacity: 1; transform: none; }
.gv-wheel-result small,
.gv-wheel-result strong,
.gv-wheel-result span { display: block; }
.gv-wheel-result small { color: var(--gv-gold); font-size: var(--type-meta); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gv-wheel-result strong { margin-top: 7px; font: 900 clamp(2rem, 3.4vw, 3.4rem)/.9 var(--font-display); text-transform: uppercase; }
.gv-wheel-result span { margin-top: 7px; color: #82949b; font-size: var(--type-meta); font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.gv-wheel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.gv-wheel-actions button { min-width: 210px; }
.gv-wheel-actions button:disabled { transform: none !important; }
.gv-wheel-note { max-width: 600px; margin: 17px 0 0; color: #71838b; font-size: var(--type-meta); line-height: 1.55; }

/* White roster with restrained rows instead of a wall of cards. */
.gv-participants-section { position: relative; padding: clamp(88px, 9vw, 132px) max(40px, calc((100vw - 1380px) / 2)); color: #0b151b; background: #f6f8f9; }
.gv-participants-section::after { content: "04"; position: absolute; right: 2vw; bottom: 0; color: rgba(8, 22, 29, .028); font: 900 23rem/.7 var(--font-display); pointer-events: none; }
.gv-participants-section > * { position: relative; z-index: 1; }
.gv-participant-toolbar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; margin-top: 48px; padding: 0 0 10px; border-bottom: 2px solid #16272f; color: #52666f; font-size: var(--type-meta); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gv-participant-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 24px; }
.gv-participant { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 11px; align-items: center; min-height: 82px; padding: 14px 0; border-bottom: 1px solid rgba(8, 25, 34, .15); transition: border-color .18s ease, background-color .18s ease; }
.gv-participant:hover { border-bottom-color: #e12649; background: linear-gradient(90deg, rgba(225, 38, 73, .045), transparent); }
.gv-participant-avatar { width: 42px; height: 42px; border-color: rgba(9, 31, 42, .17); color: #17262e; background: #dbe5e8; font-size: .8rem; }
.gv-participant-copy { min-width: 0; }
.gv-participant-copy strong,
.gv-participant-copy small,
.gv-participant-name { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gv-participant-name.ctv-text-link { color: #14252d; font-family: var(--font-display); font-size: var(--type-card-title); line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.gv-participant-copy strong { font: 850 var(--type-card-title)/1 var(--font-display); text-transform: uppercase; }
.gv-participant-copy small { margin-top: 5px; color: #526872; font-size: var(--type-meta); }
.gv-participant > span { color: #d92345; font: 900 .82rem/1 var(--font-display); }
.gv-participant-empty { grid-column: 1 / -1; display: grid; min-height: 150px; place-items: center; border-bottom: 1px solid rgba(8, 25, 34, .16); color: #566b74; font-size: var(--type-meta); letter-spacing: .08em; text-transform: uppercase; }

.gv-archive-section { padding: clamp(84px, 8vw, 120px) 0; }
.gv-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 48px; }
.gv-archive-card { position: relative; min-height: 205px; padding: 23px 0; overflow: hidden; border-top: 1px solid var(--gv-line); border-bottom: 1px solid var(--gv-line); color: #fff; background: transparent; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.gv-archive-card:hover { border-color: rgba(255, 49, 86, .62); background: linear-gradient(135deg, rgba(255, 49, 86, .06), transparent); transform: translateY(-4px); }
.gv-archive-card > span { color: var(--gv-red); font-size: var(--type-meta); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gv-archive-card h3 { max-width: 80%; margin: 34px 0 0; font: 900 clamp(1.6rem, 2.3vw, 2.1rem)/.96 var(--font-display); text-transform: uppercase; }
.gv-archive-card p { margin: 11px 0 0; color: #89999f; font-size: var(--type-body); line-height: 1.5; }
.gv-archive-card b { position: absolute; right: 0; bottom: 22px; color: var(--gv-ice); font-size: var(--type-meta); text-transform: uppercase; }
.gv-archive-card::after { content: "↗"; position: absolute; top: -7px; right: 0; color: rgba(255, 255, 255, .04); font: 900 7rem/1 var(--font-display); }

.gv-toast { position: fixed; right: 22px; bottom: 22px; z-index: 140; max-width: 390px; padding: 15px 18px; border: 1px solid rgba(159, 215, 238, .25); color: #e8f0f2; background: #0b141a; box-shadow: 0 20px 70px rgba(0, 0, 0, .5); font-size: var(--type-control); line-height: 1.45; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease; }
.gv-toast.show { opacity: 1; transform: none; }
.gv-toast.bad { border-color: rgba(255, 49, 86, .34); color: #ffd6dd; }

/* All page-specific links inherit the same lift, underline and focus language. */
.giveaway-page :is(.gv-rules-card > a, .gv-participant-name, .gv-archive-card):focus-visible { outline: 2px solid var(--gv-ice); outline-offset: 4px; }
.giveaway-page .ctv-action { isolation: isolate; }
.giveaway-page .ctv-action::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .12), transparent); transform: translateX(-110%); transition: transform .36s ease; }
.giveaway-page .ctv-action:hover:not(:disabled)::after,
.giveaway-page .ctv-action:focus-visible:not(:disabled)::after { transform: translateX(110%); }

@keyframes gvSpin { to { transform: rotate(360deg); } }
@keyframes gvOrbit { to { transform: rotate(360deg); } }
@keyframes gvFloat { 50% { transform: translateY(-8px); } }

@media (max-width: 1180px) {
  .giveaway-page { --gv-shell: min(1380px, calc(100% - 54px)); }
  .gv-hero-shell { grid-template-columns: minmax(0, 1fr) 350px; gap: 24px; }
  .gv-countdown-panel { padding-inline: 27px; }
  .gv-entry-grid { grid-template-columns: 1fr .84fr; gap: 38px; }
  .gv-participant-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 920px) {
  .giveaway-page { --gv-shell: calc(100% - 40px); }
  .ctv-nav-xp { display: none; }
  .ctv-account-actions { min-width: 0; }
  .gv-hero { min-height: auto; padding-bottom: 0; }
  .gv-hero-shell { min-height: auto; grid-template-columns: 1fr; padding: 44px 0 50px; }
  .gv-hero-copy { padding-top: 0; }
  .gv-prize-stage { min-height: 390px; }
  .gv-countdown-panel { position: relative; grid-template-columns: 1fr 1fr; padding-inline: 20px; }
  .gv-countdown-panel > div { grid-column: 1 / -1; padding-left: 0; }
  .gv-countdown-panel > p:nth-child(3) { border-right: 0; }
  .gv-countdown-panel > p:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(8, 25, 34, .14); }
  .gv-section-head { grid-template-columns: 1fr; gap: 22px; }
  .gv-entry-grid { grid-template-columns: 1fr; }
  .gv-winner-grid { grid-template-columns: 1fr 1fr; }
  .gv-result-replay { grid-template-columns: 1fr; gap: 52px; }
  .gv-wheel-stage { width: min(390px, 86vw); }
  .gv-replay-copy { max-width: 720px; }
  .gv-participant-grid { grid-template-columns: 1fr 1fr; }
  .gv-archive-grid { grid-template-columns: 1fr 1fr; }
  .gv-participants-section { padding-inline: 20px; }
}

@media (max-width: 650px) {
  .giveaway-page { --gv-shell: calc(100% - 28px); }
  .gv-unavailable { padding-top: calc(var(--nav-h) + 50px); }
  .gv-unavailable > div,
  .gv-hero-actions { flex-direction: column; }
  .gv-hero-actions .ctv-action,
  .gv-unavailable .ctv-action { width: 100%; }
  .gv-hero-shell { padding-top: 35px; }
  .gv-hero-copy h1 { font-size: clamp(3.55rem, 18vw, 5rem); }
  .gv-section-head h2 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  .gv-prize-stage { min-height: 320px; }
  .gv-prize-orbit { width: min(250px, 72vw); }
  .gv-prize-stage > img { width: min(245px, 70vw); max-height: 235px; }
  .gv-prize-tag { right: 4px; bottom: 8px; }
  .gv-winner-count { top: 6px; }
  .gv-countdown-panel { grid-template-columns: 1fr 1fr; padding-inline: 14px; }
  .gv-countdown-panel > div { grid-column: 1 / -1; }
  .gv-countdown-panel > div,
  .gv-countdown-panel > p { padding: 15px 12px; }
  .gv-countdown-panel > div strong { font-size: 1.8rem; }
  .gv-entry-shell,
  .gv-winners-shell { padding-block: 78px; }
  .gv-entry-card { padding: 22px 16px; }
  .gv-entry-state { grid-template-columns: 50px 1fr; gap: 13px; }
  .gv-entry-state > span { width: 48px; height: 48px; }
  .gv-checks { grid-template-columns: 1fr; }
  .gv-checks p { border-right: 0; }
  .gv-checks p:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(8, 25, 34, .14); }
  .gv-checks p:last-child { border-bottom: 0; }
  .gv-winner-grid,
  .gv-participant-grid,
  .gv-archive-grid { grid-template-columns: 1fr; }
  .gv-draw-audit { grid-template-columns: 1fr; }
  .gv-draw-audit p,
  .gv-draw-audit p:not(:first-child) { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--gv-line); }
  .gv-draw-audit p:last-child { border-bottom: 0; }
  .gv-result-replay { margin-top: 68px; padding: 34px 15px 36px; }
  .gv-wheel-stage { width: min(310px, calc(100vw - 62px)); }
  .gv-wheel-pointer { width: 31px; height: 46px; }
  .gv-wheel-rotor { border-width: 5px; }
  .gv-wheel-hub { width: 34%; box-shadow: 0 0 0 7px rgba(5, 9, 12, .82), 0 12px 32px rgba(0, 0, 0, .5); }
  .gv-wheel-hub small { max-width: 72px; margin-inline: auto; line-height: 1.2; }
  .gv-replay-copy h3 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .gv-wheel-actions { display: grid; }
  .gv-wheel-actions button { width: 100%; min-width: 0; }
  .gv-participant-toolbar { align-items: flex-start; flex-direction: column; min-height: 0; padding-block: 14px; }
  .gv-participant-toolbar .ctv-action { width: 100%; }
  .ctv-nav-notifications { display: none; }
}

@media (max-width: 380px) {
  .gv-wheel-stage { width: min(286px, calc(100vw - 50px)); }
  .gv-wheel-labels b { font-size: .7rem; }
  .gv-countdown-panel > p b { font-size: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .gv-loading > span,
  .gv-prize-orbit,
  .gv-prize-stage > img { animation: none; }
  .gv-wheel-rotor,
  .gv-wheel-result,
  .gv-winner-card,
  .gv-archive-card,
  .giveaway-page .ctv-action::after { transition: none !important; }
}

/* Epic v6: cinematic prize vault, softer surfaces, unchanged live contracts. */
.giveaway-page {
  --gv-surface: rgba(9, 16, 21, .86);
  --gv-surface-strong: rgba(6, 11, 15, .95);
}

.gv-hero {
  min-height: clamp(640px, 76svh, 740px);
  background: #05070a;
}

.gv-hero-image {
  background: url("images/giveaway-command-hero-20260823.jpg") 50% 0% / cover no-repeat;
  filter: saturate(.86) contrast(1.1) brightness(.76);
  transform: scale(1.018);
}

.gv-hero::before {
  background:
    radial-gradient(circle at 72% 40%, rgba(255, 49, 86, .08), transparent 25%),
    linear-gradient(90deg, rgba(2, 4, 6, .99) 0%, rgba(2, 4, 6, .92) 34%, rgba(2, 4, 6, .55) 65%, rgba(2, 4, 6, .82) 100%),
    linear-gradient(0deg, #05070a 0%, rgba(5, 7, 10, .16) 46%, rgba(5, 7, 10, .76));
}

.gv-hero::after {
  position: absolute;
  z-index: 2;
  inset: var(--nav-h) 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent 5%, rgba(255, 49, 86, .74) 26%, rgba(255, 188, 56, .78) 58%, transparent 91%);
  opacity: .8;
}

.gv-hero-grid {
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000 0 52%, transparent 88%);
}

.gv-hero-shell {
  min-height: 540px;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(30px, 4vw, 64px);
  padding: 38px 0 142px;
}

.gv-hero-copy {
  max-width: 760px;
  align-self: center;
  padding-top: 0;
}

.gv-hero-copy .op-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 13px 0 0;
  border: 1px solid rgba(159, 215, 238, .2);
  border-radius: 999px;
  color: #c8d5da;
  background: rgba(4, 9, 12, .56);
  backdrop-filter: blur(12px);
}

.gv-hero-copy .op-kicker::before {
  display: none;
}

.gv-hero-copy .op-kicker span {
  display: grid;
  min-width: 38px;
  height: 32px;
  place-items: center;
  margin-right: 11px;
  border-radius: 999px;
  color: #081015;
  background: var(--gv-red);
}

.gv-status {
  min-height: 38px;
  margin-bottom: 22px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(4, 10, 13, .64);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 38%, transparent), 0 12px 32px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.gv-status::after {
  display: none;
}

.gv-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(5rem, 7.5vw, 8.1rem);
  line-height: .75;
  text-shadow: 0 18px 46px rgba(0, 0, 0, .42);
  text-wrap: balance;
}

.gv-hero-copy > p:not(.op-kicker) {
  max-width: 620px;
  margin-top: 27px;
  color: #d0dadd;
  text-shadow: 0 2px 18px #000;
}

.gv-hero-actions {
  margin-top: 34px;
}

.gv-hero-actions .ctv-action {
  min-height: 54px;
  border-radius: 13px;
}

.gv-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 26px;
  color: #a5b5bb;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gv-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gv-hero-proof span::before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--gv-green);
  box-shadow: 0 0 10px rgba(104, 245, 170, .7);
}

.gv-prize-stage {
  min-height: 380px;
  padding: 34px 18px 58px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.gv-prize-stage::before {
  inset: 14%;
  background: radial-gradient(circle, rgba(255, 49, 86, .26), transparent 66%);
  filter: blur(10px);
}

.gv-prize-stage::after {
  display: none;
}

.giveaway-page[data-giveaway-phase="ended"] .gv-prize-stage {
  background: transparent;
}

.gv-prize-classification {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 0;
  color: rgba(223, 234, 238, .48);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.gv-prize-orbit {
  width: min(280px, 72%);
  border-color: rgba(255, 49, 86, .42);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .018), 0 0 0 62px rgba(255, 49, 86, .03), 0 0 65px rgba(255, 49, 86, .12);
}

.giveaway-page[data-giveaway-phase="ended"] .gv-prize-orbit {
  border-color: rgba(255, 188, 56, .42);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .018), 0 0 0 62px rgba(255, 188, 56, .03), 0 0 65px rgba(255, 188, 56, .1);
}

.gv-prize-stage > img {
  width: min(265px, 68%);
  max-height: 250px;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, .58));
}

.gv-prize-tag {
  right: 0;
  bottom: 4px;
  width: min(300px, calc(100% - 20px));
  padding: 13px 16px 14px;
  border: 0;
  border-radius: 15px;
  background: rgba(4, 9, 12, .84);
  box-shadow: inset 3px 0 var(--gv-red), 0 18px 48px rgba(0, 0, 0, .36);
}

.giveaway-page[data-giveaway-phase="ended"] .gv-prize-tag {
  box-shadow: inset 3px 0 var(--gv-gold), 0 18px 48px rgba(0, 0, 0, .36);
}

.gv-winner-count {
  top: 8px;
  right: 0;
  display: grid;
  justify-items: end;
  gap: 5px;
}

.gv-winner-count small {
  color: #93a4ab;
  font-size: .54rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.gv-countdown-panel {
  right: auto;
  bottom: 24px;
  left: 50%;
  width: var(--gv-shell);
  min-height: 112px;
  grid-template-columns: minmax(320px, 1.45fr) repeat(3, minmax(140px, .48fr));
  padding: 0 18px;
  overflow: hidden;
  border: 1px solid rgba(198, 222, 231, .2);
  border-radius: 22px;
  color: #f4f7f8;
  background: rgba(7, 13, 17, .9);
  box-shadow: 0 28px 75px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.gv-countdown-panel > div,
.gv-countdown-panel > p {
  padding: 20px 24px;
  border-right-color: rgba(198, 222, 231, .13);
}

.gv-countdown-panel > div {
  padding-left: 10px;
}

.gv-countdown-panel span,
.gv-countdown-panel small {
  color: #91a2a9;
}

.gv-countdown-panel > div strong,
.gv-countdown-panel p b {
  color: #fff;
}

.gv-countdown-panel > div strong {
  color: var(--gv-gold);
}

.gv-entry-section {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 49, 86, .05), transparent 28%),
    var(--gv-paper);
}

.gv-entry-shell,
.gv-winners-shell {
  padding-block: clamp(48px, 4vw, 64px);
}

.gv-entry-grid { margin-top: 34px; }

.gv-entry-card {
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(10, 31, 40, .12);
  border-top: 0;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f7fafb);
  box-shadow: 0 30px 80px rgba(6, 18, 24, .12), inset 0 4px #111d23;
}

.gv-entry-card[data-state="joined"] {
  border-top: 0;
  box-shadow: 0 30px 80px rgba(6, 18, 24, .12), inset 0 4px #1fbd75;
}

.gv-entry-card[data-state="eligible"] {
  border-top: 0;
  box-shadow: 0 30px 80px rgba(6, 18, 24, .12), inset 0 4px #e12649;
}

.gv-entry-state > span {
  border-radius: 18px;
}

.gv-checks {
  gap: 8px;
  border: 0;
}

.gv-checks p {
  min-height: 72px;
  border: 1px solid rgba(8, 25, 34, .1);
  border-radius: 13px;
  background: rgba(237, 242, 244, .65);
}

.gv-checks p:nth-child(2n),
.gv-checks p:nth-last-child(-n + 2) {
  border: 1px solid rgba(8, 25, 34, .1);
}

.gv-entry-action {
  min-height: 52px;
  border-radius: 13px;
}

.gv-rules-card {
  padding: 0 24px;
  border: 1px solid rgba(8, 25, 34, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .45);
}

.gv-rules-head {
  min-height: 68px;
}

.gv-winners-section::before {
  opacity: .82;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 188, 56, .13), transparent 32%),
    radial-gradient(circle at 15% 60%, rgba(255, 49, 86, .08), transparent 30%),
    linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
  background-size: auto, auto, 76px 76px, 76px 76px;
}

.gv-winner-grid {
  gap: 16px;
  margin-top: 34px;
}

.gv-winner-card {
  min-height: 236px;
  padding: 24px;
  border: 1px solid rgba(255, 188, 56, .16);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 188, 56, .055), rgba(255, 255, 255, .015));
}

.gv-winner-card:first-child {
  border-color: rgba(255, 188, 56, .38);
}

.gv-winner-card:hover {
  border-color: rgba(255, 225, 156, .7);
}

.gv-result-replay {
  overflow: hidden;
  border-color: rgba(255, 188, 56, .19);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 188, 56, .075), transparent 30%),
    linear-gradient(135deg, rgba(255, 188, 56, .045), transparent 38%),
    #0a1014;
  margin-top: clamp(44px, 5vw, 72px);
}

.gv-participants-section {
  padding-block: clamp(48px, 4vw, 64px);
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 49, 86, .045), transparent 25%),
    #f6f8f9;
}

.gv-participant-grid {
  gap: 10px 24px;
  margin-top: 10px;
}

.gv-participant-toolbar { margin-top: 30px; }

.gv-participant-avatar img,
.gv-winner-avatar img { display: block; }

.gv-participant {
  padding-inline: 12px;
  border: 1px solid rgba(8, 25, 34, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .55);
}

.gv-participant:hover {
  border-color: rgba(225, 38, 73, .38);
}

.gv-archive-grid {
  gap: 18px;
  margin-top: 34px;
}

.gv-archive-section { padding-block: clamp(48px, 4vw, 64px); }

.gv-archive-card {
  min-height: 220px;
  padding: 25px;
  border: 1px solid rgba(184, 215, 226, .14);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .008));
}

.gv-archive-card:hover {
  border-color: rgba(255, 49, 86, .56);
}

.gv-archive-card b {
  right: 25px;
  bottom: 24px;
}

.gv-toast {
  border-radius: 14px;
}

@media (max-width: 1180px) {
  .gv-hero-shell {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
  }

  .gv-prize-stage {
    min-height: 360px;
  }

  .gv-countdown-panel {
    padding-inline: 12px;
  }
}

@media (max-width: 920px) {
  .gv-hero {
    min-height: auto;
  }

  .gv-hero-image {
    background-position: 44% 50%;
  }

  .gv-hero::before {
    background:
      linear-gradient(0deg, #05070a 0%, rgba(5, 7, 10, .42) 54%, rgba(5, 7, 10, .86)),
      linear-gradient(90deg, rgba(2, 4, 6, .92), rgba(2, 4, 6, .52));
  }

  .gv-hero-shell {
    grid-template-columns: 1fr;
    padding: 44px 0 34px;
  }

  .gv-hero-copy {
    max-width: 760px;
  }

  .gv-prize-stage {
    width: min(560px, 100%);
    min-height: 340px;
    margin-inline: auto;
  }

  .gv-countdown-panel {
    position: relative;
    left: auto;
    width: var(--gv-shell);
    margin: 0 auto 24px;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    transform: none;
  }

  .gv-countdown-panel > div {
    grid-column: 1 / -1;
    padding-left: 14px;
  }

  .gv-countdown-panel > p:last-child {
    border-top-color: rgba(198, 222, 231, .13);
  }
}

@media (max-width: 650px) {
  .gv-hero-shell {
    padding-top: 30px;
  }

  .gv-hero-copy .op-kicker {
    max-width: 100%;
  }

  .gv-hero-copy h1 {
    font-size: clamp(3.8rem, 17vw, 5.25rem);
  }

  .gv-hero-proof {
    display: grid;
    gap: 9px;
  }

  .gv-prize-stage {
    min-height: 285px;
    padding: 36px 10px 58px;
  }

  .gv-prize-classification {
    top: 17px;
    left: 18px;
  }

  .gv-prize-stage > img {
    width: min(205px, 58vw);
    max-height: 195px;
  }

  .gv-prize-tag {
    right: 0;
    bottom: 4px;
    width: min(280px, calc(100% - 10px));
    border-radius: 12px;
  }

  .gv-winner-count {
    top: 17px;
    right: 17px;
  }

  .gv-countdown-panel {
    width: calc(100% - 28px);
    padding-inline: 8px;
    border-radius: 16px;
  }

  .gv-countdown-panel > div,
  .gv-countdown-panel > p {
    padding: 16px 10px;
  }

  .gv-entry-card {
    padding: 24px 17px;
    border-radius: 18px;
  }

  .gv-checks {
    gap: 7px;
  }

  .gv-rules-card {
    padding-inline: 18px;
    border-radius: 18px;
  }

  .gv-winner-card,
  .gv-result-replay,
  .gv-archive-card {
    border-radius: 18px;
  }

  .gv-participant {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-hero-image {
    transform: none;
  }
}

/* Wheel v10: premium tactical roulette styling; replay logic remains unchanged. */
.gv-wheel-stage {
  width: min(440px, 100%);
  padding: 10px;
  overflow: visible;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 188, 56, .09), transparent 68%);
  filter: drop-shadow(0 34px 36px rgba(0, 0, 0, .52));
  contain: layout;
}

.gv-wheel-stage::before {
  inset: 0;
  z-index: 4;
  border: 0;
  background:
    radial-gradient(circle at 50% 1.2%, #fff4ce 0 2px, #ffbc38 3px, transparent 5px),
    radial-gradient(circle at 98.8% 50%, #fff4ce 0 2px, #ff3156 3px, transparent 5px),
    radial-gradient(circle at 50% 98.8%, #fff4ce 0 2px, #ffbc38 3px, transparent 5px),
    radial-gradient(circle at 1.2% 50%, #fff4ce 0 2px, #ff3156 3px, transparent 5px),
    conic-gradient(from -35deg, #3c2c14, #d29a30 7%, #171a1c 15%, #695026 24%, #0b1114 34%, #d8a438 48%, #171a1c 58%, #755723 70%, #0b1114 82%, #d7a13a 94%, #3c2c14);
  box-shadow:
    0 0 0 1px rgba(255, 204, 103, .5),
    0 0 0 7px #060a0c,
    0 0 0 8px rgba(159, 215, 238, .16),
    0 0 54px rgba(255, 188, 56, .14),
    0 32px 70px rgba(0, 0, 0, .58);
  -webkit-mask: radial-gradient(circle, transparent 0 89.2%, #000 89.7% 100%);
  mask: radial-gradient(circle, transparent 0 89.2%, #000 89.7% 100%);
}

.gv-wheel-stage::after {
  inset: 3.5%;
  z-index: 0;
  border: 1px solid rgba(255, 188, 56, .24);
  background:
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, .08), transparent 27%),
    radial-gradient(circle, #111a1f 0, #080d10 64%, #020506 100%);
  box-shadow:
    inset 0 0 0 6px rgba(0, 0, 0, .48),
    inset 0 0 45px rgba(0, 0, 0, .72),
    0 0 0 1px rgba(255, 255, 255, .035);
}

.gv-wheel-ticks {
  inset: 2.2%;
  z-index: 5;
  background:
    repeating-conic-gradient(from -90deg, rgba(255, 211, 122, .9) 0 .75deg, transparent .75deg 5deg),
    repeating-conic-gradient(from -90deg, rgba(255, 255, 255, .42) 0 .35deg, transparent .35deg 2.5deg);
  opacity: .84;
  -webkit-mask: radial-gradient(circle, transparent 0 84.8%, #000 85.3% 91.2%, transparent 91.7% 100%);
  mask: radial-gradient(circle, transparent 0 84.8%, #000 85.3% 91.2%, transparent 91.7% 100%);
}

.gv-wheel-rotor {
  inset: 10.5%;
  z-index: 1;
  border: 9px solid #070b0d;
  box-shadow:
    0 0 0 1px rgba(255, 188, 56, .56),
    0 0 0 5px rgba(2, 5, 7, .9),
    0 0 0 6px rgba(255, 255, 255, .06),
    inset 0 0 0 1px rgba(255, 255, 255, .1),
    inset 0 0 42px rgba(0, 0, 0, .52),
    0 18px 34px rgba(0, 0, 0, .48);
}

.gv-wheel-rotor::before {
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .18), transparent 28%),
    radial-gradient(circle, transparent 0 45%, rgba(4, 8, 10, .22) 46% 62%, rgba(255, 255, 255, .13) 62.5%, transparent 63.5%),
    linear-gradient(118deg, rgba(255, 255, 255, .16), transparent 28%, rgba(0, 0, 0, .18) 53%, rgba(255, 255, 255, .07) 72%, transparent);
  mix-blend-mode: screen;
}

.gv-wheel-rotor::after {
  position: absolute;
  z-index: 4;
  inset: 2.5%;
  content: "";
  border: 1px solid rgba(255, 222, 154, .18);
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 73%, rgba(0, 0, 0, .16) 74%, rgba(255, 255, 255, .1) 75%, transparent 77%);
  pointer-events: none;
}

.gv-wheel-labels { z-index: 5; }

.gv-wheel-labels b {
  top: 7.2%;
  min-width: 25px;
  padding: 4px 5px 3px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 4px;
  color: #f8fbfc;
  background: linear-gradient(180deg, rgba(16, 24, 29, .94), rgba(3, 7, 9, .82));
  box-shadow: 0 4px 10px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .08);
  font: 900 .7rem/1 var(--font-body);
  letter-spacing: .035em;
  text-shadow: 0 1px 5px #000;
}

.gv-wheel-labels > span[data-published-winner="true"] b {
  border-color: #ffe09b;
  color: #120e06;
  background: linear-gradient(145deg, #fff0bd, #ffbc38 48%, #c77a10);
  box-shadow: 0 0 0 2px rgba(5, 9, 12, .72), 0 0 22px rgba(255, 188, 56, .7);
  text-shadow: 0 1px rgba(255, 255, 255, .36);
}

.gv-wheel-pointer {
  top: -11px;
  z-index: 8;
  width: 58px;
  height: 78px;
  background: none;
  clip-path: none;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .68));
}

.gv-wheel-pointer::before,
.gv-wheel-pointer::after {
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.gv-wheel-pointer::before {
  top: 0;
  z-index: 2;
  width: 48px;
  height: 30px;
  border: 1px solid rgba(255, 226, 163, .72);
  background:
    radial-gradient(circle at 50% 42%, #fff6dc 0 3px, #ffbc38 4px 7px, transparent 8px),
    linear-gradient(145deg, #323a3e, #090d0f 68%);
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, .25), 0 0 20px rgba(255, 188, 56, .28);
  clip-path: polygon(11px 0, calc(100% - 11px) 0, 100% 50%, calc(100% - 11px) 100%, 11px 100%, 0 50%);
}

.gv-wheel-pointer::after {
  top: 21px;
  width: 34px;
  height: 55px;
  background: linear-gradient(90deg, #9b5c09 0, #ffbc38 25%, #fff0bc 50%, #ffbc38 74%, #9b5c09 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  filter: drop-shadow(0 0 9px rgba(255, 188, 56, .42));
}

.gv-wheel-hub {
  z-index: 7;
  width: 35%;
  border: 2px solid rgba(255, 204, 102, .88);
  background:
    radial-gradient(circle at 38% 27%, rgba(255, 255, 255, .14), transparent 24%),
    repeating-radial-gradient(circle, transparent 0 8px, rgba(255, 255, 255, .012) 9px 10px),
    radial-gradient(circle, #172126 0, #080d10 66%, #030506 100%);
  box-shadow:
    0 0 0 7px rgba(3, 7, 9, .96),
    0 0 0 9px rgba(255, 188, 56, .5),
    0 0 0 13px rgba(5, 9, 12, .88),
    0 0 38px rgba(255, 188, 56, .16),
    inset 0 0 0 1px rgba(255, 255, 255, .09),
    inset 0 -18px 35px rgba(0, 0, 0, .42),
    0 18px 38px rgba(0, 0, 0, .56);
}

.gv-wheel-hub::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}

.gv-wheel-hub small,
.gv-wheel-hub b { position: relative; z-index: 1; }

.gv-wheel-hub small {
  color: #a5b2b8;
  letter-spacing: .1em;
  text-shadow: 0 2px 8px #000;
}

.gv-wheel-hub b {
  margin-top: 8px;
  color: #ffd05d;
  font-size: clamp(1.25rem, 2.35vw, 1.8rem);
  text-shadow: 0 0 18px rgba(255, 188, 56, .38), 0 2px 8px #000;
}

.gv-result-replay[data-state="published"] .gv-wheel-stage::after,
.gv-result-replay[data-state="replaying"] .gv-wheel-stage::after {
  box-shadow:
    inset 0 0 0 6px rgba(0, 0, 0, .48),
    inset 0 0 45px rgba(0, 0, 0, .72),
    0 0 0 1px rgba(255, 255, 255, .035),
    0 0 52px rgba(255, 188, 56, .11);
}

.gv-result-replay[data-state="replaying"] .gv-wheel-stage::before {
  border: 0;
  box-shadow:
    0 0 0 1px rgba(255, 220, 150, .82),
    0 0 0 7px #060a0c,
    0 0 0 9px rgba(255, 188, 56, .42),
    0 0 72px rgba(255, 188, 56, .28),
    0 34px 72px rgba(0, 0, 0, .6);
}

.gv-result-replay[data-state="replaying"] .gv-wheel-pointer::after {
  animation: gvWheelPointerKick .16s ease-in-out infinite alternate;
  transform-origin: 50% 0;
}

.gv-result-replay[data-state="replaying"] .gv-wheel-hub {
  animation: gvWheelHubPulse .8s ease-in-out infinite alternate;
}

@keyframes gvWheelPointerKick {
  from { transform: translateX(-50%) rotate(-4deg); }
  to { transform: translateX(-50%) rotate(4deg); }
}

@keyframes gvWheelHubPulse {
  from { box-shadow: 0 0 0 7px rgba(3, 7, 9, .96), 0 0 0 9px rgba(255, 188, 56, .5), 0 0 0 13px rgba(5, 9, 12, .88), 0 0 32px rgba(255, 188, 56, .14), inset 0 0 0 1px rgba(255, 255, 255, .09), inset 0 -18px 35px rgba(0, 0, 0, .42), 0 18px 38px rgba(0, 0, 0, .56); }
  to { box-shadow: 0 0 0 7px rgba(3, 7, 9, .96), 0 0 0 9px rgba(255, 213, 123, .82), 0 0 0 13px rgba(5, 9, 12, .88), 0 0 52px rgba(255, 188, 56, .34), inset 0 0 0 1px rgba(255, 255, 255, .12), inset 0 -18px 35px rgba(0, 0, 0, .42), 0 18px 38px rgba(0, 0, 0, .56); }
}

@media (max-width: 920px) {
  .gv-wheel-stage { width: min(420px, 86vw); }
}

@media (max-width: 650px) {
  .gv-wheel-stage { width: min(322px, calc(100vw - 52px)); padding: 7px; }
  .gv-wheel-rotor { inset: 10.5%; border-width: 7px; }
  .gv-wheel-pointer { top: -8px; width: 48px; height: 65px; }
  .gv-wheel-pointer::before { width: 40px; height: 25px; }
  .gv-wheel-pointer::after { top: 18px; width: 28px; height: 46px; }
  .gv-wheel-hub { width: 36%; box-shadow: 0 0 0 5px rgba(3, 7, 9, .96), 0 0 0 7px rgba(255, 188, 56, .5), 0 0 0 10px rgba(5, 9, 12, .88), 0 0 30px rgba(255, 188, 56, .14), inset 0 0 0 1px rgba(255, 255, 255, .09), inset 0 -14px 28px rgba(0, 0, 0, .42), 0 14px 30px rgba(0, 0, 0, .52); }
  .gv-wheel-hub small { max-width: 78px; font-size: .53rem; line-height: 1.2; }
  .gv-wheel-hub b { margin-top: 5px; font-size: 1.25rem; }
  .gv-wheel-labels b { min-width: 21px; padding: 3px 4px; font-size: .62rem; }
}

@media (max-width: 390px) {
  .gv-wheel-stage { width: min(292px, calc(100vw - 44px)); }
  .gv-wheel-labels b { min-width: 19px; padding-inline: 3px; font-size: .58rem; }
}

@media (prefers-reduced-motion: reduce) {
  .gv-result-replay[data-state="replaying"] .gv-wheel-pointer::after,
  .gv-result-replay[data-state="replaying"] .gv-wheel-hub { animation: none !important; }
}

/* Winners v13: compact split composition — wheel left, published winner right. */
.gv-winners-shell {
  display: grid;
  grid-template-columns: minmax(370px, 440px) minmax(0, 1fr);
  grid-template-areas:
    "wheel heading"
    "wheel winners"
    "wheel audit"
    "wheel controls";
  column-gap: clamp(42px, 5vw, 82px);
  row-gap: 18px;
  align-items: start;
  padding-block: clamp(42px, 4vw, 62px);
}

.gv-winners-shell > .gv-section-head {
  grid-area: heading;
  display: block;
  align-self: end;
}

.gv-winners-shell > .gv-section-head h2 {
  font-size: clamp(3.55rem, 5vw, 5.8rem);
}

.gv-winner-grid {
  grid-area: winners;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 12px;
  margin-top: 0;
}

.gv-winner-card {
  min-height: 176px;
  padding: 20px 22px;
}

.gv-winner-identity { margin-top: 24px; }
.gv-winner-prize { margin-top: 22px; }

.gv-winner-card:only-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label label"
    "identity prize";
  column-gap: 24px;
  min-height: 142px;
  align-items: center;
}

.gv-winner-card:only-child > span:first-child { grid-area: label; }

.gv-winner-card:only-child .gv-winner-identity {
  grid-area: identity;
  margin-top: 14px;
}

.gv-winner-card:only-child .gv-winner-prize {
  grid-area: prize;
  margin-top: 14px;
  text-align: right;
}

.gv-draw-audit {
  grid-area: audit;
  margin-top: 0;
}

.gv-draw-audit p { padding-block: 13px 14px; }
.gv-draw-audit b { margin-top: 6px; }

.gv-result-replay { display: contents; }

.gv-result-replay > .gv-wheel-stage {
  grid-area: wheel;
  align-self: center;
  width: min(440px, 100%);
  margin: 0;
}

.gv-result-replay > .gv-replay-copy {
  grid-area: controls;
  max-width: none;
  padding-top: 18px;
  border-top: 1px solid var(--gv-line);
}

.gv-replay-copy .op-kicker { margin-bottom: 11px; }

.gv-replay-copy h3 {
  font-size: clamp(2.15rem, 3.1vw, 3.35rem);
  line-height: .84;
}

.gv-replay-copy h3 br { display: none; }
.gv-replay-copy h3 em { margin-left: .16em; }

.gv-replay-copy > p:not(.op-kicker):not(.gv-wheel-note) {
  margin-top: 14px;
  line-height: 1.5;
}

.gv-wheel-result { margin-top: 15px; }
.gv-wheel-result[aria-hidden="true"] { display: none; }
.gv-wheel-actions { margin-top: 17px; }

@media (max-width: 1080px) {
  .gv-winners-shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "winners"
      "audit"
      "wheel"
      "controls";
    row-gap: 24px;
  }

  .gv-winners-shell > .gv-section-head h2 {
    font-size: var(--type-section-title);
  }

  .gv-result-replay > .gv-wheel-stage {
    width: min(420px, 86vw);
    margin: 18px auto 8px;
  }

  .gv-result-replay > .gv-replay-copy { padding-top: 24px; }
}

@media (max-width: 650px) {
  .gv-winners-shell {
    row-gap: 20px;
    padding-block: 54px;
  }

  .gv-winners-shell > .gv-section-head h2 {
    font-size: clamp(3.2rem, 16vw, 4.6rem);
  }

  .gv-winner-card {
    min-height: 170px;
    padding: 20px;
  }

  .gv-winner-card:only-child {
    display: block;
    min-height: 170px;
  }

  .gv-winner-card:only-child .gv-winner-identity { margin-top: 24px; }

  .gv-winner-card:only-child .gv-winner-prize {
    margin-top: 22px;
    text-align: left;
  }

  .gv-draw-audit { grid-template-columns: 1fr; }

  .gv-draw-audit p,
  .gv-draw-audit p:not(:first-child) {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--gv-line);
  }

  .gv-draw-audit p:last-child { border-bottom: 0; }

  .gv-result-replay > .gv-wheel-stage {
    width: min(322px, calc(100vw - 52px));
  }

  .gv-replay-copy h3 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
}
