:root {
  color-scheme: dark;
  --navy: #00162f;
  --navy-soft: #032d57;
  --blue: #087bd5;
  --cyan: #29bff4;
  --text: #f8fbff;
  --muted: #91a9c0;
  --line: rgba(255, 255, 255, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  min-width: 320px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--navy);
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(92, 206, 255, 0.8);
  outline-offset: 3px;
}

svg {
  display: block;
}

#confetti {
  position: fixed;
  inset: 0;
  z-index: 60;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.app-shell {
  position: relative;
  display: grid;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  grid-template-rows: 76px minmax(0, 1fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(0, 147, 232, 0.32), transparent 29rem),
    radial-gradient(circle at 9% 90%, rgba(22, 103, 184, 0.18), transparent 25rem),
    linear-gradient(135deg, #001126 0%, #002d59 59%, #001a37 100%);
}

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

.app-shell::before {
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(111, 204, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 204, 255, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 94%);
}

.app-shell::after {
  top: 12%;
  right: -15rem;
  width: 43rem;
  height: 43rem;
  border: 1px solid rgba(107, 209, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(107, 209, 255, 0.025),
    0 0 0 190px rgba(107, 209, 255, 0.016);
}

.ambient {
  position: absolute;
  z-index: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
}

.ambient-one {
  top: -12rem;
  right: 22%;
  background: rgba(0, 153, 238, 0.18);
}

.ambient-two {
  bottom: -17rem;
  left: -8rem;
  background: rgba(69, 87, 190, 0.2);
}

.page-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 9px 25px rgba(0, 126, 225, 0.3);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1;
}

.brand-copy small {
  color: #a9c2da;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.25em;
}

.event-badge {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(77, 181, 242, 0.24);
  border-radius: 999px;
  color: #c1d3e3;
  font-size: 10px;
  font-weight: 700;
  background: rgba(11, 85, 145, 0.2);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45e4ad;
  box-shadow: 0 0 0 5px rgba(69, 228, 173, 0.09), 0 0 12px #45e4ad;
  animation: pulse 1.7s infinite;
}

.event-badge.is-upcoming .pulse-dot {
  background: #ffca55;
  box-shadow: 0 0 0 5px rgba(255, 202, 85, 0.1), 0 0 12px #ffca55;
}

.event-badge.is-ended .pulse-dot,
.event-badge.is-paused .pulse-dot {
  background: #9db0c1;
  box-shadow: 0 0 0 5px rgba(157, 176, 193, 0.1);
  animation: none;
}

@keyframes pulse {
  50% {
    opacity: 0.45;
    transform: scale(0.8);
  }
}

.spin-screen {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(34px, 5vw, 72px);
  padding-block: clamp(14px, 2.5vh, 30px);
  align-items: center;
}

.intro {
  min-width: 0;
  max-width: 535px;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: #afc5d8;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.19em;
}

.eyebrow > span {
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, #ed3351, #24b6f1);
}

h1 {
  margin: clamp(10px, 1.7vh, 18px) 0 0;
  font-size: clamp(48px, min(5.5vw, 8.5vh), 78px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

h1 em {
  display: inline-block;
  margin-top: clamp(5px, 0.8vh, 9px);
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #7cddff 50%, #1d94e5 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.subtitle {
  margin: clamp(12px, 1.8vh, 19px) 0;
  color: #aac0d4;
  font-size: 12px;
  line-height: 1.55;
}

.spin-form {
  padding: clamp(14px, 2vh, 19px);
  border: 1px solid rgba(94, 195, 248, 0.28);
  border-radius: 15px;
  color: #f5fbff;
  background:
    linear-gradient(145deg, rgba(7, 57, 99, 0.94), rgba(2, 29, 57, 0.96));
  box-shadow:
    0 24px 60px rgba(0, 7, 22, 0.38),
    inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.verified-customer {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin: -2px 0 10px;
  padding: 7px 9px;
  border: 1px solid rgba(73, 222, 169, 0.28);
  border-radius: 9px;
  background: rgba(21, 139, 101, 0.16);
}

.verified-customer > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  background: #16845f;
}

.verified-customer p { display:grid; gap:1px; min-width:0; margin:0; }
.verified-customer strong { overflow:hidden; color:#effff9; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.verified-customer small { overflow:hidden; color:#9bcdbc; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.verified-customer button { padding:5px 7px; cursor:pointer; border:0; color:#67d5ff; font-size:8px; font-weight:800; background:transparent; }

.form-heading {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 10px;
  margin-bottom: 13px;
  padding-bottom: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(142, 203, 237, 0.16);
}

.step-number {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: linear-gradient(145deg, #0068d7, #00a8ef);
  box-shadow: 0 8px 20px rgba(0, 114, 211, 0.2);
}

.form-heading p,
.wheel-heading p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.form-heading strong,
.wheel-heading strong {
  font-size: 12px;
}

.form-heading strong {
  color: #fff;
}

.form-heading small,
.wheel-heading small {
  color: #698095;
  font-size: 9px;
}

.form-heading small {
  color: #8eabc2;
}

.form-heading > svg {
  width: 23px;
  fill: none;
  stroke: #62d4ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.spin-form > label {
  display: block;
  margin: 0 0 6px;
  color: #c5dbea;
  font-size: 10px;
  font-weight: 800;
}

.form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 165px;
  gap: 9px;
}

.vin-field {
  position: relative;
  min-width: 0;
}

.vin-field > svg {
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: 1;
  width: 19px;
  fill: none;
  stroke: #79b9db;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transform: translateY(-50%);
  pointer-events: none;
}

.vin-field input {
  width: 100%;
  height: 46px;
  padding: 0 12px 0 42px;
  outline: 0;
  border: 1px solid rgba(137, 194, 226, 0.3);
  border-radius: 8px;
  color: #f6fbff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
  background: rgba(0, 19, 41, 0.58);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.vin-field input::placeholder {
  color: #7692a8;
  font-weight: 450;
  letter-spacing: 0;
}

.vin-field input:focus {
  border-color: #3bbbf1;
  background: rgba(0, 27, 57, 0.88);
  box-shadow: 0 0 0 4px rgba(49, 184, 241, 0.13);
}

.spin-button {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 46px;
  padding: 0 12px;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  background: linear-gradient(100deg, #005fc9, #00a4ed);
  box-shadow: 0 11px 26px rgba(0, 112, 208, 0.24), inset 0 1px rgba(255, 255, 255, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.spin-button:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.spin-button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.3);
  opacity: 0.62;
}

.spin-button > svg {
  flex: 0 0 16px;
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.form-feedback {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  min-height: 20px;
  align-items: end;
}

.form-message {
  margin: 6px 0 0;
  color: #ff8796;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.35;
}

.form-message.info {
  color: #64cfff;
}

.form-message.success {
  color: #5be2b0;
}

.spin-hint {
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 6px 0 0;
  color: #7797af;
  font-size: 8px;
  white-space: nowrap;
}

.spin-hint svg {
  width: 11px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.stats {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: clamp(10px, 1.7vh, 18px);
}

.stats > div {
  display: grid;
  gap: 2px;
}

.stats strong {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.stats span {
  color: #829cb3;
  font-size: 9px;
}

.stats i {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.14);
}

.wheel-column {
  display: flex;
  min-width: 0;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wheel-heading {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: clamp(4px, 0.8vh, 9px);
}

.wheel-heading p {
  color: #fff;
}

.wheel-heading small {
  color: #86a3bc;
}

.wheel-area {
  position: relative;
  width: min(520px, 42vw, calc(100dvh - 180px));
  max-width: 100%;
  aspect-ratio: 1;
  flex: 0 1 auto;
  isolation: isolate;
}

.wheel-glow {
  position: absolute;
  inset: 12%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(0, 157, 242, 0.5);
  filter: blur(65px);
}

.wheel-frame {
  position: absolute;
  inset: 6.8%;
  padding: 2.1%;
  overflow: hidden;
  border: 1px solid rgba(211, 238, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #83a6c3 18%, #e7f5ff 48%, #477596 72%, #f8fcff 100%);
  box-shadow:
    0 0 0 5px #063158,
    0 0 0 8px rgba(78, 185, 243, 0.66),
    0 24px 65px rgba(0, 6, 20, 0.48),
    inset 0 0 18px rgba(255, 255, 255, 0.85);
}

.wheel-rotator {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  will-change: transform;
}

#wheelCanvas {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.center-cap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 17%;
  aspect-ratio: 1;
  padding: 4px;
  place-items: center;
  overflow: hidden;
  border: 3px solid #d6edfb;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 25px rgba(0, 17, 40, 0.5), 0 0 0 4px rgba(9, 106, 174, 0.85);
  transform: translate(-50%, -50%);
}

.center-cap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.pointer {
  position: absolute;
  top: -1%;
  left: 50%;
  z-index: 8;
  width: 15.5%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: linear-gradient(145deg, #f9fdff, #6795b6 70%);
  box-shadow: 0 8px 24px rgba(0, 3, 16, 0.52), inset 0 0 0 4px rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
}

.pointer::before {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 36%;
  height: 65%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: linear-gradient(#8ab9d8, #e7f7ff);
  filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.3));
  transform: translateX(-50%);
}

.pointer span {
  position: absolute;
  inset: 18%;
  z-index: 1;
  border: 1px solid rgba(177, 224, 250, 0.6);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #29b5f2, #0058a9 58%, #001c3a 100%);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.22), 0 0 18px rgba(30, 176, 244, 0.38);
}

.bulbs {
  position: absolute;
  inset: 2.9%;
  z-index: 7;
  border-radius: 50%;
  pointer-events: none;
}

.bulb {
  position: absolute;
  width: 2.25%;
  aspect-ratio: 1;
  border: 1px solid rgba(226, 247, 255, 0.8);
  border-radius: 50%;
  background: #dff7ff;
  box-shadow: 0 0 6px #8ee1ff, 0 0 15px rgba(47, 183, 247, 0.88);
  transform: translate(-50%, -50%);
  animation: twinkle 1s infinite alternate;
}

.bulb:nth-child(2n) {
  animation-delay: -0.55s;
}

@keyframes twinkle {
  to {
    opacity: 0.38;
    box-shadow: 0 0 3px #75cff3;
  }
}

.event-period {
  display: grid;
  gap: 2px;
  min-width: 245px;
  margin-top: clamp(4px, 0.8vh, 9px);
  padding: 7px 15px;
  border: 1px solid rgba(95, 191, 242, 0.18);
  border-radius: 999px;
  text-align: center;
  background: rgba(2, 25, 52, 0.46);
}

.event-period span {
  color: #7f9bb4;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.event-period strong {
  color: #e0f3ff;
  font-size: 10px;
}

.verification-gate {
  width: min(350px, 100%);
  margin-top: clamp(12px, 1.8vh, 18px);
}

.verification-card {
  position: relative;
  width: 100%;
  padding: 13px;
  border: 1px solid rgba(94, 195, 248, 0.3);
  border-radius: 12px;
  color: #f5fbff;
  color-scheme: dark;
  background:
    linear-gradient(145deg, rgba(7, 57, 99, 0.94), rgba(2, 29, 57, 0.97));
  box-shadow:
    0 24px 60px rgba(0, 7, 22, 0.4),
    inset 0 1px rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.verification-card h2 { margin:0; color:#fff; font-size:16px; line-height:1.2; }
.verification-description { margin:3px 0 8px; color:#8eabc2; font-size:8px; line-height:1.45; }
.verification-description strong { color:#70d8ff; }
.verification-card form { display:grid; gap:5px; }
.verification-fields { display:grid; grid-template-columns:1fr; gap:4px; }
.verification-field { display:grid; min-width:0; gap:3px; }
.verification-card label { color:#c5dbea; font-size:7px; font-weight:800; }
.verification-card input { width:100%; height:33px; padding:0 9px; outline:none; border:1px solid rgba(137,194,226,.3); border-radius:7px; color:#f6fbff; font-size:10px; background:rgba(0,19,41,.58); }
.verification-card input::placeholder { color:#718ca2; }
.verification-card input:focus { border-color:#3bbbf1; background:rgba(0,27,57,.88); box-shadow:0 0 0 3px rgba(49,184,241,.13); }
.verification-card .otp-input { height:52px; text-align:center; font-size:22px; font-weight:850; letter-spacing:.42em; }
.verification-message { min-height:10px; margin:0; color:#ff8796; font-size:8px; line-height:1.3; }
.verification-message.success { color:#5be2b0; }
.verification-primary { display:grid; min-height:38px; padding:0 18px; cursor:pointer; place-items:center; border:0; border-radius:7px; color:#fff; font-size:9px; font-weight:900; letter-spacing:.07em; background:linear-gradient(100deg,#0067d4,#00a4ec); box-shadow:0 8px 18px rgba(0,112,208,.18); }
.verification-primary:disabled { cursor:wait; opacity:.65; }
.verification-secondary-actions { display:flex; align-items:center; justify-content:space-between; margin-top:2px; }
.verification-secondary-actions button { padding:6px 0; cursor:pointer; border:0; color:#65d4ff; font-size:8px; font-weight:800; background:transparent; }
.verification-secondary-actions button:disabled { cursor:default; color:#6e8799; }
.admin-bypass {
  display: grid;
  width: 100%;
  gap: 2px;
  margin-top: 8px;
  padding: 8px 10px;
  cursor: pointer;
  border: 1px solid rgba(100, 207, 255, 0.22);
  border-radius: 7px;
  color: #70d8ff;
  text-align: left;
  background: rgba(30, 151, 210, 0.08);
}
.admin-bypass span { font-size:8px; font-weight:850; }
.admin-bypass small { color:#789bb3; font-size:7px; }
.admin-bypass:hover { border-color:rgba(100,207,255,.42); background:rgba(30,151,210,.14); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  padding: 24px;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 12, 30, 0.82);
  backdrop-filter: blur(12px);
}

.modal-card {
  position: relative;
  width: min(420px, 100%);
  padding: 42px 32px 32px;
  overflow: hidden;
  border: 1px solid rgba(130, 214, 255, 0.3);
  border-radius: 21px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(0, 159, 239, 0.4), transparent 56%),
    #032449;
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.64), inset 0 1px rgba(255, 255, 255, 0.09);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}

.modal.show .modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 11px;
  right: 13px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #a4bacd;
  font-size: 24px;
  background: transparent;
}

.modal-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.trophy {
  font-size: 58px;
  filter: drop-shadow(0 10px 20px rgba(255, 193, 61, 0.35));
  animation: trophy-in 0.65s 0.15s both;
}

@keyframes trophy-in {
  from {
    opacity: 0;
    transform: scale(0.4) rotate(-18deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-kicker {
  margin: 16px 0 7px;
  color: #70d7ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.modal-card h2 {
  margin: 0;
  color: #a9bed1;
  font-size: 13px;
  font-weight: 500;
}

.modal-card h2 strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.winner-label {
  margin: 16px 0 0;
  color: #9db9d0;
  font-size: 10px;
}

.winner-prize {
  margin: 5px 0 7px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.winner-vin {
  margin: 0 0 23px;
  color: #83a2bd;
  font-size: 10px;
}

.modal-action {
  width: 100%;
  min-height: 46px;
  padding: 0 20px;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: linear-gradient(100deg, #0067d4, #00a4ec);
  box-shadow: 0 12px 30px rgba(0, 112, 208, 0.3);
}

@media (max-width: 900px) {
  .app-shell {
    grid-template-rows: 60px minmax(0, 1fr);
  }

  .page-shell {
    width: min(100% - 28px, 700px);
  }

  .topbar {
    min-height: 60px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small {
    font-size: 7px;
  }

  .event-badge {
    min-height: 30px;
    padding: 0 10px;
    font-size: 9px;
  }

  .spin-screen {
    display: flex;
    gap: clamp(5px, 1vh, 10px);
    padding-block: clamp(7px, 1.2vh, 12px);
    flex-direction: column;
    text-align: center;
  }

  .intro {
    width: 100%;
    max-width: 540px;
    flex: 0 0 auto;
  }

  .eyebrow {
    justify-content: center;
    font-size: 8px;
  }

  h1 {
    margin-top: 7px;
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 0.94;
  }

  h1 em {
    margin-top: 4px;
  }

  .subtitle {
    margin: 8px 0;
    font-size: 10px;
  }

  .spin-form {
    padding: 10px 11px 8px;
    border-radius: 12px;
    text-align: left;
  }

  .verified-customer { margin-bottom:7px; padding-block:5px; }

  .verification-gate { margin-top:8px; text-align:left; }
  .verification-card { padding:13px 14px 11px; }
  .verification-description { margin-bottom:8px; }
  .verification-card input { height:36px; }
  .verification-fields { gap:5px; }

  body.is-verifying .spin-screen {
    justify-content: center;
  }

  body.is-verifying .eyebrow,
  body.is-verifying h1,
  body.is-verifying .subtitle,
  body.is-verifying .stats,
  body.is-verifying .wheel-column {
    display: none;
  }

  body.is-verifying .intro {
    margin-block: auto;
  }

  .form-heading {
    grid-template-columns: 1fr 20px;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 7px;
  }

  .step-number {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 8px;
  }

  .form-heading strong,
  .wheel-heading strong {
    font-size: 10px;
  }

  .form-heading small,
  .wheel-heading small {
    font-size: 8px;
  }

  .form-heading > svg {
    width: 20px;
  }

  .spin-form > label {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .form-actions {
    grid-template-columns: minmax(0, 1fr) minmax(108px, 34%);
    gap: 7px;
  }

  .vin-field input {
    height: 41px;
    padding-left: 38px;
    font-size: 16px;
  }

  .vin-field > svg {
    left: 11px;
    width: 18px;
  }

  .spin-button {
    min-height: 41px;
    padding-inline: 7px;
    font-size: 8px;
  }

  .spin-button > svg {
    display: none;
  }

  .form-feedback {
    min-height: 15px;
  }

  .form-message,
  .spin-hint {
    margin-top: 4px;
    font-size: 8px;
  }

  .stats {
    justify-content: center;
    margin-top: 6px;
  }

  .stats strong {
    font-size: 16px;
  }

  .stats span {
    font-size: 8px;
  }

  .stats i {
    height: 24px;
  }

  .wheel-column {
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    justify-content: center;
  }

  .wheel-heading {
    margin-bottom: 2px;
  }

  .wheel-area {
    width: min(350px, calc(100vw - 32px), calc(100dvh - 430px));
    min-width: 190px;
    max-width: 100%;
  }

  .event-period {
    min-width: 220px;
    margin-top: 2px;
    padding: 5px 13px;
  }
}

@media (max-width: 900px) and (max-height: 720px) {
  .app-shell {
    grid-template-rows: 54px minmax(0, 1fr);
  }

  .topbar {
    min-height: 54px;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
  }

  .eyebrow,
  .subtitle,
  .stats,
  .spin-hint {
    display: none;
  }

  h1 {
    margin: 0 0 5px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .spin-form {
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .form-heading {
    margin-bottom: 6px;
    padding-bottom: 5px;
  }

  .wheel-heading small {
    display: none;
  }

  .wheel-area {
    width: min(310px, calc(100vw - 38px), calc(100dvh - 290px));
    min-width: 170px;
  }

  .event-period {
    padding-block: 4px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .page-shell {
    width: min(100% - 26px, 900px);
  }

  .spin-screen {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    gap: 20px;
    text-align: left;
  }

  .intro {
    max-width: none;
  }

  .eyebrow {
    justify-content: flex-start;
  }

  .wheel-area {
    width: min(330px, calc(100dvh - 118px));
    min-width: 210px;
  }

  .wheel-heading {
    display: none;
  }
}

@media (max-width: 380px) {
  .page-shell {
    width: min(100% - 20px, 700px);
  }

  .brand-copy {
    display: none;
  }

  .event-badge {
    font-size: 8px;
  }

  .form-heading small {
    display: none;
  }

  .form-actions {
    grid-template-columns: minmax(0, 1fr) 105px;
  }

  .spin-button {
    letter-spacing: 0.03em;
  }

  .wheel-area {
    width: min(315px, calc(100vw - 24px), calc(100dvh - 338px));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
