:root {
  --app-height: 100vh;
  --app-width: 100vw;
  --bg: #070812;
  --panel: rgba(9, 13, 20, 0.78);
  --panel-strong: rgba(12, 15, 24, 0.92);
  --text: #fff7e8;
  --muted: rgba(255, 247, 232, 0.72);
  --soft: rgba(255, 247, 232, 0.54);
  --gold: #ffc857;
  --gold-hot: #ffedb3;
  --red: #ff313b;
  --green: #30ffb7;
  --line: rgba(255, 200, 87, 0.28);
  --line-cold: rgba(48, 255, 183, 0.24);
  --radius: 24px;
  --shadow: rgba(0, 0, 0, 0.58);
  --font-body: Manrope, "Segoe UI", Arial, sans-serif;
  --font-display: Manrope, "Space Grotesk", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: var(--app-height);
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 17%, rgba(255, 49, 59, 0.3), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(48, 255, 183, 0.28), transparent 30rem),
    radial-gradient(circle at 52% 74%, rgba(255, 200, 87, 0.16), transparent 36rem),
    radial-gradient(circle at 50% 50%, rgba(255, 247, 232, 0.06), transparent 38rem),
    linear-gradient(135deg, #03050a 0%, #0b1019 45%, #030706 100%);
  font-family: var(--font-body);
  letter-spacing: 0;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(255, 49, 59, 0.28) 18.2%, rgba(255, 49, 59, 0.08) 22%, transparent 24%),
    linear-gradient(66deg, transparent 0 72%, rgba(48, 255, 183, 0.24) 72.2%, rgba(48, 255, 183, 0.07) 77%, transparent 80%),
    linear-gradient(180deg, transparent 0 25%, rgba(255, 247, 232, 0.055) 25.2% 62%, transparent 62.4%),
    radial-gradient(circle at 50% 50%, transparent 0, rgba(0, 0, 0, 0.62) 82%);
  mix-blend-mode: screen;
}

body::after {
  z-index: 1;
  opacity: 0.3;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.9px),
    radial-gradient(circle, rgba(255, 200, 87, 0.56) 0 1px, transparent 2.2px);
  background-size: 92px 124px, 190px 240px;
  background-position: 0 0, 70px 30px;
  animation: passiveSnow 28s linear infinite;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.neo-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.beam,
.glow-core {
  position: absolute;
  pointer-events: none;
}

.beam {
  width: 20rem;
  height: 150vh;
  top: -22vh;
  opacity: 0.72;
  filter: blur(12px);
  transform: rotate(20deg);
}

.beam-red {
  left: 10vw;
  background: linear-gradient(180deg, transparent, rgba(255, 49, 59, 0.48), transparent);
}

.beam-green {
  right: 9vw;
  background: linear-gradient(180deg, transparent, rgba(48, 255, 183, 0.42), transparent);
  transform: rotate(-20deg);
}

.glow-core {
  width: min(78vw, 58rem);
  aspect-ratio: 1;
  left: 50%;
  top: 55%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(255, 247, 232, 0.13), transparent 42%),
    radial-gradient(circle, rgba(255, 200, 87, 0.22), transparent 58%),
    conic-gradient(from 25deg, rgba(255, 49, 59, 0.26), rgba(48, 255, 183, 0.24), rgba(255, 200, 87, 0.18), rgba(255, 49, 59, 0.26));
  filter: blur(20px);
  opacity: 0.82;
  animation: slowSpin 20s linear infinite;
}

.site-shell {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - clamp(1rem, 4vw, 4.5rem)));
  margin: 0 auto;
  padding: clamp(1rem, 2.4vw, 1.7rem) 0 4.6rem;
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  min-height: 5.6rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.brand-logo {
  display: inline-grid;
  place-items: center;
  width: clamp(8.8rem, 17vw, 15rem);
  min-height: 4.2rem;
  padding: 0.64rem;
  border: 1px solid rgba(255, 200, 87, 0.34);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 248, 231, 0.98), rgba(255, 226, 156, 0.92));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.36),
    0 0 30px rgba(255, 200, 87, 0.22),
    0 0 42px rgba(48, 255, 183, 0.08);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-season {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.62rem 0.95rem;
  border: 1px solid rgba(48, 255, 183, 0.26);
  border-radius: 999px;
  color: #dfffee;
  background: rgba(2, 10, 12, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 22px rgba(48, 255, 183, 0.2),
    0 0 36px rgba(255, 200, 87, 0.08);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-copy {
  display: grid;
  gap: 0.16rem;
}

.brand-copy strong {
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  min-width: 0;
}

.topnav a,
.date-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 247, 232, 0.82);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.topnav a:hover,
.topnav a.is-active {
  color: #08100e;
  border-color: rgba(255, 200, 87, 0.72);
  background: linear-gradient(135deg, #fff0b9, #ffba3d);
  box-shadow: 0 0 26px rgba(255, 200, 87, 0.26);
  transform: translateY(-1px);
}

.date-chip {
  border-color: rgba(48, 255, 183, 0.24);
  color: #dfffee;
  background: rgba(4, 10, 12, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 28px rgba(48, 255, 183, 0.14);
}

.page {
  padding-top: clamp(1.2rem, 4vw, 4rem);
}

.home-page .site-shell {
  padding-top: clamp(0.65rem, 1.5vw, 1.15rem);
  padding-bottom: 0;
}

.home-page .page {
  padding-top: clamp(0.35rem, 1.6vw, 1.2rem);
}

.home-page .topbar {
  min-height: 4.55rem;
}

.hero-grid,
.form-layout,
.criteria-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.9fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 5rem);
}

.hero-copy,
.form-intro,
.criteria-hero,
.hero-object,
.form-card,
.criteria-panel,
form,
.field-grid,
.schedule-card,
.turnstile-card,
.verification-card,
.form-status {
  min-width: 0;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 200, 87, 0.45);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  max-width: 10.5ch;
  margin: 0.75rem 0 0;
  color: #fff8ed;
  font-size: clamp(3rem, 8vw, 7.3rem);
  font-weight: 900;
  line-height: 0.9;
  text-wrap: balance;
  text-shadow:
    0 0 0.55rem rgba(255, 247, 232, 0.42),
    0 0 1.8rem rgba(48, 255, 183, 0.18),
    0 0 3.2rem rgba(255, 49, 59, 0.2),
    0 0 4.5rem rgba(255, 200, 87, 0.14);
}

.criteria-hero h1,
.form-intro h1 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 6.8vw, 5.8rem);
}

.lead {
  max-width: 44rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}

.button:hover,
button.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #140b05;
  background: linear-gradient(135deg, #fff0b7, #ffbe45 55%, #ff6d3f);
  box-shadow:
    0 0 20px rgba(255, 247, 232, 0.22),
    0 0 38px rgba(255, 200, 87, 0.44),
    0 16px 36px rgba(0, 0, 0, 0.35);
}

.button-ghost,
.button-secondary {
  color: #fff3d4;
  border-color: rgba(48, 255, 183, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(3, 10, 13, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 24px rgba(48, 255, 183, 0.12);
}

button:disabled,
.button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.quick-facts,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: clamp(1.4rem, 3vw, 2.5rem);
}

.quick-facts article,
.process-grid article,
.form-card,
.criteria-panel,
.orbital-card,
.countdown-card,
.signal-stack span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(21, 26, 36, 0.82), rgba(5, 9, 12, 0.7)),
    radial-gradient(circle at 8% 0, rgba(255, 49, 59, 0.14), transparent 42%),
    radial-gradient(circle at 100% 0, rgba(48, 255, 183, 0.18), transparent 44%);
  box-shadow:
    0 24px 70px var(--shadow),
    0 0 34px rgba(48, 255, 183, 0.08),
    0 0 34px rgba(255, 49, 59, 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.quick-facts article,
.process-grid article {
  min-height: 10.5rem;
  padding: 1rem;
  border-radius: 18px;
}

.quick-facts span,
.process-grid span {
  display: inline-grid;
  place-items: center;
  min-width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  color: #140b05;
  background: linear-gradient(135deg, #fff0b7, #ffbe45);
  font-weight: 900;
}

.quick-facts strong,
.process-grid h3 {
  display: block;
  margin: 0;
  color: #fff7e8;
  font-size: 1rem;
  font-weight: 900;
}

.quick-facts p,
.process-grid p {
  margin: 0.45rem 0 0;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-object {
  position: relative;
  min-width: 0;
}

.home-page .hero-grid {
  align-items: start;
  gap: clamp(1.8rem, 4.2vw, 4.8rem);
}

.home-page .hero-object {
  margin-top: clamp(-1.7rem, -2vw, -0.65rem);
}

.home-page h1 {
  max-width: 9.8ch;
  font-size: clamp(2.85rem, 6.15vw, 5.95rem);
}

.home-page .lead {
  max-width: 32rem;
  margin-top: 0.9rem;
}

.home-page .hero-actions {
  margin-top: 1.15rem;
}

.home-page .quick-facts {
  margin-top: clamp(1rem, 2vw, 1.45rem);
}

.home-page .quick-facts article {
  min-height: 8.7rem;
  padding: 0.9rem;
}

.neon-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(48, 255, 183, 0.28);
  border-radius: 999px;
  color: #ccffec;
  background: rgba(2, 10, 12, 0.78);
  font-weight: 900;
  box-shadow: 0 0 28px rgba(48, 255, 183, 0.18);
}

.home-page .neon-badge {
  margin-bottom: 0.45rem;
}

.orbital-card {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: var(--radius);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.56),
    0 0 54px rgba(48, 255, 183, 0.12),
    0 0 44px rgba(255, 49, 59, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-page .orbital-card {
  margin-top: 0.55rem;
}

.orbital-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 49, 59, 0.5), transparent 22% 72%, rgba(48, 255, 183, 0.48));
  z-index: -1;
  filter: blur(2px);
}

.hero-image {
  min-height: clamp(15rem, 27vw, 23rem);
  border-radius: 18px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.36)),
    url("/assets/wbge-cinematic-hero.png") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 34px rgba(255, 200, 87, 0.1),
    0 0 42px rgba(48, 255, 183, 0.08);
}

.home-page .hero-image {
  min-height: clamp(11.8rem, 20.5vw, 17.8rem);
}

.stage-copy {
  padding-top: 1rem;
}

.home-page .stage-copy {
  padding-top: 0.75rem;
}

.stage-copy span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stage-copy h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.stage-copy p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.countdown-card {
  display: grid;
  grid-template-columns: 1fr repeat(4, auto);
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.95rem;
  border-radius: 18px;
  border-color: rgba(48, 255, 183, 0.2);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(48, 255, 183, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.home-page .countdown-card {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  margin-bottom: 0.85rem;
  padding: 0.82rem;
}

.home-page .countdown-label {
  grid-column: 1 / -1;
}

.countdown-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.countdown-card span:not(.countdown-label) {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 4rem;
  padding: 0.5rem 0.55rem;
  border: 1px solid rgba(255, 200, 87, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 20px rgba(255, 200, 87, 0.08);
}

.countdown-card strong {
  color: var(--gold-hot);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.countdown-card small {
  margin-top: 0.18rem;
  color: var(--soft);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.neon-section {
  margin-top: clamp(3rem, 8vw, 6rem);
}

.section-heading {
  max-width: 45rem;
}

.section-heading h2,
.card-head h2 {
  margin: 0.4rem 0 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.form-layout {
  align-items: start;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(24rem, 1.35fr);
}

.form-card,
.criteria-panel {
  padding: clamp(1rem, 2.2vw, 1.55rem);
  border-radius: var(--radius);
}

.card-head p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

form {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.48rem;
  color: rgba(255, 247, 232, 0.9);
  font-size: 0.9rem;
  font-weight: 900;
}

input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.065);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input::placeholder {
  color: rgba(255, 247, 232, 0.42);
}

input:focus {
  border-color: rgba(48, 255, 183, 0.58);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 0 0 4px rgba(48, 255, 183, 0.09), 0 0 22px rgba(48, 255, 183, 0.12);
}

.trap-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.signal-stack {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.signal-stack span {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.8rem 1rem;
  border-radius: 16px;
  color: #e9fff7;
  font-weight: 900;
}

.signal-stack span::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 16px var(--green);
}

.schedule-card,
.turnstile-card,
.verification-card,
.form-status {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.schedule-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.schedule-title,
.turnstile-title,
.verification-title {
  margin: 0;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-note,
.verification-copy {
  margin: 0.35rem 0 0;
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.schedule-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin-top: 1rem;
  padding-bottom: 0;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.schedule-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.schedule-day-tabs {
  display: none;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 7.2rem repeat(5, minmax(7.6rem, 1fr));
  gap: 0.45rem;
  min-width: 47rem;
}

.schedule-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 247, 232, 0.86);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.schedule-cell.header {
  min-height: 3.2rem;
  color: #130c06;
  background: linear-gradient(135deg, #fff0b7, #ffbe45);
}

.schedule-cell.hour {
  justify-content: flex-start;
  color: #fff6df;
}

.schedule-cell.checkbox {
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.schedule-cell.checkbox:hover {
  border-color: rgba(48, 255, 183, 0.42);
  transform: translateY(-1px);
}

.schedule-cell.checkbox input {
  appearance: none;
  width: 1.35rem;
  min-height: auto;
  height: 1.35rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 247, 232, 0.42);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.schedule-cell.checkbox input:checked {
  border-color: rgba(255, 200, 87, 0.9);
  background: linear-gradient(135deg, #fff0b7, #ffbe45);
  box-shadow: 0 0 16px rgba(255, 200, 87, 0.36);
}

.schedule-cell.checkbox input:checked::after {
  content: "✓";
  display: grid;
  place-items: center;
  color: #150c05;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25rem;
}

.schedule-cell.is-suggested {
  background: rgba(255, 200, 87, 0.1);
}

.schedule-cell.is-checked {
  border-color: rgba(255, 200, 87, 0.72);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 200, 87, 0.28), transparent 60%),
    rgba(255, 200, 87, 0.08);
}

.slot-tag {
  margin-left: 0.45rem;
  color: var(--gold-hot);
  font-size: 0.72rem;
  font-weight: 900;
}

.label-short {
  display: none;
}

.turnstile-target {
  margin-top: 0.8rem;
}

.form-status {
  color: var(--text);
  line-height: 1.55;
}

.form-status[hidden],
.verification-card[hidden] {
  display: none;
}

.form-status.is-success {
  border-color: rgba(48, 255, 183, 0.42);
  background: rgba(48, 255, 183, 0.09);
}

.form-status.is-error {
  border-color: rgba(255, 49, 59, 0.5);
  background: rgba(255, 49, 59, 0.1);
}

.form-status.is-info,
.form-status.is-loading {
  border-color: rgba(255, 200, 87, 0.36);
  background: rgba(255, 200, 87, 0.08);
}

.verification-card {
  display: grid;
  grid-template-columns: 1fr minmax(12rem, 16rem) auto;
  align-items: end;
  gap: 1rem;
}

.verification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.verification-actions button {
  min-height: 3.35rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 200, 87, 0.35);
  border-radius: 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  font-weight: 900;
  white-space: nowrap;
}

.criteria-layout {
  grid-template-columns: minmax(22rem, 0.66fr) minmax(32rem, 1.34fr);
  align-items: start;
  gap: clamp(2rem, 4.6vw, 5.4rem);
}

.criteria-page .page {
  padding-top: clamp(0.55rem, 1.4vw, 1.25rem);
}

.criteria-page .criteria-hero h1 {
  max-width: min(100%, 12.2ch);
  font-size: clamp(2.75rem, 4.45vw, 4.55rem);
  line-height: 0.92;
}

.criteria-page .criteria-hero .lead {
  max-width: 30rem;
  margin-top: 0.9rem;
}

.criteria-page .criteria-panel .card-head h2 {
  max-width: 18ch;
  font-size: clamp(1.75rem, 2.85vw, 3.15rem);
  line-height: 1.02;
}

.criteria-panel {
  display: grid;
  gap: 0.7rem;
}

.criteria-list {
  display: grid;
  gap: 0.58rem;
}

.criterion-row {
  display: grid;
  grid-template-columns: 3.45rem minmax(0, 1fr) minmax(11rem, 0.78fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 100% 20%, rgba(48, 255, 183, 0.1), transparent 32%);
}

.criterion-icon {
  display: grid;
  place-items: center;
  width: 3.45rem;
  aspect-ratio: 1;
  border-radius: 14px;
  color: #150b05;
  background: linear-gradient(135deg, #fff0b7, #ffbe45 55%, #ff6d3f);
  box-shadow: 0 0 24px rgba(255, 200, 87, 0.24);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.criteria-copy h3 {
  margin: 0;
  color: #fff8ed;
  font-size: 1.22rem;
}

.criteria-copy p {
  margin: 0.22rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.38;
}

.criteria-checklist {
  display: grid;
  gap: 0.22rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 247, 232, 0.76);
  font-size: 0.83rem;
}

.criteria-checklist li {
  position: relative;
  padding-left: 1.25rem;
}

.criteria-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  position: relative;
  z-index: 3;
  width: min(1320px, calc(100% - clamp(1rem, 4vw, 4.5rem)));
  margin: -3.2rem auto 1.1rem;
  color: rgba(255, 247, 232, 0.82);
  font-size: clamp(1.02rem, 1.25vw, 1.28rem);
  font-weight: 900;
  text-align: center;
  text-shadow:
    0 0 16px rgba(48, 255, 183, 0.24),
    0 0 26px rgba(255, 49, 93, 0.18);
}

.criteria-page .site-footer {
  margin-top: -3.8rem;
  margin-bottom: 0.45rem;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
}

.home-page .site-footer {
  position: fixed;
  left: 50%;
  bottom: 0.72rem;
  width: auto;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.not-found-layout {
  min-height: min(58rem, calc(var(--app-height) - 10rem));
  display: grid;
  place-items: center;
}

.not-found-card {
  width: min(100%, 42rem);
  text-align: center;
}

.not-found-card h1 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  line-height: 0.92;
}

.not-found-card p:not(.eyebrow) {
  max-width: 32rem;
  margin: 1rem auto 0;
  color: var(--muted);
  font-weight: 800;
}

.not-found-card .hero-actions {
  justify-content: center;
  margin-top: 1.45rem;
}

body.wbge-launch-locked {
  overflow: hidden;
}

body.wbge-launch-locked .site-shell,
body.wbge-launch-locked .site-footer {
  visibility: hidden;
}

.wbge-launch-gate {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: grid;
  place-items: center;
  min-width: 320px;
  padding: clamp(1rem, 4vw, 4rem);
  overflow: hidden;
  color: #fff7e8;
  background:
    linear-gradient(180deg, transparent 0 25%, rgba(255, 247, 232, 0.07) 25.2% 62%, transparent 62.4%),
    linear-gradient(118deg, transparent 0 17%, rgba(255, 49, 59, 0.34) 17.2%, rgba(255, 49, 59, 0.08) 23%, transparent 27%),
    linear-gradient(64deg, transparent 0 70%, rgba(48, 255, 183, 0.34) 70.2%, rgba(48, 255, 183, 0.08) 77%, transparent 81%),
    radial-gradient(circle at 32% 22%, rgba(255, 200, 87, 0.28), transparent 26rem),
    radial-gradient(circle at 72% 48%, rgba(48, 255, 183, 0.2), transparent 33rem),
    linear-gradient(135deg, rgba(3, 5, 10, 0.88), rgba(11, 16, 25, 0.62), rgba(3, 8, 7, 0.9)),
    url("/assets/Hintergrund.png") center / cover no-repeat,
    #05070d;
}

.wbge-launch-gate::before,
.wbge-launch-gate::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wbge-launch-gate::before {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 1.25px, transparent 2.6px),
    radial-gradient(circle, rgba(255, 200, 87, 0.72) 0 1px, transparent 2.1px),
    linear-gradient(180deg, rgba(1, 4, 9, 0.08), rgba(1, 4, 9, 0.68));
  background-size: 98px 138px, 176px 230px, auto;
  background-position: 0 0, 42px 28px, 0 0;
  opacity: 0.95;
  animation: passiveSnow 16s linear infinite;
}

.wbge-launch-gate::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 247, 232, 0.1), transparent 30rem),
    radial-gradient(circle at 50% 50%, transparent 0 40%, rgba(0, 0, 0, 0.7) 100%),
    linear-gradient(90deg, rgba(255, 49, 59, 0.16), transparent 39%, rgba(48, 255, 183, 0.18));
}

.wbge-launch-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: min(920px, 100%);
  padding: clamp(1.65rem, 4.8vw, 4.25rem);
  border: 1px solid rgba(48, 255, 183, 0.42);
  border-radius: clamp(24px, 4vw, 36px);
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 247, 232, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035) 34%, rgba(3, 7, 12, 0.94)),
    radial-gradient(circle at 11% 0%, rgba(255, 49, 59, 0.22), transparent 20rem),
    radial-gradient(circle at 100% 100%, rgba(48, 255, 183, 0.2), transparent 22rem),
    rgba(6, 8, 15, 0.92);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.76),
    0 0 60px rgba(255, 49, 59, 0.2),
    0 0 90px rgba(48, 255, 183, 0.2),
    0 0 130px rgba(255, 200, 87, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 80px rgba(48, 255, 183, 0.06);
  text-align: center;
}

.wbge-launch-card::before {
  content: "";
  position: absolute;
  inset: 8% 6%;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 36%, rgba(48, 255, 183, 0.22), transparent 20rem),
    radial-gradient(circle at 50% 54%, rgba(255, 200, 87, 0.16), transparent 24rem);
  filter: blur(20px);
  pointer-events: none;
}

.wbge-launch-kicker {
  margin: 0 0 1.25rem;
  color: #30ffb7;
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow:
    0 0 14px rgba(48, 255, 183, 0.62),
    0 0 28px rgba(48, 255, 183, 0.28);
}

.wbge-launch-card h1 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: clamp(3.15rem, 8.1vw, 7.3rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow:
    0 0 0.6rem rgba(255, 247, 232, 0.58),
    0 0 1.6rem rgba(48, 255, 183, 0.2),
    0 0 3rem rgba(255, 200, 87, 0.16),
    0 0 4.2rem rgba(255, 49, 59, 0.14);
}

.wbge-launch-copy {
  max-width: 43rem;
  margin: 1.4rem auto 0;
  color: rgba(255, 247, 232, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.38rem);
  font-weight: 900;
  line-height: 1.45;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.46);
}

.wbge-launch-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin: 1.5rem auto 0;
  padding: 0.68rem 1.1rem;
  border: 1px solid rgba(48, 255, 183, 0.5);
  border-radius: 999px;
  color: #f2fff9;
  background:
    linear-gradient(135deg, rgba(48, 255, 183, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(2, 10, 12, 0.82);
  box-shadow:
    0 0 20px rgba(48, 255, 183, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.wbge-launch-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.6vw, 1rem);
  margin-top: clamp(1.35rem, 3vw, 2rem);
}

.wbge-launch-countdown span {
  min-width: 0;
  min-height: clamp(5.4rem, 10vw, 6.75rem);
  padding: clamp(0.8rem, 2vw, 1.05rem) 0.55rem;
  border: 1px solid rgba(255, 200, 87, 0.38);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 50% 0, rgba(255, 247, 232, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 34px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(255, 200, 87, 0.1);
}

.wbge-launch-countdown strong {
  display: block;
  color: #fff7e8;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 0 0.45rem rgba(255, 247, 232, 0.5),
    0 0 1.2rem rgba(255, 200, 87, 0.22);
}

.wbge-launch-countdown small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 247, 232, 0.82);
  font-size: clamp(0.62rem, 1.5vw, 0.78rem);
  font-weight: 900;
  text-transform: uppercase;
}

.wbge-launch-note {
  margin: 1.4rem 0 0;
  color: rgba(255, 247, 232, 0.78);
  font-weight: 900;
}

.wbge-fx-snow {
  position: fixed;
  inset: -10vh 0 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.wbge-fx-snow i {
  position: absolute;
  top: -10vh;
  left: var(--flake-left);
  width: var(--flake-size);
  height: var(--flake-size);
  border-radius: 50%;
  background: rgba(255, 255, 255, var(--flake-opacity));
  filter: blur(var(--flake-blur));
  animation: flakeFall var(--flake-duration) linear var(--flake-delay) infinite;
}

.fx-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease var(--reveal-delay), transform 620ms ease var(--reveal-delay);
}

.fx-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.personal-refresh {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--panel-strong);
  box-shadow: 0 16px 40px var(--shadow);
}

@keyframes passiveSnow {
  from {
    background-position: 0 0, 70px 30px;
  }

  to {
    background-position: 120px 300px, 20px 420px;
  }
}

@keyframes slowSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes flakeFall {
  from {
    transform: translate3d(0, -10vh, 0);
  }

  to {
    transform: translate3d(var(--flake-drift), 112vh, 0);
  }
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: 1fr;
  }

  .topnav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .hero-grid,
  .form-layout,
  .criteria-layout {
    grid-template-columns: 1fr;
  }

  .hero-object,
  .form-card,
  .criteria-panel {
    width: min(100%, 58rem);
  }

  h1,
  .criteria-hero h1,
  .form-intro h1 {
    max-width: 13ch;
  }
}

@media (max-width: 900px) {
  .quick-facts,
  .process-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .countdown-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .countdown-label {
    grid-column: 1 / -1;
  }

  .verification-card,
  .criterion-row {
    grid-template-columns: 1fr;
  }

  .criterion-icon {
    width: 3.4rem;
    border-radius: 14px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 1rem, 42rem);
    padding-bottom: 4rem;
  }

  .brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .brand-logo {
    width: min(100%, 19rem);
  }

  .brand-season {
    min-height: 2.35rem;
    padding: 0.52rem 0.82rem;
    font-size: 0.74rem;
  }

  .topnav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    gap: 0.45rem;
  }

  .topnav a {
    min-height: 2.8rem;
    padding: 0.62rem 0.5rem;
    font-size: 0.8rem;
  }

  .date-chip {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 2.7rem;
    font-size: 0.78rem;
  }

  h1,
  .criteria-hero h1,
  .form-intro h1 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
  }

  .hero-actions,
  .cta-row {
    flex-direction: column;
  }

  .button,
  button.button {
    width: 100%;
  }

  .orbital-card,
  .form-card,
  .criteria-panel {
    border-radius: 18px;
  }

  .schedule-grid {
    grid-template-columns: minmax(5.8rem, 0.82fr) minmax(0, 1.18fr);
    min-width: 0;
  }

  .schedule-cell {
    min-height: 3.15rem;
    font-size: 0.78rem;
  }

  .schedule-scroll {
    overflow-x: visible;
  }

  .schedule-day-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.38rem;
    margin-top: 0.95rem;
  }

  .schedule-day-tabs button {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
    min-height: 3rem;
    padding: 0.45rem 0.25rem;
    border: 1px solid rgba(48, 255, 183, 0.18);
    border-radius: 12px;
    color: rgba(255, 247, 232, 0.78);
    background: rgba(255, 255, 255, 0.055);
    cursor: pointer;
    font-weight: 900;
  }

  .schedule-day-tabs button[aria-pressed="true"] {
    border-color: rgba(255, 200, 87, 0.74);
    color: #140c05;
    background: linear-gradient(135deg, #fff0b7, #ffbe45);
    box-shadow: 0 0 18px rgba(255, 200, 87, 0.24);
  }

  .schedule-day-tabs small {
    overflow: hidden;
    font-size: 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .schedule-cell.header,
  .schedule-cell.checkbox {
    display: none;
  }

  .schedule-cell.hour,
  .schedule-card[data-active-day="monday"] .schedule-cell[data-schedule-day="monday"],
  .schedule-card[data-active-day="tuesday"] .schedule-cell[data-schedule-day="tuesday"],
  .schedule-card[data-active-day="wednesday"] .schedule-cell[data-schedule-day="wednesday"],
  .schedule-card[data-active-day="thursday"] .schedule-cell[data-schedule-day="thursday"],
  .schedule-card[data-active-day="friday"] .schedule-cell[data-schedule-day="friday"] {
    display: flex;
  }

  .schedule-card[data-active-day] .schedule-cell.header[data-schedule-day],
  .schedule-card[data-active-day] .schedule-cell.header[data-schedule-column="hour"] {
    display: none;
  }

  .schedule-cell.hour {
    border-color: rgba(255, 200, 87, 0.16);
  }

  .schedule-cell.checkbox {
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .label-long {
    display: none;
  }

  .label-short {
    display: inline;
  }

  .slot-tag {
    display: inline;
    margin-left: 0.2rem;
    font-size: 0.66rem;
  }

  .site-footer {
    margin-top: -3.5rem;
  }

  .wbge-launch-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .topnav {
    grid-template-columns: repeat(3, 1fr);
  }

  .topnav .wbge-music-wrap {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .countdown-card {
    gap: 0.45rem;
  }

  .countdown-card span:not(.countdown-label) {
    min-width: 0;
    padding: 0.45rem 0.35rem;
  }

  .countdown-card strong {
    font-size: 1.12rem;
  }

  .wbge-launch-card {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .wbge-launch-date {
    width: 100%;
    border-radius: 16px;
  }
}

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