/*
  Star Chart Modal Pro — premium overlay + form flow
*/

body.sr-site.sr-star-modal-open {
  overflow: hidden !important;
}

body.sr-site .star-modal {
  position: fixed;
  inset: 0;
  z-index: 10120 !important;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 1.5rem);
  padding-top: calc(env(safe-area-inset-top, 0px) + clamp(0.75rem, 3vw, 1.5rem));
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(0.75rem, 3vw, 1.5rem));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.sr-site .star-modal.open {
  display: flex !important;
  z-index: 10120 !important;
}

@media (min-width: 720px) {
  body.sr-site .star-modal.open {
    align-items: center;
  }
}

body.sr-site .star-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: block !important;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(56, 189, 248, 0.14), transparent 55%),
    rgba(2, 6, 14, 0.88);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
}

body.sr-site .star-modal-close-fab {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 0.85rem);
  right: clamp(0.85rem, 3vw, 1.25rem);
  z-index: 10125 !important;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 20, 0.82);
  color: #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.sr-site .star-modal-close-fab:hover {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
  transform: scale(1.03);
}

body.sr-site .star-modal-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 56rem);
  margin: 0 auto;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(8, 12, 20, 0.94);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 32px 80px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
  outline: none;
}

body.sr-site .star-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  padding-right: 2.5rem;
}

body.sr-site .star-modal-kicker > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fde68a;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.28);
}

body.sr-site .star-modal-kicker h3 {
  margin: 0.65rem 0 0.35rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f8fafc;
}

body.sr-site .star-modal-kicker p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.92);
  max-width: 36rem;
}

body.sr-site .star-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #94a3b8;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 720px) {
  body.sr-site .star-modal-close {
    display: inline-flex;
  }

  body.sr-site .star-modal-close-fab {
    display: none;
  }
}

body.sr-site .star-modal-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
  margin-bottom: 1.15rem;
}

body.sr-site .star-modal-step {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2rem;
  padding: 0.35rem 0.55rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(148, 163, 184, 0.85);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.sr-site .star-modal-step.active {
  color: #fff7ed;
  background: rgba(212, 160, 23, 0.12);
  border-color: rgba(212, 160, 23, 0.28);
}

body.sr-site .star-modal-step-index {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
}

body.sr-site .star-modal-step.active .star-modal-step-index {
  background: rgba(212, 160, 23, 0.22);
  color: #fde68a;
}

body.sr-site .star-step-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  body.sr-site .star-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

body.sr-site .star-surface {
  height: 100%;
  padding: clamp(1rem, 2.5vw, 1.35rem) !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(6, 10, 18, 0.72) !important;
}

body.sr-site .star-surface-title {
  font-size: clamp(1rem, 2.2vw, 1.2rem) !important;
  letter-spacing: -0.02em;
}

body.sr-site .star-feature-item {
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

body.sr-site .star-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

body.sr-site .star-form-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.92);
}

body.sr-site .star-form-input {
  min-height: 2.75rem;
  border-radius: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(0, 0, 0, 0.28) !important;
  color: #f8fafc !important;
  font-size: 0.875rem !important;
}

body.sr-site .star-form-input:focus {
  border-color: rgba(212, 160, 23, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.12);
}

body.sr-site .star-inline-error {
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  color: #fca5a5;
  min-height: 1.1rem;
}

body.sr-site .star-inline-error.is-visible {
  padding: 0.55rem 0.7rem;
  border-radius: 0.65rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.22);
}

body.sr-site .star-primary-btn {
  min-height: 2.75rem;
  padding: 0 1.25rem !important;
  border-radius: 0.75rem !important;
  background: linear-gradient(180deg, #fbbf24, #d4a017) !important;
  color: #0f172a !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 28px rgba(212, 160, 23, 0.22);
}

body.sr-site .star-primary-btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

body.sr-site .star-secondary-btn,
body.sr-site .star-ghost-btn {
  min-height: 2.75rem;
  border-radius: 0.75rem !important;
}

body.sr-site .star-follow-actions,
body.sr-site .star-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-start;
}

body.sr-site .star-wheel-wrap {
  padding: 1rem !important;
}

body.sr-site .star-wheel {
  animation: none !important;
  border-color: rgba(212, 160, 23, 0.25) !important;
}

body.sr-site .star-loading {
  min-height: 16rem;
  padding: 2rem !important;
}

body.sr-site .star-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  animation: none !important;
}

body.sr-site .star-preview-stage {
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background:
    linear-gradient(165deg, rgba(56, 189, 248, 0.08), rgba(212, 160, 23, 0.04)),
    rgba(0, 0, 0, 0.32) !important;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  height: auto !important;
  margin-bottom: 0.75rem !important;
  overflow: hidden !important;
  transition: filter 0.35s ease, opacity 0.35s ease;
}

body.sr-site .star-preview-stage.is-locked {
  filter: blur(5px) saturate(0.85);
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

body.sr-site .star-preview-lock {
  display: none;
  margin-top: 1rem;
}

body.sr-site .star-preview-lock.is-visible {
  display: block;
  animation: starLockFadeIn 0.35s ease;
}

body.sr-site .star-preview-shell.is-unlock-active .star-preview-countdown {
  visibility: hidden;
}

body.sr-site .star-result-layout .star-modal-actions {
  position: sticky;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 0.35rem);
  z-index: 2;
  padding-top: 0.35rem;
  background: linear-gradient(180deg, rgba(8, 12, 20, 0), rgba(8, 12, 20, 0.92) 28%);
}

@keyframes starLockFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.sr-site .star-preview-countdown {
  flex-shrink: 0;
  min-width: 5.5rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 160, 23, 0.28);
  background: rgba(212, 160, 23, 0.1);
  color: #fde68a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

body.sr-site .star-preview-copy h4,
body.sr-site .star-poster-copy h4 {
  margin: 0 0 0.35rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fde68a;
}

body.sr-site .star-preview-copy h3,
body.sr-site .star-poster-copy h3 {
  margin: 0 0 0.55rem;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #f8fafc;
}

body.sr-site .star-preview-name {
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #f8fafc;
}

body.sr-site .star-preview-poster-grid {
  display: grid;
  gap: 0.85rem;
  align-items: center;
  padding: 0.15rem;
}

body.sr-site .star-preview-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

body.sr-site .star-preview-meta .star-mini-card.full,
body.sr-site .star-preview-meta .star-mini-card:nth-child(3) {
  grid-column: 1 / -1;
}

body.sr-site .star-result-poster {
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: clamp(1rem, 2.5vw, 1.35rem) !important;
  background:
    linear-gradient(165deg, rgba(8, 14, 28, 0.98) 0%, rgba(5, 11, 22, 1) 42%, rgba(10, 16, 30, 0.98) 100%) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 48px rgba(0, 0, 0, 0.35);
}

body.sr-site .star-result-poster.is-exporting {
  box-shadow: none;
}

body.sr-site .star-poster-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.sr-site .star-poster-brand strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(148, 163, 184, 0.92);
}

body.sr-site .star-poster-state {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 160, 23, 0.22);
  background: rgba(212, 160, 23, 0.08);
  color: #fde68a;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

body.sr-site .star-result-summary h4,
body.sr-site .star-planet-list h4 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f8fafc;
}

body.sr-site .star-result-summary p {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(148, 163, 184, 0.95);
}

body.sr-site .star-result-summary p:last-child {
  margin-bottom: 0;
}

body.sr-site .star-planet-row strong {
  color: #f8fafc;
  font-weight: 600;
  text-align: right;
}

body.sr-site .star-secondary-btn {
  min-height: 2.75rem;
  padding: 0 1.1rem !important;
  border-radius: 0.75rem !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #e2e8f0 !important;
  font-weight: 600 !important;
}

body.sr-site .star-secondary-btn:hover:not(:disabled),
body.sr-site .star-ghost-btn:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.sr-site .star-primary-btn:disabled,
body.sr-site .star-secondary-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
}

body.sr-site .star-form-input[type="date"]::-webkit-calendar-picker-indicator,
body.sr-site .star-form-input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(0.85);
  opacity: 0.85;
}

body.sr-site .star-wheel,
body.sr-site .star-wheel-wrap .star-wheel,
body.sr-site .star-wheel-shell .star-wheel,
body.sr-site svg.star-wheel {
  animation: none !important;
  transform: none !important;
}

body.sr-site .star-loading {
  display: grid;
  place-items: center;
  min-height: clamp(14rem, 42vw, 20rem);
}

@media (max-width: 767px) {
  body.sr-site .star-preview-poster-grid {
    grid-template-columns: 1fr !important;
  }

  body.sr-site .star-preview-poster-grid .star-wheel-shell {
    order: -1;
    width: min(100%, 14.5rem);
    margin: 0 auto 0.15rem;
  }

  body.sr-site .star-preview-copy h3 {
    font-size: 1rem;
  }

  body.sr-site .star-preview-name {
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
  }

  body.sr-site .star-chip-grid {
    justify-content: flex-start;
  }

  body.sr-site .star-poster-state {
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 768px) {
  body.sr-site .star-result-poster {
    min-height: 22rem;
  }
}

body.sr-site .star-preview-lock-card {
  border-radius: 1rem !important;
  border: 1px solid rgba(212, 160, 23, 0.18) !important;
  background:
    linear-gradient(180deg, rgba(212, 160, 23, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(6, 10, 18, 0.88) !important;
}

body.sr-site .star-result-poster {
  border-radius: 1rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.sr-site .star-result-panels {
  gap: 0.85rem !important;
}

body.sr-site .star-result-summary,
body.sr-site .star-planet-list {
  border-radius: 0.85rem !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  padding: 1rem !important;
}

body.sr-site .star-planet-row {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.18) !important;
}

body.sr-site .star-step-panel {
  display: none;
}

body.sr-site .star-step-panel.active {
  display: block;
}

body.sr-site .star-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
}

body.sr-site .star-surface-badge {
  display: inline-flex;
  margin-bottom: 0.65rem;
}

body.sr-site .star-surface-body {
  margin: 0.35rem 0 0;
  line-height: 1.55;
  color: rgba(148, 163, 184, 0.92);
}

body.sr-site .star-wheel-shell {
  position: relative;
  width: min(100%, 20rem);
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto;
}

body.sr-site .star-preview-poster-grid {
  display: grid;
  gap: 1rem;
  align-items: center;
}

body.sr-site .star-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

body.sr-site .star-preview-stage {
  padding: clamp(0.65rem, 2vw, 0.85rem);
}

body.sr-site .star-preview-poster {
  width: 100%;
  min-height: 0;
}

body.sr-site .star-preview-shell .star-surface {
  padding-bottom: 0.85rem !important;
}

body.sr-site .star-preview-shell .star-preview-lock {
  margin-top: 0.35rem;
}

body.sr-site .star-intro-wheel {
  animation: starIntroSpin 52s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes starIntroSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

body.sr-site .star-spinner {
  width: 1.65rem;
  height: 1.65rem;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-top-color: #fbbf24;
  border-radius: 50%;
  animation: starSpin 0.85s linear infinite;
}

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

body.sr-site .star-wheel-shell .star-wheel,
body.sr-site .star-wheel-wrap .star-wheel {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  animation: none !important;
}

body.sr-site .star-poster-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  body.sr-site .star-poster-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }
}

body.sr-site .star-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.85rem 0;
}

body.sr-site .star-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.sr-site .star-mini-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.22);
}

body.sr-site .star-mini-card span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.88);
}

body.sr-site .star-mini-card strong {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #f8fafc;
  line-height: 1.35;
}

body.sr-site .star-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 5.5rem;
  padding: 0.45rem 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(212, 160, 23, 0.22);
  background: rgba(212, 160, 23, 0.08);
}

body.sr-site .star-chip span {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(253, 230, 138, 0.85);
}

body.sr-site .star-chip strong {
  font-size: 0.78rem;
  font-weight: 600;
  color: #fff7ed;
}

body.sr-site .star-result-layout {
  display: grid;
  gap: 1rem;
}

body.sr-site .star-result-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  body.sr-site .star-result-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.sr-site .star-poster-head {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

body.sr-site .star-poster-brand {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fde68a;
}

body.sr-site .star-poster-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f8fafc;
}

body.sr-site .star-poster-state,
body.sr-site .star-poster-copy {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(148, 163, 184, 0.92);
}

@media (max-width: 899px) {
  body.sr-site .star-modal-step span:not(.star-modal-step-index) {
    display: none;
  }

  body.sr-site .star-form-grid {
    grid-template-columns: 1fr;
  }

  body.sr-site .star-result-panels {
    grid-template-columns: 1fr !important;
  }

  body.sr-site .star-preview-poster-grid {
    grid-template-columns: 1fr;
  }

  body.sr-site .star-poster-grid {
    grid-template-columns: 1fr !important;
  }

  body.sr-site .star-wheel-shell {
    width: min(100%, 17rem);
  }

  body.sr-site .star-follow-actions .star-primary-btn,
  body.sr-site .star-follow-actions .star-secondary-btn,
  body.sr-site .star-follow-actions .star-ghost-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  body.sr-site .star-preview-poster-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
}

@media (max-width: 640px) {
  body.sr-site .star-modal-header {
    padding-right: 0;
  }

  body.sr-site .star-modal-shell {
    border-radius: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sr-site .star-modal-close-fab,
  body.sr-site .star-primary-btn {
    transition: none;
  }

  body.sr-site .star-intro-wheel,
  body.sr-site .star-spinner {
    animation: none;
  }
}
