.wheel-page {
  max-width: 1100px;
}

.wheel-intro {
  color: #64748b;
  margin: 0 0 1.5rem;
}

.wheel-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1.5rem;
}

.wheel-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.wheel-stage {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  margin: 0 auto 1.25rem;
}

.wheel-disc {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #0f172a;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
  transition: transform 0s;
}

.wheel-label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  transform-origin: 0 50%;
  transform: rotate(var(--angle)) translateX(18%);
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.wheel-pointer {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 28px solid #0f172a;
  z-index: 2;
  filter: drop-shadow(0 2px 2px rgba(15, 23, 42, 0.2));
}

.wheel-spin-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: #1d4ed8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.wheel-spin-btn:hover:not(:disabled) {
  background: #1e40af;
}

.wheel-spin-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.wheel-result {
  margin-top: 1.25rem;
  min-height: 4rem;
}

.wheel-outcome {
  margin-top: 1.5rem;
}

.wheel-result-pending {
  text-align: center;
  color: #64748b;
  margin: 0;
}

.wheel-winner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
}

.wheel-winner img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.wheel-winner h2 {
  margin: 0;
  font-size: 1.25rem;
}

.wheel-winner p {
  margin: 0.2rem 0 0;
  color: #475569;
  font-size: 0.9rem;
}

.wheel-winner a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.wheel-winner a:hover {
  text-decoration: underline;
}

.wheel-season-winner {
  text-align: center;
  padding: 1.25rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
}

.wheel-season-winner h2 {
  margin: 0;
  font-size: 2rem;
}

.wheel-season-winner p {
  margin: 0.5rem 0 0;
  color: #475569;
}

.wheel-season-winner a {
  display: inline-block;
  margin-top: 0.75rem;
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.wheel-season-winner a:hover {
  text-decoration: underline;
}

.wheel-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.wheel-links a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.wheel-links a:hover {
  text-decoration: underline;
}

.wheel-squad-heading {
  margin: 1.25rem 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.wheel-squad-note {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  color: #64748b;
}

.wheel-squad-grid {
  margin-top: 0;
}

.wheel-squad-empty {
  margin: 1rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}
