:root {
  color-scheme: dark;
  --bg: oklch(8% 0.022 260);
  --panel: oklch(19% 0.07 255 / 86%);
  --panel-deep: oklch(13% 0.06 258 / 92%);
  --line: oklch(76% 0.15 75 / 72%);
  --text: oklch(97% 0.012 255);
  --muted: oklch(72% 0.025 255);
  --blue: oklch(48% 0.17 250);
  --cyan: oklch(72% 0.17 218);
  --gold: oklch(80% 0.16 86);
  --orange: oklch(68% 0.19 35);
  --danger: oklch(65% 0.18 24);
}

#claimModal {
  background: oklch(4% 0.025 255 / 72%);
}

#claimModal .prize-instruction-card {
  width: min(492px, calc(100vw - 16px)) !important;
  max-height: min(94vh, 626px);
  overflow: visible;
  border-radius: 9px;
  background:
    radial-gradient(circle at 76% 18%, oklch(39% 0.15 249 / 44%), transparent 36%),
    linear-gradient(145deg, oklch(6% 0.055 266 / 98%), oklch(21% 0.11 250 / 98%));
}

#claimModal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 80;
  width: 21px;
  min-width: 21px;
  height: 21px;
  min-height: 21px;
  padding: 0;
  border-width: 1px;
  border-radius: 6px;
  background: oklch(10% 0.055 255 / 100%);
  font-size: 16px;
  transform: none;
}

#claimInstructionContent {
  padding: 13px 15px 15px;
}

#claimModal .prize-instruction {
  gap: 10px;
}

#claimModal .prize-instruction-title {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

#claimModal .prize-offer-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  width: 100%;
}

#claimModal .prize-offer-panel,
#claimModal .prize-offer-panel.is-active {
  min-width: 0;
}

#claimModal .prize-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "art"
    "copy"
    "actions"
    "meta";
  justify-items: center;
  align-items: start;
  gap: 7px;
  min-height: 270px;
  padding: 18px 20px 16px;
  border: 1px solid #ff9b00;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 34%, oklch(44% 0.17 245 / 54%), transparent 58%),
    linear-gradient(145deg, oklch(9% 0.07 252 / 98%), oklch(23% 0.15 249 / 94%));
  box-shadow:
    inset 0 0 26px oklch(57% 0.21 245 / 34%),
    0 10px 26px oklch(2% 0.02 255 / 50%);
  overflow: hidden;
}

#claimModal .prize-instruction-art {
  grid-area: art;
  width: 145px;
  height: 86px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

#claimModal .prize-instruction-art img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

#claimModal .prize-summary-copy {
  grid-area: copy;
  display: grid;
  justify-items: center;
  gap: 3px;
  width: 100%;
  margin: 0;
  text-align: center;
}

#claimModal .prize-summary-copy > span {
  color: #27ef95;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

#claimModal .prize-summary-copy > strong {
  color: oklch(98% 0.012 255);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

#claimModal .prize-summary-actions {
  grid-area: actions;
  display: flex;
  justify-content: center;
  width: 100%;
}

#claimModal .prize-get-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  min-height: 35px;
  border-radius: 999px;
  background: linear-gradient(180deg, #31df8e, #0fc67d);
  color: oklch(8% 0.04 250);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px oklch(55% 0.21 155 / 24%);
}

#claimModal .prize-summary-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  width: 100%;
  margin: 2px 0 0;
}

#claimModal .prize-summary-meta > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 25px;
  padding: 5px 8px;
  border: 1px solid oklch(62% 0.16 247 / 25%);
  border-radius: 5px;
  background: oklch(15% 0.09 249 / 78%);
}

#claimModal .prize-summary-meta small {
  color: oklch(88% 0.032 255);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

#claimModal .prize-summary-meta b,
#claimModal .prize-summary-code code {
  color: #27ef95;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

#claimModal .prize-summary-code span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

#claimModal .prize-summary-code .copy-promo {
  display: inline-grid;
  place-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
  border: 0;
  background: transparent;
  color: oklch(78% 0.08 248);
}

#claimModal .prize-summary-code .copy-promo svg {
  width: 10px;
  height: 10px;
}

#claimModal .prize-offer-note {
  display: block;
  width: 100%;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid oklch(55% 0.12 248 / 34%);
  border-radius: 5px;
  background: oklch(5% 0.035 255 / 80%);
  color: oklch(94% 0.018 255);
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
}

#claimModal .prize-offer-note a {
  color: #27ef95;
  font-weight: 800;
}

#claimModal .tutorial-viewer {
  min-height: 236px;
  height: 236px;
  padding: 0;
  border: 1px solid #ff9b00;
  border-radius: 8px;
  background: oklch(5% 0.035 255 / 82%);
  overflow: hidden;
}

#claimModal .tutorial-topbar {
  padding: 10px 12px 0;
  margin-bottom: 8px;
}

#claimModal .tutorial-screen {
  min-height: 178px;
  height: 178px;
  border-radius: 0 0 7px 7px;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(92vh, 686px);
    border-radius: 15px;
  }

  #claimInstructionContent {
    padding: 17px 15px;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  #claimModal .prize-offer-panels {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #claimModal .prize-summary-card {
    grid-template-columns: 119px minmax(0, 1fr);
    grid-template-areas:
      "art copy"
      "art meta"
      "actions actions";
    align-items: center;
    justify-items: stretch;
    gap: 8px 14px;
    min-height: 151px;
    padding: 8px 14px 9px;
    border-radius: 14px;
  }

  #claimModal .prize-instruction-art {
    width: 119px;
    height: 86px;
    border-radius: 9px;
  }

  #claimModal .prize-instruction-art img {
    border-radius: 9px;
  }

  #claimModal .prize-summary-copy {
    justify-items: start;
    align-self: end;
    gap: 4px;
    text-align: left;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 16px;
  }

  #claimModal .prize-summary-meta {
    align-self: start;
    grid-template-columns: .86fr 1.14fr;
    gap: 12px;
    margin-top: 0;
  }

  #claimModal .prize-summary-meta > div {
    display: grid;
    justify-content: start;
    gap: 3px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 14px;
  }

  #claimModal .prize-summary-code span {
    justify-content: start;
    gap: 7px;
  }

  #claimModal .prize-summary-code .copy-promo {
    width: auto;
    min-width: 0;
    height: 18px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: oklch(17% 0.08 250 / 84%);
    color: #27ef95;
    font-size: 9px;
    font-weight: 800;
  }

  #claimModal .prize-summary-code .copy-promo::before {
    content: "Copy";
  }

  #claimModal .prize-summary-code .copy-promo svg {
    width: 9px;
    height: 9px;
  }

  #claimModal .prize-get-link {
    width: 100%;
    min-height: 38px;
    font-size: 12px;
  }

  #claimModal .prize-offer-note {
    width: min(315px, 100%);
    justify-self: center;
    padding: 5px 0;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
  }

  #claimModal .tutorial-viewer {
    min-height: 228px;
    height: 228px;
    border-radius: 20px;
  }
}

/* Final audited prize modal layout. Keep at EOF so older duplicate overrides cannot win. */
#claimModal {
  background: oklch(4% 0.025 255 / 72%) !important;
}

#claimModal .prize-instruction-card {
  width: min(492px, calc(100vw - 16px)) !important;
  max-height: min(94vh, 626px) !important;
  overflow: visible !important;
  border-radius: 9px !important;
  background:
    radial-gradient(circle at 76% 18%, oklch(39% 0.15 249 / 44%), transparent 36%),
    linear-gradient(145deg, oklch(6% 0.055 266 / 98%), oklch(21% 0.11 250 / 98%)) !important;
}

#claimModal .modal-close {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 80 !important;
  width: 21px !important;
  min-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  padding: 0 !important;
  border-width: 1px !important;
  border-radius: 6px !important;
  background: oklch(10% 0.055 255 / 100%) !important;
  font-size: 16px !important;
  transform: none !important;
}

#claimInstructionContent {
  padding: 13px 15px 15px !important;
}

#claimModal .prize-instruction {
  gap: 10px !important;
}

#claimModal .prize-instruction-title {
  margin: 0 0 4px !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

#claimModal .prize-offer-panels {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 13px !important;
  width: 100% !important;
}

#claimModal .prize-offer-panel,
#claimModal .prize-offer-panel.is-active {
  min-width: 0 !important;
}

#claimModal .prize-summary-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "art"
    "copy"
    "actions"
    "meta" !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 7px !important;
  min-height: 270px !important;
  padding: 18px 20px 16px !important;
  border: 1px solid #ff9b00 !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 50% 34%, oklch(44% 0.17 245 / 54%), transparent 58%),
    linear-gradient(145deg, oklch(9% 0.07 252 / 98%), oklch(23% 0.15 249 / 94%)) !important;
  box-shadow:
    inset 0 0 26px oklch(57% 0.21 245 / 34%),
    0 10px 26px oklch(2% 0.02 255 / 50%) !important;
  overflow: hidden !important;
}

#claimModal .prize-instruction-art {
  grid-area: art !important;
  width: 145px !important;
  height: 86px !important;
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

#claimModal .prize-instruction-art img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

#claimModal .prize-summary-copy {
  grid-area: copy !important;
  display: grid !important;
  justify-items: center !important;
  gap: 3px !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

#claimModal .prize-summary-copy > span {
  color: #27ef95 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#claimModal .prize-summary-copy > strong {
  color: oklch(98% 0.012 255) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#claimModal .prize-summary-actions {
  grid-area: actions !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

#claimModal .prize-get-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 122px !important;
  min-height: 35px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #31df8e, #0fc67d) !important;
  color: oklch(8% 0.04 250) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px oklch(55% 0.21 155 / 24%) !important;
}

#claimModal .prize-summary-meta {
  grid-area: meta !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
}

#claimModal .prize-summary-meta > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 25px !important;
  padding: 5px 8px !important;
  border: 1px solid oklch(62% 0.16 247 / 25%) !important;
  border-radius: 5px !important;
  background: oklch(15% 0.09 249 / 78%) !important;
}

#claimModal .prize-summary-meta small {
  color: oklch(88% 0.032 255) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

#claimModal .prize-summary-meta b,
#claimModal .prize-summary-code code {
  color: #27ef95 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

#claimModal .prize-summary-code span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
}

#claimModal .prize-summary-code .copy-promo {
  display: inline-grid !important;
  place-items: center !important;
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: oklch(78% 0.08 248) !important;
}

#claimModal .prize-summary-code .copy-promo svg {
  width: 10px !important;
  height: 10px !important;
}

#claimModal .prize-offer-note {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 7px 9px !important;
  border: 1px solid oklch(55% 0.12 248 / 34%) !important;
  border-radius: 5px !important;
  background: oklch(5% 0.035 255 / 80%) !important;
  color: oklch(94% 0.018 255) !important;
  font-size: 8px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

#claimModal .prize-offer-note a {
  color: #27ef95 !important;
  font-weight: 800 !important;
}

#claimModal .tutorial-viewer {
  min-height: 236px !important;
  height: 236px !important;
  padding: 0 !important;
  border: 1px solid #ff9b00 !important;
  border-radius: 8px !important;
  background: oklch(5% 0.035 255 / 82%) !important;
  overflow: hidden !important;
}

#claimModal .tutorial-topbar {
  padding: 10px 12px 0 !important;
  margin-bottom: 8px !important;
}

#claimModal .tutorial-screen {
  min-height: 178px !important;
  height: 178px !important;
  border-radius: 0 0 7px 7px !important;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(92vh, 686px) !important;
    border-radius: 15px !important;
  }

  #claimInstructionContent {
    padding: 17px 15px !important;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 3px !important;
    font-size: 20px !important;
  }

  #claimModal .prize-offer-panels {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #claimModal .prize-summary-card {
    grid-template-columns: 119px minmax(0, 1fr) !important;
    grid-template-areas:
      "art copy"
      "art meta"
      "actions actions" !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: 8px 14px !important;
    min-height: 151px !important;
    padding: 8px 14px 9px !important;
    border-radius: 14px !important;
  }

  #claimModal .prize-instruction-art {
    width: 119px !important;
    height: 86px !important;
    border-radius: 9px !important;
  }

  #claimModal .prize-instruction-art img {
    border-radius: 9px !important;
  }

  #claimModal .prize-summary-copy {
    justify-items: start !important;
    align-self: end !important;
    gap: 4px !important;
    text-align: left !important;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 16px !important;
  }

  #claimModal .prize-summary-meta {
    align-self: start !important;
    grid-template-columns: .86fr 1.14fr !important;
    gap: 12px !important;
    margin-top: 0 !important;
  }

  #claimModal .prize-summary-meta > div {
    display: grid !important;
    justify-content: start !important;
    gap: 3px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px !important;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 14px !important;
  }

  #claimModal .prize-summary-code span {
    justify-content: start !important;
    gap: 7px !important;
  }

  #claimModal .prize-summary-code .copy-promo {
    width: auto !important;
    min-width: 0 !important;
    height: 18px !important;
    min-height: 18px !important;
    padding: 0 6px !important;
    border-radius: 4px !important;
    background: oklch(17% 0.08 250 / 84%) !important;
    color: #27ef95 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
  }

  #claimModal .prize-summary-code .copy-promo::before {
    content: "Copy" !important;
  }

  #claimModal .prize-summary-code .copy-promo svg {
    width: 9px !important;
    height: 9px !important;
  }

  #claimModal .prize-get-link {
    width: 100% !important;
    min-height: 38px !important;
    font-size: 12px !important;
  }

  #claimModal .prize-offer-note {
    width: min(315px, 100%) !important;
    justify-self: center !important;
    padding: 5px 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  #claimModal .tutorial-viewer {
    min-height: 228px !important;
    height: 228px !important;
    border-radius: 20px !important;
  }
}

@property --timer-progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

* { box-sizing: border-box; }

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: Poppins, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
}

.seo-source {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 38%, oklch(34% 0.13 250 / 34%), transparent 26rem),
    linear-gradient(180deg, oklch(6% 0.03 260 / 98%), oklch(4% 0.026 260 / 98%));
  transition: opacity 320ms ease, visibility 320ms ease;
}

.app-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.app-loader-card {
  width: min(360px, 92vw);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px 22px;
  border: 1px solid oklch(76% 0.15 75 / 52%);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, oklch(71% 0.17 75 / 14%), transparent 9rem),
    linear-gradient(145deg, oklch(9% 0.052 254 / 94%), oklch(15% 0.07 250 / 92%));
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 8%),
    0 24px 70px oklch(2% 0.02 260 / 58%);
}

.app-loader-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px oklch(3% 0.02 260 / 60%));
}

.app-loader-card span {
  color: oklch(96% 0.012 250);
  font-size: 15px;
  font-weight: 750;
}

.app-loader-track {
  overflow: hidden;
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: oklch(4% 0.028 255 / 78%);
  box-shadow: inset 0 0 0 1px oklch(75% 0.14 248 / 20%);
}

.app-loader-track i {
  display: block;
  width: var(--loader-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18da86, #39bfff, #ffb21b);
  transition: width 260ms ease;
}

.app-loader-card strong {
  color: #27ef95;
  font-size: 13px;
  font-weight: 850;
}

.scene-bg-image,
.scene-bg-shade {
  position: fixed;
  inset: 0;
}

.scene-bg-image {
  z-index: -3;
  background: url("../game/background-still.jpg") center / cover no-repeat;
}

.scene-bg-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 42%, oklch(36% 0.12 255 / 24%), transparent 29rem),
    linear-gradient(180deg, oklch(5% 0.02 260 / 22%), oklch(4% 0.02 260 / 82%));
}

.stage-shell {
  position: relative;
  width: min(1920px, 100vw);
  height: 100dvh;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(8px, 1vh, 18px) clamp(14px, 3vw, 58px) clamp(8px, 1.2vh, 22px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(4px, .8vh, 10px);
  overflow: hidden;
}

.decor-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  display: none;
}

.decor-item {
  position: absolute;
  display: block;
  user-select: none;
  filter: drop-shadow(0 16px 24px oklch(3% 0.02 260 / 50%));
}

.decor-win {
  left: 50%;
  top: clamp(48px, 8vh, 102px);
  width: clamp(250px, 23vw, 430px);
  transform: translateX(-50%) rotate(-3deg);
  z-index: 1;
}

.decor-coins {
  left: 50%;
  top: clamp(112px, 14vh, 180px);
  width: min(1420px, 84vw);
  transform: translateX(-50%);
  opacity: .92;
}

.decor-lollipop {
  left: clamp(38px, 6vw, 112px);
  top: clamp(170px, 24vh, 280px);
  width: clamp(86px, 9vw, 154px);
  transform: rotate(-8deg);
}

.decor-book {
  left: clamp(132px, 13vw, 246px);
  top: clamp(182px, 25vh, 296px);
  width: clamp(62px, 6.4vw, 112px);
  transform: rotate(9deg);
}

.decor-pyramid {
  left: clamp(214px, 23vw, 420px);
  top: clamp(188px, 25vh, 310px);
  width: clamp(126px, 13vw, 232px);
  transform: rotate(-8deg);
}

.decor-horseshoe {
  right: clamp(158px, 18vw, 330px);
  top: clamp(142px, 20vh, 244px);
  width: clamp(70px, 7.5vw, 132px);
  transform: rotate(9deg);
}

.decor-side-coin {
  right: clamp(54px, 8vw, 156px);
  top: clamp(248px, 34vh, 410px);
  width: clamp(42px, 4.7vw, 86px);
  transform: rotate(-13deg);
}

.decor-drum {
  left: clamp(-105px, -4.8vw, -34px);
  bottom: clamp(48px, 8vh, 116px);
  width: clamp(210px, 19vw, 360px);
  transform: rotate(8deg);
  filter: drop-shadow(0 20px 28px oklch(3% 0.02 260 / 58%)) blur(.2px);
}

.decor-panda {
  right: clamp(-36px, -1vw, 8px);
  bottom: clamp(2px, 1vh, 28px);
  width: clamp(168px, 17vw, 318px);
  z-index: 1;
}

.player-bar {
  position: fixed;
  top: clamp(10px, 2.8vh, 34px);
  right: clamp(14px, 3vw, 58px);
  z-index: 14;
  width: max-content;
  max-width: calc(100vw - 72px);
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, auto) auto auto;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border: 1px solid #F18323;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 50%, oklch(40% 0.14 245 / 42%), transparent 9rem),
    linear-gradient(180deg, oklch(14% 0.07 254 / 96%), oklch(8% 0.055 260 / 96%));
  box-shadow: 0 18px 42px oklch(2% 0.02 260 / 50%);
}

.player-bar.is-guest {
  width: auto;
  grid-template-columns: auto auto;
}

.player-bar.is-guest .player-identity {
  display: none;
}

.player-bar[hidden] {
  display: none;
}

.player-identity,
.player-rules,
.player-history {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.player-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  background: oklch(96% 0.025 250);
  box-shadow: 0 0 0 2px oklch(93% 0.03 250 / 92%), 0 5px 14px oklch(3% 0.02 260 / 42%);
}

.player-identity strong {
  font-size: 13px;
  font-weight: 800;
  max-width: min(220px, 28vw);
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-rules,
.player-history {
  border: 1px solid #F18323;
  color: var(--text);
  background: oklch(9% 0.045 260 / 72%);
}

.player-rules,
.player-history {
  padding: 0 18px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
}

.player-rules:hover,
.player-history:hover {
  background: oklch(15% 0.07 250 / 86%);
  transform: translateY(-1px);
}

.player-rules {
  border-color: oklch(77% 0.16 155 / 86%);
}

.player-rules img,
.player-history img {
  width: 24px;
  height: 24px;
  display: block;
}

.show-layout {
  position: relative;
  display: grid;
  grid-template-columns: clamp(150px, 14vw, 260px) minmax(0, 1fr) clamp(190px, 14vw, 260px);
  gap: clamp(8px, 1vw, 18px);
  align-items: stretch;
  min-height: 0;
}

.left-rail,
.right-rail {
  position: relative;
  z-index: 3;
}

.left-rail {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  align-content: start;
  gap: clamp(16px, 3.5vh, 38px);
  padding-top: clamp(12px, 2.8vh, 34px);
}

.show-logo {
  width: min(288px, 100%);
  filter: drop-shadow(0 18px 28px oklch(3% 0.02 260 / 70%));
}

.question-image[hidden] {
  display: none;
}

.question-image {
  position: relative;
  isolation: isolate;
  width: min(236px, 88%);
  min-height: clamp(180px, 25vh, 282px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 20%, oklch(38% 0.13 245 / 52%), transparent 12rem),
    linear-gradient(135deg, oklch(12% 0.055 255 / 94%), oklch(29% 0.12 247 / 86%));
  box-shadow:
    0 25px 60px oklch(2% 0.02 260 / 55%),
    0 0 0 1px oklch(78% 0.17 72 / 34%),
    0 0 26px oklch(72% 0.18 245 / 18%);
  animation: questionImageGlow 3.8s ease-in-out infinite;
}

.question-image::before,
.question-image::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.question-image::before {
  inset: -42%;
  z-index: 0;
  background:
    conic-gradient(
      from 0deg,
      oklch(83% 0.17 75 / 0%),
      oklch(84% 0.19 78 / 76%),
      oklch(69% 0.18 245 / 48%),
      oklch(83% 0.17 75 / 0%),
      oklch(84% 0.19 78 / 76%)
    );
  animation: questionImageBorderFlow 5.6s linear infinite;
}

.question-image::after {
  inset: 7px;
  z-index: 1;
  border-radius: 14px;
  background:
    linear-gradient(115deg, transparent 0 34%, oklch(96% 0.03 88 / 0%) 42%, oklch(96% 0.03 88 / 24%) 50%, oklch(96% 0.03 88 / 0%) 58%, transparent 66% 100%);
  transform: translateX(-145%);
  animation: questionImageSheen 5.8s ease-out infinite;
}

.question-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.25;
  border-radius: 10px;
  box-shadow: 0 8px 22px oklch(3% 0.02 260 / 36%);
}

@keyframes questionImageBorderFlow {
  to { transform: rotate(360deg); }
}

@keyframes questionImageGlow {
  0%,
  100% {
    box-shadow:
      0 25px 60px oklch(2% 0.02 260 / 55%),
      0 0 0 1px oklch(78% 0.17 72 / 34%),
      0 0 24px oklch(72% 0.18 245 / 16%);
  }
  50% {
    box-shadow:
      0 28px 66px oklch(2% 0.02 260 / 58%),
      0 0 0 1px oklch(84% 0.2 78 / 56%),
      0 0 38px oklch(74% 0.18 245 / 30%);
  }
}

@keyframes questionImageSheen {
  0%,
  42% { transform: translateX(-145%); }
  64%,
  100% { transform: translateX(145%); }
}

@media (prefers-reduced-motion: reduce) {
  .question-image {
    animation: none;
  }

  .question-image::before,
  .question-image::after {
    animation: none;
  }
}

.host-stage {
  grid-column: 1 / -1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  min-height: 0;
  height: 100%;
  display: grid;
  place-items: end center;
  overflow: visible;
}

.host-emblem {
  position: absolute;
  left: 50%;
  bottom: 20%;
  width: min(620px, 78%);
  transform: translateX(-50%);
  opacity: 1;
  filter: drop-shadow(0 0 18px oklch(57% 0.18 250 / 38%));
  z-index: 0;
  transition: opacity 180ms ease;
  text-align: center;
}

.host-emblem img {
  width: 70%;
}

.host-stage.is-bridge .host-emblem {
  opacity: 0;
}

.video-frame {
  position: relative;
  z-index: 2;
  width: min(1300px, 78vw);
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: min(760px, calc(100dvh - 250px));
  min-height: 360px;
  overflow: visible;
  background: transparent;
  transform: translateY(-90px);
}

@media (min-width: 721px) {
  body.is-attempt-active .video-frame:not(.is-intro):not(.is-bridge) {
    overflow: visible;
  }
}

.video-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48%;
  height: 18%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: oklch(2% 0.02 260 / 58%);
  filter: blur(22px);
  pointer-events: none;
}

@media (min-width: 1500px) {
  .video-frame {
    width: 1300px;
  }
}

.video-frame video,
.host-canvas {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  transform-origin: center bottom;
  transition: transform 260ms ease-out;
}

.video-frame.is-intro video,
.video-frame.is-intro .host-canvas {
  transform: none;
}

.video-frame.is-bridge video,
.video-frame.is-bridge .host-canvas {
  transform: none;
}

body.is-attempt-active .video-frame:not(.is-intro):not(.is-bridge) video,
body.is-attempt-active .video-frame:not(.is-intro):not(.is-bridge) .host-canvas {
  clip-path: none;
  transform: translateY(-7%) scale(1.16);
  transform-origin: 50% 14%;
}

.video-frame video.is-key-source {
  opacity: 0;
}

.host-canvas {
  position: absolute;
  inset: 0;
  image-rendering: auto;
  filter: drop-shadow(0 12px 22px oklch(2% 0.02 260 / 34%));
}

.video-fallback,
.video-debug-controls {
  display: none;
}

.skip-intro-btn {
  position: absolute;
  right: clamp(34px, 5vw, 86px);
  top: -48px;
  z-index: 10;
  border: 1px solid oklch(78% 0.14 82 / 72%);
  border-radius: 999px;
  padding: 9px 16px;
  color: white;
  background: oklch(10% 0.04 250 / 74%);
  box-shadow: 0 12px 26px oklch(2% 0.02 260 / 38%);
}

.skip-intro-btn[hidden] {
  display: none;
}

.host-overlay {
  position: absolute;
  inset: 18px;
  z-index: 6;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.right-rail {
  grid-column: 3;
  grid-row: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: clamp(8px, 1.25vh, 14px);
  align-content: start;
  padding-top: clamp(72px, 10vh, 104px);
}

.lifeline-panel {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -90px;
  z-index: 16;
  width: min(390px, 28vw);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.lifeline-panel[hidden],
.cashout[hidden],
.current-win-card[hidden] {
  display: none;
}

.lifeline-asset {
  width: 100%;
  min-height: 50px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.lifeline-asset img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 11px 22px oklch(2% 0.02 260 / 62%));
}

.lifeline:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.answer:disabled {
  opacity: 1;
  filter: none;
  cursor: default;
}

.poll-card {
  position: absolute;
  top: 78px;
  right: calc(100% + clamp(12px, 1.2vw, 22px));
  width: clamp(228px, 15vw, 292px);
  min-height: clamp(174px, 22vh, 232px);
  padding: clamp(22px, 2.5vh, 30px) clamp(18px, 1.25vw, 22px) clamp(46px, 5.4vh, 58px);
  border: 1px solid #F18323;
  border-radius: 22px 22px 8px 8px;
  background:
    radial-gradient(circle at 52% 30%, oklch(35% 0.14 250 / 48%), transparent 7.5rem),
    linear-gradient(180deg, oklch(13% 0.07 252 / 96%), oklch(8% 0.05 258 / 96%));
  box-shadow: 0 22px 54px oklch(2% 0.02 260 / 48%);
  transform-origin: right top;
  animation: pollPop .34s cubic-bezier(.16, 1, .3, 1);
  overflow: hidden;
}

.poll-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(34px, 4.6vh, 42px);
  border-top: 1px solid #F18323;
  border-radius: 8px 8px 6px 6px;
  background:
    radial-gradient(circle at 50% 55%, oklch(34% 0.14 245 / 62%), transparent 6rem),
    linear-gradient(180deg, oklch(19% 0.1 250 / 96%), oklch(9% 0.05 260 / 98%));
  box-shadow: inset 0 8px 18px oklch(45% 0.16 245 / 28%);
}

.poll-card[hidden] {
  display: none;
}

.poll-bars {
  position: relative;
  z-index: 1;
  margin-bottom: -11px;
  height: clamp(120px, 15.8vh, 168px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 1.15vw, 22px);
  align-items: end;
}

.poll-bars span {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 34px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #D57920, #B36921);
  transition: height .16s cubic-bezier(.16, 1, .3, 1), filter .16s ease-out;
}

.poll-bars span.hot {
  background: linear-gradient(180deg, #C95538, #A74232);
}

.poll-bars b {
  position: absolute;
  top: -28px;
  color: var(--text);
  font-size: clamp(15px, 1.2vw, 22px);
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 2px 8px oklch(2% 0.02 260 / 62%);
}

.poll-bars em {
  position: absolute;
  bottom: clamp(-39px, -4.4vh, -33px);
  z-index: 2;
  color: var(--text);
  font-size: clamp(13px, .95vw, 18px);
  font-style: normal;
  font-weight: 900;
}

.poll-card.is-thinking {
  box-shadow: 0 22px 60px oklch(62% 0.17 230 / 30%), 0 22px 54px oklch(2% 0.02 260 / 48%);
}

.poll-card.is-thinking .poll-bars span {
  filter: brightness(1.18);
}

.phone-timer {
  --call-progress: 100%;
  --phone-dot-size: clamp(6px, .48vw, 9px);
  --phone-dot-radius: clamp(-93px, -4.9vw, -70px);
  position: absolute;
  top: clamp(56px, 6.7vh, 82px);
  right: calc(100% + clamp(12px, 1.2vw, 22px));
  z-index: 4;
  width: clamp(150px, 10.4vw, 198px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-origin: right top;
  animation: pollPop .34s cubic-bezier(.16, 1, .3, 1);
}

.phone-timer[hidden] {
  display: none;
}

.phone-timer-ring {
  position: relative;
  width: 82%;
  height: 82%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: url("../game/phone-a-friend-bg.png") center / contain no-repeat;
  box-shadow:
    0 20px 48px oklch(2% 0.02 260 / 62%),
    0 0 22px oklch(58% 0.2 232 / 22%);
}

.phone-timer-dots {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.phone-timer-dots i {
  --dot-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--phone-dot-size);
  height: var(--phone-dot-size);
  border-radius: 50%;
  background: oklch(64% 0.01 255 / 58%);
  box-shadow:
    0 0 0 1px oklch(96% 0.01 255 / 32%),
    inset 0 1px 2px oklch(100% 0 0 / 36%);
  transform: translate(-50%, -50%) rotate(calc(var(--dot-index) * 12deg - 90deg)) translateY(var(--phone-dot-radius));
}

.phone-timer-dots i.active {
  background: oklch(78% 0.18 76);
  box-shadow:
    0 0 0 1px oklch(98% 0.04 88 / 56%),
    0 0 9px oklch(74% 0.18 76 / 66%),
    inset 0 1px 2px oklch(100% 0 0 / 46%);
}

.phone-timer-dots i.active.is-hot {
  background: oklch(64% 0.22 30);
  box-shadow:
    0 0 0 1px oklch(92% 0.08 36 / 54%),
    0 0 10px oklch(64% 0.22 30 / 72%),
    inset 0 1px 2px oklch(100% 0 0 / 42%);
}

.phone-timer-ring span {
  position: relative;
  z-index: 2;
  color: oklch(98% 0.01 255);
  font-family: inherit;
  font-size: clamp(54px, 4.5vw, 84px);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 4px 10px oklch(2% 0.02 260 / 80%);
}

@keyframes pollPop {
  from {
    opacity: 0;
    transform: translate(10px, -8px) scale(.92);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.ladder-panel {
  align-self: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.ladder-panel[hidden] {
  display: none !important;
}

body.is-game-finished .ladder-panel {
  display: none !important;
}

body.is-game-finished .right-rail .ladder-panel {
  display: none !important;
}

.current-win-card {
  position: fixed;
  top: auto;
  left: auto;
  right: clamp(288px, 17vw, 360px);
  bottom: var(--current-win-bottom, clamp(226px, 29.8vh, 326px));
  z-index: 4;
  width: 190px;
  min-height: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 10px;
  border: 1px solid oklch(75% 0.17 72 / 70%);
  border-radius: 21px;
  background:
    radial-gradient(circle at 48% 30%, oklch(34% 0.14 247 / 72%), transparent 7.5rem),
    linear-gradient(180deg, oklch(12% 0.06 255 / 94%), oklch(8% 0.04 260 / 96%));
  box-shadow:
    0 16px 42px oklch(2% 0.02 260 / 50%),
    inset 0 0 22px oklch(60% 0.15 245 / 22%);
}

.current-win-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  color: oklch(98% 0.012 250);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.current-win-card h3 span {
  color: #ffcf34;
  font-size: .84em;
  filter: drop-shadow(0 3px 7px oklch(78% 0.17 72 / 42%));
}

.current-win-art {
  width: min(162px, 74%);
  margin: 0;
  overflow: hidden;
  border: 1px solid oklch(77% 0.15 72 / 34%);
  border-radius: 10px;
  background: oklch(7% 0.04 255 / 70%);
  box-shadow: 0 10px 20px oklch(2% 0.02 260 / 34%);
}

.current-win-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.current-win-card > strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: oklch(98% 0.012 250);
  font-family: "Luckiest Guy", Poppins, Inter, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: .92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 5px 16px oklch(4% 0.02 260 / 44%);
}

.current-win-card > strong b {
  color: #28ed88;
  font: inherit;
}

.current-win-card > strong span {
  font: inherit;
  color: oklch(98% 0.012 250);
  white-space: nowrap;
}

@media (min-width: 721px) and (max-width: 1320px) {
  .current-win-card {
    left: auto;
    right: clamp(18px, 5vw, 64px);
    bottom: var(--current-win-bottom, clamp(210px, 30vh, 260px));
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .current-win-card {
    right: 18px;
    bottom: var(--current-win-bottom, clamp(204px, 25vh, 230px));
  }
}

.panel-title {
  min-height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  color: var(--text);
  background: url("../game/freespins-header.svg") center / 100% 100% no-repeat;
  font-size: 0;
}

.ladder {
  list-style: none;
  margin: -13px 15px 0;
  padding: 15px 11px 12px;
  display: grid;
  gap: 2px;
  border: 1px solid oklch(76% 0.15 75 / 46%);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background:
    radial-gradient(circle at 50% 0%, oklch(25% 0.1 250 / 42%), transparent 8rem),
    linear-gradient(180deg, oklch(9% 0.038 255 / 90%), oklch(7% 0.032 270 / 90%));
  box-shadow: 0 20px 48px oklch(2% 0.02 260 / 48%);
  z-index: -1;
  position: relative;
}

.ladder li {
  display: grid;
  grid-template-columns: 16px 30px 1fr;
  gap: 8px;
  align-items: center;
  min-height: clamp(21px, 2.45vh, 28px);
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: oklch(69% 0.012 255);
  font-size: clamp(15px, 1.16vw, 19px);
  font-weight: 500;
}

.ladder li::before {
  content: "";
  width: 15px;
  height: 16px;
  background: none center / contain no-repeat;
}

.ladder li > span:first-child {
  color: inherit;
  text-align: right;
}

.ladder li strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding-left: 10px;
  white-space: nowrap;
}

.ladder-prize {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.ladder-prize b {
  font: inherit;
  line-height: 1;
}

.ladder-prize span {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: inherit;
  font-size: 7px;
  font-weight: 700;
  line-height: .78;
  letter-spacing: 0;
}

.ladder-prize em {
  display: block;
  font-style: normal;
}

.ladder li.unlocked {
  color: oklch(88% 0.022 255);
  font-weight: 600;
}

.ladder li.unlocked::before {
  background-image: url("../game/ladder-completed.svg");
}

.ladder li.active {
  position: relative;
  z-index: 2;
  border-color: transparent;
  background: transparent;
  color: var(--text);
  font-weight: 600;
  box-shadow: none;
}

.ladder li.active::after {
  content: "";
  position: absolute;
  inset: 0 -30px;
  z-index: -1;
  border: 1px solid oklch(76% 0.15 75 / 76%);
  border-radius: inherit;
  background: linear-gradient(180deg, oklch(22% 0.12 250 / 86%), oklch(11% 0.055 260 / 88%));
  box-shadow: 0 0 18px oklch(65% 0.16 225 / 28%);
}

.ladder li.active::before {
  background-image: url("../game/ladder-current.svg");
}

.ladder li.guaranteed,
.ladder li.guaranteed.unlocked,
.ladder li.guaranteed.active {
  color: #55C9FF;
}

.cashout {
  width: min(118px, 64%);
  min-height: 25px;
  max-height: 28px;
  padding: 0 12px;
  border: 1px solid oklch(78% 0.17 152 / 78%);
  border-radius: 999px;
  background: linear-gradient(180deg, #27ef95, #02bd78);
  color: #17222c;
  font-weight: 500;
  font-size: 11px;
  box-shadow: 0 7px 16px oklch(72% 0.18 154 / 22%);
}

.cashout:not(:disabled):hover,
.cashout:not(:disabled):focus-visible {
  background: linear-gradient(180deg, #59ffb0, #1df19b);
  box-shadow: 0 12px 26px oklch(74% 0.18 154 / 34%);
}

.cashout.is-locked {
  cursor: not-allowed;
  filter: saturate(.7);
  opacity: .72;
}

.cashout.is-locked:hover,
.cashout.is-locked:focus-visible {
  background: linear-gradient(180deg, #1fb975, #058c5a);
  box-shadow: 0 8px 18px oklch(58% 0.14 154 / 24%);
}

.cashout:disabled {
  opacity: .38;
  filter: grayscale(.55);
  cursor: not-allowed;
}

.cashout-info {
  position: absolute;
  z-index: 80;
  max-width: 240px;
  padding: 9px 12px;
  border: 1px solid oklch(78% 0.17 75 / 62%);
  border-radius: 10px;
  color: #fff6d7;
  background:
    radial-gradient(circle at 18% 10%, oklch(74% 0.16 75 / 24%), transparent 8rem),
    oklch(7% 0.04 255 / 94%);
  box-shadow: 0 14px 34px oklch(0% 0 0 / 40%);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
  pointer-events: none;
}

.question-deck {
  position: relative;
  isolation: isolate;
  z-index: 8;
  width: min(1192px, 60vw);
  margin: clamp(-156px, -14vh, -92px) auto 0;
  display: grid;
  justify-items: center;
}

.question-deck::before {
  content: "";
  position: absolute;
  inset: -2px -10px -10px;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, oklch(5% 0.025 255 / 0%) 0 7%, oklch(4% 0.025 255 / 88%) 13% 100%);
}

.question-deck.is-ready {
  display: grid;
  align-items: center;
  justify-items: center;
}

.question-meta {
  display: contents;
}

.timer-pill {
  --timer-color: oklch(72% 0.2 145);
  --timer-progress: 100%;
  position: absolute;
  left: 50%;
  bottom: clamp(34px, 4.2vh, 54px);
  width: clamp(84px, 6vw, 116px);
  height: clamp(84px, 6vw, 116px);
  margin-top: 8px;
  transform: translate(-50%, 8px);
  z-index: 4;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--timer-color) var(--timer-progress), oklch(23% 0.045 260 / 72%) 0);
  color: var(--text);
  text-align: center;
  font-size: 0;
  font-weight: 950;
  box-shadow: 0 0 32px color-mix(in oklch, var(--timer-color) 42%, transparent);
  transition:
    --timer-progress 120ms linear,
    --timer-color 320ms ease,
    box-shadow 320ms ease;
}

.timer-pill[hidden] {
  display: none;
}

.timer-pill::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 42%, oklch(33% 0.15 245), oklch(9% 0.055 260) 72%);
  z-index: -1;
}

.timer-pill #timerValue {
  font-size: clamp(32px, 2.5vw, 46px);
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.timer-pill.warning {
  color: var(--text);
}

#questionText {
  --question-font-max: 36px;
  --question-font-min: 18px;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1192 / 130;
  margin: 0;
  display: grid;
  place-items: center;
  padding: clamp(8px, 1.2vh, 14px) clamp(46px, 7.2vw, 116px);
  border: 0;
  border-radius: 0;
  background: url("../game/question-panel.svg") center / 100% 100% no-repeat;
  box-shadow: none;
  color: var(--text);
  font-size: min(1.85vw, var(--question-font-max));
  line-height: 1.12;
  text-align: center;
  overflow: hidden;
}

.question-deck.is-ready #questionText {
  padding-right: clamp(112px, 9vw, 154px);
}

.answers {
  position: relative;
  width: 94%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px clamp(64px, 6vw, 104px);
  margin-top: 5px;
}

.answer {
  --answer-font-max: 24px;
  --answer-font-min: 16px;
  position: relative;
  isolation: isolate;
  min-height: 0;
  aspect-ratio: 491 / 80;
  padding: 0 clamp(20px, 2.6vw, 32px);
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: url("../game/answer-panel.svg") center / 100% 100% no-repeat;
  color: var(--text);
  text-align: left;
  font-size: min(1.45vw, var(--answer-font-max));
  line-height: 1.1;
  font-weight: 800;
  box-shadow: 0 15px 36px oklch(2% 0.02 260 / 44%);
  overflow: hidden;
}

.answer-key {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  margin-right: clamp(18px, 3vw, 52px);
  color: var(--orange);
  font-weight: 950;
}

.answer-text {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.answer:hover:not(:disabled) {
  border-color: oklch(84% 0.16 86);
  filter: brightness(1.08);
}

.answer.is-locked {
  background-image: url("../game/answer-locked.svg");
  filter: none;
  box-shadow: 0 15px 36px oklch(2% 0.02 260 / 44%);
}

.answer.is-correct,
.answer.is-wrong {
  filter: none;
}

.answer.is-revealing {
  animation: answerRevealBlink 680ms ease-in-out 2;
}

.answer.is-correct {
  background-image: url("../game/answer-correct.svg");
}

.answer.is-wrong {
  background-image: url("../game/answer-wrong.svg");
}

@keyframes answerRevealBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: .72;
  }
}

.answer.removed {
  pointer-events: none;
}

.answer.removed .answer-key,
.answer.removed .answer-text {
  visibility: hidden;
}

.primary-btn,
.ghost-btn {
  min-height: 42px;
  border: 1px solid oklch(55% 0.09 252 / 35%);
  border-radius: 999px;
  color: var(--text);
  background: oklch(16% 0.06 255 / 70%);
}

.primary-btn {
  margin-top: 8px;
  min-width: 180px;
  border-color: var(--gold);
  background: linear-gradient(180deg, oklch(76% 0.16 86), oklch(56% 0.14 74));
  color: oklch(18% 0.03 80);
  font-weight: 950;
}

#startBtn {
  visibility: hidden;
}

.question-deck.is-ready #startBtn,
body.is-intro-active #startBtn {
  visibility: visible;
  position: absolute;
  right: auto;
  left: calc(50% + clamp(88px, 7.2vw, 128px));
  top: calc((100% - clamp(42px, 4.8vh, 56px)) / 2);
  margin-top: 0;
  min-width: 0;
  min-height: clamp(42px, 4.8vh, 56px);
  padding: 0 clamp(20px, 2.2vw, 34px);
  border-color: oklch(100% 0 0 / 86%);
  background: #fff;
  color: oklch(13% 0.05 255);
  box-shadow: 0 14px 30px oklch(2% 0.02 260 / 34%);
}

body.is-intro-active #startBtn {
  left: auto;
  right: clamp(34px, 5vw, 86px);
  top: -300px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 11px;
  box-shadow: none;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  display: flex;
  gap: 8px;
}

.modal[hidden] { display: none; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 20px;
  background: oklch(8% 0.02 260 / 72%);
}

.modal-card {
  position: relative;
  width: min(460px, 100%);
  padding: 26px 22px 24px;
  border: 1px solid #28a8ff;
  border-radius: 16px;
  background:
    radial-gradient(circle at 78% 42%, oklch(45% 0.16 245 / 70%), transparent 13rem),
    linear-gradient(145deg, oklch(11% 0.065 254 / 98%), oklch(24% 0.14 248 / 96%) 58%, oklch(9% 0.06 260 / 98%));
  box-shadow: 0 28px 90px oklch(2% 0.02 260 / 62%);
}

#authModal.is-login .modal-card {
  width: min(520px, calc(100vw - 44px));
  padding: 26px 24px 24px;
  border-radius: 18px;
}

#authModal.is-register .modal-card {
  width: min(520px, calc(100vw - 44px));
  padding: 26px 24px 24px;
  border-radius: 18px;
}

#authModal.is-reset .modal-card {
  width: min(390px, calc(100vw - 40px));
  padding: 18px 16px 16px;
  border-radius: 8px;
}

#authModal.is-login #authTitle {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

#authModal.is-register #authTitle {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

#authModal.is-reset #authTitle {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}

.modal-card.wide { width: min(880px, calc(100vw - 32px)); }

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #39bfff;
  background: oklch(10% 0.055 255 / 100%);
  color: #39bfff;
  font-weight: 900;
  display: inline-grid;
  place-items: center;
  line-height: 1;
  transform: translate(50%, -50%);
  z-index: 60;
}

.tabs { display: none; }

#authModal.is-login .tabs {
  display: none;
}

#authModal.is-reset .tabs {
  display: none;
}

.tab {
  flex: 1;
  min-height: 36px;
  border: 1px solid oklch(55% 0.09 252 / 35%);
  border-radius: 6px;
  background: oklch(22% 0.035 260);
  color: var(--muted);
}

.tab.active {
  color: var(--text);
  border-color: var(--cyan);
}

.auth-form {
  display: grid;
  gap: 11px;
}

#loginForm {
  gap: 11px;
}

#registerForm {
  gap: 10px;
}

#resetForm {
  gap: 0;
}

.auth-form[hidden] {
  display: none;
}

#authGatePrize[hidden] {
  display: none;
}

.auth-gate-prize {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid oklch(67% 0.18 155 / 62%);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 10%, oklch(71% 0.19 155 / 22%), transparent 34%),
    linear-gradient(135deg, oklch(18% 0.08 255 / 92%), oklch(11% 0.05 250 / 96%));
  box-shadow: inset 0 0 0 1px oklch(78% 0.14 210 / 12%), 0 16px 34px oklch(0% 0 0 / 30%);
}

.auth-gate-prize img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 12px;
  background: oklch(8% 0.04 250);
}

.auth-gate-prize span {
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-gate-prize strong {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.auth-gate-prize small {
  display: block;
  margin-top: 4px;
  color: oklch(86% 0.04 255);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.auth-form input,
.auth-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid oklch(55% 0.09 252 / 35%);
  border-radius: 11px;
  padding: 0 15px;
  background: oklch(5% 0.025 255 / 94%);
  color: var(--text);
  font-size: 15px;
}

#authModal.is-login .auth-form input {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  padding: 0 16px;
  background: oklch(5% 0.025 255 / 96%);
  font-size: 16px;
}

#authModal.is-reset .auth-form input {
  min-height: 32px;
  border: 1px solid oklch(23% 0.08 252);
  border-radius: 4px;
  padding: 0 10px;
  background: oklch(5% 0.025 255 / 96%);
  font-size: 11px;
}

#authModal.is-login .password-field input {
  padding-right: 54px;
}

.password-field {
  position: relative;
  display: block;
}

.password-field input {
  padding-right: 54px;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: var(--muted);
}

#authModal.is-login .password-toggle {
  right: 14px;
  color: oklch(82% 0.02 255);
  font-size: 20px;
}

#authModal.is-reset .password-toggle {
  right: 8px;
  width: 26px;
  height: 26px;
  font-size: 14px;
}

.reset-content {
  display: grid;
  gap: 8px;
}

.reset-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  background: oklch(5% 0.025 255 / 96%);
  overflow: hidden;
}

.reset-row input {
  border-color: transparent !important;
  background: transparent !important;
}

#resetForm.is-error .reset-row:first-of-type,
#resetForm.is-invalid .reset-row:nth-of-type(2) {
  border-color: #ff2424;
}

.reset-row .ghost-btn {
  min-width: 0;
  min-height: 30px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: #31e789;
  color: oklch(9% 0.055 255);
  font-size: 10px;
  font-weight: 950;
}

.reset-row .ghost-btn:disabled,
.reset-submit:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.reset-hint {
  margin: -2px 0 0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.reset-hint.success {
  color: #24f38c;
}

.reset-hint.error {
  color: #ff3535;
}

.reset-password-label {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 900;
}

.reset-password-field[hidden],
.reset-password-label[hidden],
.reset-success[hidden],
.reset-hint[hidden],
.reset-content[hidden] {
  display: none;
}

.reset-submit {
  width: 100%;
  min-height: 34px;
  margin-top: 10px;
  border: 0;
  border-radius: 4px;
  background: #31e789;
  color: oklch(9% 0.055 255);
  font-size: 10px;
  font-weight: 950;
}

.reset-success {
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
}

.reset-check {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: oklch(96% 0.015 250);
  color: #2850ff;
  font-size: 23px;
  font-weight: 950;
}

.reset-success strong {
  font-size: 13px;
  font-weight: 950;
}

.forgot-link {
  justify-self: end;
  min-height: 28px;
  border: 0;
  padding: 0;
  color: #29ee90;
  background: transparent;
  font-size: 15px;
  font-weight: 900;
}

.auth-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  border: 0;
  border-radius: 5px;
  background: #30d784;
  color: oklch(11% 0.055 255);
  font-size: 15px;
  font-weight: 950;
}

#authModal.is-login #authTitle {
  font-size: 16px;
  font-weight: 600;
}

#authModal.is-login .auth-form input {
  font-size: 13px;
}

#authModal.is-login .auth-switch {
  margin-top: 3px;
  font-size: 15px;
}

#authModal.is-register .auth-switch {
  margin-top: 2px;
  font-size: 14px;
}

.forgot-link {
  font-size: 14px;
  font-weight: 500;
}

.auth-submit {
  font-weight: 500;
}

#authModal.is-login .auth-switch {
  font-size: 13px;
}

.auth-switch button {
  font-weight: 600;
  text-decoration: none;
}

#authModal.is-reset #authTitle {
  font-size: 16px;
  font-weight: 600;
}

#authModal.is-reset .auth-form input {
  font-size: 13px;
  font-weight: 500;
}

.reset-row .ghost-btn {
  font-size: 11px;
  font-weight: 500;
}

.reset-submit {
  font-size: 13px;
  font-weight: 600;
}

.reset-hint {
  font-size: 12px;
  font-weight: 500;
}

#authModal.is-register #authTitle {
  font-size: 16px;
  font-weight: 600;
}

.auth-form input {
  font-size: 13px;
}

.verification-row .ghost-btn {
  font-size: 11px;
  font-weight: 500;
}

.register-submit {
  font-size: 13px;
  font-weight: 600;
}

#authModal.is-register .auth-switch {
  font-size: 13px;
}

#claimModal .prize-instruction-card {
  width: min(492px, calc(100vw - 16px)) !important;
  max-height: min(92vh, 628px);
  border-radius: 9px;
}

#claimModal .modal-close {
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  min-height: 21px;
  border-width: 1px;
  border-radius: 6px;
  font-size: 16px;
  transform: none;
}

#claimInstructionContent {
  padding: 13px 15px 15px;
}

#claimModal .prize-instruction-title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
}

#claimModal .prize-instruction {
  gap: 10px;
}

#claimModal .prize-offer-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

#claimModal .prize-summary-card {
  min-height: 270px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "art" "copy" "actions";
  justify-items: center;
  align-items: start;
  gap: 7px;
  padding: 18px 20px 16px;
  border: 1px solid #ff9b00;
  border-radius: 8px;
}

#claimModal .prize-instruction-art {
  width: 145px;
  height: 86px;
  padding: 0;
  border-radius: 8px;
}

#claimModal .prize-instruction-art img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

#claimModal .prize-summary-copy {
  width: 100%;
  justify-items: center;
  gap: 3px;
  margin-top: 0;
  text-align: center;
}

#claimModal .prize-summary-copy > span {
  font-size: 10px;
  line-height: 1;
}

#claimModal .prize-summary-copy > strong {
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

#claimModal .prize-summary-actions {
  width: 100%;
  justify-content: center;
}

#claimModal .prize-get-link {
  width: 122px;
  min-height: 35px;
  border-radius: 999px;
  font-size: 11px;
}

#claimModal .prize-summary-meta {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 6px;
}

#claimModal .prize-summary-meta > div {
  min-height: 25px;
  padding: 5px 8px;
  border-radius: 5px;
}

#claimModal .prize-summary-meta small {
  font-size: 10px;
  line-height: 1;
}

#claimModal .prize-summary-meta b,
#claimModal .prize-summary-code code {
  font-size: 12px;
  line-height: 1;
}

#claimModal .prize-summary-code .copy-promo {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
}

#claimModal .prize-summary-code .copy-promo svg {
  width: 10px;
  height: 10px;
}

#claimModal .prize-offer-note {
  width: 100%;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid oklch(55% 0.12 248 / 34%);
  border-radius: 5px;
  background: oklch(5% 0.035 255 / 80%);
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
}

#claimModal .tutorial-viewer {
  min-height: 236px;
  height: 236px;
  padding: 0;
  border-color: #ff9b00;
  border-radius: 8px;
}

#claimModal .tutorial-topbar {
  padding: 10px 12px 0;
  margin-bottom: 8px;
}

#claimModal .tutorial-screen {
  min-height: 178px;
  height: 178px;
  border-radius: 0 0 7px 7px;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(92vh, 686px);
    border-radius: 15px;
  }

  #claimInstructionContent {
    padding: 17px 15px 17px;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  #claimModal .prize-offer-panels {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #claimModal .prize-summary-card {
    min-height: 151px;
    grid-template-columns: 119px minmax(0, 1fr);
    grid-template-areas: "art copy" "actions actions";
    align-items: center;
    justify-items: stretch;
    gap: 9px 14px;
    padding: 8px 14px 9px;
    border-radius: 14px;
  }

  #claimModal .prize-instruction-art {
    width: 119px;
    height: 86px;
    border-radius: 9px;
  }

  #claimModal .prize-instruction-art img {
    border-radius: 9px;
  }

  #claimModal .prize-summary-copy {
    justify-items: start;
    align-content: center;
    gap: 4px;
    text-align: left;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 16px;
  }

  #claimModal .prize-summary-meta {
    grid-template-columns: .86fr 1.14fr;
    gap: 12px;
    margin-top: 9px;
  }

  #claimModal .prize-summary-meta > div {
    min-height: 0;
    display: grid;
    justify-content: start;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 14px;
  }

  #claimModal .prize-summary-code span {
    justify-content: start;
    gap: 7px;
  }

  #claimModal .prize-summary-code .copy-promo {
    width: auto;
    min-width: 0;
    height: 18px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: oklch(17% 0.08 250 / 84%);
    color: #27ef95;
    font-size: 9px;
    font-weight: 800;
  }

  #claimModal .prize-summary-code .copy-promo::before {
    content: "Copy";
  }

  #claimModal .prize-summary-code .copy-promo svg {
    width: 9px;
    height: 9px;
  }

  #claimModal .prize-get-link {
    width: 100%;
    min-height: 38px;
    font-size: 12px;
  }

  #claimModal .prize-offer-note {
    width: min(315px, 100%);
    justify-self: center;
    padding: 5px 0;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
  }

  #claimModal .tutorial-viewer {
    min-height: 228px;
    height: 228px;
    border-radius: 20px;
  }
}

/* Final prize modal composition, scoped so dashboard/game modals keep their own layout. */
#claimModal .prize-instruction-card {
  width: min(492px, calc(100vw - 16px)) !important;
  max-height: min(92vh, 628px);
  border-radius: 9px;
  background:
    radial-gradient(circle at 78% 14%, oklch(41% 0.16 248 / 42%), transparent 11rem),
    linear-gradient(145deg, oklch(5% 0.038 255 / 99%), oklch(13% 0.082 250 / 98%) 58%, oklch(4.5% 0.035 258 / 99%));
}

#claimModal .modal-close {
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  min-height: 21px;
  border-width: 1px;
  border-radius: 6px;
  font-size: 16px;
  transform: none;
}

#claimInstructionContent {
  padding: 13px 15px 15px;
}

#claimModal .prize-instruction {
  display: grid;
  gap: 10px;
}

#claimModal .prize-instruction-title {
  margin: 0 0 4px;
  color: oklch(98% 0.01 250);
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

#claimModal .prize-offer-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

#claimModal .prize-offer-panel {
  min-width: 0;
}

#claimModal .prize-summary-card {
  min-height: 270px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "art"
    "copy"
    "actions";
  justify-items: center;
  align-items: start;
  gap: 7px;
  padding: 18px 20px 16px;
  border: 1px solid #ff9b00;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 11%, oklch(63% 0.19 248 / 40%), transparent 6.7rem),
    radial-gradient(circle at 50% 76%, oklch(49% 0.18 248 / 34%), transparent 8.6rem),
    linear-gradient(180deg, oklch(14% 0.078 252 / 99%), oklch(5% 0.036 258 / 99%));
  box-shadow:
    inset 0 1px 0 oklch(99% 0.01 250 / 11%),
    inset 0 0 22px oklch(62% 0.18 248 / 20%),
    0 14px 28px oklch(2% 0.02 260 / 28%);
}

#claimModal .prize-instruction-art {
  width: 145px;
  height: 86px;
  padding: 0;
  border-radius: 8px;
  background: oklch(7% 0.04 255 / 76%);
  box-shadow: 0 10px 22px oklch(2% 0.02 260 / 24%);
}

#claimModal .prize-instruction-art img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

#claimModal .prize-summary-copy {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 3px;
  margin-top: 0;
  text-align: center;
}

#claimModal .prize-summary-copy > span {
  color: #27ef95;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .1px;
  text-transform: uppercase;
}

#claimModal .prize-summary-copy > strong {
  max-width: 100%;
  color: oklch(98% 0.01 250);
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

#claimModal .prize-summary-actions {
  width: 100%;
  display: flex;
  justify-content: center;
}

#claimModal .prize-get-link {
  width: 122px;
  min-height: 35px;
  border: 0;
  border-radius: 999px;
  color: #051d22 !important;
  font-size: 11px;
  font-weight: 800;
}

#claimModal .prize-summary-meta {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 6px;
}

#claimModal .prize-summary-meta > div {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 8px;
  border: 1px solid oklch(62% 0.15 248 / 28%);
  border-radius: 5px;
  background: oklch(10% 0.055 255 / 82%);
}

#claimModal .prize-summary-meta small {
  color: oklch(84% 0.02 250);
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}

#claimModal .prize-summary-meta b {
  color: #27ef95;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

#claimModal .prize-summary-code span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

#claimModal .prize-summary-code code {
  color: #27ef95;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

#claimModal .prize-summary-code .copy-promo {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
  color: oklch(74% 0.03 250);
  background: transparent;
  box-shadow: none;
}

#claimModal .prize-summary-code .copy-promo svg {
  width: 10px;
  height: 10px;
}

#claimModal .prize-offer-note {
  width: 100%;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid oklch(55% 0.12 248 / 34%);
  border-radius: 5px;
  background: oklch(5% 0.035 255 / 80%);
  color: oklch(94% 0.01 250);
  font-size: 8px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

#claimModal .prize-offer-note a {
  color: #27ef95;
  font-weight: 800;
}

#claimModal .tutorial-viewer {
  min-height: 236px;
  height: 236px;
  padding: 0;
  border: 1px solid #ff9b00;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, oklch(24% 0.12 248 / 22%), transparent 12rem),
    linear-gradient(180deg, oklch(4.5% 0.032 255 / 96%), oklch(7% 0.044 255 / 96%));
}

#claimModal .tutorial-topbar {
  padding: 10px 12px 0;
  margin-bottom: 8px;
}

#claimModal .tutorial-screen {
  min-height: 178px;
  height: 178px;
  border-radius: 0 0 7px 7px;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(92vh, 686px);
    border-radius: 15px;
  }

  #claimInstructionContent {
    padding: 17px 15px 17px;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  #claimModal .prize-offer-panels {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #claimModal .prize-summary-card {
    min-height: 151px;
    grid-template-columns: 119px minmax(0, 1fr);
    grid-template-areas:
      "art copy"
      "actions actions";
    align-items: center;
    justify-items: stretch;
    gap: 9px 14px;
    padding: 8px 14px 9px;
    border-radius: 14px;
  }

  #claimModal .prize-instruction-art {
    width: 119px;
    height: 86px;
    border-radius: 9px;
  }

  #claimModal .prize-instruction-art img {
    border-radius: 9px;
  }

  #claimModal .prize-summary-copy {
    justify-items: start;
    align-content: center;
    gap: 4px;
    text-align: left;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 16px;
  }

  #claimModal .prize-summary-meta {
    grid-template-columns: .86fr 1.14fr;
    gap: 12px;
    margin-top: 9px;
  }

  #claimModal .prize-summary-meta > div {
    min-height: 0;
    display: grid;
    justify-content: start;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 14px;
  }

  #claimModal .prize-summary-code span {
    justify-content: start;
    gap: 7px;
  }

  #claimModal .prize-summary-code .copy-promo {
    width: auto;
    min-width: 0;
    height: 18px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: oklch(17% 0.08 250 / 84%);
    color: #27ef95;
    font-size: 9px;
    font-weight: 800;
  }

  #claimModal .prize-summary-code .copy-promo::before {
    content: "Copy";
  }

  #claimModal .prize-summary-code .copy-promo svg {
    width: 9px;
    height: 9px;
  }

  #claimModal .prize-get-link {
    width: 100%;
    min-height: 38px;
    font-size: 12px;
  }

  #claimModal .prize-offer-note {
    width: min(315px, 100%);
    justify-self: center;
    padding: 5px 0;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
  }

  #claimModal .tutorial-viewer {
    min-height: 228px;
    height: 228px;
    border-radius: 20px;
  }
}

.prize-instruction-card {
  width: min(456px, calc(100vw - 14px)) !important;
  border-radius: 7px;
}

#claimModal .prize-instruction-card {
  background:
    radial-gradient(circle at 78% 14%, oklch(41% 0.16 248 / 54%), transparent 12rem),
    linear-gradient(145deg, oklch(6% 0.042 255 / 99%), oklch(15% 0.09 250 / 98%) 58%, oklch(5% 0.04 258 / 99%));
}

.prize-instruction-card > .modal-scroll-body,
#claimInstructionContent {
  padding: 14px 15px 16px;
}

.prize-instruction-title {
  margin: 0 0 12px;
  color: oklch(98% 0.01 250);
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

.prize-instruction {
  gap: 10px;
}

.prize-offer-panels {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 13px;
}

.prize-summary-card {
  min-height: 263px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "art"
    "copy"
    "actions";
  justify-items: center;
  gap: 8px;
  padding: 17px 18px 16px;
  border-color: #ff9b00;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 12%, oklch(61% 0.18 248 / 36%), transparent 6.8rem),
    radial-gradient(circle at 50% 74%, oklch(51% 0.17 248 / 34%), transparent 8.6rem),
    linear-gradient(180deg, oklch(14% 0.078 252 / 98%), oklch(5% 0.036 258 / 99%));
  box-shadow:
    inset 0 1px 0 oklch(99% 0.01 250 / 12%),
    0 14px 30px oklch(2% 0.02 260 / 30%);
}

.prize-instruction-art {
  width: 118px;
  height: 85px;
  padding: 0;
  border-radius: 8px;
  background: oklch(7% 0.04 255 / 76%);
  box-shadow: 0 10px 22px oklch(2% 0.02 260 / 26%);
}

.prize-instruction-art img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.prize-summary-copy {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-top: 0;
  text-align: center;
}

.prize-summary-copy > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15px;
}

.prize-summary-copy > strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: oklch(98% 0.01 250);
  font-size: 16px;
  line-height: 1.03;
  font-weight: 800;
  text-transform: uppercase;
}

.prize-summary-actions {
  width: 100%;
  justify-content: center;
}

.prize-get-link {
  width: min(100%, 116px);
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.prize-summary-meta {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 5px;
}

.prize-summary-meta > div {
  min-height: 25px;
  padding: 5px 9px;
  border-color: oklch(62% 0.15 248 / 28%);
  border-radius: 5px;
  background: oklch(10% 0.055 255 / 82%);
}

.prize-summary-meta small {
  color: oklch(84% 0.02 250);
  font-size: 10px;
  font-weight: 500;
}

.prize-summary-meta b {
  font-size: 12px;
  font-weight: 800;
}

.prize-summary-code code {
  color: #27ef95;
  font-size: 11px;
  font-weight: 850;
}

.prize-summary-code .copy-promo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  color: oklch(74% 0.03 250);
}

.prize-summary-code .copy-promo svg {
  width: 10px;
  height: 10px;
}

.prize-offer-note {
  margin: 0;
  padding: 7px 9px;
  border: 1px solid oklch(55% 0.12 248 / 34%);
  border-radius: 5px;
  background: oklch(5% 0.035 255 / 80%);
  color: oklch(94% 0.01 250);
  font-size: 8px;
  line-height: 1.25;
  font-weight: 500;
}

.tutorial-viewer {
  min-height: 228px;
  border-color: #ff9b00;
  border-radius: 8px;
}

@media (max-width: 720px) {
  .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    border-radius: 15px;
  }

  .prize-instruction-card > .modal-scroll-body,
  #claimInstructionContent {
    padding: 17px 15px 17px;
  }

  .prize-instruction-title {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 800;
  }

  .prize-offer-panels {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .prize-summary-card {
    min-height: 151px;
    grid-template-columns: 119px minmax(0, 1fr);
    grid-template-areas:
      "art copy"
      "actions actions";
    align-items: center;
    justify-items: stretch;
    gap: 9px 14px;
    padding: 8px 14px 9px;
    border-radius: 14px;
  }

  .prize-instruction-art {
    width: 119px;
    height: 86px;
    border-radius: 9px;
  }

  .prize-instruction-art img {
    border-radius: 9px;
  }

  .prize-summary-copy {
    justify-items: start;
    align-content: center;
    gap: 4px;
    text-align: left;
  }

  .prize-summary-copy > span {
    font-size: 10px;
  }

  .prize-summary-copy > strong {
    font-size: 16px;
  }

  .prize-summary-meta {
    grid-template-columns: .86fr 1.14fr;
    gap: 12px;
    margin-top: 9px;
  }

  .prize-summary-meta > div {
    display: grid;
    justify-content: start;
    gap: 3px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .prize-summary-meta small {
    font-size: 11px;
    font-weight: 500;
  }

  .prize-summary-meta b,
  .prize-summary-code code {
    font-size: 14px;
  }

  .prize-summary-code span {
    justify-content: start;
    gap: 7px;
  }

  .prize-summary-code .copy-promo {
    width: auto;
    min-width: 0;
    height: 18px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: oklch(17% 0.08 250 / 84%);
    color: #27ef95;
    font-size: 9px;
    font-weight: 800;
  }

  .prize-summary-code .copy-promo::before {
    content: "Copy";
  }

  .prize-summary-code .copy-promo svg {
    width: 9px;
    height: 9px;
  }

  .prize-summary-actions {
    align-self: stretch;
  }

  .prize-get-link {
    width: 100%;
    min-height: 38px;
    border-radius: 999px;
    font-size: 12px;
  }

  .prize-offer-note {
    width: min(315px, 100%);
    justify-self: center;
    padding: 5px 0;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
  }

  .tutorial-viewer {
    min-height: 228px;
    border-radius: 20px;
  }
}

.prize-instruction-card {
  width: min(456px, calc(100vw - 14px)) !important;
  border-radius: 7px;
}

#claimModal .prize-instruction-card {
  background:
    radial-gradient(circle at 78% 14%, oklch(41% 0.16 248 / 54%), transparent 12rem),
    linear-gradient(145deg, oklch(6% 0.042 255 / 99%), oklch(15% 0.09 250 / 98%) 58%, oklch(5% 0.04 258 / 99%));
}

.prize-instruction-card > .modal-scroll-body,
#claimInstructionContent {
  padding: 14px 15px 16px;
}

.prize-instruction-title {
  margin: 0 0 12px;
  color: oklch(98% 0.01 250);
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

.prize-instruction {
  gap: 10px;
}

.prize-offer-panels {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 13px;
}

.prize-summary-card {
  min-height: 263px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "art"
    "copy"
    "actions";
  justify-items: center;
  gap: 8px;
  padding: 17px 18px 16px;
  border-color: #ff9b00;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 12%, oklch(61% 0.18 248 / 36%), transparent 6.8rem),
    radial-gradient(circle at 50% 74%, oklch(51% 0.17 248 / 34%), transparent 8.6rem),
    linear-gradient(180deg, oklch(14% 0.078 252 / 98%), oklch(5% 0.036 258 / 99%));
  box-shadow:
    inset 0 1px 0 oklch(99% 0.01 250 / 12%),
    0 14px 30px oklch(2% 0.02 260 / 30%);
}

.prize-instruction-art {
  width: 118px;
  height: 85px;
  padding: 0;
  border-radius: 8px;
  background: oklch(7% 0.04 255 / 76%);
  box-shadow: 0 10px 22px oklch(2% 0.02 260 / 26%);
}

.prize-instruction-art img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.prize-summary-copy {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-top: 0;
  text-align: center;
}

.prize-summary-copy > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15px;
}

.prize-summary-copy > strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: oklch(98% 0.01 250);
  font-size: 16px;
  line-height: 1.03;
  font-weight: 800;
  text-transform: uppercase;
}

.prize-summary-actions {
  width: 100%;
  justify-content: center;
}

.prize-get-link {
  width: min(100%, 116px);
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.prize-summary-meta {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 5px;
}

.prize-summary-meta > div {
  min-height: 25px;
  padding: 5px 9px;
  border-color: oklch(62% 0.15 248 / 28%);
  border-radius: 5px;
  background: oklch(10% 0.055 255 / 82%);
}

.prize-summary-meta small {
  color: oklch(84% 0.02 250);
  font-size: 10px;
  font-weight: 500;
}

.prize-summary-meta b {
  font-size: 12px;
  font-weight: 800;
}

.prize-summary-code code {
  color: #27ef95;
  font-size: 11px;
  font-weight: 850;
}

.prize-summary-code .copy-promo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  color: oklch(74% 0.03 250);
}

.prize-summary-code .copy-promo svg {
  width: 10px;
  height: 10px;
}

.prize-offer-note {
  margin: 0;
  padding: 7px 9px;
  border: 1px solid oklch(55% 0.12 248 / 34%);
  border-radius: 5px;
  background: oklch(5% 0.035 255 / 80%);
  color: oklch(94% 0.01 250);
  font-size: 8px;
  line-height: 1.25;
  font-weight: 500;
}

.tutorial-viewer {
  min-height: 228px;
  border-color: #ff9b00;
  border-radius: 8px;
}

@media (max-width: 720px) {
  .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    border-radius: 15px;
  }

  .prize-instruction-card > .modal-scroll-body,
  #claimInstructionContent {
    padding: 17px 15px 17px;
  }

  .prize-instruction-title {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 800;
  }

  .prize-offer-panels {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .prize-summary-card {
    min-height: 151px;
    grid-template-columns: 119px minmax(0, 1fr);
    grid-template-areas:
      "art copy"
      "actions actions";
    align-items: center;
    justify-items: stretch;
    gap: 9px 14px;
    padding: 8px 14px 9px;
    border-radius: 14px;
  }

  .prize-instruction-art {
    width: 119px;
    height: 86px;
    border-radius: 9px;
  }

  .prize-instruction-art img {
    border-radius: 9px;
  }

  .prize-summary-copy {
    justify-items: start;
    align-content: center;
    gap: 4px;
    text-align: left;
  }

  .prize-summary-copy > span {
    font-size: 10px;
  }

  .prize-summary-copy > strong {
    font-size: 16px;
  }

  .prize-summary-meta {
    grid-template-columns: .86fr 1.14fr;
    gap: 12px;
    margin-top: 9px;
  }

  .prize-summary-meta > div {
    display: grid;
    justify-content: start;
    gap: 3px;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .prize-summary-meta small {
    font-size: 11px;
    font-weight: 500;
  }

  .prize-summary-meta b,
  .prize-summary-code code {
    font-size: 14px;
  }

  .prize-summary-code span {
    justify-content: start;
    gap: 7px;
  }

  .prize-summary-code .copy-promo {
    width: auto;
    min-width: 0;
    height: 18px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: oklch(17% 0.08 250 / 84%);
    color: #27ef95;
    font-size: 9px;
    font-weight: 800;
  }

  .prize-summary-code .copy-promo::before {
    content: "Copy";
  }

  .prize-summary-code .copy-promo svg {
    width: 9px;
    height: 9px;
  }

  .prize-summary-actions {
    align-self: stretch;
  }

  .prize-get-link {
    width: 100%;
    min-height: 38px;
    border-radius: 999px;
    font-size: 12px;
  }

  .prize-offer-note {
    width: min(315px, 100%);
    justify-self: center;
    padding: 5px 0;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
  }

  .tutorial-viewer {
    min-height: 228px;
    border-radius: 20px;
  }
}

.milestone-card {
  max-width: min(860px, calc(100vw - 28px));
  border-color: oklch(72% 0.17 155 / 62%);
}

.milestone-card .modal-scroll-body {
  display: grid;
  gap: 14px;
}

.milestone-hero {
  display: none;
  gap: 6px;
}

.milestone-hero span {
  color: #27ef95;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.milestone-hero h2 {
  margin: 0;
  color: oklch(98% 0.012 250);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.milestone-hero p {
  margin: 0;
  color: oklch(84% 0.025 250);
  font-size: 13px;
  line-height: 1.45;
}

.milestone-current-prize {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid oklch(70% 0.16 155 / 42%);
  border-radius: 16px;
  background:
    radial-gradient(circle at 14% 20%, oklch(60% 0.18 155 / 18%), transparent 9rem),
    oklch(8% 0.045 255 / 76%);
}

.milestone-current-prize img {
  width: 96px;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.milestone-current-prize span {
  color: #27ef95;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.milestone-current-prize strong {
  display: block;
  margin-top: 3px;
  color: oklch(98% 0.012 250);
  font-size: 20px;
  font-weight: 800;
}

.milestone-current-prize small {
  display: block;
  margin-top: 4px;
  color: oklch(82% 0.03 250);
  font-size: 12px;
  line-height: 1.35;
}

.milestone-future {
  display: grid;
  gap: 10px;
}

.milestone-future > div:first-child {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
}

.milestone-future strong {
  color: oklch(98% 0.012 250);
  font-size: 15px;
  font-weight: 800;
}

.milestone-future span {
  color: oklch(78% 0.03 250);
  font-size: 12px;
  text-align: right;
}

.milestone-carousel {
  position: relative;
  display: grid;
  align-items: center;
}

.milestone-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid oklch(73% 0.17 155 / 46%);
  border-radius: 999px;
  background: oklch(7% 0.04 255 / 88%);
  color: #27ef95;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 12px 24px oklch(2% 0.02 260 / 38%);
}

.milestone-carousel-btn.is-prev {
  left: -8px;
}

.milestone-carousel-btn.is-next {
  right: -8px;
}

.milestone-prize-map {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 2px 20px 8px;
  -webkit-overflow-scrolling: touch;
}

.milestone-prize-map::-webkit-scrollbar {
  display: none;
}

.milestone-prize-chip {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid oklch(54% 0.11 235 / 30%);
  border-radius: 12px;
  background: oklch(7% 0.035 255 / 60%);
  flex: 0 0 calc((100% - 20px) / 3.35);
  scroll-snap-align: start;
}

.milestone-prize-chip img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
}

.milestone-prize-chip b {
  display: block;
  color: oklch(74% 0.05 250);
  font-size: 10px;
  font-weight: 700;
}

.milestone-prize-chip strong {
  display: block;
  color: #27ef95;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.milestone-prize-chip small {
  display: block;
  margin-top: 2px;
  color: oklch(82% 0.03 250);
  font-size: 10px;
}

.milestone-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.milestone-actions .primary-btn,
.milestone-actions .ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.milestone-actions .btn-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

@media (min-width: 721px) {
  .milestone-carousel-btn {
    width: 20px;
    padding: 0;
    border: none;
    background: transparent;
  }

  .milestone-carousel-btn.is-prev {
    left: 0;
  }

  .milestone-carousel-btn.is-next {
    right: 0;
  }

  .milestone-prize-map {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 720px) {
  .milestone-card {
    max-width: calc(100vw - 18px);
  }

  .milestone-card .modal-scroll-body {
    gap: 12px;
  }

  .milestone-hero h2 {
    font-size: 19px;
  }

  .milestone-current-prize {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .milestone-current-prize img {
    width: 78px;
    border-radius: 10px;
  }

  .milestone-current-prize strong {
    font-size: 16px;
  }

  .milestone-future > div:first-child {
    display: grid;
    gap: 4px;
  }

  .milestone-future span {
    text-align: left;
  }

  .milestone-carousel-btn {
    display: none;
  }

  .milestone-prize-map {
    display: flex;
    gap: 7px;
    padding: 2px 2px 8px;
  }

  .milestone-prize-chip {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 7px;
    flex: 0 0 60%;
  }

  .milestone-prize-chip img {
    width: 38px;
    height: 38px;
  }

  .milestone-actions {
    flex-direction: row;
  }

  .milestone-actions .primary-btn,
  .milestone-actions .ghost-btn {
    flex: 1 1 0;
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
  }
}

.contact-method {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  margin: -2px 0 0;
  padding: 0;
  border: 0;
}

.contact-method legend {
  flex-basis: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 900;
}

.contact-method label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
}

.contact-method label.coming-soon {
  opacity: .45;
  cursor: not-allowed;
}

.contact-method label.coming-soon span {
  text-decoration: none;
}

.contact-method label.coming-soon em {
  padding: 2px 3px;
  border-radius: 999px;
  background: oklch(18% 0.04 255 / 78%);
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-method input {
  width: 15px;
  min-height: 15px;
  height: 15px;
  padding: 0;
  accent-color: #28e58a;
}

.verification-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px;
  border-radius: 11px;
  background: oklch(5% 0.025 255 / 94%);
}

.verification-row input {
  border-color: transparent;
  background: transparent;
}

.verification-row .ghost-btn {
  min-width: 104px;
  min-height: 38px;
  margin: 5px;
  border: 0;
  border-radius: 7px;
  background: #2ee58a;
  color: oklch(10% 0.055 255);
  font-size: 13px;
  font-weight: 900;
}

.verification-row-plain .ghost-btn {
  background: transparent;
  color: #31e789;
  box-shadow: none;
}

.register-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  border: 0;
  border-radius: 6px;
  background: #25c482;
  color: oklch(9% 0.055 255);
  font-size: 15px;
  font-weight: 950;
}

.auth-switch {
  margin: 4px 0 0;
  text-align: center;
  font-size: 14px;
}

.auth-switch button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #3df0a0;
  font-weight: 900;
  text-decoration: underline;
}

.form-message {
  min-height: 14px;
  margin: -12px 0 10px;
  color: var(--danger);
  font-size: 12px;
  text-align: center;
}

.audience-bars {
  width: min(420px, 90%);
  height: 260px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: end;
  padding: 20px;
  border-radius: 8px;
  background: oklch(12% 0.025 260 / 86%);
}

.audience-bars div {
  height: 100%;
  display: grid;
  grid-template-rows: 20px 1fr 20px;
  gap: 8px;
  text-align: center;
}

.audience-bars i {
  align-self: end;
  border-radius: 5px 5px 0 0;
  background: var(--cyan);
}

.phone-visual {
  max-width: min(420px, 80%);
  max-height: 80%;
}

.result-card {
  width: min(380px, calc(100vw - 44px));
  display: grid;
  gap: 14px;
  place-items: center;
  padding: 28px 24px 22px;
  border: 1px solid oklch(70% 0.16 248 / 86%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 22%, oklch(44% 0.16 248 / 46%), transparent 16rem),
    radial-gradient(circle at 20% 90%, oklch(38% 0.15 210 / 20%), transparent 13rem),
    linear-gradient(145deg, oklch(8% 0.048 258 / 98%), oklch(18% 0.095 250 / 98%) 58%, oklch(7% 0.055 260 / 98%));
  box-shadow:
    inset 0 1px 0 oklch(96% 0.018 250 / 12%),
    0 34px 100px oklch(2% 0.02 260 / 68%);
  pointer-events: auto;
  text-align: center;
}

.result-card .eyebrow {
  margin: 0;
  color: oklch(90% 0.018 250);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.result-card .result-text {
  max-width: 420px;
  margin: -2px auto 0;
  color: oklch(92% 0.015 250);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 600;
}

.result-card-actions {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.result-card .result-prize-btn,
.result-card .result-again-btn {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.result-card .result-prize-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(83% 0.18 154 / 72%);
  background:
    radial-gradient(circle at 20% 18%, oklch(90% 0.16 154 / 46%), transparent 2.8rem),
    linear-gradient(180deg, #1df19b, #02bd78 58%, #009c64);
  color: #17222c;
  box-shadow:
    0 0 0 1px oklch(91% 0.16 154 / 18%) inset,
    0 14px 30px oklch(68% 0.18 154 / 24%),
    0 18px 34px oklch(7% 0.05 260 / 35%);
  animation: resultPrizePulse 2.4s ease-out infinite;
}

.result-card .result-prize-btn::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -65%;
  width: 42%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, oklch(99% 0.01 155 / 58%), transparent);
  animation: resultPrizeShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.result-card .result-prize-btn:hover {
  border-color: oklch(91% 0.17 154 / 90%);
  background:
    radial-gradient(circle at 20% 18%, oklch(96% 0.13 154 / 54%), transparent 2.8rem),
    linear-gradient(180deg, #35ffae, #1df19b 56%, #02bd78);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px oklch(96% 0.13 154 / 28%) inset,
    0 16px 38px oklch(72% 0.2 154 / 34%),
    0 20px 38px oklch(7% 0.05 260 / 42%);
}

.result-card .result-prize-btn:disabled {
  opacity: .58;
  filter: grayscale(.35);
  animation: none;
}

.result-card .result-again-btn {
  border-color: oklch(61% 0.12 248 / 42%);
  background: oklch(6% 0.04 255 / 48%);
  color: oklch(95% 0.012 250);
}

@keyframes resultPrizePulse {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.12) brightness(1.04);
  }
}

@keyframes resultPrizeShine {
  0%,
  36% {
    left: -65%;
  }
  58%,
  100% {
    left: 128%;
  }
}

.claim {
  border: 1px solid oklch(55% 0.09 252 / 35%);
  border-radius: 8px;
  background: oklch(15% 0.03 260 / 88%);
  pointer-events: auto;
}

.claim-list {
  display: grid;
  gap: 12px;
}

.claim {
  display: grid;
  gap: 8px;
  padding: 0;
}

.offers {
  color: var(--muted);
}

.profile-card {
  position: relative;
  width: min(880px, calc(100vw - 32px)) !important;
  max-height: none;
  padding: 0;
  border: 1px solid oklch(67% 0.16 248 / 82%);
  border-radius: 22px;
  overflow: visible;
  background:
    radial-gradient(circle at 18% 0%, oklch(52% 0.18 248 / 32%), transparent 13rem),
    radial-gradient(circle at 88% 28%, oklch(39% 0.15 248 / 42%), transparent 14rem),
    linear-gradient(145deg, oklch(8% 0.052 254 / 98%), oklch(20% 0.12 249 / 98%) 58%, oklch(6% 0.045 260 / 98%));
  box-shadow:
    0 28px 74px oklch(2% 0.02 260 / 68%),
    inset 0 1px 0 oklch(97% 0.012 250 / 14%);
}

.modal-scroll-body {
  max-height: min(88vh, 760px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #2caeff oklch(7% 0.04 255 / 72%);
}

.profile-card > .modal-scroll-body {
  padding: 18px 16px 14px;
  border-radius: inherit;
}

.profile-card::before {
  content: "";
  position: sticky;
  top: -18px;
  display: block;
  height: 0;
}

.modal-scroll-body::-webkit-scrollbar {
  width: 8px;
}

.modal-scroll-body::-webkit-scrollbar-track {
  margin: 14px 0;
  border-radius: 999px;
  background: oklch(7% 0.04 255 / 72%);
}

.modal-scroll-body::-webkit-scrollbar-thumb {
  border: 2px solid oklch(7% 0.04 255 / 72%);
  border-radius: 999px;
  background: linear-gradient(180deg, #39bfff, #2357ff);
}

.profile-card h2 {
  margin: 0 0 14px 2px;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.dashboard-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid oklch(76% 0.14 248 / 68%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 20%, oklch(57% 0.18 248 / 30%), transparent 10rem),
    linear-gradient(135deg, oklch(11% 0.058 255 / 92%), oklch(22% 0.12 250 / 90%));
  box-shadow: inset 0 12px 26px oklch(60% 0.16 245 / 12%);
}

.dashboard-user {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-avatar {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: oklch(96% 0.025 250);
  box-shadow: 0 0 0 2px oklch(92% 0.035 250 / 92%), 0 10px 22px oklch(3% 0.02 260 / 42%);
}

.dashboard-user div {
  min-width: 0;
}

.dashboard-user span,
.dashboard-section-title small {
  display: block;
  color: oklch(76% 0.025 250);
  font-size: 11px;
  font-weight: 600;
}

.dashboard-user strong {
  display: block;
  overflow: hidden;
  color: oklch(98% 0.012 250);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: end;
  gap: 8px;
}

.dashboard-stats.is-guest {
  grid-template-columns: minmax(0, 1fr);
}

.dashboard-auth-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dashboard-auth-actions[hidden],
.dashboard-metric[hidden] {
  display: none;
}

.dashboard-auth-actions button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid oklch(77% 0.14 248 / 62%);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 0%, oklch(65% 0.18 155 / 22%), transparent 5rem),
    oklch(7% 0.04 255 / 66%);
  color: oklch(95% 0.012 250);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dashboard-auth-actions button:hover {
  border-color: oklch(78% 0.18 155 / 80%);
  background-color: oklch(15% 0.07 250 / 86%);
  color: #31e789;
  transform: translateY(-1px);
}

.dashboard-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 4px 9px;
}

.dashboard-section-title span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: oklch(98% 0.012 250);
  font-size: 15px;
  font-weight: 950;
}

.dashboard-section-title b {
  min-width: 24px;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #31d882, #19b86d);
  color: oklch(8% 0.045 255);
  font-size: 12px;
  font-weight: 950;
}

.dashboard-section-title small {
  text-align: right;
}

.dashboard-prize-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 4px 12px;
  padding: 10px 14px;
  border: 1px solid oklch(76% 0.12 235 / 34%);
  border-radius: 14px;
  background:
    radial-gradient(circle at 12% 0%, oklch(40% 0.13 235 / 20%), transparent 8rem),
    oklch(6% 0.035 255 / 62%);
  color: oklch(90% 0.016 250);
  font-size: 12px;
  line-height: 1.35;
}

.dashboard-prize-note strong {
  color: oklch(98% 0.012 250);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.dashboard-prize-note span {
  text-align: right;
  color: oklch(84% 0.02 250);
  font-weight: 500;
}

.dashboard-prize-note a {
  color: #31e789;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.profile-card .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.dashboard-metric {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px;
  justify-self: end;
  width: fit-content;
  min-height: 42px;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid oklch(80% 0.09 248 / 46%);
  border-radius: 15px;
  background: oklch(6% 0.035 255 / 62%);
}

.dashboard-metric span {
  padding-left: 7px;
  color: oklch(94% 0.012 250);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.dashboard-metric strong {
  min-width: 62px;
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2357ff, #6653e9);
  color: oklch(98% 0.01 250);
  font-size: 14px;
  font-weight: 950;
}

.dashboard-logout {
  min-width: 94px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid oklch(69% 0.16 24 / 52%);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 0%, oklch(62% 0.18 24 / 24%), transparent 4.5rem),
    oklch(7% 0.04 255 / 62%);
  color: oklch(88% 0.12 24);
  font-size: 12px;
  font-weight: 900;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.dashboard-logout[hidden] {
  display: none;
}

.dashboard-logout:hover {
  border-color: oklch(74% 0.17 24 / 76%);
  background-color: oklch(14% 0.06 255 / 76%);
  color: oklch(96% 0.035 24);
}

.rules-card {
  position: relative;
  width: min(880px, calc(100vw - 32px)) !important;
  max-height: none;
  padding: 0;
  overflow: visible;
}

.rules-card > .modal-scroll-body {
  padding: 18px;
  border-radius: inherit;
}

.rules-card .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
}

.rules-hero {
  display: grid;
  gap: 8px;
  padding: 14px 44px 14px 14px;
  border: 1px solid oklch(72% 0.14 248 / 48%);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 20%, oklch(62% 0.16 155 / 18%), transparent 12rem),
    linear-gradient(145deg, oklch(7% 0.04 255 / 74%), oklch(14% 0.07 250 / 68%));
}

.rules-hero span {
  color: #31e789;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rules-hero h2 {
  margin: 0;
  color: oklch(97% 0.012 250);
  font-size: 26px;
  line-height: 1;
  font-weight: 850;
}

.rules-hero p {
  max-width: 62ch;
  margin: 0;
  color: oklch(88% 0.025 250);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.rules-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.rules-highlights article {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid oklch(66% 0.14 248 / 34%);
  border-radius: 16px;
  background: oklch(5% 0.035 255 / 62%);
}

.rules-highlights strong {
  color: #31e789;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 850;
}

.rules-highlights span {
  color: oklch(83% 0.022 250);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.rules-section {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.rules-section-title {
  display: grid;
  gap: 4px;
}

.rules-section-title h3 {
  margin: 0;
  color: oklch(96% 0.012 250);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 850;
}

.rules-section-title p {
  margin: 0;
  color: oklch(82% 0.025 250);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.rules-section-title a {
  color: #31e789;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rules-table-wrap {
  overflow: auto;
  border: 1px solid oklch(63% 0.13 248 / 36%);
  border-radius: 16px;
  background: oklch(4% 0.028 255 / 70%);
}

.rules-table {
  width: 100%;
  border-collapse: collapse;
}

.rules-table th,
.rules-table td {
  padding: 10px 12px;
  border-bottom: 1px solid oklch(60% 0.08 248 / 18%);
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
}

.rules-table th {
  color: oklch(78% 0.08 250);
  background: oklch(8% 0.04 255 / 82%);
  font-weight: 800;
}

.rules-table td {
  color: oklch(94% 0.015 250);
  font-weight: 650;
}

.rules-table td:nth-child(2) {
  color: #31e789;
  font-weight: 850;
  white-space: nowrap;
}

.rules-table tr:last-child td {
  border-bottom: 0;
}

.rules-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rules-list li {
  position: relative;
  padding: 9px 11px 9px 30px;
  border: 1px solid oklch(58% 0.1 248 / 22%);
  border-radius: 13px;
  color: oklch(86% 0.02 250);
  background: oklch(5% 0.03 255 / 54%);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.rules-list li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31e789;
  box-shadow: 0 0 0 4px oklch(72% 0.16 155 / 12%);
}

.profile-table-head,
.profile-claim-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.profile-table-head {
  min-height: 38px;
  margin-bottom: 6px;
  padding: 0 14px;
  border-radius: 15px;
  background: oklch(5% 0.035 254 / 68%);
  color: oklch(96% 0.01 250);
  font-size: 12px;
  font-weight: 600;
}

.profile-table-head span:last-child {
  justify-self: end;
}

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

.profile-card .profile-table-head {
  display: none;
}

.reward-card {
  position: relative;
  min-height: 285px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  overflow: hidden;
  padding: 22px;
  border: 2px solid transparent;
  border-radius: 29px;
  background:
    linear-gradient(oklch(11% 0.035 245), oklch(11% 0.035 245)) padding-box,
    conic-gradient(from var(--reward-border-angle), #3158ff, #05e28c, #3158ff, #05e28c, #3158ff) border-box;
  color: oklch(96% 0.012 250);
  cursor: pointer;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 7%),
    0 18px 34px oklch(2% 0.02 260 / 34%);
  animation: rewardBorderFlow 4.8s linear infinite;
  transition: transform 180ms cubic-bezier(.2, .8, .2, 1), box-shadow 180ms ease, filter 180ms ease;
}

.reward-card::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.reward-card::before {
  inset: -18% -10% auto 42%;
  height: 64%;
  border-radius: 999px;
  background: radial-gradient(circle, oklch(61% 0.2 250 / 24%), transparent 66%);
}

.reward-card::before {
  display: none;
}

.reward-card:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 10%),
    0 24px 44px oklch(2% 0.02 260 / 44%);
}

@keyframes rewardBorderFlow {
  to { --reward-border-angle: 360deg; }
}

@property --reward-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.reward-brand {
  display: none;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 10px;
}

.reward-brand span,
.reward-brand strong {
  max-width: 92px;
  display: block;
  color: oklch(85% 0.08 260);
  font-size: 21px;
  line-height: .95;
  font-weight: 950;
}

.reward-brand strong {
  color: #27ef95;
}

.reward-brand::after {
  content: "Get";
  min-width: 48px;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: oklch(18% 0.045 240);
  color: #27ef95;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 oklch(98% 0.01 250 / 7%);
}

.reward-stage {
  align-self: stretch;
  display: grid;
  place-items: center;
  gap: 4px;
  margin: 0 auto;
  width: min(100%, 300px);
  min-height: 190px;
  padding: 10px 13px;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.reward-stage > span {
  color: #bdd4e8;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.reward-stage > strong {
  color: #27ef95;
  font-size: 18px;
  line-height: 1.08;
  text-align: center;
  font-weight: 500;
}

.reward-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #27ef95;
  white-space: nowrap;
}

.reward-title b {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.reward-title span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.reward-title span em {
  display: block;
  font-style: normal;
}

.reward-prize-art {
  width: 130px;
  height: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}

.reward-prize-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reward-get {
  min-width: 92px;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: #02bd78;
  color: #17222c;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 22px oklch(61% 0.18 155 / 25%);
  transition: background 160ms ease;
}

.reward-get:hover,
.reward-card:hover .reward-get {
  background: #1df19b;
}

.reward-card.is-expired {
  filter: saturate(.82);
  cursor: default;
}

.reward-card.is-expired:hover {
  transform: none;
}

.reward-card.is-expired .reward-get,
.reward-card.is-expired:hover .reward-get {
  background: #e03444;
  color: oklch(98% 0.01 20);
  cursor: not-allowed;
  box-shadow: 0 12px 22px oklch(57% 0.18 28 / 22%);
}

.reward-foot {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  background: oklch(20% 0.055 250 / 80%);
  color: oklch(92% 0.012 250);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.reward-expiry {
  display: block;
  color: #F18323;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.reward-card.is-expired .reward-expiry {
  color: #ff6a75;
}

.profile-claim {
  display: block;
  border-bottom: 0;
}

.profile-claim-row {
  min-height: 46px;
  padding: 0 9px 0 12px;
  border: 1px solid oklch(54% 0.1 248 / 24%);
  border-radius: 13px;
  background:
    radial-gradient(circle at 16% 50%, oklch(32% 0.12 248 / 26%), transparent 8rem),
    oklch(5% 0.028 255 / 88%);
  color: oklch(95% 0.012 250);
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.profile-claim-row:hover {
  transform: translateY(-1px);
  border-color: oklch(72% 0.15 75 / 62%);
  background:
    radial-gradient(circle at 16% 50%, oklch(42% 0.16 248 / 32%), transparent 8rem),
    oklch(10% 0.052 252 / 94%);
  box-shadow: 0 12px 24px oklch(2% 0.02 260 / 28%);
}

.profile-prize-name {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-prize-name em {
  min-width: 48px;
  min-height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #114c93, #08264d);
  color: #55c9ff;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.profile-claim-action {
  justify-self: end;
  border: 1px solid oklch(74% 0.16 75 / 72%);
  border-radius: 999px;
  padding: 7px 12px;
  background: linear-gradient(180deg, oklch(23% 0.1 252 / 96%), oklch(9% 0.05 260 / 96%));
  color: #ff9000;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.profile-claim-details[hidden] {
  display: none;
}

.profile-claim-details {
  padding: 8px 0 3px;
}

.prize-claim-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(63% 0.14 248 / 38%);
  border-radius: 16px;
  padding: 10px;
  background:
    radial-gradient(circle at 18% 12%, oklch(42% 0.15 248 / 22%), transparent 12rem),
    radial-gradient(circle at 100% 0%, oklch(68% 0.16 75 / 12%), transparent 11rem),
    linear-gradient(145deg, oklch(4% 0.028 255 / 94%), oklch(9% 0.055 256 / 94%));
  box-shadow:
    inset 0 1px 0 oklch(95% 0.01 250 / 10%),
    0 18px 38px oklch(2% 0.02 260 / 34%);
}

.prize-claim-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, oklch(95% 0.01 250 / 7%), transparent);
  transform: translateX(-100%);
  animation: prizeSheen 5.6s ease-in-out infinite;
}

@keyframes prizeSheen {
  0%, 54% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}

.prize-claim-banner {
  position: relative;
  z-index: 1;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid oklch(76% 0.15 75 / 48%);
  border-radius: 13px;
  background:
    radial-gradient(circle at 16% 50%, oklch(68% 0.16 75 / 18%), transparent 7rem),
    linear-gradient(180deg, oklch(14% 0.07 252 / 96%), oklch(6% 0.035 258 / 96%));
}

.prize-claim-banner span {
  display: block;
  color: #55c9ff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.prize-claim-banner strong {
  display: block;
  margin-top: 2px;
  color: oklch(98% 0.01 250);
  font-size: 16px;
  line-height: 1.05;
  font-weight: 950;
}

.prize-claim-banner a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 12px;
  color: oklch(7% 0.04 255);
  background: linear-gradient(180deg, #ffd45e, #ff9400);
  font-size: 11px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 10px 18px oklch(68% 0.16 75 / 20%);
}

.profile-offers,
.profile-promo-options {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.16fr .92fr;
  gap: 12px;
}

.prize-ready-panel {
  order: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  overflow: hidden;
  min-height: 112px;
  border: 1px solid oklch(62% 0.17 250 / 38%);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 0%, oklch(58% 0.2 250 / 24%), transparent 9rem),
    radial-gradient(circle at 82% 78%, oklch(68% 0.18 154 / 13%), transparent 9rem),
    linear-gradient(145deg, oklch(12% 0.06 255 / 96%), oklch(7% 0.04 255 / 96%));
}

.prize-ready-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(112px, .82fr) minmax(0, 1fr);
}

.prize-ready-item {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 12px 16px;
}

.prize-ready-summary .prize-ready-item + .prize-ready-item {
  border-left: 1px solid oklch(62% 0.17 250 / 24%);
}

.prize-ready-item span {
  display: block;
  color: oklch(78% 0.018 250);
  font-size: 12px;
  font-weight: 650;
}

.prize-ready-item strong {
  display: block;
  color: #27ef95;
  font-size: clamp(17px, 1.8vw, 25px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.prize-ready-prize {
  padding-block: 14px 12px;
  justify-items: center;
  text-align: center;
}

.prize-ready-prize strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prize-ready-code .promo-code-line {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 9px;
}

.prize-ready-code .promo-code-line code {
  color: #ff9b00;
  font-size: 13px;
}

.prize-ready-code .copy-promo {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: #ff9b00;
  background: transparent;
  box-shadow: none;
}

.prize-ready-code .copy-promo svg {
  width: 18px;
  height: 18px;
}

.prize-ready-summary .prize-ready-item {
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: start;
  align-content: center;
  gap: 7px;
}

.prize-ready-summary .prize-ready-item span {
  margin: 0;
}

.prize-ready-summary .prize-ready-code {
  grid-template-columns: 1fr;
}

.prize-ready-cta {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 14px 15px;
  text-align: center;
}

.prize-ready-cta p {
  margin: 0;
  color: oklch(93% 0.014 250);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.prize-ready-cta small {
  color: oklch(78% 0.018 250);
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 500;
}

.prize-ready-cta a {
  color: #27ef95;
  font-weight: 800;
}

.prize-get-link {
  position: relative;
  overflow: hidden;
  width: 90px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid oklch(83% 0.18 154 / 72%);
  border-radius: 12px;
  background:
    radial-gradient(circle at 20% 18%, oklch(90% 0.16 154 / 46%), transparent 2.8rem),
    linear-gradient(180deg, #1df19b, #02bd78 58%, #009c64);
  color: #17222c !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 0 0 1px oklch(91% 0.16 154 / 18%) inset,
    0 14px 30px oklch(68% 0.18 154 / 24%),
    0 18px 34px oklch(7% 0.05 260 / 35%);
  animation: resultPrizePulse 2.4s ease-out infinite;
}

.prize-get-link::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -65%;
  width: 42%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, oklch(99% 0.01 155 / 58%), transparent);
  animation: resultPrizeShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.prize-get-link:hover {
  background:
    radial-gradient(circle at 20% 18%, oklch(96% 0.13 154 / 54%), transparent 2.8rem),
    linear-gradient(180deg, #35ffae, #1df19b 56%, #02bd78);
  transform: translateY(-1px);
}

.profile-offer,
.profile-promo {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 172px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid oklch(60% 0.1 248 / 28%);
  border-radius: 16px;
  background:
    radial-gradient(circle at 48% -8%, oklch(39% 0.14 248 / 20%), transparent 7rem),
    linear-gradient(180deg, oklch(10% 0.052 252 / 98%), oklch(5% 0.035 258 / 98%));
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 7%),
    0 12px 24px oklch(2% 0.02 260 / 18%);
}

.profile-offer.is-custom {
  background: linear-gradient(135deg, oklch(31% 0.13 250), oklch(23% 0.09 250));
}

.profile-custom-prize {
  border-color: oklch(74% 0.16 145 / 32%);
  background:
    radial-gradient(circle at 88% 14%, oklch(75% 0.16 154 / 34%), transparent 6rem),
    linear-gradient(145deg, oklch(26% 0.12 250), oklch(15% 0.07 250));
}

.profile-promo.is-boosted {
  min-height: 188px;
  padding: 15px;
  border-color: transparent;
  background:
    linear-gradient(oklch(8% 0.045 255), oklch(8% 0.045 255)) padding-box,
    conic-gradient(from var(--boost-border-angle), #ff9b00, #27ef95, #3f5cff, #ff9b00) border-box;
  background-size: 100% 100%, 260% 260%;
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 12%),
    0 20px 38px oklch(2% 0.02 260 / 36%),
    0 0 28px oklch(72% 0.17 75 / 18%);
  animation: boostBorderFlow 5s linear infinite;
}

.profile-promo.is-boosted::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, oklch(76% 0.16 75 / 28%), transparent 8rem),
    radial-gradient(circle at 100% 100%, oklch(70% 0.16 155 / 16%), transparent 9rem);
}

.profile-promo header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.profile-offer span,
.profile-promo span {
  display: block;
  color: oklch(91% 0.015 250);
  font-size: 11px;
  font-weight: 850;
}

.profile-promo header b {
  border-radius: 999px;
  padding: 4px 7px;
  color: #55c9ff;
  background: oklch(6% 0.035 255 / 72%);
  font-size: 9px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.profile-promo.is-boosted header b {
  color: #17222c;
  background: #ffb000;
  box-shadow: 0 8px 14px oklch(70% 0.16 75 / 22%);
}

.profile-custom-prize header b {
  color: #31d882;
}

.profile-promo.is-boosted .promo-code-line {
  border-color: oklch(78% 0.16 75 / 66%);
  background:
    radial-gradient(circle at 22% 50%, oklch(77% 0.17 75 / 22%), transparent 7rem),
    oklch(4% 0.028 255 / 88%);
}

.profile-promo.is-boosted .promo-code-line code {
  color: #ffd45e;
}

.profile-promo.is-boosted .copy-promo {
  background: #02bd78;
  color: #17222c;
}

@keyframes boostBorderFlow {
  to { --boost-border-angle: 360deg; }
}

@property --boost-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.promo-code-line {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px;
  border: 1px solid oklch(75% 0.15 75 / 42%);
  border-radius: 11px;
  background:
    radial-gradient(circle at 20% 50%, oklch(70% 0.16 75 / 14%), transparent 6rem),
    oklch(4% 0.028 255 / 78%);
}

.promo-code-line code {
  min-width: 0;
  overflow: hidden;
  color: #ff9b00;
  font-family: Poppins, Inter, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-offer strong,
.profile-promo strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #ff9000;
  font-size: 12.5px;
  line-height: 1.22;
  font-weight: 950;
  word-break: break-word;
}

.profile-custom-prize strong {
  font-size: 14px;
}

.profile-offer p,
.profile-promo p {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: oklch(78% 0.018 250);
  font-size: 11.5px;
  line-height: 1.3;
}

.profile-promo .promo-prize-label {
  color: oklch(91% 0.016 250);
  font-size: 13px;
  font-weight: 750;
}

.profile-promo.is-boosted .promo-prize-label {
  color: #ffd45e;
  font-size: 13.5px;
}

.profile-promo a {
  color: oklch(98% 0.01 250);
  font-weight: 950;
}

.profile-contact-row {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}

.profile-contact-row b {
  font-size: 11px;
}

.profile-contact-row button {
  width: 42px;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: #31d882;
  color: oklch(10% 0.055 255);
  font-weight: 950;
  box-shadow: 0 12px 20px oklch(61% 0.16 154 / 28%);
}

.profile-contact-row img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.copy-promo {
  flex: 0 0 auto;
  min-width: 54px;
  min-height: 30px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, #ffd45e, #ff9400);
  color: oklch(8% 0.04 255);
  font-size: 10px;
  font-weight: 950;
  box-shadow: 0 8px 16px oklch(68% 0.16 75 / 18%);
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.copy-promo.is-copied {
  background: linear-gradient(180deg, #60ffb3, #20d984);
  color: oklch(6% 0.04 255);
  box-shadow:
    0 0 0 3px oklch(78% 0.18 154 / 24%),
    0 0 22px oklch(74% 0.18 154 / 54%),
    0 10px 20px oklch(61% 0.16 154 / 32%);
  animation: copyPromoPulse 760ms ease-out both;
}

.copy-promo.is-copied svg {
  animation: copyPromoIconPop 760ms ease-out both;
}

@keyframes copyPromoPulse {
  0% {
    transform: scale(1);
  }
  34% {
    transform: scale(1.16);
  }
  68% {
    transform: scale(.96);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes copyPromoIconPop {
  0% {
    transform: rotate(0deg) scale(1);
  }
  36% {
    transform: rotate(-8deg) scale(1.22);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.prize-instruction-card {
  position: relative;
  width: min(880px, calc(100vw - 32px)) !important;
  max-height: none;
  padding: 0;
  overflow: visible;
}

#claimModal {
  background: transparent;
}

#claimModal .prize-instruction-card {
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 8%),
    0 18px 42px oklch(2% 0.02 260 / 38%);
}

.prize-instruction-card > .modal-scroll-body {
  padding: 16px;
  border-radius: inherit;
}

.prize-instruction-card .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.prize-instruction {
  display: grid;
  gap: 14px;
}

.prize-offer-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 5px;
  border: 1px solid oklch(62% 0.14 248 / 34%);
  border-radius: 18px;
  background: oklch(4% 0.028 255 / 72%);
}

.prize-offer-tabs button {
  min-width: 0;
  min-height: 56px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: oklch(86% 0.02 250);
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.prize-offer-tabs button:hover {
  border-color: oklch(72% 0.15 248 / 34%);
  background: oklch(10% 0.045 255 / 64%);
  transform: translateY(-1px);
}

.prize-offer-tabs button.is-active {
  border-color: oklch(74% 0.17 155 / 76%);
  background:
    radial-gradient(circle at 18% 50%, oklch(70% 0.16 155 / 18%), transparent 8rem),
    linear-gradient(180deg, oklch(14% 0.06 250 / 92%), oklch(6% 0.035 255 / 92%));
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 10%),
    0 14px 26px oklch(2% 0.02 260 / 22%);
}

.prize-offer-tabs span {
  color: oklch(80% 0.026 250);
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  text-transform: uppercase;
}

.prize-offer-tabs strong {
  min-width: 0;
  overflow: hidden;
  color: oklch(96% 0.014 250);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prize-offer-tabs button.is-active strong {
  color: #31e789;
}

.prize-offer-panels {
  display: grid;
  gap: 10px;
}

.prize-offer-panel[hidden] {
  display: none;
}

.prize-instruction > .profile-promo-options {
  order: 1;
}

.prize-instruction > .tutorial-viewer {
  order: 2;
}

.prize-summary-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-areas:
    "art copy"
    "actions copy";
  align-items: start;
  gap: 10px 12px;
  padding: 10px;
  border: 1px solid oklch(65% 0.14 248 / 46%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 22%, oklch(70% 0.18 75 / 18%), transparent 9rem),
    radial-gradient(circle at 84% 18%, oklch(65% 0.19 250 / 24%), transparent 12rem),
    linear-gradient(145deg, oklch(9% 0.052 254), oklch(14% 0.065 250));
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 8%),
    0 18px 38px oklch(2% 0.02 260 / 24%);
}

.prize-summary-copy {
  grid-area: copy;
  grid-column: 2;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
  margin-top: 9px;
}

.prize-summary-copy > span {
  color: #27ef95;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .45px;
}

.prize-summary-copy > strong {
  color: oklch(98% 0.01 250);
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.05;
  font-weight: 600;
}

.prize-offer-note {
  display: block;
  width: 100%;
  margin: 8px 0 0;
  padding: 0 4px;
  text-align: center;
  color: oklch(82% 0.024 250);
  font-size: 12px;
  line-height: 1.32;
  font-weight: 550;
}

.prize-summary-meta {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 6px;
  margin-top: 4px;
}

.prize-summary-meta > div {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 31px;
  padding: 6px 8px;
  border: 1px solid oklch(62% 0.17 250 / 24%);
  border-radius: 9px;
  background: oklch(4.5% 0.032 255 / 72%);
}

.prize-summary-meta small,
.prize-summary-note {
  color: oklch(78% 0.018 250);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.prize-summary-note a {
  color: #27ef95;
  font-weight: 800;
}

.prize-summary-note {
  margin-top: 8px;
}

.prize-summary-meta b {
  min-width: max-content;
  color: #27ef95;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.prize-summary-code span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.prize-summary-code code {
  min-width: 0;
  overflow: hidden;
  color: #ff9b00;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  text-overflow: ellipsis;
}

.prize-summary-code .copy-promo {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: #ff9b00;
  background: transparent;
  box-shadow: none;
}

.prize-summary-code .copy-promo svg {
  width: 17px;
  height: 17px;
}

.prize-summary-copy p {
  margin: 0;
  color: oklch(91% 0.014 250);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 650;
}

.prize-summary-actions {
  grid-area: actions;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.prize-instruction-hero {
  position: relative;
  overflow: hidden;
  min-height: 156px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid oklch(65% 0.14 248 / 46%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 18%, oklch(65% 0.19 250 / 26%), transparent 11rem),
    radial-gradient(circle at 20% 100%, oklch(71% 0.17 155 / 14%), transparent 12rem),
    linear-gradient(145deg, oklch(9% 0.052 254), oklch(15% 0.07 250));
}

.prize-instruction-hero span {
  display: block;
  color: #27ef95;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.prize-instruction-hero strong {
  display: block;
  margin-top: 5px;
  color: oklch(98% 0.01 250);
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.prize-instruction-hero p {
  max-width: 58ch;
  margin: 10px 0 0;
  color: oklch(84% 0.018 250);
  font-size: 13px;
  line-height: 1.45;
}

.prize-instruction-hero a {
  color: #27ef95;
  font-weight: 950;
}

.prize-instruction-art {
  grid-area: art;
  width: 96px;
  height: auto;
  display: grid;
  place-items: center;
  padding: 5px 0;
  border-radius: 20px;
  background:
    radial-gradient(circle, oklch(78% 0.18 75 / 18%), transparent 70%),
    oklch(6% 0.04 255 / 82%);
  box-shadow:
    inset 0 0 0 1px oklch(75% 0.15 75 / 30%),
    0 18px 30px oklch(2% 0.02 260 / 28%);
}

.prize-instruction-art img {
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.tutorial-viewer {
  overflow: hidden;
  border: 1px solid oklch(66% 0.14 248 / 34%);
  border-radius: 22px;
  padding: 12px;
  background:
    radial-gradient(circle at 18% 0%, oklch(50% 0.18 248 / 20%), transparent 14rem),
    radial-gradient(circle at 100% 100%, oklch(70% 0.16 155 / 12%), transparent 12rem),
    linear-gradient(145deg, oklch(7% 0.04 255 / 98%), oklch(12% 0.058 252 / 98%));
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 8%),
    0 18px 38px oklch(2% 0.02 260 / 30%);
}

.tutorial-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.tutorial-topbar span,
.tutorial-caption span {
  display: block;
  color: #27ef95;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .48px;
}

.tutorial-topbar strong {
  display: block;
  margin-top: 4px;
  color: oklch(98% 0.01 250);
  font-size: 18px;
  line-height: 1;
  font-weight: 850;
}

.tutorial-device-toggle {
  flex: 0 0 auto;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid oklch(65% 0.12 248 / 32%);
  border-radius: 999px;
  background: oklch(4% 0.03 255 / 76%);
}

.tutorial-device-toggle button {
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 13px;
  background: transparent;
  color: oklch(80% 0.02 250);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.tutorial-device-toggle button.is-active {
  background: #02bd78;
  color: #17222c;
}

.tutorial-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.tutorial-nav {
  display: none;
}

.tutorial-nav:disabled {
  opacity: .36;
  cursor: default;
}

.tutorial-screen {
  min-height: 410px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 20%, oklch(46% 0.18 248 / 24%), transparent 13rem),
    linear-gradient(180deg, oklch(4% 0.028 255 / 92%), oklch(9% 0.05 255 / 92%));
}

.tutorial-frame {
  position: relative;
  overflow: hidden;
  display: none;
  border: 1px solid oklch(75% 0.14 248 / 26%);
  background: oklch(8% 0.035 255);
  box-shadow: 0 22px 40px oklch(2% 0.02 260 / 38%);
}

.tutorial-viewer[data-device="desktop"] .tutorial-frame-desktop,
.tutorial-viewer[data-device="mobile"] .tutorial-frame-mobile {
  display: block;
}

.tutorial-frame-desktop {
  width: min(100%, 760px);
  aspect-ratio: 1250 / 591;
  border-radius: 16px;
}

.tutorial-frame-mobile {
  width: min(100%, 300px);
  aspect-ratio: 590 / 1280;
  border-radius: 28px;
}

.browser-bar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  background: oklch(13% 0.04 250);
}

.browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #02bd78;
}

.browser-bar i:nth-child(2) {
  background: #ff9b00;
}

.browser-bar i:nth-child(3) {
  background: #3f5cff;
}

.browser-bar span {
  min-width: 0;
  margin-left: 7px;
  border-radius: 999px;
  padding: 4px 12px;
  background: oklch(4% 0.028 255 / 88%);
  color: oklch(78% 0.018 250);
  font-size: 9px;
}

.phone-shell {
  position: absolute;
  inset: 8px;
  overflow: hidden;
  border-radius: 23px;
  background: oklch(6% 0.035 255);
}

.phone-notch {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 3;
  width: 64px;
  height: 12px;
  border-radius: 999px;
  background: oklch(2% 0.02 255);
  transform: translateX(-50%);
}

.tutorial-slide {
  position: absolute;
  inset: 30px 0 0;
  display: none;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 18%, oklch(55% 0.19 248 / 26%), transparent 10rem),
    linear-gradient(145deg, oklch(8% 0.04 255), oklch(16% 0.07 250));
}

.tutorial-frame-desktop .tutorial-slide {
  inset: 0;
  padding: 0;
  background: oklch(4% 0.028 255);
}

.tutorial-frame-desktop .tutorial-slide img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorial-frame-mobile .tutorial-slide {
  inset: 0;
  padding: 0;
  background: oklch(4% 0.028 255);
}

.tutorial-frame-mobile .tutorial-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorial-frame-mobile .fake-success-card {
  display: none;
}

.tutorial-hotspot {
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 13px;
  box-shadow:
    0 0 0 9999px oklch(2% 0.02 255 / 74%),
    0 0 34px oklch(85% 0.1 155 / 28%);
  pointer-events: none;
}

.tutorial-hotspot::after {
  display: none;
}

.tutorial-arrow {
  position: absolute;
  z-index: 3;
  width: 54px;
  height: 54px;
  background: url("../game/tutorial-arrow.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 11px oklch(72% 0.18 155 / 70%)) drop-shadow(0 8px 12px oklch(2% 0.02 260 / 38%));
  pointer-events: none;
  transform-origin: 50% 50%;
}

.tutorial-arrow::before {
  display: none;
}

.tutorial-callout {
  position: absolute;
  z-index: 4;
  width: min(250px, 36%);
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid oklch(74% 0.16 155 / 42%);
  border-radius: 15px;
  background:
    radial-gradient(circle at 16% 0%, oklch(72% 0.18 155 / 18%), transparent 7rem),
    oklch(5% 0.034 255 / 92%);
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 10%),
    0 18px 32px oklch(2% 0.02 260 / 42%);
}

.tutorial-callout span {
  color: #27ef95;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .42px;
}

.tutorial-callout strong {
  color: oklch(98% 0.01 250);
  font-size: 15px;
  line-height: 1.08;
  font-weight: 850;
}

.tutorial-callout p {
  margin: 0;
  color: oklch(82% 0.018 250);
  font-size: 11px;
  line-height: 1.35;
}

.tutorial-callout p:empty {
  display: none;
}

.tutorial-payment-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-top: 6px;
}

.tutorial-payment-icons img {
  width: 100%;
  height: 18px;
  padding: 2px 3px;
  border: 1px solid oklch(70% 0.12 248 / 22%);
  border-radius: 6px;
  background: oklch(6% 0.035 255 / 70%);
  object-fit: contain;
}

.tutorial-callout-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 3px;
}

.tutorial-callout-actions button {
  min-height: 32px;
  border: 0;
  border-radius: 9px;
  background: oklch(14% 0.052 250);
  color: oklch(88% 0.016 250);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.tutorial-callout-actions button:last-child {
  background: #02bd78;
  color: #17222c;
}

.tutorial-callout-actions button:disabled {
  opacity: .42;
  cursor: default;
}

.tutorial-slide.is-open .tutorial-hotspot {
  left: 73.4%;
  top: 0;
  width: 17.2%;
  height: 6.8%;
}

.tutorial-slide.is-open .tutorial-arrow {
  left: 78%;
  top: 6.2%;
}

.tutorial-slide.is-open .tutorial-callout {
  right: 3%;
  top: 21%;
}

.tutorial-slide.is-code .tutorial-hotspot,
.tutorial-slide.is-code-copy .tutorial-hotspot {
  left: 75%;
  top: 0.8%;
  width: 12%;
  height: 55%;
}

.tutorial-slide.is-code .tutorial-arrow,
.tutorial-slide.is-code-copy .tutorial-arrow {
  left: 68.5%;
  top: 19%;
  transform: rotate(90deg);
}

.tutorial-slide.is-code .tutorial-arrow {
  top: 31%;
}

.tutorial-slide.is-code .tutorial-callout,
.tutorial-slide.is-code-copy .tutorial-callout {
  right: 31%;
  top: 50%;
}

.tutorial-slide.is-code .tutorial-callout {
  top: 20%;
}

.tutorial-slide.is-code-copy .tutorial-callout {
  top: 14%;
}

.tutorial-slide.is-success .tutorial-hotspot,
.tutorial-slide.is-success-copy .tutorial-hotspot {
  left: 38.4%;
  top: 18.5%;
  width: 21.8%;
  height: 8%;
}

.tutorial-slide.is-success .tutorial-arrow,
.tutorial-slide.is-success-copy .tutorial-arrow {
  left: 42%;
  top: 26%;
}

.tutorial-slide.is-success .tutorial-callout,
.tutorial-slide.is-success-copy .tutorial-callout {
  left: 30%;
  top: 40%;
}

.tutorial-slide.is-success-copy .tutorial-hotspot {
  left: 32.4%;
  top: 18.5%;
  width: 34.8%;
  height: 61%;
}

.tutorial-slide.is-success-copy .tutorial-arrow {
  left: 33%;
  top: 39%;
  transform: rotate(90deg);
}

.tutorial-slide.is-success-copy .tutorial-callout {
  left: 1%;
  top: 30%;
}

.tutorial-frame-mobile .tutorial-slide.is-open .tutorial-hotspot {
  left: 47%;
  top: 13.4%;
  width: 51%;
  height: 6%;
}

.tutorial-frame-mobile .tutorial-slide.is-open .tutorial-arrow {
  left: 62%;
  top: 20%;
}

.tutorial-frame-mobile .tutorial-slide.is-open .tutorial-callout {
  right: 4%;
  top: 27%;
  width: 80%;
}

.tutorial-frame-mobile .tutorial-slide.is-code .tutorial-hotspot,
.tutorial-frame-mobile .tutorial-slide.is-code-copy .tutorial-hotspot {
  left: 38%;
  top: 13.2%;
  width: 59%;
  height: 59.5%;
}

.tutorial-frame-mobile .tutorial-slide.is-code .tutorial-arrow,
.tutorial-frame-mobile .tutorial-slide.is-code-copy .tutorial-arrow {
  left: 41%;
  top: 41.5%;
  transform: rotate(0);
}

.tutorial-frame-mobile .tutorial-slide.is-code .tutorial-arrow {
  top: 54.5%;
}

.tutorial-frame-mobile .tutorial-slide.is-code .tutorial-callout,
.tutorial-frame-mobile .tutorial-slide.is-code-copy .tutorial-callout {
  left: 10%;
  top: 50%;
  width: 80%;
}

.tutorial-frame-mobile .tutorial-slide.is-code .tutorial-callout {
  top: 62%;
}

.tutorial-frame-mobile .tutorial-slide.is-success .tutorial-hotspot,
.tutorial-frame-mobile .tutorial-slide.is-success-copy .tutorial-hotspot {
  left: 6.5%;
  top: 45%;
  width: 87%;
  height: 6.5%;
}

.tutorial-frame-mobile .tutorial-slide.is-success-copy .tutorial-hotspot {
  left: 6.5%;
  top: 13%;
  width: 88%;
  height: 61.5%;
}

.tutorial-frame-mobile .tutorial-slide.is-success .tutorial-arrow,
.tutorial-frame-mobile .tutorial-slide.is-success-copy .tutorial-arrow {
  left: 41%;
  top: 51%;
  transform: rotate(0);
}

.tutorial-frame-mobile .tutorial-slide.is-success-copy .tutorial-arrow {
  left: 12%;
  top: 67%;
}

.tutorial-frame-mobile .tutorial-slide.is-success .tutorial-callout,
.tutorial-frame-mobile .tutorial-slide.is-success-copy .tutorial-callout {
  left: 9%;
  top: 59%;
  width: 80%;
}

.tutorial-frame-mobile .tutorial-slide.is-success-copy .tutorial-callout {
  left: 9%;
  top: 75%;
  width: 80%;
}

@keyframes tutorialPulse {
  0%, 100% { opacity: .28; transform: scale(.985); }
  50% { opacity: .78; transform: scale(1.015); }
}

.phone-shell .tutorial-slide {
  inset: 0;
  padding: 34px 13px 13px;
}

.tutorial-viewer[data-step="0"] .tutorial-slide.is-open,
.tutorial-viewer[data-step="1"] .tutorial-slide.is-code-copy,
.tutorial-viewer[data-step="2"] .tutorial-slide.is-code,
.tutorial-viewer[data-step="3"] .tutorial-slide.is-success,
.tutorial-viewer[data-step="4"] .tutorial-slide.is-success-copy {
  display: grid;
}

.tutorial-viewer[data-device="desktop"][data-step="3"] .tutorial-frame-desktop .tutorial-slide.is-success,
.tutorial-viewer[data-device="mobile"][data-step="3"] .tutorial-frame-mobile .tutorial-slide.is-success {
  display: grid;
}

.fake-casino-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  align-self: start;
  color: oklch(96% 0.01 250);
}

.fake-casino-header b {
  color: #27ef95;
  font-size: 18px;
  font-weight: 950;
}

.fake-casino-header em {
  border-radius: 999px;
  padding: 6px 12px;
  background: oklch(5% 0.03 255 / 74%);
  color: oklch(88% 0.016 250);
  font-style: normal;
  font-size: 10px;
  font-weight: 750;
}

.fake-casino-hero {
  align-self: center;
  display: grid;
  gap: 8px;
  max-width: 330px;
}

.fake-casino-hero strong,
.fake-success-card strong {
  color: oklch(98% 0.01 250);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

.fake-casino-hero span,
.fake-success-card span {
  color: oklch(78% 0.018 250);
  font-size: 12px;
}

.fake-casino-panel,
.fake-promo-area {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 8px;
  padding: 11px;
  border-radius: 14px;
  background: oklch(4% 0.028 255 / 76%);
}

.fake-casino-panel span,
.fake-promo-area span {
  min-height: 36px;
  display: grid;
  align-items: center;
  border-radius: 9px;
  padding: 0 10px;
  background: oklch(12% 0.042 250);
  color: oklch(72% 0.018 250);
  font-size: 10px;
}

.fake-casino-panel button,
.fake-promo-area button {
  border: 0;
  border-radius: 9px;
  padding: 0 14px;
  background: #02bd78;
  color: #17222c;
  font-size: 11px;
  font-weight: 850;
}

.fake-promo-area {
  grid-template-columns: minmax(0, 1fr) auto;
  align-self: center;
}

.fake-promo-area strong {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  padding: 11px 12px;
  background: oklch(4% 0.028 255 / 86%);
  color: #ff9b00;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fake-promo-area button {
  grid-column: 1 / -1;
  min-height: 38px;
}

.fake-casino-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-self: end;
}

.fake-casino-grid i {
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(145deg, oklch(19% 0.075 250), oklch(9% 0.04 255));
}

.fake-success-card {
  place-self: center;
  width: min(100%, 330px);
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 0%, oklch(72% 0.16 155 / 22%), transparent 8rem),
    oklch(4% 0.028 255 / 82%);
  text-align: center;
}

.fake-success-card b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #02bd78;
  color: #17222c;
}

.tutorial-caption {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 16px;
  background: oklch(4% 0.028 255 / 62%);
}

.tutorial-caption p {
  margin: 5px 0 0;
  color: oklch(82% 0.018 250);
  font-size: 12px;
  line-height: 1.35;
}

.tutorial-dots {
  display: flex;
  gap: 7px;
}

.tutorial-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: oklch(70% 0.04 250 / 34%);
  cursor: pointer;
}

.tutorial-dots button.is-active {
  width: 26px;
  background: #02bd78;
}

.profile-check {
  min-height: 32px;
  margin: 8px 6px 0 0;
  border: 0;
  border-radius: 7px;
  padding: 0 12px;
  background: oklch(20% 0.08 250);
  color: #31d882;
  font-weight: 900;
}

.profile-empty {
  display: grid;
  gap: 5px;
  margin: 10px 0 4px;
  padding: 26px 16px;
  border: 1px dashed oklch(65% 0.1 248 / 36%);
  border-radius: 14px;
  background: oklch(5% 0.028 255 / 62%);
  color: oklch(78% 0.018 250);
  text-align: center;
}

.profile-empty strong {
  color: oklch(97% 0.012 250);
  font-size: 15px;
}

.profile-empty span {
  font-size: 12px;
}

.modal-card.result-modal {
  width: min(520px, calc(100vw - 44px));
  padding: 40px 28px 28px;
  border: 1px solid oklch(70% 0.16 248 / 86%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 22%, oklch(44% 0.16 248 / 46%), transparent 16rem),
    radial-gradient(circle at 20% 90%, oklch(38% 0.15 210 / 20%), transparent 13rem),
    linear-gradient(145deg, oklch(8% 0.048 258 / 98%), oklch(18% 0.095 250 / 98%) 58%, oklch(7% 0.055 260 / 98%));
  box-shadow:
    inset 0 1px 0 oklch(96% 0.018 250 / 12%),
    0 34px 100px oklch(2% 0.02 260 / 68%);
  text-align: center;
}

.result-modal .modal-close {
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-width: 2px;
  background: oklch(7% 0.05 255 / 54%);
}

.result-modal .eyebrow {
  margin: 0 0 16px;
  color: oklch(90% 0.018 250);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.result-reward {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
}

.result-reward-card.reward-card {
  width: min(100%, 330px);
  min-height: 0;
  gap: 0;
  padding: 10px;
  border: none;
  background: none;
  box-shadow: none;
  cursor: default;
  transform: none;
}

.result-reward-card.reward-card::before {
  display: none;
}

.result-reward-card.reward-card:hover {
  transform: none;
  box-shadow: none;
  filter: none;
}

.result-reward-card .reward-stage {
  width: 100%;
  min-height: 0;
  padding: 12px 14px;
  gap: 6px;
}

.result-reward-card .reward-get {
  display: none;
}

.result-reward-card .reward-prize-art {
  width: 112px;
}

.result-reward-card .reward-foot {
  width: min(100%, 260px);
}

.result-reward-card .reward-stage > span {
  color: oklch(96% 0.012 250);
  font-size: 20px;
  line-height: 1.05;
  font-weight: 700;
}

.result-empty-prize {
  width: min(100%, 360px);
  min-height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 28px;
  border: 1px solid oklch(62% 0.17 250 / 48%);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 20%, oklch(38% 0.14 250 / 32%), transparent 12rem),
    linear-gradient(145deg, oklch(10% 0.055 255), oklch(4% 0.035 255));
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 250 / 10%),
    0 24px 44px oklch(2% 0.02 260 / 44%);
  text-align: center;
}

.result-empty-prize span {
  color: #bdd4e8;
  font-size: 13px;
  font-weight: 500;
}

.result-empty-prize strong {
  color: oklch(96% 0.014 250);
  font-size: 28px;
  line-height: 1.08;
  font-weight: 750;
}

.result-modal #resultText {
  max-width: 470px;
  margin: 14px auto 0;
  color: oklch(92% 0.015 250);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 600;
}

.result-modal #resultText:empty {
  display: none;
}

.result-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.result-actions .primary-btn,
.result-actions .ghost-btn {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.result-actions .primary-btn {
  border-color: oklch(84% 0.16 86 / 72%);
  background: linear-gradient(180deg, #f4bf18, #c98a00);
  color: oklch(12% 0.035 85);
}

.result-actions .ghost-btn {
  border-color: oklch(60% 0.12 248 / 38%);
  background: oklch(6% 0.04 255 / 42%);
  color: oklch(95% 0.012 250);
}

.cashout-confirm-card {
  width: min(520px, calc(100vw - 44px));
  text-align: center;
}

.cashout-confirm-card h2 {
  margin: 0 0 14px;
  color: oklch(98% 0.012 250);
  font-size: 22px;
  font-weight: 800;
}

.cashout-confirm-copy {
  max-width: 420px;
  margin: 0 auto;
  color: oklch(88% 0.018 250);
  font-size: 13px;
  line-height: 1.45;
}

.cashout-confirm-card .primary-btn {
  border-color: oklch(78% 0.18 155 / 76%);
  background:
    radial-gradient(circle at 30% 15%, oklch(88% 0.18 155 / 30%), transparent 6rem),
    linear-gradient(180deg, #1df19b, #02bd78);
  color: #17222c;
  box-shadow:
    inset 0 1px 0 oklch(98% 0.01 155 / 34%),
    0 14px 28px oklch(72% 0.18 155 / 22%);
}

.cashout-confirm-card .primary-btn:hover {
  background:
    radial-gradient(circle at 30% 15%, oklch(92% 0.17 155 / 38%), transparent 6rem),
    linear-gradient(180deg, #3af5aa, #05d486);
}

@media (max-width: 620px) {
  .modal-card.result-modal {
    padding: 38px 16px 20px;
  }

  .result-modal .eyebrow {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .result-modal #resultText {
    font-size: 12px;
  }

  .result-reward {
    min-height: 0;
  }

  .result-reward-card.reward-card {
    width: min(100%, 300px);
    min-height: 0;
    padding: 8px;
  }

  .result-empty-prize {
    min-height: 210px;
  }

  .result-card {
    gap: 12px;
    padding: 24px 14px 18px;
  }

  .result-card .result-prize-btn,
  .result-card .result-again-btn {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .stage-shell {
    grid-template-rows: auto auto;
  }

  .show-layout {
    grid-template-columns: 1fr;
  }

  .left-rail,
  .host-stage,
  .right-rail {
    grid-column: auto;
    grid-row: auto;
  }

  .left-rail {
    grid-template-columns: minmax(120px, 200px) minmax(160px, 236px);
    align-items: center;
    padding-top: 0;
  }

  .right-rail {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .poll-card {
    position: relative;
    top: auto;
    right: auto;
    width: min(260px, 100%);
    justify-self: end;
  }

  .phone-timer {
    position: relative;
    top: auto;
    right: auto;
    width: min(170px, 100%);
    justify-self: end;
  }

  .question-deck {
    width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .stage-shell {
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0;
    padding: 8px clamp(14px, 3vw, 28px) 12px;
  }

  .show-layout {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .host-stage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    place-items: center;
  }

  .video-frame {
    width: min(960px, 82vw);
    min-height: 0;
    max-height: calc(100dvh - 260px);
    transform: translateY(-42px);
  }

  body.is-attempt-active .video-frame:not(.is-intro):not(.is-bridge) {
    transform: translateY(-42px);
  }

  .left-rail {
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 7;
    width: 118px;
    display: block;
    padding: 0;
  }

  .show-logo {
    width: 110px;
  }

  .question-image {
    width: 112px;
    min-height: 140px;
    margin-top: 14px;
    padding: 5px;
    border-radius: 13px;
  }

  .right-rail {
    position: absolute;
    right: 0;
    top: 82px;
    z-index: 7;
    width: 160px;
    padding: 0;
  }

  .panel-title {
    min-height: 34px;
    margin-bottom: 0;
  }

  .panel-title span {
    font-size: 19px;
  }

  .ladder {
    margin: -9px 6px 0;
    padding: 10px 7px 9px;
    gap: 1px;
  }

  .ladder li {
    min-height: 22px;
    grid-template-columns: 20px 10px minmax(0, 1fr);
    gap: 5px;
    font-size: 14px;
  }

  .ladder li.active::after {
    inset: 0 -9px;
  }

  .current-win-card {
    width: 150px;
    right: 168px;
    bottom: var(--current-win-bottom, 220px);
    gap: 5px;
    padding: 8px;
    border-radius: 17px;
  }

  .current-win-card h3 {
    font-size: 11px;
  }

  .current-win-art {
    width: min(128px, 84%);
  }

  .current-win-card > strong {
    font-size: 16px;
    gap: 4px;
  }

  .current-win-card > strong span {
    font-size: 11px;
    line-height: .9;
    white-space: normal;
  }

  .cashout {
    width: min(106px, 72%);
    min-height: 26px;
    font-size: 11px;
  }

  .lifeline-panel {
    position: fixed;
    left: 50%;
    bottom: 210px;
    width: min(290px, calc(100vw - 220px));
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 12;
    gap: 8px;
  }

  .lifeline-asset {
    min-height: 44px;
  }

  .question-deck {
    position: fixed;
    left: 22px;
    right: 22px;
    bottom: 12px;
    width: auto;
    margin: 0;
    z-index: 15;
    overflow: visible;
    white-space: normal;
  }

  #questionText {
    min-height: 72px;
    padding: 10px 28px;
    font-size: clamp(15px, 2.4vw, 22px);
    line-height: 1.05;
  }

  .answers {
    width: 96%;
    gap: 5px clamp(22px, 5vw, 44px);
    margin-top: 4px;
  }

  .answer {
    min-height: 48px;
    font-size: clamp(12px, 1.8vw, 15px);
  }
}

@media (max-width: 680px) {
  .dashboard-head {
    grid-template-columns: 1fr;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-logout {
    width: 100%;
  }

  .dashboard-section-title {
    display: grid;
    align-items: start;
  }

  .dashboard-section-title small {
    display: none;
    text-align: left;
  }

  .dashboard-prize-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .dashboard-prize-note span {
    text-align: left;
  }

  .rules-card {
    padding: 14px;
  }

  .rules-hero {
    padding: 12px 40px 12px 12px;
  }

  .rules-hero h2 {
    font-size: 21px;
  }

  .rules-hero p {
    font-size: 12px;
  }

  .rules-highlights {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rules-highlights article {
    min-height: 0;
    padding: 10px;
  }

  .rules-section-title h3 {
    font-size: 16px;
  }

  .rules-section-title p,
  .rules-table th,
  .rules-table td {
    font-size: 12px;
  }

  .profile-claims {
    grid-template-columns: 1fr;
  }

  .reward-card {
    min-height: 268px;
    padding: 18px;
  }

  .prize-instruction-hero {
    grid-template-columns: 1fr;
  }

  .prize-instruction-art {
    width: 96px;
    height: 96px;
  }

  .prize-instruction-art img {
    width: 100%;
    height: 100%;
  }

  .prize-instruction-hero strong {
    font-size: 26px;
  }

  .tutorial-topbar,
  .tutorial-caption {
    align-items: stretch;
    flex-direction: column;
  }

  .tutorial-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .tutorial-nav {
    width: 32px;
    height: 32px;
  }

  .tutorial-screen {
    min-height: 318px;
  }

  .fake-casino-panel {
    grid-template-columns: 1fr;
  }

  .fake-casino-panel button {
    min-height: 36px;
  }
}

@media (max-width: 720px) {
  .decor-layer {
    display: none;
    z-index: 0;
  }

  .decor-item {
    filter: drop-shadow(0 10px 16px oklch(3% 0.02 260 / 48%));
  }

  .decor-win {
    top: 135px;
    left: 50%;
    width: min(360px, 78vw);
    transform: translateX(-52%) rotate(-4deg);
  }

  .decor-coins {
    top: 115px;
    left: 52%;
    width: 178vw;
    max-width: 780px;
    transform: translateX(-50%);
    opacity: .92;
  }

  .decor-lollipop {
    left: -26px;
    top: 174px;
    width: 82px;
    transform: rotate(-9deg);
  }

  .decor-book {
    right: 18px;
    top: 362px;
    left: auto;
    width: 62px;
    transform: rotate(8deg);
  }

  .decor-pyramid {
    left: -24px;
    top: auto;
    bottom: 120px;
    width: 128px;
    transform: rotate(-10deg);
  }

  .decor-horseshoe {
    right: 46px;
    top: 166px;
    width: 70px;
    transform: rotate(8deg);
  }

  .decor-side-coin {
    right: -10px;
    top: 238px;
    width: 62px;
    transform: rotate(-14deg);
  }

  .decor-drum {
    display: none;
  }

  .decor-panda {
    right: -48px;
    bottom: 118px;
    width: 150px;
  }

  .stage-shell {
    padding: 8px;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0;
  }

  .player-bar {
    top: 8px;
    left: 8px;
    right: auto;
    width: max-content;
    max-width: calc(100vw - 16px);
    min-height: 44px;
    grid-template-columns: auto auto;
    gap: 6px;
    justify-content: start;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
  }

  .player-bar.is-guest {
    width: max-content;
    grid-template-columns: auto auto;
  }

  .player-avatar {
    width: 26px;
    height: 26px;
  }

  .player-identity,
  .player-rules,
  .player-history {
    min-height: 32px;
    gap: 6px;
  }

  .player-identity strong {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }

  .player-history {
    width: max-content;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .player-rules {
    width: 34px;
    justify-content: center;
    padding: 0;
    padding-left: 5px;
    border-radius: 10px;
    font-size: 0;
  }

  .player-rules img,
  .player-history img {
    width: 20px;
    height: 20px;
  }

  .show-layout {
    width: 100%;
    height: 80%;
    min-height: 0;
    display: block;
    overflow: visible;
  }

  .left-rail {
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 5;
    width: 92px;
    display: block;
    padding: 0;
  }

  .show-logo {
    width: 86px;
    opacity: .96;
  }

  .question-image {
    width: 120px;
    min-height: 108px;
    margin-top: 8px;
    padding: 5px;
    border-radius: 12px;
  }

  .question-image img {
    border-radius: 7px;
  }

  .host-stage {
    position: absolute;
    inset: 44px 0 0;
    width: 100%;
    height: auto;
    min-height: 0;
    place-items: end center;
  }

  .host-emblem {
    bottom: 19%;
    width: min(360px, 92vw);
    opacity: 1;
  }

  .video-frame {
    width: min(228vw, 900px);
    max-width: none;
    height: min(540px, calc(100dvh - 180px));
    min-height: 246px;
    max-height: none;
    margin-left: 150px;
    overflow: hidden;
    transform: translate(-46%, 44px);
  }

  .video-frame.is-waiting,
  .video-frame.is-intro,
  .video-frame.is-bridge {
    transform: translate(-46%, 44px);
  }

  .auth-gate-prize {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 8px;
    border-radius: 12px;
  }

  .auth-gate-prize img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }

  .auth-gate-prize strong {
    font-size: 14px;
  }

  .auth-gate-prize small {
    font-size: 11px;
  }

  .video-frame.is-intro {
    width: min(228vw, 900px);
    height: min(540px, calc(100dvh - 180px));
  }

  .right-rail {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 6;
    width: 116px;
    display: block;
    padding: 0;
    margin-right: -19px;
  }

  .ladder-panel {
    position: relative;
    width: 116px;
    cursor: pointer;
  }

  .ladder-panel::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 5px;
    width: 18px;
    height: 18px;
    background:
      url("../game/ladder-toggle-arrow.svg") center / 14px 14px no-repeat,
      url("../game/ladder-toggle-bg.svg") center / 18px 18px no-repeat;
    transition: transform 180ms ease;
    z-index: 3;
  }

  .ladder-panel.is-expanded::after {
    transform: rotate(180deg);
  }

  .panel-title {
    min-height: 28px;
    margin-bottom: 2px;
    background-image: url("../game/freespins-header-mobile.svg");
  }

  .ladder {
    margin: -8px 5px 0;
    padding: 10px 6px 7px;
    gap: 0;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .ladder li {
    grid-template-columns: 8px 6px 1fr;
    gap: 7px;
    min-height: 16px;
    padding: 0 3px;
    font-size: 10px;
  }

  .ladder li.mobile-collapsed {
    display: none;
  }

  .ladder-panel.is-expanded .ladder li.mobile-collapsed {
    display: grid;
  }

  .ladder li::before {
    width: 8px;
    height: 9px;
  }

  .ladder li strong {
    padding-left: 2px;
  }

  .ladder-prize {
    gap: 3px;
  }

  .ladder-prize span {
    display: inline-flex;
    font-size: 6px;
    line-height: 1;
  }

  .ladder-prize span::before {
    content: "FS";
  }

  .ladder-prize em {
    display: none;
  }

  .ladder li.active::after {
    inset: 0 -6px;
  }

  .current-win-card {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 116px;
    margin: 0 0 5px;
    gap: 4px;
    padding: 7px;
    border-radius: 14px;
    box-shadow:
      0 16px 38px oklch(2% 0.02 260 / 52%),
      inset 0 0 20px oklch(60% 0.15 245 / 18%);
  }

  .current-win-card h3 {
    gap: 4px;
    font-size: 0;
  }

  .current-win-card h3::after {
    content: "Current Prize";
    font-size: 10px;
  }

  .current-win-art {
    display: none;
  }

  .current-win-card > strong {
    gap: 4px;
    font-size: 15px;
  }

  .current-win-card > strong span {
    white-space: normal;
    font-size: 11px;
    line-height: .88;
  }

  .cashout {
    width: auto;
    min-width: 72px;
    min-height: 24px;
    margin-top: 3px;
    padding: 0 10px;
    font-size: 10px;
  }

  .lifeline-panel {
    position: fixed;
    top: auto;
    left: 50%;
    bottom: 153px;
    margin-top: 0;
    width: min(260px, calc(100vw - 36px));
    transform: translateX(-50%);
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .lifeline-asset {
    min-height: 42px;
  }

  .poll-card,
  .phone-timer {
    position: fixed;
    top: 330px;
    right: 10px;
    z-index: 12;
  }

  .poll-card {
    width: min(156px, calc(100vw - 20px));
    min-height: 132px;
    padding: 16px 13px 35px;
    border-radius: 16px 16px 7px 7px;
  }

  .poll-card::after {
    height: 22px;
  }

  .poll-bars {
    height: 92px;
    gap: 9px;
    margin-bottom: -12px;
  }

  .poll-bars span {
    min-height: 24px;
    border-radius: 6px 6px 0 0;
  }

  .poll-bars b {
    top: -22px;
    font-size: 13px;
  }

  .poll-bars em {
    bottom: -22px;
    font-size: 11px;
  }

  .phone-timer {
    width: 72px;
    --phone-dot-size: 3px;
    --phone-dot-radius: -33px;
  }

  .phone-timer-ring span {
    font-size: 31px;
  }

  .question-deck {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    margin-top: 0;
    padding: 0;
    align-self: end;
    z-index: 15;
  }

  .question-deck.is-ready,
  body.is-intro-active .question-deck {
    min-height: 68px;
  }

  #questionText {
    --question-font-max: 18px;
    --question-font-min: 11px;
    aspect-ratio: 366 / 61;
    min-height: 61px;
    height: auto;
    padding: 8px 24px;
    background-image: url("../game/mobile-question-panel.svg");
    font-size: clamp(12px, 3.65vw, 17px);
    line-height: 1.02;
  }

  body.is-intro-active #questionText {
    min-height: 64px;
    padding: 10px 24px;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .question-deck.is-ready #questionText {
    min-height: 64px;
    padding: 10px 98px 10px 24px;
    margin-bottom: 75px;
  }

  .answers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 1px 8px;
    margin-top: 2px;
  }

  .answer {
    --answer-font-max: 15px;
    --answer-font-min: 12px;
    min-height: 34px;
    aspect-ratio: 180 / 34;
    padding: 0 14px;
    background: url("../game/mobile-answer-panel.svg") center / 100% 100% no-repeat;
    font-size: clamp(11px, 3.1vw, 14px);
  }

  .answer-key {
    margin-right: 8px;
  }

  .answer-text {
    white-space: normal;
    line-height: 1.05;
  }

  .timer-pill {
    position: absolute;
    left: 82%;
    bottom: calc(100% + 65px);
    transform: none;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .timer-pill #timerValue {
    font-size: 23px;
  }

  #startBtn {
    width: min(180px, 100%);
  }

  .question-deck.is-ready #startBtn,
  body.is-intro-active #startBtn {
    left: auto;
    right: 24px;
    top: calc((100% - 38px) / 2);
    width: auto;
    min-height: 38px;
    margin-top: -38px;
    padding: 0 18px;
    font-size: 14px;
  }

  body.is-intro-active #startBtn {
    top: -300px;
    right: 24px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 11px;
    box-shadow: none;
  }

  .result-actions {
    flex-direction: row;
  }

  .profile-offers,
  .profile-promo-options {
    grid-template-columns: 1fr;
  }

  .prize-ready-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .prize-ready-summary .prize-ready-item + .prize-ready-item {
    border-left: 1px solid oklch(62% 0.17 250 / 24%);
    border-top: 0;
  }

  .prize-ready-summary {
    grid-template-columns: 1fr 1fr;
  }

  .prize-ready-summary .prize-ready-prize {
    grid-column: 1 / -1;
    border-bottom: 1px solid oklch(62% 0.17 250 / 24%);
  }

  .prize-ready-item {
    padding: 10px 8px;
  }

  .prize-ready-summary .prize-ready-item {
    grid-template-columns: 1fr;
    gap: 4px;
    justify-items: center;
    text-align: center;
  }

  .prize-ready-item span {
    font-size: 10px;
  }

  .prize-ready-item strong {
    font-size: 14px;
  }

  .prize-ready-code .promo-code-line {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
  }

  .prize-ready-code .copy-promo {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 22px;
  }

  .prize-summary-card {
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-areas:
      "art copy"
      "actions copy";
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .prize-offer-tabs {
    gap: 5px;
    padding: 4px;
    border-radius: 14px;
  }

  .prize-offer-tabs button {
    min-height: 50px;
    padding: 8px;
    border-radius: 11px;
  }

  .prize-offer-tabs span {
    font-size: 9px;
  }

  .prize-offer-tabs strong {
    font-size: 11px;
  }

  .prize-summary-copy {
    grid-area: copy;
    gap: 7px;
    margin-top: 9px;
  }

  .prize-summary-copy > span {
    font-size: 10px;
  }

  .prize-summary-copy > strong {
    font-size: 15px;
    line-height: 1.04;
  }

  .prize-summary-meta {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 4px;
  }

  .prize-summary-meta > div {
    min-height: 31px;
    padding: 6px 8px;
    border-radius: 10px;
  }

  .prize-summary-meta small,
  .prize-summary-note {
    font-size: 10px;
  }

  .prize-summary-meta b,
  .prize-summary-code code {
    font-size: 13px;
  }

  .prize-summary-copy p {
    font-size: 11.5px;
  }

  .prize-summary-actions {
    grid-area: actions;
    gap: 6px;
    align-self: start;
  }

  .prize-get-link {
    width: 90px;
    min-height: 40px;
  }

  .profile-offer,
  .profile-promo,
  .profile-promo.is-boosted {
    min-height: 125px;
  }

  .profile-offer span,
  .profile-promo span,
  .profile-promo .promo-prize-label {
    font-weight: 600;
  }

  .prize-instruction-hero {
    display: flex;
    padding-right: 10px;
  }

  .prize-instruction-hero span {
    font-size: 11px;
    font-weight: 600;
  }

  .prize-instruction-hero strong {
    font-size: 16px;
    font-weight: 650;
  }

  .prize-instruction-hero p {
    max-width: 30ch;
    font-size: 12px;
  }

  .prize-instruction-art {
    grid-area: art;
    width: 96px;
    height: auto;
    padding: 5px 0;
    border-radius: 20px;
  }

  .prize-instruction-art img {
    width: 90%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
  }

  .tutorial-device-toggle {
    display: none;
  }

}

#authModal.is-login #authTitle {
  font-size: 16px;
  font-weight: 600;
}

#authModal.is-login .auth-form input {
  font-size: 13px;
}

.forgot-link {
  font-size: 14px;
  font-weight: 500;
}

.auth-submit {
  font-weight: 500;
}

#authModal.is-login .auth-switch {
  font-size: 13px;
}

.auth-switch button {
  font-weight: 600;
  text-decoration: none;
}

#authModal.is-reset #authTitle {
  font-size: 16px;
  font-weight: 600;
}

#authModal.is-reset .auth-form input {
  font-size: 13px;
  font-weight: 500;
}

.reset-row .ghost-btn {
  font-size: 11px;
  font-weight: 500;
}

.reset-submit {
  font-size: 13px;
  font-weight: 600;
}

.reset-hint {
  font-size: 12px;
  font-weight: 500;
}

#authModal.is-register #authTitle {
  font-size: 16px;
  font-weight: 600;
}

.auth-form input {
  font-size: 13px;
}

.verification-row .ghost-btn {
  font-size: 11px;
  font-weight: 500;
}

.register-submit {
  font-size: 13px;
  font-weight: 600;
}

#authModal.is-register .auth-switch {
  font-size: 13px;
}

#claimModal .prize-instruction-card {
  width: min(492px, calc(100vw - 16px)) !important;
  max-height: min(92vh, 628px);
  border-radius: 9px;
}

#claimModal .modal-close {
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  min-height: 21px;
  border-width: 1px;
  border-radius: 6px;
  font-size: 16px;
  transform: none;
}

#claimInstructionContent {
  padding: 13px 15px 15px;
}

#claimModal .prize-instruction-title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
}

#claimModal .prize-instruction {
  gap: 10px;
}

#claimModal .prize-offer-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

#claimModal .prize-summary-card {
  min-height: 270px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "art" "copy" "actions";
  justify-items: center;
  align-items: start;
  gap: 7px;
  padding: 18px 20px 16px;
  border: 1px solid #ff9b00;
  border-radius: 8px;
}

#claimModal .prize-instruction-art {
  width: 145px;
  height: 86px;
  padding: 0;
  border-radius: 8px;
}

#claimModal .prize-instruction-art img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

#claimModal .prize-summary-copy {
  width: 100%;
  justify-items: center;
  gap: 3px;
  margin-top: 0;
  text-align: center;
}

#claimModal .prize-summary-copy > span {
  font-size: 10px;
  line-height: 1;
}

#claimModal .prize-summary-copy > strong {
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

#claimModal .prize-summary-actions {
  width: 100%;
  justify-content: center;
}

#claimModal .prize-get-link {
  width: 122px;
  min-height: 35px;
  border-radius: 999px;
  font-size: 11px;
}

#claimModal .prize-summary-meta {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-top: 6px;
}

#claimModal .prize-summary-meta > div {
  min-height: 25px;
  padding: 5px 8px;
  border-radius: 5px;
}

#claimModal .prize-summary-meta small {
  font-size: 10px;
  line-height: 1;
}

#claimModal .prize-summary-meta b,
#claimModal .prize-summary-code code {
  font-size: 12px;
  line-height: 1;
}

#claimModal .prize-summary-code .copy-promo {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
}

#claimModal .prize-summary-code .copy-promo svg {
  width: 10px;
  height: 10px;
}

#claimModal .prize-offer-note {
  width: 100%;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid oklch(55% 0.12 248 / 34%);
  border-radius: 5px;
  background: oklch(5% 0.035 255 / 80%);
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
}

#claimModal .tutorial-viewer {
  min-height: 236px;
  height: 236px;
  padding: 0;
  border-color: #ff9b00;
  border-radius: 8px;
}

#claimModal .tutorial-topbar {
  padding: 10px 12px 0;
  margin-bottom: 8px;
}

#claimModal .tutorial-screen {
  min-height: 178px;
  height: 178px;
  border-radius: 0 0 7px 7px;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(92vh, 686px);
    border-radius: 15px;
  }

  #claimInstructionContent {
    padding: 17px 15px 17px;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  #claimModal .prize-offer-panels {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #claimModal .prize-summary-card {
    min-height: 151px;
    grid-template-columns: 119px minmax(0, 1fr);
    grid-template-areas: "art copy" "actions actions";
    align-items: center;
    justify-items: stretch;
    gap: 9px 14px;
    padding: 8px 14px 9px;
    border-radius: 14px;
  }

  #claimModal .prize-instruction-art {
    width: 119px;
    height: 86px;
    border-radius: 9px;
  }

  #claimModal .prize-instruction-art img {
    border-radius: 9px;
  }

  #claimModal .prize-summary-copy {
    justify-items: start;
    align-content: center;
    gap: 4px;
    text-align: left;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 16px;
  }

  #claimModal .prize-summary-meta {
    grid-template-columns: .86fr 1.14fr;
    gap: 12px;
    margin-top: 9px;
  }

  #claimModal .prize-summary-meta > div {
    min-height: 0;
    display: grid;
    justify-content: start;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 14px;
  }

  #claimModal .prize-summary-code span {
    justify-content: start;
    gap: 7px;
  }

  #claimModal .prize-summary-code .copy-promo {
    width: auto;
    min-width: 0;
    height: 18px;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background: oklch(17% 0.08 250 / 84%);
    color: #27ef95;
    font-size: 9px;
    font-weight: 800;
  }

  #claimModal .prize-summary-code .copy-promo::before {
    content: "Copy";
  }

  #claimModal .prize-summary-code .copy-promo svg {
    width: 9px;
    height: 9px;
  }

  #claimModal .prize-get-link {
    width: 100%;
    min-height: 38px;
    font-size: 12px;
  }

  #claimModal .prize-offer-note {
    width: min(315px, 100%);
    justify-self: center;
    padding: 5px 0;
    border: 0;
    background: transparent;
    font-size: 10px;
    line-height: 1.15;
  }

  #claimModal .tutorial-viewer {
    min-height: 228px;
    height: 228px;
    border-radius: 20px;
  }
}

/* Final audited prize modal layout. Keep at EOF so older duplicate overrides cannot win. */
#claimModal {
  background: oklch(4% 0.025 255 / 72%) !important;
}

#claimModal .prize-instruction-card {
  width: min(492px, calc(100vw - 16px)) !important;
  max-height: min(94vh, 626px) !important;
  overflow: visible !important;
  border-radius: 9px !important;
  background: radial-gradient(circle at 76% 18%, oklch(39% 0.15 249 / 44%), transparent 36%), linear-gradient(145deg, oklch(6% 0.055 266 / 98%), oklch(21% 0.11 250 / 98%)) !important;
}

#claimModal .modal-close {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 80 !important;
  width: 21px !important;
  min-width: 21px !important;
  height: 21px !important;
  min-height: 21px !important;
  padding: 0 !important;
  border-width: 1px !important;
  border-radius: 6px !important;
  background: oklch(10% 0.055 255 / 100%) !important;
  font-size: 16px !important;
  transform: none !important;
}

#claimInstructionContent {
  padding: 13px 15px 15px !important;
}

#claimModal .prize-instruction {
  gap: 10px !important;
}

#claimModal .prize-instruction-title {
  margin: 0 0 4px !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

#claimModal .prize-offer-panels {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 13px !important;
  width: 100% !important;
}

#claimModal .prize-offer-panel,
#claimModal .prize-offer-panel.is-active {
  min-width: 0 !important;
}

#claimModal .prize-summary-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "art" "copy" "actions" "meta" !important;
  justify-items: center !important;
  align-items: start !important;
  gap: 7px !important;
  min-height: 270px !important;
  padding: 18px 20px 16px !important;
  border: 1px solid #ff9b00 !important;
  border-radius: 8px !important;
  background: radial-gradient(circle at 50% 34%, oklch(44% 0.17 245 / 54%), transparent 58%), linear-gradient(145deg, oklch(9% 0.07 252 / 98%), oklch(23% 0.15 249 / 94%)) !important;
  box-shadow: inset 0 0 26px oklch(57% 0.21 245 / 34%), 0 10px 26px oklch(2% 0.02 255 / 50%) !important;
  overflow: hidden !important;
}

#claimModal .prize-instruction-art {
  grid-area: art !important;
  width: 145px !important;
  height: 86px !important;
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

#claimModal .prize-instruction-art img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

#claimModal .prize-summary-copy {
  grid-area: copy !important;
  display: grid !important;
  justify-items: center !important;
  gap: 3px !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

#claimModal .prize-summary-copy > span {
  color: #27ef95 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#claimModal .prize-summary-copy > strong {
  color: oklch(98% 0.012 255) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#claimModal .prize-summary-actions {
  grid-area: actions !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

#claimModal .prize-get-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 122px !important;
  min-height: 35px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #31df8e, #0fc67d) !important;
  color: oklch(8% 0.04 250) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px oklch(55% 0.21 155 / 24%) !important;
}

#claimModal .prize-summary-meta {
  grid-area: meta !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  width: 100% !important;
  margin: 2px 0 0 !important;
}

#claimModal .prize-summary-meta > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 25px !important;
  padding: 5px 8px !important;
  border: 1px solid oklch(62% 0.16 247 / 25%) !important;
  border-radius: 5px !important;
  background: oklch(15% 0.09 249 / 78%) !important;
}

#claimModal .prize-summary-meta small {
  color: oklch(88% 0.032 255) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

#claimModal .prize-summary-meta b,
#claimModal .prize-summary-code code {
  color: #27ef95 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

#claimModal .prize-summary-code span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
}

#claimModal .prize-summary-code .copy-promo {
  display: inline-grid !important;
  place-items: center !important;
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: oklch(78% 0.08 248) !important;
}

#claimModal .prize-summary-code .copy-promo svg {
  width: 10px !important;
  height: 10px !important;
}

#claimModal .prize-offer-note {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 7px 9px !important;
  border: 1px solid oklch(55% 0.12 248 / 34%) !important;
  border-radius: 5px !important;
  background: oklch(5% 0.035 255 / 80%) !important;
  color: oklch(94% 0.018 255) !important;
  font-size: 8px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

#claimModal .prize-offer-note a {
  color: #27ef95 !important;
  font-weight: 800 !important;
}

#claimModal .tutorial-viewer {
  min-height: 236px !important;
  height: 236px !important;
  padding: 0 !important;
  border: 1px solid #ff9b00 !important;
  border-radius: 8px !important;
  background: oklch(5% 0.035 255 / 82%) !important;
  overflow: hidden !important;
}

#claimModal .tutorial-topbar {
  padding: 10px 12px 0 !important;
  margin-bottom: 8px !important;
}

#claimModal .tutorial-screen {
  min-height: 178px !important;
  height: 178px !important;
  border-radius: 0 0 7px 7px !important;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 28px)) !important;
    max-height: min(92vh, 686px) !important;
    border-radius: 15px !important;
  }

  #claimInstructionContent {
    padding: 17px 15px !important;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 3px !important;
    font-size: 20px !important;
  }

  #claimModal .prize-offer-panels {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #claimModal .prize-summary-card {
    grid-template-columns: 119px minmax(0, 1fr) !important;
    grid-template-areas: "art copy" "art meta" "actions actions" !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: 8px 14px !important;
    min-height: 151px !important;
    padding: 8px 14px 9px !important;
    border-radius: 14px !important;
  }

  #claimModal .prize-instruction-art {
    width: 119px !important;
    height: 86px !important;
    border-radius: 9px !important;
  }

  #claimModal .prize-instruction-art img {
    border-radius: 9px !important;
  }

  #claimModal .prize-summary-copy {
    justify-items: start !important;
    align-self: end !important;
    gap: 4px !important;
    text-align: left !important;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 16px !important;
  }

  #claimModal .prize-summary-meta {
    align-self: start !important;
    grid-template-columns: .86fr 1.14fr !important;
    gap: 12px !important;
    margin-top: 0 !important;
  }

  #claimModal .prize-summary-meta > div {
    display: grid !important;
    justify-content: start !important;
    gap: 3px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px !important;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 14px !important;
  }

  #claimModal .prize-summary-code span {
    justify-content: start !important;
    gap: 7px !important;
  }

  #claimModal .prize-summary-code .copy-promo {
    width: auto !important;
    min-width: 0 !important;
    height: 18px !important;
    min-height: 18px !important;
    padding: 0 6px !important;
    border-radius: 4px !important;
    background: oklch(17% 0.08 250 / 84%) !important;
    color: #27ef95 !important;
    font-size: 9px !important;
    font-weight: 800 !important;
  }

  #claimModal .prize-summary-code .copy-promo::before {
    content: "Copy" !important;
  }

  #claimModal .prize-summary-code .copy-promo svg {
    width: 9px !important;
    height: 9px !important;
  }

  #claimModal .prize-get-link {
    width: 100% !important;
    min-height: 38px !important;
    font-size: 12px !important;
  }

  #claimModal .prize-offer-note {
    width: min(315px, 100%) !important;
    justify-self: center !important;
    padding: 5px 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
  }

  #claimModal .tutorial-viewer {
    min-height: 228px !important;
    height: 228px !important;
    border-radius: 20px !important;
  }
}

/* Desktop prize modal size restore. */
@media (min-width: 721px) {
  #claimModal .prize-instruction-card {
    width: min(620px, calc(100vw - 32px)) !important;
    max-height: min(94vh, 700px) !important;
  }

  #claimInstructionContent {
    padding: 16px 18px 18px !important;
  }

  #claimModal .prize-instruction-title {
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }

  #claimModal .prize-offer-panels {
    gap: 16px !important;
  }

  #claimModal .prize-summary-card {
    min-height: 304px !important;
    gap: 9px !important;
    padding: 20px 24px 18px !important;
  }

  #claimModal .prize-instruction-art {
    width: 170px !important;
    height: 102px !important;
  }

  #claimModal .prize-summary-copy > span {
    font-size: 11px !important;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 20px !important;
  }

  #claimModal .prize-get-link {
    width: 142px !important;
    min-height: 39px !important;
    font-size: 12px !important;
  }

  #claimModal .prize-summary-meta {
    gap: 8px !important;
  }

  #claimModal .prize-summary-meta > div {
    min-height: 30px !important;
    padding: 7px 10px !important;
  }

  #claimModal .prize-summary-meta small {
    font-size: 11px !important;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 13px !important;
  }

  #claimModal .prize-offer-note {
    padding: 8px 10px !important;
    font-size: 9px !important;
  }

  #claimModal .tutorial-viewer {
    min-height: 285px !important;
    height: 285px !important;
  }

  #claimModal .tutorial-screen {
    min-height: 224px !important;
    height: 224px !important;
  }
}

/* Prize modal poster and tutorial fit polish. */
#claimModal .prize-instruction-art {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

#claimModal .prize-instruction-art img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

#claimModal .tutorial-viewer {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  overflow: hidden !important;
}

#claimModal .tutorial-stage,
#claimModal .tutorial-screen,
#claimModal .tutorial-frame,
#claimModal .tutorial-slide {
  min-height: 0 !important;
  height: 100% !important;
}

#claimModal .tutorial-screen {
  overflow: hidden !important;
}

#claimModal .tutorial-slide > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#claimModal .tutorial-callout {
  max-width: min(210px, 48%) !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

#claimModal .tutorial-callout strong {
  font-size: 16px !important;
  line-height: 1.05 !important;
}

#claimModal .tutorial-callout p {
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.18 !important;
}

#claimModal .tutorial-callout-actions {
  margin-top: 8px !important;
}

#claimModal .tutorial-callout-actions button {
  min-height: 26px !important;
  padding: 0 10px !important;
  font-size: 11px !important;
}

@media (min-width: 721px) {
  #claimModal .prize-instruction-card {
    width: min(650px, calc(100vw - 32px)) !important;
    max-height: min(94vh, 760px) !important;
  }

  #claimModal .prize-summary-card {
    min-height: 340px !important;
  }

  #claimModal .prize-instruction-art {
    width: 154px !important;
  }

  #claimModal .tutorial-viewer {
    min-height: 340px !important;
    height: 340px !important;
  }

  #claimModal .tutorial-screen {
    min-height: 0 !important;
    height: 100% !important;
  }

  #claimModal .tutorial-topbar {
    padding: 12px 14px 0 !important;
    margin-bottom: 9px !important;
  }
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 24px)) !important;
    max-height: min(94vh, 720px) !important;
  }

  #claimInstructionContent {
    padding: 14px 13px !important;
  }

  #claimModal .prize-summary-card {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 8px 12px !important;
    min-height: 154px !important;
    padding: 8px 12px 9px !important;
  }

  #claimModal .prize-instruction-art {
    width: 104px !important;
  }

  #claimModal .prize-summary-copy > span {
    font-size: 9px !important;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 15px !important;
  }

  #claimModal .prize-summary-meta {
    gap: 8px !important;
  }

  #claimModal .prize-summary-meta small {
    font-size: 10px !important;
  }

  #claimModal .prize-summary-meta b,
  #claimModal .prize-summary-code code {
    font-size: 12px !important;
  }

  #claimModal .tutorial-viewer {
    min-height: 292px !important;
    height: 292px !important;
    border-radius: 16px !important;
  }

  #claimModal .tutorial-topbar {
    padding: 9px 10px 0 !important;
    margin-bottom: 7px !important;
  }

  #claimModal .tutorial-topbar strong {
    font-size: 15px !important;
  }

  #claimModal .tutorial-callout {
    max-width: 76% !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
  }

  #claimModal .tutorial-callout strong {
    font-size: 14px !important;
  }

  #claimModal .tutorial-callout p {
    font-size: 11px !important;
  }
}

/* Final prize inner QA pass: keep posters square and fit tutorial in the visible modal. */
#claimModal .prize-instruction-card {
  overflow: visible !important;
}

#claimModal .prize-summary-card {
  align-content: start !important;
}

#claimModal .prize-instruction-art,
#claimModal .prize-instruction-art img {
  aspect-ratio: 1 / 1 !important;
}

#claimModal .prize-instruction-art img {
  object-fit: cover !important;
}

#claimModal .tutorial-stage,
#claimModal .tutorial-screen,
#claimModal .tutorial-frame,
#claimModal .tutorial-slide {
  min-height: 0 !important;
}

#claimModal .tutorial-slide {
  overflow: hidden !important;
}

@media (min-width: 721px) {
  #claimModal .prize-instruction-card {
    width: min(650px, calc(100vw - 32px)) !important;
    max-height: calc(100vh - 34px) !important;
  }

  #claimInstructionContent {
    padding: 12px 14px 14px !important;
  }

  #claimModal .prize-instruction-options {
    gap: 14px !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(286px, 286px)) !important;
    justify-content: center !important;
  }

  #claimModal .prize-summary-card {
    min-height: 286px !important;
    padding: 14px 24px 16px !important;
    gap: 5px !important;
  }

  #claimModal .prize-instruction-art {
    width: 128px !important;
    height: auto !important;
  }

  #claimModal .prize-get-link {
    min-height: 38px !important;
    padding: 0 20px !important;
  }

  #claimModal .prize-ready-note {
    margin: 8px 0 10px !important;
    padding: 7px 10px !important;
    font-size: 10px !important;
  }

  #claimModal .tutorial-viewer {
    height: min(300px, calc(100vh - 426px)) !important;
    min-height: 258px !important;
  }

  #claimModal .tutorial-topbar {
    padding: 10px 12px 0 !important;
    margin-bottom: 7px !important;
  }

  #claimModal .tutorial-screen {
    height: 100% !important;
  }
}

@media (min-width: 721px) {
  #claimModal .prize-summary-card {
    min-height: 260px !important;
    width: min(286px, 100%) !important;
    margin-inline: auto !important;
    padding: 10px 24px 12px !important;
    gap: 3px !important;
  }

  #claimModal .prize-instruction-art {
    width: 112px !important;
  }

  #claimModal .prize-summary-copy > span {
    font-size: 10px !important;
  }

  #claimModal .prize-summary-copy > strong {
    font-size: 19px !important;
  }

  #claimModal .prize-get-link {
    min-height: 34px !important;
    max-width: 150px !important;
  }

  #claimModal .prize-summary-meta {
    gap: 7px !important;
    margin-top: 5px !important;
  }

  #claimModal .prize-summary-meta > div {
    min-height: 23px !important;
    padding: 4px 8px !important;
  }

  #claimModal .prize-ready-note {
    margin: 7px 0 8px !important;
    padding: 6px 10px !important;
  }

  #claimModal .tutorial-viewer {
    height: 242px !important;
    min-height: 242px !important;
  }

  #claimModal .tutorial-callout {
    padding: 8px 10px !important;
  }

  #claimModal .tutorial-callout strong {
    font-size: 15px !important;
  }

  #claimModal .tutorial-callout p {
    font-size: 11px !important;
    line-height: 1.12 !important;
  }
}

#claimModal .prize-instruction-options:has(> .prize-summary-card:only-child) {
  grid-template-columns: minmax(0, 286px) !important;
  justify-content: center !important;
  justify-items: stretch !important;
}

#claimModal .prize-instruction-options > .prize-summary-card:only-child {
  margin-inline: auto !important;
}

@media (max-width: 720px) {
  #claimModal .prize-instruction-card {
    width: min(430px, calc(100vw - 20px)) !important;
    max-height: calc(100vh - 20px) !important;
  }

  #claimInstructionContent {
    padding: 12px 12px 13px !important;
  }

  #claimModal .prize-instruction-options {
    gap: 10px !important;
  }

  #claimModal .prize-summary-card {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    min-height: 140px !important;
    padding: 8px 11px 9px !important;
  }

  #claimModal .prize-instruction-art {
    width: 96px !important;
    height: auto !important;
  }

  #claimModal .prize-get-link {
    min-height: 38px !important;
  }

  #claimModal .prize-ready-note {
    margin: 8px 0 10px !important;
    padding: 7px 8px !important;
    font-size: 9px !important;
    line-height: 1.12 !important;
  }

  #claimModal .tutorial-viewer {
    height: min(276px, calc(100vh - 620px)) !important;
    min-height: 248px !important;
  }

  #claimModal .tutorial-topbar {
    padding: 8px 9px 0 !important;
    margin-bottom: 6px !important;
  }

  #claimModal .tutorial-callout {
    max-width: 74% !important;
  }
}
