/* [project]/src/app/join/join.css [app-client] (css) */
:root {
  --join-ease-out: cubic-bezier(.16, 1, .3, 1);
  --join-ease-standard: cubic-bezier(.2, .8, .2, 1);
  --w-gold-100: #ffe9a8;
  --w-gold-200: #f2c24a;
  --w-gold-300: #e8b940;
  --w-gold-700: #a66e12;
  --w-gold-900: #3a2207;
  --w-green-200: #5fe08c;
  --w-green-300: #3cc76c;
  --w-green-500: #2a8847;
  --w-green-700: #0f5028;
  --w-night-1: #0a0b0d;
  --w-night-2: #050608;
  --w-night-3: #000;
}

html:has(.join-root) {
  background: var(--w-night-3);
}

body:has(.join-root) {
  background: var(--w-night-3);
  overscroll-behavior-y: contain;
}

.join-root {
  color: #fff;
  background: var(--w-night-3);
  position: relative;
  overflow-x: clip;
}

.join-background {
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, var(--w-night-2) 0%, var(--w-night-3) 52%, #030405 100%);
  position: fixed;
  inset: 0;
}

.join-aurora {
  background: radial-gradient(120% 56% at 50% -10%,
    color-mix(in oklab, var(--w-gold-200) 6%, transparent),
    transparent 60%);
  position: absolute;
  inset: 0;
}

.join-grain, .join-rays {
  display: none;
}

.join-topbar {
  z-index: 40;
  pointer-events: none;
  position: fixed;
  inset: 0 0 auto;
}

.join-topbar-inner {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
}

.join-brand-button, .join-topbar-link {
  letter-spacing: -.005em;
  color: #ffffffeb;
  border: 1px solid var(--color-hairline);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  cursor: pointer;
  background: #08090cb3;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 590;
  text-decoration: none;
  display: inline-flex;
}

.join-brand-button {
  padding: 0 14px 0 8px;
}

.join-brand-dot {
  filter: drop-shadow(0 1px 2px #00000073);
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.join-topbar-link {
  color: #ffffffc7;
}

.join-story {
  z-index: 1;
  position: relative;
}

.join-stage {
  display: none;
}

.join-hero-pass {
  width: min(100%, 340px);
  margin: 8px auto 30px;
  display: block;
}

.join-scenes {
  z-index: 3;
  position: relative;
}

.join-scene {
  box-sizing: border-box;
  min-height: 100dvh;
  padding: max(72px, env(safe-area-inset-top)) 24px max(96px, calc(36px + env(safe-area-inset-bottom)));
  align-items: center;
  display: flex;
}

.join-scene-hero {
  padding-top: max(80px, env(safe-area-inset-top));
}

.join-scene-final {
  padding-bottom: max(108px, calc(56px + env(safe-area-inset-bottom)));
}

.join-copy {
  width: min(100%, 540px);
  margin: 0 auto;
}

.join-kicker {
  color: var(--w-gold-200);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.join-title {
  color: #fff;
  letter-spacing: -.022em;
  margin: 0;
  font-size: clamp(34px, 8.4vw, 56px);
  font-weight: 720;
  line-height: 1.02;
}

.join-display {
  letter-spacing: -.034em;
  flex-direction: column;
  margin: 0;
  font-size: clamp(44px, 11.5vw, 88px);
  font-weight: 720;
  line-height: .94;
  display: flex;
}

.join-display span {
  display: block;
}

.join-display-tight {
  font-size: clamp(40px, 10.5vw, 80px);
}

.join-display-accent {
  color: var(--w-gold-200);
}

.join-body {
  color: #ebebf5b8;
  letter-spacing: -.005em;
  max-width: 38ch;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.48;
}

.join-fine-print {
  color: #ffffff6b;
  letter-spacing: 0;
  margin: 22px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

.join-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  display: flex;
}

.join-primary-action, .join-signup-button, .join-ghost-action {
  letter-spacing: -.01em;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.join-primary-action {
  color: #1a0e02;
  background: var(--w-gold-200);
  box-shadow: 0 1px 2px #00000080, 0 10px 26px -16px #000c;
}

.join-signup-button {
  color: #1a0e02;
  background: var(--w-gold-200);
  width: 100%;
  margin-top: 28px;
  box-shadow: 0 1px 2px #00000080, 0 10px 26px -16px #000c;
}

.join-ghost-action {
  color: #ffffffeb;
  background: var(--color-fill-2);
  border: 1px solid #ffffff1a;
}

.join-press {
  transition: transform .24s var(--join-ease-out),
    opacity .24s var(--join-ease-out),
    box-shadow .24s var(--join-ease-out);
  touch-action: manipulation;
}

.join-press:active {
  transition-duration: 90ms;
  transform: scale(.965);
}

@media (hover: hover) and (min-width: 900px) {
  .join-primary-action:hover, .join-signup-button:hover, .join-sticky-button:hover {
    background: var(--w-gold-100);
  }

  .join-ghost-action:hover {
    background: var(--color-fill);
    border-color: #ffffff29;
  }
}

[data-reveal] {
  opacity: 0;
  transition: opacity .62s var(--join-ease-out),
    transform .62s var(--join-ease-out);
  will-change: opacity, transform;
  transform: translate3d(0, 22px, 0);
}

[data-reveal].is-revealed {
  opacity: 1;
  will-change: auto;
  transform: translate3d(0, 0, 0);
}

.join-math {
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  display: grid;
}

.join-math-step {
  border: 1px solid var(--color-hairline);
  background: linear-gradient(180deg, var(--color-fill-2), #ffffff05);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 14px 10px;
  display: flex;
  box-shadow: inset 0 1px #ffffff0f;
}

.join-math-step-mid {
  border-color: color-mix(in oklab, var(--w-green-300) 32%, transparent);
}

.join-math-step-prize {
  border-color: color-mix(in oklab, var(--w-gold-200) 36%, transparent);
}

.join-math-step-prize .join-math-amount {
  color: var(--w-gold-200);
}

.join-math-amount {
  color: #fff;
  letter-spacing: -.025em;
  font-size: clamp(22px, 6vw, 30px);
  font-weight: 760;
  line-height: 1;
}

.join-math-step p {
  color: #fff9;
  letter-spacing: 0;
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
}

.join-math-op {
  color: color-mix(in oklab, var(--w-gold-200) 62%, transparent);
  place-items: center;
  display: grid;
}

.join-math-op svg {
  display: block;
}

.join-streak-grid {
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 30px;
  display: grid;
}

.join-streak-day {
  border: 1px solid var(--color-hairline-2);
  background: var(--color-fill-3);
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  display: flex;
}

.join-streak-label {
  color: #ffffff80;
  letter-spacing: .02em;
  font-size: 11px;
  font-weight: 700;
}

.join-streak-dot {
  background: var(--color-fill);
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 1px var(--color-hairline);
  transition: all .32s var(--join-ease-out);
  border-radius: 999px;
}

.join-streak-day[data-state="done"] {
  background: color-mix(in oklab, var(--w-green-300) 8%, transparent);
  border-color: color-mix(in oklab, var(--w-green-300) 22%, transparent);
}

.join-streak-day[data-state="done"] .join-streak-label {
  color: color-mix(in oklab, var(--w-green-200) 85%, transparent);
}

.join-streak-day[data-state="done"] .join-streak-dot {
  background: linear-gradient(180deg, var(--w-green-200) 0%, var(--w-green-500) 100%);
  box-shadow: inset 0 1px #ffffff59;
}

.join-streak-day[data-state="today"] {
  background: linear-gradient(180deg,
      color-mix(in oklab, var(--w-gold-200) 16%, transparent),
      color-mix(in oklab, var(--w-gold-200) 4%, transparent));
  border-color: color-mix(in oklab, var(--w-gold-200) 42%, transparent);
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--w-gold-200) 22%, transparent);
}

.join-streak-day[data-state="today"] .join-streak-label {
  color: var(--w-gold-200);
}

.join-streak-day[data-state="today"] .join-streak-dot {
  background: radial-gradient(circle at 32% 28%, #fff1b8 0%, var(--w-gold-200) 55%, var(--w-gold-700) 100%);
  animation: 2.4s cubic-bezier(.4, 0, .6, 1) infinite join-pulse;
  box-shadow: inset 0 1px #ffffff80;
}

@keyframes join-pulse {
  0%, 100% {
    opacity: .92;
  }

  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-streak-day[data-state="today"] .join-streak-dot {
    animation: none;
  }
}

.join-wheel-feature {
  background: var(--pub-surface, #161618);
  border: 1px solid #f2c24a2e;
  border-radius: 24px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  padding: 22px 22px 22px 18px;
  display: grid;
  box-shadow: inset 0 .5px #ffffff0f, 0 1px 2px #00000080;
}

.join-wheel-feature strong {
  color: var(--w-gold-200);
}

.join-wheel-stage {
  place-items: center;
  display: grid;
}

.join-wheel-feature p {
  color: #ffffff94;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.join-wheel-feature strong {
  letter-spacing: -.03em;
  margin-top: 6px;
  font-size: clamp(38px, 10vw, 52px);
  font-weight: 780;
  line-height: .95;
  display: block;
}

.join-wheel-feature small {
  color: #ffffff80;
  letter-spacing: 0;
  margin-top: 4px;
  font-size: 13px;
  display: block;
}

.join-benefit-list {
  gap: 10px;
  margin-top: 30px;
  display: grid;
}

.join-benefit {
  border: 1px solid var(--color-hairline);
  background: linear-gradient(180deg, var(--color-fill-3), #ffffff04);
  border-radius: 18px;
  grid-template-columns: 44px 1fr;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  display: grid;
  box-shadow: inset 0 1px #ffffff0d;
}

.join-benefit-icon {
  background: var(--color-fill-2);
  color: #ebebf5b3;
  width: 44px;
  height: 44px;
  box-shadow: inset 0 0 0 1px var(--color-hairline);
  border-radius: 13px;
  place-items: center;
  display: grid;
}

.join-benefit h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.join-benefit p {
  color: #fff9;
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.42;
}

.join-final-stage {
  gap: 32px;
  width: min(100%, 540px);
  margin: 0 auto;
  display: grid;
}

.join-final-pass {
  filter: drop-shadow(0 32px 60px #000000b3);
  width: min(100%, 340px);
  margin: 0 auto;
  display: block;
  transform: rotate(-1.4deg);
}

.join-final-copy {
  text-align: left;
}

.join-member-link {
  text-align: center;
  color: #ffffff94;
  margin: 24px 0 0;
  font-size: 14px;
}

.join-member-link a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.join-pass-wrap {
  width: min(100%, 340px);
  margin: 0 auto;
  position: relative;
}

.join-pass-glow {
  display: none;
}

.join-pass {
  color: #fff;
  background: linear-gradient(165deg, #1a1d22 0%, var(--w-night-1) 58%, var(--w-night-2) 100%);
  transition: transform .72s var(--join-ease-out),
    box-shadow .72s var(--join-ease-out);
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #ffffff24, inset 0 -1px #0006, 0 30px 60px -28px #000000f2;
}

.join-pass-wrap[data-pass-scene="earn"] .join-pass {
  border-color: color-mix(in oklab, var(--w-green-300) 28%, transparent);
}

.join-pass-wrap[data-pass-scene="streak"] .join-pass, .join-pass-wrap[data-pass-scene="benefits"] .join-pass, .join-pass-wrap[data-pass-scene="final"] .join-pass {
  border-color: color-mix(in oklab, var(--w-gold-200) 32%, transparent);
}

.join-pass-foil {
  display: none;
}

.join-pass-grain {
  pointer-events: none;
  opacity: .85;
  background: radial-gradient(circle at 24% 16%, #ffffff16, #0000 28%), radial-gradient(circle at 80% 90%, #00000040, #0000 45%);
  position: absolute;
  inset: 0;
}

.join-pass > * {
  z-index: 1;
  position: relative;
}

.join-pass-head {
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  display: grid;
}

.join-pass-mark {
  place-items: center;
  display: grid;
}

.join-pass-brand p {
  color: #fffffff2;
  letter-spacing: -.005em;
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.1;
}

.join-pass-brand small {
  color: #ffe8a8c7;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}

.join-pass-tier {
  letter-spacing: .16em;
  background: var(--color-fill-2);
  color: #ffffffc7;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 800;
}

.join-pass-tier[data-tier="green"] {
  border-color: color-mix(in oklab, var(--w-green-300) 35%, transparent);
  background: color-mix(in oklab, var(--w-green-300) 14%, transparent);
  color: var(--w-green-200);
}

.join-pass-tier[data-tier="gold"] {
  border-color: color-mix(in oklab, var(--w-gold-200) 40%, transparent);
  background: linear-gradient(180deg,
      color-mix(in oklab, var(--w-gold-100) 22%, transparent),
      color-mix(in oklab, var(--w-gold-700) 16%, transparent));
  color: var(--w-gold-100);
}

.join-pass-primary {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 12px;
  margin-top: 24px;
  display: grid;
}

.join-pass-field p {
  color: #ffffff8c;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
}

.join-pass-field strong {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 6px;
  font-size: 36px;
  font-weight: 760;
  line-height: .95;
  display: block;
}

.join-pass-field-end {
  text-align: right;
}

.join-pass-field-end strong {
  color: var(--w-gold-200);
}

.join-pass-progress {
  margin-top: 18px;
}

.join-pass-progress-row {
  letter-spacing: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.join-pass-progress-row span {
  color: #ffffff8c;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.join-pass-progress-row strong {
  color: #fff;
  font-weight: 760;
}

.join-pass-progress-track {
  background: var(--color-fill);
  border-radius: 999px;
  height: 8px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #00000073;
}

.join-pass-progress-track span {
  width: var(--pct, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--w-green-200) 0%, var(--w-gold-200) 60%, var(--w-gold-100) 100%);
  transition: width .72s var(--join-ease-out);
  position: absolute;
  inset: 0 auto 0 0;
}

.join-pass-progress p {
  color: #ffffff80;
  letter-spacing: 0;
  margin: 8px 0 0;
  font-size: 12px;
}

.join-pass-foot {
  border-top: 1px dashed #ffffff1a;
  grid-template-columns: 1fr 48px;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  display: grid;
}

.join-pass-foot-qr {
  background: #fafafa;
  border-radius: 10px;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 6px;
  display: grid;
  box-shadow: inset 0 0 0 1px #0000000f, 0 6px 14px -8px #ffffff73;
}

.join-pass-foot-qr svg {
  width: 100%;
  height: 100%;
}

.join-barcode-frame {
  background: #fafafa;
  border-radius: 8px;
  padding: 6px 8px;
  position: relative;
  box-shadow: 0 6px 14px -8px #ffffff52;
}

.join-barcode-frame svg {
  width: 100%;
  height: auto;
}

.join-barcode-digits {
  text-align: center;
  color: #0a0b0d;
  letter-spacing: .2em;
  margin: 4px 0 0;
  font-size: 9px;
  font-weight: 600;
}

.join-mobile-showcase {
  display: none;
}

.join-sticky {
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s var(--join-ease-out),
    transform .32s var(--join-ease-out);
  will-change: opacity, transform;
  transform: translate3d(0, 18px, 0);
}

.join-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.join-sticky-inner {
  width: min(100%, 480px);
  margin: 0 auto;
  padding: 10px 14px 12px;
}

.join-sticky-surface {
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  background: #0a0c10db;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 8px 8px 18px;
  display: flex;
  box-shadow: inset 0 1px #ffffff14, 0 18px 42px -22px #000000e6;
}

.join-sticky-copy {
  min-width: 0;
}

.join-sticky-copy p {
  color: #ffe8a8c7;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}

.join-sticky-copy strong {
  color: #fff;
  letter-spacing: -.005em;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  overflow: hidden;
}

.join-sticky-button {
  color: #1a0e02;
  background: var(--w-gold-200);
  letter-spacing: -.005em;
  white-space: nowrap;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, 0 10px 26px -16px #000c;
}

.join-snap-dots {
  right: max(14px, env(safe-area-inset-right));
  z-index: 39;
  gap: 9px;
  display: grid;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.join-snap-dots button {
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 1px var(--color-hairline-2);
  cursor: pointer;
  transition: width .26s var(--join-ease-out),
    background-color .26s var(--join-ease-out);
  background: #ffffff38;
  border: 0;
  border-radius: 999px;
  padding: 0;
  display: block;
  position: relative;
}

.join-snap-dots button:before {
  content: "";
  width: 44px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.join-snap-dots button.is-active {
  background: var(--w-gold-200);
  width: 20px;
}

@media (min-width: 900px) {
  .join-topbar-inner {
    padding: 18px 36px;
  }

  .join-story {
    grid-template-columns: minmax(440px, 1fr) minmax(440px, .9fr);
    width: min(100%, 1180px);
    margin: 0 auto;
    display: grid;
  }

  .join-stage {
    z-index: 2;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding: 100px 32px 80px 48px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .join-hero-pass, .join-mobile-showcase, .join-final-pass {
    display: none;
  }

  .join-pass-wrap {
    width: min(100%, 380px);
  }

  .join-pass {
    border-radius: 28px;
    padding: 24px;
  }

  .join-pass-head {
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
  }

  .join-pass-brand p {
    font-size: 16px;
  }

  .join-pass-brand small {
    font-size: 11px;
  }

  .join-pass-primary {
    margin-top: 32px;
  }

  .join-pass-field strong {
    font-size: 46px;
  }

  .join-pass-progress {
    margin-top: 24px;
  }

  .join-pass-progress-track {
    height: 9px;
  }

  .join-pass-foot {
    margin-top: 24px;
    padding-top: 20px;
  }

  .join-scenes {
    padding-top: 0;
  }

  .join-scene {
    align-items: center;
    min-height: 100dvh;
    padding: 120px 56px 120px 32px;
  }

  .join-scene-final {
    padding-bottom: 120px;
  }

  .join-copy {
    margin: 0;
  }

  .join-final-stage {
    width: 100%;
  }

  .join-final-copy, .join-member-link {
    text-align: left;
  }

  .join-display {
    font-size: clamp(56px, 5.6vw, 96px);
  }

  .join-title {
    font-size: clamp(40px, 4.2vw, 64px);
  }
}

@media (max-width: 899px) {
  .join-stage {
    display: none;
  }

  .join-hero-pass {
    display: block;
  }

  .join-mobile-showcase {
    margin-top: 28px;
    display: block;
  }

  .join-final-pass {
    display: block;
  }

  .join-topbar-inner {
    justify-content: space-between;
    padding: 12px 16px;
  }

  .join-brand-button {
    background: #08090cb3;
    min-height: 44px;
  }

  .join-snap-dots {
    top: auto;
    right: auto;
    left: max(20px, env(safe-area-inset-left));
    bottom: max(78px, calc(78px + env(safe-area-inset-bottom)));
    gap: 7px;
    display: flex;
    position: fixed;
    transform: none;
  }

  .join-snap-dots button {
    width: 6px;
    height: 6px;
  }

  .join-snap-dots button.is-active {
    width: 18px;
  }
}

@media (max-width: 380px) {
  .join-scene {
    padding-left: 20px;
    padding-right: 20px;
  }

  .join-pass {
    padding: 16px;
  }

  .join-pass-field strong {
    font-size: 30px;
  }

  .join-display {
    font-size: clamp(40px, 11vw, 56px);
  }

  .join-title {
    font-size: clamp(28px, 8.8vw, 38px);
  }

  .join-body {
    font-size: 15px;
  }

  .join-math {
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
  }

  .join-math-step:nth-child(3), .join-math-op:nth-child(4) {
    display: none;
  }

  .join-math-amount {
    font-size: 22px;
  }

  .join-streak-day {
    gap: 6px;
    padding: 8px 0;
  }

  .join-streak-dot {
    width: 18px;
    height: 18px;
  }

  .join-wheel-feature {
    text-align: center;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.join-root) {
    scroll-behavior: auto;
  }

  *, :before, :after {
    transition: none !important;
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .join-pass-foil {
    display: none;
  }
}

/*# sourceMappingURL=src_app_join_join_1_w0bb_.css.map*/