:root {
  color-scheme: dark;
  --bg: #010305;
  --panel: rgba(8, 15, 19, .96);
  --panel-soft: rgba(7, 13, 17, .88);
  --line: #27343a;
  --line-soft: rgba(134, 163, 178, .18);
  --text: #f4f7f8;
  --muted: #8d9aa1;
  --blue: #36aef8;
  --cyan: #6ddcff;
  --amber: #dda263;
  --danger: #e2747a;
  --success: #61d0a8;
  --mono: "SFMono-Regular", "Roboto Mono", Consolas, monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
picture { display: contents; }
html { min-width: 320px; overflow-x: clip; background: var(--bg); }
body {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
  background: transparent;
  color: var(--text);
  font: 14px/1.45 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 5px;
  background: #fff;
  color: #000;
}
.skip-link:focus { transform: none; }

.space-backdrop { --scene-far-x: 0px; --scene-far-y: 0px; --scene-mid-x: 0px; --scene-mid-y: 0px; --scene-near-x: 0px; --scene-near-y: 0px; --scene-glint-x: 0px; --scene-glint-y: 0px; position: fixed; inset: 0; z-index: -2; overflow: hidden; background: #010305; perspective: 1200px; }
.space-backdrop::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 180px #000; pointer-events: none; }
.space-backdrop__nebula {
  position: absolute;
  inset: -10%;
  z-index: 0;
  background:
    radial-gradient(44% 36% at 80% 14%, rgba(148, 74, 46, .10), transparent 72%),
    radial-gradient(52% 42% at 14% 80%, rgba(34, 108, 190, .12), transparent 74%),
    radial-gradient(40% 32% at 48% 38%, rgba(66, 62, 148, .07), transparent 76%),
    radial-gradient(30% 24% at 64% 66%, rgba(24, 96, 150, .05), transparent 78%);
  filter: blur(2px);
  animation: nebula-breathe 28s ease-in-out infinite alternate;
  pointer-events: none;
}
.space-backdrop__stars { position: absolute; inset: -32%; background-repeat: repeat; will-change: transform, opacity; }
.space-backdrop__stars--far { opacity: .46; background-image: url("../img/stars.webp"); background-image: image-set(url("../img/stars.avif") type("image/avif"), url("../img/stars.webp") type("image/webp")); background-size: 1280px auto; animation: stars-far 210s linear infinite; }
.space-backdrop__stars--mid { opacity: .24; background-image: url("../img/stars2.webp"); background-size: 920px auto; animation: stars-mid 132s linear infinite; }
.space-backdrop__stars--near { opacity: .18; background-image: url("../img/stars.webp"); background-image: image-set(url("../img/stars.avif") type("image/avif"), url("../img/stars.webp") type("image/webp")); background-size: 650px auto; filter: brightness(1.28); animation: stars-near 82s linear infinite, stars-twinkle 4.6s ease-in-out infinite alternate; }
.space-backdrop__stars--glints { inset: -12%; opacity: .19; background-image: url("../img/twinkling.png"); background-size: 780px auto; mix-blend-mode: screen; animation: star-glints 7.5s ease-in-out infinite alternate, glints-drift 155s linear infinite; }
.shooting-star {
  position: absolute;
  z-index: 1;
  top: 9%;
  left: 68%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 1px rgba(190, 225, 255, .9);
  opacity: 0;
  pointer-events: none;
}
.shooting-star::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  width: 130px;
  height: 1.5px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgba(255, 255, 255, .92), rgba(160, 205, 255, .38) 38%, transparent);
}
.shooting-star--one { animation: shooting-star 11s linear infinite 3.2s; }
.shooting-star--two { top: 24%; left: 34%; animation: shooting-star 15s linear infinite 8.6s; }
.shooting-star--three { top: 4%; left: 48%; animation: shooting-star 19s linear infinite 13.4s; }
.space-backdrop__earth-glow {
  position: absolute;
  z-index: 2;
  width: min(72vw, 1080px);
  left: -13vw;
  bottom: -2vw;
  mix-blend-mode: screen;
  opacity: .5;
  filter: blur(16px) brightness(1.6) saturate(1.35);
  animation: earth-atmo 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.space-backdrop__earth { position: absolute; z-index: 3; width: min(72vw, 1080px); left: -13vw; bottom: -2vw; mix-blend-mode: screen; opacity: .84; filter: saturate(1.1) brightness(1.06); }
.space-backdrop__moon { position: absolute; z-index: 4; width: min(31vw, 500px); right: -8vw; top: 2vh; opacity: 1; filter: grayscale(.04) saturate(.94) brightness(.66) contrast(1.22) drop-shadow(0 0 40px rgba(214, 110, 54, .2)) drop-shadow(0 0 96px rgba(190, 80, 40, .1)); animation: mars-drift 24s ease-in-out infinite alternate; }
.space-object { position: absolute; z-index: 2; width: clamp(150px, 17vw, 310px); pointer-events: none; will-change: transform, opacity; transform-style: preserve-3d; }
.space-object img { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 18px rgba(87,184,226,.26)) drop-shadow(6px -4px 22px rgba(255,196,120,.08)); will-change: transform; }
.space-object::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 40%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6a52;
  box-shadow: 0 0 10px 2px rgba(255, 106, 82, .6);
  opacity: 0;
  animation: beacon-blink 2.6s ease-in-out infinite;
}
.space-object--relay-two::after { animation-duration: 3.4s; animation-delay: 1.3s; background: #8fd8ff; box-shadow: 0 0 10px 2px rgba(143, 216, 255, .6); }
.space-object--relay-one { left: -34vw; top: 70vh; opacity: 0; animation: relay-pass-one 54s cubic-bezier(.34,.02,.63,.98) infinite -27s; }
.space-object--relay-one img { animation: relay-roll-one 18s ease-in-out infinite alternate; }
.space-object--relay-two { right: -28vw; top: 13vh; width: clamp(105px, 11vw, 205px); opacity: 0; animation: relay-pass-two 72s cubic-bezier(.38,.03,.58,.98) infinite -20s; }
.space-object--relay-two img { filter: blur(.12px) drop-shadow(0 0 12px rgba(87,184,226,.16)); animation: relay-roll-two 22s ease-in-out infinite alternate; }
@keyframes stars-far { from { transform: translate3d(var(--scene-far-x), var(--scene-far-y), -80px) scale(1.08); } to { transform: translate3d(calc(-520px + var(--scene-far-x)), calc(330px + var(--scene-far-y)), -80px) scale(1.08); } }
@keyframes stars-mid { from { transform: translate3d(var(--scene-mid-x), var(--scene-mid-y), -25px) scale(1.05); } to { transform: translate3d(calc(-720px + var(--scene-mid-x)), calc(440px + var(--scene-mid-y)), -25px) scale(1.05); } }
@keyframes stars-near { from { transform: translate3d(var(--scene-near-x), var(--scene-near-y), 35px) scale(1.02); } to { transform: translate3d(calc(-980px + var(--scene-near-x)), calc(610px + var(--scene-near-y)), 35px) scale(1.02); } }
@keyframes glints-drift { from { transform: translate3d(var(--scene-glint-x), var(--scene-glint-y), 70px); } to { transform: translate3d(calc(-460px + var(--scene-glint-x)), calc(280px + var(--scene-glint-y)), 70px); } }
@keyframes star-glints { from { opacity: .09; filter: brightness(.9); } to { opacity: .27; filter: brightness(1.45); } }
@keyframes stars-twinkle { from { opacity: .13; } to { opacity: .24; } }
@keyframes nebula-breathe { from { opacity: .72; transform: scale(1); } to { opacity: 1; transform: scale(1.045); } }
@keyframes shooting-star {
  0%, 90.5% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-17deg); }
  91.5% { opacity: 1; }
  95.5% { opacity: 0; transform: translate3d(-46vw, 14vw, 0) rotate(-17deg); }
  100% { opacity: 0; transform: translate3d(-46vw, 14vw, 0) rotate(-17deg); }
}
@keyframes earth-atmo { from { opacity: .34; } to { opacity: .58; } }
@keyframes mars-drift { from { transform: translate3d(0, -5px, 0) rotate(-.4deg); } to { transform: translate3d(0, 7px, 0) rotate(.4deg); } }
@keyframes beacon-blink { 0%, 76%, 100% { opacity: 0; } 80%, 88% { opacity: 1; } }
@keyframes relay-pass-one {
  0% { opacity: 0; transform: translate3d(-15vw, 12vh, -240px) scale(.34) rotate(-15deg); }
  8% { opacity: .72; }
  24% { transform: translate3d(38vw, -5vh, -185px) scale(.43) rotate(-9deg); }
  49% { transform: translate3d(88vw, -35vh, -105px) scale(.55) rotate(-1deg); }
  73% { transform: translate3d(132vw, -62vh, -32px) scale(.69) rotate(8deg); }
  93% { opacity: .72; }
  100% { opacity: 0; transform: translate3d(171vw, -88vh, 18px) scale(.78) rotate(14deg); }
}
@keyframes relay-pass-two {
  0% { opacity: 0; transform: translate3d(19vw, -11vh, -255px) scale(.34) rotate(17deg); }
  8% { opacity: .68; }
  28% { transform: translate3d(-27vw, 7vh, -214px) scale(.4) rotate(12deg); }
  53% { transform: translate3d(-74vw, 27vh, -164px) scale(.49) rotate(3deg); }
  76% { transform: translate3d(-119vw, 49vh, -112px) scale(.59) rotate(-9deg); }
  94% { opacity: .68; }
  100% { opacity: 0; transform: translate3d(-157vw, 70vh, -76px) scale(.65) rotate(-18deg); }
}
@keyframes relay-roll-one { from { transform: rotate(-4deg) rotateX(-3deg) rotateY(-10deg); } to { transform: rotate(6deg) rotateX(4deg) rotateY(12deg); } }
@keyframes relay-roll-two { from { transform: rotate(7deg) rotateX(4deg) rotateY(12deg); } to { transform: rotate(-8deg) rotateX(-4deg) rotateY(-14deg); } }

.topbar {
  position: relative;
  z-index: 40;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(22px, 2.2vw, 36px);
  border-bottom: 1px solid rgba(127, 150, 161, .19);
  background: rgba(1, 3, 5, .9);
  backdrop-filter: blur(12px);
}
.brand { color: #f6f8f9; text-decoration: none; font: 700 clamp(18px, 1.5vw, 25px)/1 var(--mono); letter-spacing: .115em; }
.mission-title { color: var(--amber); font: 700 13px/1 var(--mono); letter-spacing: .115em; }
.connect-area { justify-self: end; display: flex; align-items: center; gap: 16px; font-weight: 650; }
.connect-area > span { color: #e4e8ea; }
.connect-button {
  min-width: 116px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-radius: 22px;
  background: rgba(5, 12, 17, .78);
  box-shadow: 0 0 0 1px rgba(52, 174, 248, .12), inset 0 0 18px rgba(52, 174, 248, .04);
  cursor: pointer;
  font-weight: 700;
}
.connect-button:hover { background: rgba(21, 70, 98, .24); box-shadow: 0 0 25px rgba(52, 174, 248, .18); }
.user-initial { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #00131d; font: 800 12px/1 var(--mono); }

.notice {
  position: fixed;
  z-index: 90;
  top: 78px;
  left: 50%;
  width: min(92vw, 620px);
  transform: translateX(-50%);
  padding: 13px 16px;
  border: 1px solid rgba(226, 116, 122, .5);
  border-radius: 8px;
  background: rgba(34, 11, 14, .97);
  box-shadow: 0 18px 60px rgba(0,0,0,.62);
}
.notice.is-success { border-color: rgba(97, 208, 168, .5); background: rgba(7, 34, 27, .97); }

.app-shell { width: 100%; flex: 1 0 auto; }
.selection-view {
  position: relative;
  top: -15px;
  width: min(1760px, 100%);
  min-height: calc(100vh - 188px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(390px, 520px) minmax(410px, 520px);
  gap: clamp(18px, 2.2vw, 42px);
  align-items: center;
  justify-content: center;
  padding: 18px clamp(20px, 3vw, 64px) 0;
  transition: max-width .5s ease;
}
.selection-view.is-closed { max-width: 1120px; grid-template-columns: minmax(280px, 355px) minmax(450px, 560px); }

.sector-navigation { align-self: center; position: relative; z-index: 6; }
.sector-navigation > p, .sector-kicker, .seat-map-title, .sector-stats span, .selected-summary__head, legend {
  font-family: var(--mono);
  letter-spacing: .095em;
  text-transform: uppercase;
}
.sector-navigation > p { margin: 0 0 12px; color: #9ed6f2; font-weight: 800; }
.sector-list { display: grid; gap: 8px; }
.sector-card {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 7px 14px 7px 8px;
  border: 1px solid #26333a;
  border-radius: 7px;
  background: rgba(5, 10, 13, .85);
  box-shadow: inset 0 1px rgba(255,255,255,.02), 0 8px 22px rgba(0,0,0,.18);
  cursor: pointer;
  text-align: left;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.sector-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.sector-card:hover { transform: translateX(4px); border-color: color-mix(in srgb, var(--sector-color) 70%, #fff 10%); }
.sector-card.is-active {
  border-color: var(--sector-color);
  background: color-mix(in srgb, var(--sector-color) 12%, rgba(5, 10, 13, .9));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--sector-color) 24%, transparent), 0 0 30px color-mix(in srgb, var(--sector-color) 17%, transparent), inset 0 0 32px color-mix(in srgb, var(--sector-color) 13%, transparent);
}
.sector-card.is-active::after { border-left-color: var(--sector-color); }
.sector-card__number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--sector-color);
  color: #091115;
  box-shadow: inset 0 1px rgba(255,255,255,.28);
  font: 800 15px/1 var(--mono);
}
.sector-card--1 { --sector-color: #f0a263; }
.sector-card--2 { --sector-color: #74c7de; }
.sector-card--3 { --sector-color: #f0cb5c; }
.sector-card--4 { --sector-color: #df7180; }
.sector-card--5 { --sector-color: #9474ce; }
.sector-card--6 { --sector-color: #d4c3aa; }
.sector-card--7 { --sector-color: #75bda4; }
.sector-card--8 { --sector-color: #338fd0; }
.sector-card--9 { --sector-color: #89929a; }
.sector-card--vip { --sector-color: #e8c77f; border-color: rgba(232,199,127,.48); background: linear-gradient(135deg, rgba(232,199,127,.13), rgba(5,10,13,.9)); box-shadow: inset 0 1px rgba(255,244,214,.08), 0 0 24px rgba(232,199,127,.09); }
.sector-card--vip .sector-card__number { background: linear-gradient(145deg, #f6dda0, #b98535); color: #171006; font-size: 11px; letter-spacing: .04em; box-shadow: inset 0 1px rgba(255,255,255,.45), 0 0 17px rgba(232,199,127,.22); }
.sector-card--vip strong { color: #fff4d8; }
.sector-card strong { font: 750 15px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.sector-card__availability { color: #a9b1b5; white-space: nowrap; }

.rocket-stage { --rocket-top: 8px; --rocket-tilt-x: 0deg; --rocket-tilt-y: 0deg; --rocket-shift-x: 0px; --rocket-shift-y: 0px; --rocket-shadow-x: 0px; position: relative; align-self: stretch; min-height: 790px; display: grid; place-items: center; z-index: 4; perspective: 980px; perspective-origin: 50% 42%; }
.flight-intro {
  position: absolute;
  z-index: 6;
  top: 13px;
  margin: 0;
  color: rgba(152, 218, 248, .78);
  font: 700 11px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: opacity .3s ease;
}
.selection-view:not(.is-closed) .flight-intro { opacity: 0; }
.rocket-flight {
  position: absolute;
  top: var(--rocket-top);
  left: 50%;
  translate: -50% 0;
  height: min(86vh, 875px);
  aspect-ratio: 853 / 1844;
  animation: rocket-flight 7.2s ease-in-out infinite;
  transform-origin: 50% 62%;
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
  filter: drop-shadow(var(--rocket-shadow-x) 28px 58px rgba(0,0,0,.82));
}
.rocket-cutaway {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(38px);
  backface-visibility: hidden;
  filter: saturate(1.08) contrast(1.03) brightness(1.015) drop-shadow(0 0 30px rgba(112, 174, 255, .1)) drop-shadow(0 14px 34px rgba(255, 132, 54, .07));
  transition: filter .35s ease;
}
.rocket-cutaway-media { display: contents; }
.rocket-flight:hover .rocket-cutaway { filter: saturate(1.14) contrast(1.05) brightness(1.045) drop-shadow(0 0 34px rgba(122, 182, 255, .14)) drop-shadow(0 14px 36px rgba(255, 138, 58, .1)); }
.rocket-glare {
  position: absolute;
  z-index: 4;
  inset: 0;
  background: radial-gradient(44% 30% at var(--glare-x, 50%) var(--glare-y, 36%), rgba(196, 224, 255, .13), rgba(150, 190, 255, .05) 46%, transparent 72%);
  mix-blend-mode: screen;
  transform: translateZ(38px);
  pointer-events: none;
}
.engine-light {
  position: absolute;
  z-index: 4;
  top: 60%;
  left: 8%;
  width: 84%;
  height: 38%;
  background: radial-gradient(58% 68% at 50% 100%, rgba(255, 148, 58, .34), rgba(255, 108, 38, .12) 46%, transparent 72%);
  mix-blend-mode: screen;
  transform: translateZ(38px);
  pointer-events: none;
  animation: engine-light-flicker 1.9s ease-in-out infinite;
}
.exhaust-glow {
  position: absolute;
  z-index: 0;
  top: 89.5%;
  left: 7%;
  width: 86%;
  height: 42%;
  background: radial-gradient(38% 34% at 50% 20%, rgba(255, 176, 84, .4), rgba(255, 116, 40, .16) 48%, rgba(120, 82, 255, .04) 68%, transparent 78%);
  mix-blend-mode: screen;
  filter: blur(14px);
  transform: translateZ(-34px);
  pointer-events: none;
  animation: engine-light-flicker 1.35s ease-in-out infinite reverse;
}
.rocket-exhaust {
  --exhaust-z: 0px;
  position: absolute;
  z-index: 2;
  top: 93.55%;
  left: 24%;
  width: 52%;
  height: 25%;
  object-fit: fill;
  transform-origin: 50% 0;
  mix-blend-mode: screen;
  opacity: .72;
  animation: exhaust-breathe .16s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  filter: saturate(1.02) brightness(.9) contrast(1.02) blur(.08px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 82%, transparent 100%);
}
.rocket-exhaust--halo { --exhaust-z: -30px; z-index: 0; top: 93.25%; left: 21%; width: 58%; height: 27%; opacity: .07; filter: saturate(1.08) brightness(.98) blur(6px); animation-duration: .38s; }
.rocket-exhaust--main {
  --exhaust-z: -12px;
  z-index: 1;
  top: 93.45%;
  left: 28%;
  width: 44%;
  height: 21%;
  opacity: .3;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.75) 55%, transparent 92%), linear-gradient(to right, transparent, #000 18%, #000 82%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.75) 55%, transparent 92%), linear-gradient(to right, transparent, #000 18%, #000 82%, transparent);
  mask-composite: intersect;
}
.rocket-exhaust--core { display: none; }
.exhaust-flame {
  position: absolute;
  z-index: 2;
  top: 93.3%;
  left: 29.5%;
  width: 41%;
  height: 40%;
  transform: translateZ(-8px);
  transform-origin: 50% 0;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: url(#flame-wobble) saturate(1.3) brightness(1.18) contrast(1.06);
  transition: filter .3s ease;
  animation: exhaust-breathe .2s cubic-bezier(.45, 0, .55, 1) infinite alternate;
}
.exhaust-flame::before {
  content: "";
  position: absolute;
  top: .5%;
  left: 17%;
  width: 66%;
  height: 3.2%;
  border-radius: 50%;
  background: radial-gradient(50% 100% at 50% 50%, rgba(255, 255, 255, .95), rgba(214, 236, 255, .5) 52%, transparent 80%);
  filter: blur(2px);
  animation: flame-flicker-core .07s ease-in-out infinite alternate;
}
.exhaust-flame i { position: absolute; display: block; transform-origin: 50% 8%; }
.exhaust-jets {
  position: absolute;
  top: -1.2%;
  left: 6%;
  width: 88%;
  height: 13%;
  display: flex;
  justify-content: space-between;
}
.exhaust-jets i {
  position: relative;
  width: 13%;
  height: 100%;
  border-radius: 46% 46% 50% 50% / 20% 20% 90% 90%;
  background:
    radial-gradient(90% 34% at 50% 6%, #fff, rgba(210, 236, 255, .9) 40%, rgba(160, 206, 255, .5) 70%, transparent 90%),
    linear-gradient(to bottom, rgba(255, 255, 255, .95), rgba(196, 226, 255, .5) 46%, rgba(255, 190, 110, .25) 74%, transparent 94%);
  filter: blur(1.2px);
  animation: flame-flicker-core .08s ease-in-out infinite alternate;
}
.exhaust-jets i:nth-child(2) { animation-delay: .03s; height: 108%; }
.exhaust-jets i:nth-child(3) { animation-delay: .05s; height: 116%; }
.exhaust-jets i:nth-child(4) { animation-delay: .02s; height: 108%; }
.exhaust-jets i:nth-child(5) { animation-delay: .06s; }
.exhaust-flame__outer {
  inset: 0 6% 0 6%;
  border-radius: 44% 44% 50% 50% / 9% 9% 94% 94%;
  background:
    radial-gradient(86% 30% at 50% 5%, rgba(255, 232, 170, 1), rgba(255, 164, 58, .85) 48%, transparent 82%),
    linear-gradient(to bottom, rgba(255, 170, 62, .9), rgba(255, 110, 28, .62) 38%, rgba(232, 66, 28, .32) 62%, rgba(150, 46, 134, .1) 80%, transparent 94%);
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 96%);
  mask-image: linear-gradient(to bottom, #000 55%, transparent 96%);
  filter: url(#flame-wobble-slow) blur(6px);
  animation: flame-flicker-outer .21s ease-in-out infinite alternate;
}
.exhaust-flame__mid {
  inset: 0 19% 14% 19%;
  border-radius: 42% 42% 50% 50% / 8% 8% 92% 92%;
  background:
    radial-gradient(88% 26% at 50% 4%, #fffbe9, rgba(255, 216, 116, .95) 46%, transparent 84%),
    linear-gradient(to bottom, rgba(255, 224, 136, .95), rgba(255, 152, 52, .6) 44%, rgba(250, 100, 32, .24) 72%, transparent 92%);
  -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 94%);
  mask-image: linear-gradient(to bottom, #000 50%, transparent 94%);
  filter: blur(3.5px);
  animation: flame-flicker-mid .13s ease-in-out infinite alternate;
}
.exhaust-flame__core {
  inset: 0 34% 34% 34%;
  border-radius: 40% 40% 50% 50% / 7% 7% 90% 90%;
  background:
    radial-gradient(94% 22% at 50% 3%, #fff 6%, rgba(226, 243, 255, .96) 34%, rgba(170, 210, 255, .6) 66%, transparent 88%),
    linear-gradient(to bottom, rgba(255, 255, 255, .96), rgba(198, 226, 255, .55) 42%, rgba(160, 204, 255, .2) 72%, transparent 92%);
  -webkit-mask-image: linear-gradient(to bottom, #000 45%, transparent 92%);
  mask-image: linear-gradient(to bottom, #000 45%, transparent 92%);
  filter: blur(1.4px) brightness(1.18);
  animation: flame-flicker-core .09s ease-in-out infinite alternate;
}
.exhaust-flame__diamonds {
  inset: 3% 40% 42% 40%;
  background:
    radial-gradient(52% 8% at 50% 10%, rgba(255, 255, 255, .95), rgba(206, 232, 255, .4) 60%, transparent 78%),
    radial-gradient(46% 7% at 50% 30%, rgba(255, 255, 255, .8), rgba(206, 232, 255, .32) 60%, transparent 78%),
    radial-gradient(40% 6% at 50% 50%, rgba(255, 246, 226, .64), rgba(255, 214, 150, .22) 60%, transparent 78%),
    radial-gradient(34% 6% at 50% 68%, rgba(255, 236, 200, .46), transparent 74%),
    radial-gradient(28% 5% at 50% 84%, rgba(255, 226, 178, .3), transparent 72%);
  filter: blur(.7px);
  animation: flame-diamonds 0.34s ease-in-out infinite alternate;
}
.exhaust-sparks { position: absolute; z-index: 2; top: 94.5%; left: 30%; width: 40%; height: 32%; transform: translateZ(-6px); mix-blend-mode: screen; pointer-events: none; }
.exhaust-sparks i {
  --spark-x: 0px;
  position: absolute;
  top: 2%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8e4 0%, #ffd089 42%, rgba(255, 137, 54, .85) 72%, transparent);
  box-shadow: 0 0 6px rgba(255, 178, 92, .85);
  opacity: 0;
  animation: spark-fall .9s ease-in forwards;
}
.exhaust-smoke { position: absolute; z-index: 0; top: 112%; left: 16%; width: 68%; height: 30%; transform: translateZ(-40px); pointer-events: none; }
.exhaust-smoke i {
  position: absolute;
  left: 18%;
  top: 0;
  width: 64%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 158, 96, .11), rgba(178, 168, 188, .07) 55%, transparent);
  filter: blur(16px);
  opacity: 0;
  animation: smoke-drift 4.6s linear infinite;
}
.exhaust-smoke i:nth-child(2) { left: 4%; width: 58%; animation-duration: 5.4s; animation-delay: 1.6s; }
.exhaust-smoke i:nth-child(3) { left: 34%; width: 56%; animation-duration: 5s; animation-delay: 3.1s; }
@keyframes rocket-flight {
  0%, 100% { transform: translate3d(var(--rocket-shift-x), calc(5px + var(--rocket-shift-y)), 0) rotateX(var(--rocket-tilt-x)) rotateY(var(--rocket-tilt-y)) rotateZ(calc(-.3deg + var(--rocket-bank, 0deg))) scale(1.008); }
  28% { transform: translate3d(calc(-2px + var(--rocket-shift-x)), calc(-7px + var(--rocket-shift-y)), 7px) rotateX(calc(.5deg + var(--rocket-tilt-x))) rotateY(calc(-.7deg + var(--rocket-tilt-y))) rotateZ(calc(.14deg + var(--rocket-bank, 0deg))) scale(1.013); }
  52% { transform: translate3d(calc(2px + var(--rocket-shift-x)), calc(-13px + var(--rocket-shift-y)), 11px) rotateX(calc(-.4deg + var(--rocket-tilt-x))) rotateY(calc(.9deg + var(--rocket-tilt-y))) rotateZ(calc(.32deg + var(--rocket-bank, 0deg))) scale(1.017); }
  76% { transform: translate3d(calc(1px + var(--rocket-shift-x)), calc(-5px + var(--rocket-shift-y)), 4px) rotateX(calc(.3deg + var(--rocket-tilt-x))) rotateY(calc(.2deg + var(--rocket-tilt-y))) rotateZ(calc(.05deg + var(--rocket-bank, 0deg))) scale(1.011); }
}
@keyframes exhaust-breathe {
  from { transform: translate3d(0, 0, var(--exhaust-z, 0px)) scaleX(calc(.985 * var(--surge, 1))) scaleY(calc(.965 * var(--surge, 1))); }
  to { transform: translate3d(0, 1px, var(--exhaust-z, 0px)) scaleX(calc(1.015 * var(--surge, 1))) scaleY(calc(1.035 * var(--surge, 1))); }
}
@keyframes engine-light-flicker {
  0%, 100% { opacity: .68; }
  18% { opacity: .92; }
  34% { opacity: .74; }
  57% { opacity: 1; }
  76% { opacity: .8; }
}
@keyframes flame-flicker-outer {
  from { transform: scaleX(.955) scaleY(.945); opacity: .82; }
  to { transform: scaleX(1.045) scaleY(1.055); opacity: 1; }
}
@keyframes flame-flicker-mid {
  from { transform: scaleX(.94) scaleY(.96) translateY(0); opacity: .85; }
  to { transform: scaleX(1.06) scaleY(1.05) translateY(1.5%); opacity: 1; }
}
@keyframes flame-flicker-core {
  from { transform: scaleX(.9) scaleY(.97); opacity: .9; }
  to { transform: scaleX(1.1) scaleY(1.04); opacity: 1; }
}
@keyframes flame-diamonds {
  from { transform: scaleY(.96); opacity: .66; }
  to { transform: scaleY(1.05); opacity: 1; }
}
@keyframes spark-fall {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 0; }
  8% { opacity: 1; }
  100% { transform: translate3d(var(--spark-x), 26vh, 0) scale(.28); opacity: 0; }
}
@keyframes smoke-drift {
  0% { transform: translateY(-16%) scale(.62); opacity: 0; }
  22% { opacity: .8; }
  100% { transform: translateY(78%) scale(1.5); opacity: 0; }
}
.warp-field { position: absolute; z-index: 1; inset: -3% 12% 4%; pointer-events: none; overflow: hidden; }
.warp-field i {
  position: absolute;
  top: -24%;
  width: 2px;
  height: 17%;
  border-radius: 999px;
  background: linear-gradient(to bottom, transparent, rgba(158, 208, 255, .06) 22%, rgba(186, 224, 255, .6) 62%, rgba(255, 255, 255, .78) 86%, transparent);
  opacity: 0;
  animation: warp-fall 2.6s linear infinite;
}
.warp-field i:nth-child(1) { left: 4%; height: 15%; animation-duration: 2.2s; animation-delay: 0s; }
.warp-field i:nth-child(2) { left: 12%; height: 21%; animation-duration: 2.9s; animation-delay: 1.1s; }
.warp-field i:nth-child(3) { left: 19%; height: 13%; animation-duration: 2s; animation-delay: .5s; }
.warp-field i:nth-child(4) { left: 27%; height: 18%; animation-duration: 3.3s; animation-delay: 1.9s; }
.warp-field i:nth-child(5) { left: 41%; height: 12%; animation-duration: 2.4s; animation-delay: 2.6s; }
.warp-field i:nth-child(6) { left: 58%; height: 16%; animation-duration: 2.1s; animation-delay: .9s; }
.warp-field i:nth-child(7) { left: 69%; height: 22%; animation-duration: 3s; animation-delay: .2s; }
.warp-field i:nth-child(8) { left: 78%; height: 14%; animation-duration: 2.3s; animation-delay: 1.5s; }
.warp-field i:nth-child(9) { left: 88%; height: 19%; animation-duration: 2.8s; animation-delay: 2.2s; }
.warp-field i:nth-child(10) { left: 96%; height: 15%; animation-duration: 2.5s; animation-delay: .7s; }
.warp-field:not(.warp-field--front) i:nth-child(2),
.warp-field:not(.warp-field--front) i:nth-child(4),
.warp-field:not(.warp-field--front) i:nth-child(8),
.warp-field:not(.warp-field--front) i:nth-child(10) { display: none; }
.warp-field--front { z-index: 5; inset: -3% 6% 2%; }
.warp-field--front i { width: 3px; filter: blur(1.1px); opacity: 0; }
.warp-field--front i:nth-child(1) { left: 9%; height: 24%; animation-duration: 1.7s; animation-delay: .4s; }
.warp-field--front i:nth-child(2) { left: 52%; height: 18%; animation-duration: 1.5s; animation-delay: 1.6s; }
.warp-field--front i:nth-child(3) { left: 90%; height: 26%; animation-duration: 1.9s; animation-delay: 2.4s; }
.warp-field--front i:nth-child(2) { display: none; }
@keyframes warp-fall {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: .38; }
  82% { opacity: .32; }
  100% { transform: translateY(880px); opacity: 0; }
}
.sector-hotspots { position: absolute; z-index: 5; inset: 0; pointer-events: none; transform: translateZ(38px); backface-visibility: hidden; }
.sector-hotspot {
  --sector-top: 13.95%;
  --sector-left: 32.5%;
  --sector-width: 30.8%;
  --sector-height: 5.75%;
  --sector-color: #f0a263;
  position: absolute;
  top: var(--sector-top);
  left: var(--sector-left);
  width: var(--sector-width);
  height: var(--sector-height);
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  isolation: isolate;
}
.sector-hotspot:nth-child(2) { --sector-top: 20.25%; --sector-left: 31.7%; --sector-width: 34.1%; --sector-height: 5.45%; --sector-color: #74c7de; }
.sector-hotspot:nth-child(3) { --sector-top: 26.55%; --sector-left: 30.3%; --sector-width: 36.7%; --sector-height: 5.6%; --sector-color: #f0cb5c; }
.sector-hotspot:nth-child(4) { --sector-top: 32.85%; --sector-left: 29.5%; --sector-width: 38.1%; --sector-height: 5.6%; --sector-color: #df7180; }
.sector-hotspot:nth-child(5) { --sector-top: 38.95%; --sector-left: 28.9%; --sector-width: 39.1%; --sector-height: 5.8%; --sector-color: #9474ce; }
.sector-hotspot:nth-child(6) { --sector-top: 45.55%; --sector-left: 28.4%; --sector-width: 40%; --sector-height: 5.85%; --sector-color: #d4c3aa; }
.sector-hotspot:nth-child(7) { --sector-top: 52.2%; --sector-left: 28%; --sector-width: 41%; --sector-height: 5.95%; --sector-color: #75bda4; }
.sector-hotspot:nth-child(8) { --sector-top: 59.05%; --sector-left: 27.5%; --sector-width: 41.9%; --sector-height: 5.9%; --sector-color: #338fd0; }
.sector-hotspot:nth-child(9) { --sector-top: 65.95%; --sector-left: 27.2%; --sector-width: 42.5%; --sector-height: 6.25%; --sector-color: #89929a; }
.sector-hotspot.crown-hotspot { --sector-top: 8.7%; --sector-left: 41.4%; --sector-width: 15.7%; --sector-height: 5.45%; --sector-color: #e8b76e; }
.sector-hotspot__contour {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter:
    drop-shadow(0 0 5px color-mix(in srgb, var(--sector-color) 60%, transparent))
    drop-shadow(0 0 15px color-mix(in srgb, var(--sector-color) 26%, transparent));
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, filter .22s ease;
}
.sector-hotspot__glass {
  fill: color-mix(in srgb, var(--sector-color) 18%, transparent);
  stroke: color-mix(in srgb, var(--sector-color) 82%, #ffffff 18%);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}
.sector-hotspot__trace {
  fill: none;
  stroke: rgba(255, 255, 255, .72);
  stroke-width: .8;
  stroke-linecap: round;
  stroke-dasharray: 7 93;
  vector-effect: non-scaling-stroke;
  opacity: .7;
}
.sector-hotspot:hover .sector-hotspot__trace,
.sector-hotspot:focus-visible .sector-hotspot__trace,
.sector-hotspot.is-active .sector-hotspot__trace { animation: sector-trace 2.8s linear infinite; }
.sector-hotspot::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: clamp(80px, 17vw, 270px);
  height: 1px;
  background: linear-gradient(90deg, var(--sector-color), color-mix(in srgb, var(--sector-color) 55%, transparent) 62%, transparent);
  box-shadow: 0 0 9px color-mix(in srgb, var(--sector-color) 86%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s ease;
}
.sector-hotspot span { position: absolute; z-index: 2; top: 50%; left: 50%; min-width: 2.25em; height: 1.7em; display: grid; place-items: center; padding: .08em .42em 0; border: 1px solid transparent; border-radius: 6px; background: rgba(1,5,8,.82); font: 800 clamp(11px, 1.05vw, 17px)/1 var(--mono); font-variant-numeric: tabular-nums; text-align: center; text-shadow: 0 1px 5px #000; transform: translate(-50%, -50%); transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .25s ease, transform .25s ease; }
.sector-hotspot:focus-visible { outline: none; }
.sector-hotspot:hover .sector-hotspot__contour,
.sector-hotspot:focus-visible .sector-hotspot__contour { opacity: .92; }
.sector-hotspot:hover span,
.sector-hotspot:focus-visible span { color: color-mix(in srgb, var(--sector-color) 72%, #fff 28%); border-color: color-mix(in srgb, var(--sector-color) 60%, transparent); box-shadow: 0 0 12px color-mix(in srgb, var(--sector-color) 30%, transparent); transform: translate(-50%, -50%) scale(1.08); }
.sector-hotspots:has(.sector-hotspot:hover) .sector-hotspot:not(:hover):not(.is-active) span { opacity: .82; color: #c9d4da; }
.sector-hotspot.is-active .sector-hotspot__contour {
  opacity: 1;
  animation: sector-breathe 2.6s ease-in-out infinite;
  filter:
    drop-shadow(0 0 7px color-mix(in srgb, var(--sector-color) 78%, transparent))
    drop-shadow(0 0 22px color-mix(in srgb, var(--sector-color) 36%, transparent));
}
.sector-hotspot.is-active::after { transform: scaleX(1); }
.sector-hotspot.is-active span { color: color-mix(in srgb, var(--sector-color) 66%, #fff 34%); border-color: color-mix(in srgb, var(--sector-color) 78%, transparent); box-shadow: 0 0 14px color-mix(in srgb, var(--sector-color) 40%, transparent); transform: translate(-50%, -50%) scale(1.08); }
.sector-hotspot.crown-hotspot .sector-hotspot__glass { fill: rgba(232, 183, 110, .2); stroke: #f1c477; }
.sector-hotspot.crown-hotspot:hover span,
.sector-hotspot.crown-hotspot:focus-visible span,
.sector-hotspot.crown-hotspot.is-active span { color: #ffe3ad; border-color: rgba(241,196,119,.58); box-shadow: 0 0 10px rgba(232,183,110,.3); }
@keyframes sector-breathe {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}
@keyframes sector-trace { to { stroke-dashoffset: -100; } }
.mission-panel {
  --active-sector-color: var(--blue);
  position: relative;
  z-index: 7;
  align-self: start;
  display: flex;
  flex-direction: column;
  max-height: min(840px, calc(100vh - 112px));
  margin-top: 36px;
  overflow: hidden;
  padding: clamp(20px, 1.8vw, 28px);
  border: 1px solid #314047;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(11, 20, 24, .98), rgba(6, 12, 15, .98));
  box-shadow: 0 28px 100px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.035), 0 0 45px rgba(33,105,137,.08);
  animation: panel-enter .48s cubic-bezier(.2,.8,.2,1) both;
  scroll-margin-top: 12px;
}
.mission-panel[data-active-sector="1"] { --active-sector-color: #f0a263; }
.mission-panel[data-active-sector="2"] { --active-sector-color: #74c7de; }
.mission-panel[data-active-sector="3"] { --active-sector-color: #f0cb5c; }
.mission-panel[data-active-sector="4"] { --active-sector-color: #df7180; }
.mission-panel[data-active-sector="5"] { --active-sector-color: #9474ce; }
.mission-panel[data-active-sector="6"] { --active-sector-color: #d4c3aa; }
.mission-panel[data-active-sector="7"] { --active-sector-color: #75bda4; }
.mission-panel[data-active-sector="8"] { --active-sector-color: #338fd0; }
.mission-panel[data-active-sector="9"] { --active-sector-color: #89929a; }
.mission-panel[data-active-deck="crown"] { --active-sector-color: #e8b76e; }
@keyframes panel-enter { from { opacity: 0; transform: translateX(28px) scale(.985); } to { opacity: 1; transform: none; } }
.panel-loading { position: absolute; inset: 0; z-index: 9; display: grid; place-items: center; background: rgba(4,8,10,.82); backdrop-filter: blur(5px); }
.panel-scroll-body { min-height: 0; flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; padding-right: 3px; scrollbar-width: thin; scrollbar-color: var(--active-sector-color) rgba(255,255,255,.05); }
.panel-scroll-body:focus-visible { outline: 1px solid color-mix(in srgb, var(--active-sector-color) 70%, #fff); outline-offset: -2px; }
.panel-close { position: absolute; z-index: 8; top: 10px; right: 10px; min-height: 30px; display: inline-flex; align-items: center; gap: 6px; padding: 0 10px; border: 1px solid color-mix(in srgb, var(--active-sector-color) 40%, var(--line)); border-radius: 999px; background: rgba(3, 8, 11, .78); color: #dce6eb; cursor: pointer; font: 750 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.panel-close:hover { border-color: var(--active-sector-color); background: color-mix(in srgb, var(--active-sector-color) 12%, rgba(3, 8, 11, .92)); box-shadow: 0 0 20px color-mix(in srgb, var(--active-sector-color) 18%, transparent); }
.panel-close img { width: 13px; height: 13px; filter: invert(1); opacity: .9; }
.panel-header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 12px; padding-right: 58px; }
.sector-kicker { margin: 0 0 5px; color: var(--active-sector-color); font-size: 12px; }
.panel-header h1, .customization-form h1, .review-copy h1, .payment-status-card h1 { margin: 0; font-size: clamp(28px, 2.5vw, 42px); line-height: 1.03; letter-spacing: -.035em; }
.panel-header h1 { grid-column: 1; font-size: clamp(21px, 1.7vw, 27px); }
.availability-copy { grid-column: 2; margin: 0 0 2px; color: var(--active-sector-color); font-size: 12px; white-space: nowrap; }
.sector-stats { display: flex; align-items: center; gap: 12px; min-height: 39px; margin: 5px 0 7px; padding: 6px 0; border-block: 1px solid var(--line-soft); }
.sector-stats div { display: flex; align-items: baseline; gap: 7px; min-width: 0; }
.sector-stats div:last-child { margin-left: auto; }
.sector-stats span { color: var(--muted); font-size: 9px; }
.sector-stats strong { font: 700 16px/1.08 var(--mono); white-space: nowrap; }
.sector-stats div:last-child strong { font-size: 14px; }
.sector-stats small { display: none; }

.seat-map-shell { padding: 13px 16px 12px; border: 1px solid color-mix(in srgb, var(--active-sector-color) 34%, var(--line)); border-radius: 8px; background: rgba(2,7,9,.7); box-shadow: inset 0 0 34px color-mix(in srgb, var(--active-sector-color) 7%, transparent), 0 0 22px color-mix(in srgb, var(--active-sector-color) 6%, transparent); }
.mission-panel[data-active-deck="crown"] .seat-map-shell { border-color: rgba(232,183,110,.58); outline: 1px solid rgba(232,183,110,.14); outline-offset: -5px; background: rgba(8,8,5,.78); box-shadow: inset 0 0 42px rgba(232,183,110,.075), 0 0 26px rgba(232,183,110,.09); }
.mission-panel[data-active-deck="crown"] .seat-map-title { align-items: center; color: #d6c49b; }
.mission-panel[data-active-deck="crown"] .seat-map-title span:first-child { display: inline-flex; align-items: center; gap: 7px; color: #f2cf83; font-weight: 800; letter-spacing: .14em; text-shadow: 0 0 12px rgba(232,183,110,.34); }
.mission-panel[data-active-deck="crown"] .seat-map-title span:first-child::before { content: ""; width: 12px; height: 12px; display: inline-block; background: #e8b76e; -webkit-mask: url("../img/icons/role-vip-gem.svg") center / contain no-repeat; mask: url("../img/icons/role-vip-gem.svg") center / contain no-repeat; filter: drop-shadow(0 0 5px rgba(232,183,110,.58)); }
.mission-panel[data-active-deck="crown"] .seat-map-title span:last-child { color: #bfa975; letter-spacing: .11em; }
.mission-panel[data-active-deck="crown"] .seat-column-labels { display: none; }
.seat-map-title { display: flex; justify-content: space-between; margin-bottom: 7px; color: #aebbc0; font-size: 10px; }
.seat-row-control { display: grid; grid-template-columns: auto 58px 1fr; align-items: center; gap: 8px; margin-bottom: 9px; color: var(--muted); font: 700 8px/1.2 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.seat-row-control input { width: 58px; height: 28px; border: 1px solid color-mix(in srgb, var(--active-sector-color) 45%, var(--line)); border-radius: 5px; background: #050a0d; color: #fff; text-align: center; }
.seat-row-control span { justify-self: end; }
.quick-buy-trigger { justify-self: end; min-height: 30px; padding: 0 12px; border: 1px solid color-mix(in srgb, var(--active-sector-color) 68%, #31434b); border-radius: 5px; background: color-mix(in srgb, var(--active-sector-color) 11%, #081015); color: color-mix(in srgb, var(--active-sector-color) 78%, #fff); cursor: pointer; font: 800 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.quick-buy-trigger:hover { background: color-mix(in srgb, var(--active-sector-color) 20%, #081015); box-shadow: 0 0 18px color-mix(in srgb, var(--active-sector-color) 22%, transparent); }
.seat-column-labels { display: grid; grid-template-columns: 28px repeat(3, 25px) 12px repeat(4, 25px) 12px repeat(3, 25px); justify-content: center; gap: 4px; margin-bottom: 6px; color: #aeb8bd; font: 700 9px/1 var(--mono); text-align: center; }
.seat-aisle-label { color: color-mix(in srgb, var(--active-sector-color) 68%, var(--muted)); font-size: 7px; writing-mode: vertical-rl; transform: rotate(180deg); }
.seat-map { max-height: 264px; display: grid; gap: 6px; overflow-y: auto; overscroll-behavior-y: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; padding: 3px 4px 3px 0; scrollbar-width: thin; scrollbar-color: var(--active-sector-color) rgba(255,255,255,.06); }
.seat-map.is-crown-map { max-height: none; gap: 12px; overflow: visible; padding-block: 10px; }
.seat-row { display: grid; grid-template-columns: 28px repeat(3, 25px) 12px repeat(4, 25px) 12px repeat(3, 25px); justify-content: center; gap: 4px; align-items: center; }
.crown-seat-row { grid-template-columns: 54px minmax(0, 322px); min-height: 34px; }
.crown-seat-row--main { min-height: 46px; }
.crown-seat-track { width: 100%; display: flex; align-items: center; justify-content: center; }
.crown-seat-track--captain { gap: 78px; }
.crown-seat-track--vip { justify-content: center; gap: 14px; }
.crown-seat-group { display: flex; gap: 2px; }
.crown-row__label { color: #c9b98f; font-size: 8px; letter-spacing: .04em; }
.seat-row__label { color: #9ba7ad; font: 700 10px/1 var(--mono); }
.seat-aisle { width: 100%; height: 1px; background: color-mix(in srgb, var(--active-sector-color) 35%, transparent); opacity: .55; }
.seat-button { position: relative; width: 25px; height: 26px; border: 2px solid var(--active-sector-color); border-radius: 4px 4px 7px 7px; background: color-mix(in srgb, var(--active-sector-color) 10%, #0b1419); box-shadow: inset 0 0 0 3px #081016, 0 0 7px color-mix(in srgb, var(--active-sector-color) 30%, transparent); cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.seat-button:hover:not(:disabled) { transform: translateY(-2px); background: color-mix(in srgb, var(--active-sector-color) 22%, #0b1419); box-shadow: inset 0 0 0 3px #081016, 0 0 15px color-mix(in srgb, var(--active-sector-color) 58%, transparent); }
.crown-seat--main { width: 46px; height: 50px; border-width: 2px; border-color: #ffe0a0; border-radius: 8px 8px 12px 12px; background: #241b0d; box-shadow: inset 0 0 0 4px #090d0f, inset 0 -8px 15px rgba(232,183,110,.12), 0 0 21px rgba(244,190,96,.68); }
.crown-seat--captain { width: 35px; height: 39px; border-color: #e6b568; border-radius: 6px 6px 9px 9px; background: #19150e; box-shadow: inset 0 0 0 3px #081016, inset 0 -6px 11px rgba(232,183,110,.1), 0 0 14px rgba(232,183,110,.46); }
.crown-seat--vip { width: 28px; height: 32px; border-color: #d9b36f; border-radius: 5px 5px 8px 8px; background: #17140e; box-shadow: inset 0 0 0 3px #080d10, inset 0 -5px 9px rgba(232,183,110,.12), 0 0 9px rgba(232,183,110,.31); }
.crown-seat__role-icon { position: absolute; inset: 50% auto auto 50%; width: 13px; height: 13px; opacity: .78; filter: invert(83%) sepia(32%) saturate(707%) hue-rotate(350deg) brightness(98%); transform: translate(-50%, -50%); pointer-events: none; }
.crown-seat--main .crown-seat__role-icon { width: 21px; height: 21px; opacity: .96; }
.crown-seat--captain .crown-seat__role-icon { width: 15px; height: 15px; opacity: .88; }
.crown-seat--vip .crown-seat__role-icon { width: 10px; height: 10px; opacity: .68; }
.seat-button.is-selected .crown-seat__role-icon { filter: brightness(0) saturate(100%); opacity: .72; }
.seat-button.is-selected {
  border-color: #fff;
  background: color-mix(in srgb, var(--active-sector-color) 86%, #fff);
  box-shadow: inset 0 0 0 2px color-mix(in srgb, #fff 72%, transparent), 0 0 19px color-mix(in srgb, var(--active-sector-color) 88%, transparent);
  transform: translateY(-1px) scale(1.06);
}
.seat-button.is-selected:hover:not(:disabled) { background: color-mix(in srgb, var(--active-sector-color) 92%, #fff); transform: translateY(-2px) scale(1.08); }
.seat-button:disabled { border-color: #59636a; background: #4d565c; box-shadow: none; cursor: not-allowed; opacity: .76; }
.seat-button:disabled::before, .seat-button:disabled::after { content: ""; position: absolute; left: 20%; top: 48%; width: 60%; height: 1px; background: #aeb5b9; }
.seat-button:disabled::before { transform: rotate(45deg); }
.seat-button:disabled::after { transform: rotate(-45deg); }
.seat-button.is-reserved:disabled { border-color: #7a6b50; background: rgba(100,82,52,.18); box-shadow: inset 0 0 0 3px #081016, 0 0 8px rgba(219,170,88,.08); cursor: wait; opacity: .58; }
.seat-button.is-reserved:disabled::before, .seat-button.is-reserved:disabled::after { display: none; }
.seat-button.is-sold { border-color: #dce7eb; background: #303b42; box-shadow: inset 0 0 0 3px #10191e, 0 0 10px rgba(205,225,233,.28); cursor: zoom-in; opacity: 1; }
.seat-button.is-sold::after { content: ""; position: absolute; inset: 5px; background: #f4f8fa; -webkit-mask: url("../img/icons/ui-close.svg") center / contain no-repeat; mask: url("../img/icons/ui-close.svg") center / contain no-repeat; filter: drop-shadow(0 0 3px rgba(255,255,255,.55)); pointer-events: none; }
.seat-button.is-sold:hover { transform: translateY(-2px) scale(1.05); border-color: #fff; background: color-mix(in srgb, var(--active-sector-color) 30%, #28343a); box-shadow: inset 0 0 0 3px #10191e, 0 0 18px color-mix(in srgb, var(--active-sector-color) 62%, transparent); }
.seat-map.is-crown-map .seat-button.is-sold { border-color: #7f8a90; background: #30383d; box-shadow: inset 0 0 0 3px #10171a, 0 0 9px rgba(151,164,171,.2); }
.seat-map.is-crown-map .seat-button.is-sold::after { display: none; }
.seat-map.is-crown-map .seat-button.is-sold .crown-seat__role-icon { opacity: .42; filter: grayscale(1) brightness(.92); }
.seat-map.is-crown-map .seat-button.is-sold:hover { border-color: #aeb8bd; background: #3a4348; box-shadow: inset 0 0 0 3px #10171a, 0 0 13px rgba(174,184,189,.28); }
.seat-legend { position: relative; z-index: 7; flex: 0 0 auto; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 7px; padding: 6px 10px; border: 1px solid color-mix(in srgb, var(--active-sector-color) 22%, var(--line)); border-radius: 6px; background: rgba(3,8,11,.92); color: #a8b0b4; font-size: 9px; box-shadow: 0 -8px 20px rgba(3,8,11,.38); }
.seat-legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend-seat { position: relative; width: 13px; aspect-ratio: 1; display: inline-block; border: 2px solid var(--active-sector-color); border-radius: 3px; background: color-mix(in srgb, var(--active-sector-color) 10%, #0d1b23); box-shadow: inset 0 0 0 2px #081016; }
.legend-seat--selected { border-color: #fff; background: var(--active-sector-color); }
.legend-seat--reserved { border-color: #7a6b50; background: rgba(100,82,52,.35); }
.legend-seat--taken { border-color: #dce7eb; background: #303b42; box-shadow: inset 0 0 0 2px #10191e, 0 0 6px rgba(205,225,233,.22); }
.legend-seat--taken::after { content: ""; position: absolute; inset: 2px; background: #f4f8fa; -webkit-mask: url("../img/icons/ui-close.svg") center / contain no-repeat; mask: url("../img/icons/ui-close.svg") center / contain no-repeat; }
.mission-panel[data-active-deck="crown"] .legend-seat--taken::after { display: none; }

.selected-summary { flex: 0 0 auto; margin-top: 6px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(3,8,11,.82); }
.selected-summary__head { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 9px; }
.text-button { border: 0; padding: 0; background: none; color: var(--blue); cursor: pointer; font-size: 10px; }
.selected-list { display: flex; gap: 7px; overflow-x: auto; padding: 8px 0; scrollbar-width: thin; }
.selected-empty { margin: 5px 0; color: var(--muted); font-size: 11px; }
.selected-more { min-width: 190px; align-self: center; margin: 0; color: #9fb0b8; font: 700 10px/1.45 var(--mono); }
.seat-chip { --chip-sector-color: var(--blue); flex: 0 0 clamp(142px, 32%, 260px); width: clamp(142px, 32%, 260px); min-width: 142px; min-height: 54px; box-sizing: border-box; display: grid; grid-template-columns: minmax(0, 1fr) 28px; gap: 7px; align-items: center; padding: 6px 7px 6px 8px; border: 1px solid color-mix(in srgb, var(--chip-sector-color) 68%, #34434b); border-radius: 6px; background: color-mix(in srgb, var(--chip-sector-color) 22%, rgba(13,22,28,.96)); box-shadow: inset 4px 0 0 color-mix(in srgb, var(--chip-sector-color) 86%, #fff), 0 0 14px color-mix(in srgb, var(--chip-sector-color) 13%, transparent); transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease; }
.seat-chip:has(.seat-chip__navigate:hover), .seat-chip:has(.seat-chip__navigate:focus-visible) { border-color: color-mix(in srgb, var(--chip-sector-color) 90%, #fff); background: color-mix(in srgb, var(--chip-sector-color) 31%, rgba(13,22,28,.96)); box-shadow: inset 4px 0 0 color-mix(in srgb, var(--chip-sector-color) 95%, #fff), 0 0 20px color-mix(in srgb, var(--chip-sector-color) 24%, transparent); transform: translateY(-1px); }
.seat-chip__navigate { min-width: 0; display: grid; gap: 3px; padding: 1px 2px; border: 0; background: none; color: #fff; text-align: left; cursor: pointer; }
.seat-chip__navigate:focus-visible { outline: 1px solid color-mix(in srgb, var(--chip-sector-color) 82%, #fff); outline-offset: 3px; border-radius: 2px; }
.seat-chip strong { white-space: nowrap; font: 700 8.5px/1.2 var(--mono); }
.seat-chip small { min-width: 0; overflow: hidden; color: color-mix(in srgb, var(--chip-sector-color) 28%, #aeb8bd); font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }
.seat-chip__remove { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,115,124,.24); border-radius: 5px; background: rgba(255,72,84,.08); cursor: pointer; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.seat-chip__remove:hover { border-color: rgba(255,115,124,.7); background: rgba(255,72,84,.16); box-shadow: 0 0 14px rgba(255,72,84,.16); }
.seat-chip__remove img { width: 13px; height: 13px; }
.seat-button.is-located { animation: located-seat 1.3s ease-out; }
@keyframes located-seat { 0%, 100% { filter: brightness(1); } 35% { filter: brightness(1.7); box-shadow: inset 0 0 0 2px #fff, 0 0 28px 7px var(--active-sector-color); } }
.selected-total { display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px solid var(--line-soft); }
.selected-total > div, .review-total > div { display: grid; justify-items: end; gap: 4px; }
.selected-total small, .review-total small { color: var(--muted); font-size: 10px; }
.selected-total strong { font: 700 18px/1 var(--mono); }
.primary-button, .secondary-button, .back-button { border-radius: 6px; cursor: pointer; font-weight: 750; }
.primary-button { width: 100%; min-height: 48px; border: 1px solid #68c7ff; background: linear-gradient(105deg, #258cda, #55baff); color: #f8fcff; box-shadow: 0 10px 26px rgba(29,137,209,.22), inset 0 1px rgba(255,255,255,.25); }
.primary-button:hover:not(:disabled) { filter: brightness(1.08); box-shadow: 0 12px 34px rgba(43,158,227,.35); }
.primary-button:disabled { opacity: .45; cursor: not-allowed; }
.panel-action-dock { position: relative; z-index: 8; flex: 0 0 auto; margin-top: 9px; padding: 10px 0 2px; background: linear-gradient(to bottom, rgba(7,13,17,0), rgba(7,13,17,.98) 24%); box-shadow: 0 -16px 28px rgba(4,9,12,.64); }
.personalize-toggle { display: flex; align-items: center; gap: 9px; margin: 0 0 8px; padding: 8px 10px; border: 1px solid rgba(92,130,149,.25); border-radius: 6px; background: rgba(4,10,14,.72); cursor: pointer; }
.personalize-toggle input { width: 16px; height: 16px; accent-color: var(--blue); }
.personalize-toggle span { display: grid; gap: 2px; }
.personalize-toggle strong { color: #dce8ed; font: 750 10px/1.2 var(--mono); letter-spacing: .035em; }
.personalize-toggle small { color: var(--muted); font-size: 9px; }
.panel-action-dock .primary-button { min-height: 44px; }
.secure-note { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.2; text-align: center; }

.mission-progress { position: relative; z-index: 18; flex: 0 0 auto; min-height: 118px; display: grid; grid-template-columns: minmax(190px, .72fr) minmax(390px, 2.4fr) minmax(155px, .58fr); align-items: center; gap: clamp(24px, 3vw, 54px); margin-top: auto; padding: 17px clamp(24px, 4vw, 72px); overflow: hidden; border-top: 1px solid rgba(102,165,192,.26); background: rgba(2,7,10,.96); box-shadow: 0 -18px 58px rgba(0,0,0,.58), inset 0 1px rgba(125,210,246,.035); backdrop-filter: blur(22px) saturate(1.16); }
.mission-progress::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 52% -70%, rgba(245,176,73,.14), transparent 38%), linear-gradient(90deg, rgba(44,153,205,.05), transparent 24%, transparent 78%, rgba(212,111,48,.045)); }
.mission-progress__status { min-width: 0; }
.mission-progress__live { display: inline-flex; align-items: center; gap: 7px; color: #85a6b4; font: 750 9px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.mission-progress__live i { width: 7px; height: 7px; border-radius: 50%; background: #54d58b; box-shadow: 0 0 12px rgba(84,213,139,.8); animation: telemetry-live 1.8s ease-in-out infinite; }
.mission-progress__status p { margin: 9px 0 0; color: #dae2e6; font: 700 15px/1.1 var(--mono); letter-spacing: .045em; white-space: nowrap; }
.mission-progress__status p strong { color: var(--blue); font-size: 27px; text-shadow: 0 0 18px rgba(54,174,248,.28); }
.mission-progress__status p span { color: #a7b1b6; }
.mission-progress__route { min-width: 0; }
.mission-progress__track {
  position: relative;
  height: 5px;
  margin: 0 28px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(64, 132, 172, .3), rgba(110, 128, 142, .18) 40%, rgba(172, 118, 84, .26));
  box-shadow: inset 0 0 0 1px rgba(178, 203, 215, .1), inset 0 1px 3px rgba(0, 0, 0, .55);
}
.mission-progress__track::before {
  content: "";
  position: absolute;
  inset: -6px 0;
  background:
    radial-gradient(circle 2.6px at 25% 50%, rgba(226, 240, 250, .85) 44%, transparent 62%),
    radial-gradient(circle 2.6px at 50% 50%, rgba(226, 240, 250, .85) 44%, transparent 62%),
    radial-gradient(circle 2.6px at 75% 50%, rgba(226, 240, 250, .85) 44%, transparent 62%),
    repeating-linear-gradient(90deg, rgba(198, 222, 238, .5) 0 1px, transparent 1px 25px);
  opacity: .34;
}
.mission-progress__track .mission-progress__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f9fe8, #74cdff 24%, #ffe9b0 52%, #ffb95e 76%, #ff9840);
  background-size: 200% 100%;
  box-shadow: 0 0 14px rgba(255, 185, 94, .6), 0 0 34px rgba(64, 168, 255, .28), inset 0 1px 0 rgba(255, 255, 255, .4);
  transition: width 1.35s cubic-bezier(.22,.8,.22,1);
  animation: progress-sheen 3.4s linear infinite;
}
.mission-progress__track .mission-progress__fill::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, #fff 12%, rgba(255, 224, 158, .9) 42%, rgba(255, 170, 74, .4) 68%, transparent);
  animation: progress-tip 1.6s ease-in-out infinite alternate;
}
.mission-progress__rocket { position: absolute; z-index: 3; top: 50%; left: 0; width: 94px; aspect-ratio: 1459 / 442; transform: translate(-50%, -50%); transition: left 1.35s cubic-bezier(.22,.8,.22,1); filter: drop-shadow(0 0 6px rgba(111,211,255,.6)) drop-shadow(0 0 20px rgba(80,170,255,.2)); }
.mission-progress__rocket::before { content: ""; position: absolute; z-index: -1; left: -32%; top: 50%; width: 62%; height: 46%; border-radius: 999px; background: linear-gradient(to left, rgba(255, 214, 130, .55), rgba(255, 158, 62, .34) 34%, rgba(120, 190, 255, .18) 68%, transparent); filter: blur(5px); transform: translate(-8%, -50%); animation: progress-thrust 1.05s ease-in-out infinite alternate; }
.mission-progress__rocket::after { content: ""; position: absolute; z-index: -2; left: -18%; top: 50%; width: 30%; height: 90%; border-radius: 50%; background: radial-gradient(closest-side, rgba(255, 187, 92, .5), transparent); filter: blur(8px); transform: translate(-30%, -50%); animation: progress-thrust 1.45s ease-in-out infinite alternate-reverse; }
.mission-progress__rocket img { display: block; width: 100%; height: auto; object-fit: contain; }
@keyframes progress-thrust { from { opacity: .55; transform: translate(-24%, -50%) scaleX(.88); } to { opacity: 1; transform: translate(-35%, -50%) scaleX(1.14); } }
@keyframes progress-sheen { from { background-position: 0% 0; } to { background-position: -200% 0; } }
@keyframes progress-tip { from { opacity: .65; transform: translateY(-50%) scale(.85); } to { opacity: 1; transform: translateY(-50%) scale(1.15); } }
.mission-progress__milestones { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 12px; color: #d2dade; font: 700 9px/1.25 var(--mono); text-align: center; }
.mission-progress__milestones span:first-child { text-align: left; }
.mission-progress__milestones span:last-child { text-align: right; }
.mission-progress__milestones small { display: block; margin-top: 3px; color: #6f8995; letter-spacing: .05em; text-transform: uppercase; }
.mission-progress__destination { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.mission-progress__destination > div { display: grid; gap: 3px; text-align: right; }
.mission-progress__destination span, .mission-progress__destination small { color: #7f929c; font: 700 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.mission-progress__destination strong { color: #e9edf0; font: 750 16px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.mission-progress__moon { position: static; width: 66px; opacity: .98; filter: drop-shadow(-8px 0 18px rgba(220,89,29,.18)); }

.mission-guide {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 28px 44px;
  margin: 84px auto 64px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(109, 220, 255, .17);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(8, 17, 23, .96), rgba(3, 8, 12, .96));
  box-shadow: 0 28px 90px rgba(0,0,0,.46), inset 0 1px rgba(255,255,255,.025);
}
.mission-guide h1, .mission-guide h2 { margin-top: 0; color: #f5f8f9; letter-spacing: -.025em; }
.mission-guide h1 { max-width: 780px; margin-bottom: 18px; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.02; }
.mission-guide h2 { margin-bottom: 18px; font-size: clamp(23px, 2.5vw, 32px); }
.mission-guide p { color: #aab8bf; line-height: 1.75; }
.mission-guide__intro > p:not(.sector-kicker) { max-width: 760px; font-size: 16px; }
.mission-guide__intro > a { display: inline-flex; margin-top: 10px; padding: 11px 16px; border: 1px solid rgba(54,174,248,.5); border-radius: 999px; color: #a9e5ff; text-decoration: none; font-weight: 750; }
.mission-guide__intro > a:hover { border-color: var(--cyan); background: rgba(54,174,248,.1); }
.mission-guide__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; align-self: start; }
.mission-guide__facts div { min-height: 96px; display: grid; align-content: center; gap: 8px; padding: 16px; border: 1px solid rgba(132,172,190,.16); border-radius: 10px; background: rgba(255,255,255,.025); }
.mission-guide__facts dt { color: #77909d; font: 700 10px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.mission-guide__facts dd { margin: 0; color: #eef4f7; font: 750 19px/1.2 var(--mono); }
.mission-guide__steps, .mission-guide__faq { padding-top: 26px; border-top: 1px solid rgba(132,172,190,.13); }
.mission-guide__steps ol { display: grid; gap: 13px; margin: 0; padding: 0; counter-reset: mission-step; list-style: none; }
.mission-guide__steps li { position: relative; min-height: 58px; display: grid; gap: 4px; padding: 4px 0 4px 54px; counter-increment: mission-step; }
.mission-guide__steps li::before { content: counter(mission-step); position: absolute; inset: 0 auto auto 0; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(54,174,248,.45); border-radius: 50%; color: var(--cyan); font: 800 13px/1 var(--mono); }
.mission-guide__steps strong { color: #edf4f7; font-size: 15px; }
.mission-guide__steps span { color: #8fa0a8; line-height: 1.55; }
.mission-guide__faq details { border-top: 1px solid rgba(132,172,190,.13); }
.mission-guide__faq details:last-child { border-bottom: 1px solid rgba(132,172,190,.13); }
.mission-guide__faq summary { padding: 16px 30px 16px 0; color: #e8eff2; cursor: pointer; font-weight: 750; }
.mission-guide__faq details p { margin: -4px 0 18px; }
@keyframes telemetry-live { 50% { opacity: .4; transform: scale(.8); } }

.customization-view, .review-view, .payment-status-view { width: min(1260px, 100%); min-height: calc(100vh - 188px); margin: 0 auto; padding: 36px clamp(20px, 5vw, 70px); }
.detail-topline { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 24px; }
.back-button, .secondary-button { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); background: rgba(10,17,22,.9); }
.back-button, #previous-seat {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  border-color: rgba(104, 161, 188, .32);
  background: linear-gradient(115deg, rgba(15, 27, 34, .96), rgba(7, 13, 17, .94));
  color: #dce8ed;
  box-shadow: inset 0 1px rgba(255,255,255,.035), 0 8px 24px rgba(0,0,0,.18);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}
.back-button::before, #previous-seat::before {
  content: "\2190";
  color: var(--blue);
  font: 800 16px/1 var(--mono);
  text-shadow: 0 0 12px rgba(62,166,255,.34);
  transition: transform .18s ease, color .18s ease, text-shadow .18s ease;
}
@media (hover: hover) {
  .back-button:hover:not(:disabled), #previous-seat:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgba(86, 194, 245, .78);
    background: linear-gradient(115deg, rgba(22, 53, 68, .96), rgba(8, 19, 25, .96));
    color: #fff;
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.28), 0 0 20px rgba(52,170,226,.12);
  }
  .back-button:hover:not(:disabled)::before, #previous-seat:hover:not(:disabled)::before {
    transform: translateX(-3px);
    color: #9bddff;
    text-shadow: 0 0 16px rgba(74,190,245,.62);
  }
}
.back-button:active:not(:disabled), #previous-seat:active:not(:disabled) {
  transform: translateY(0) scale(.98);
  box-shadow: inset 0 1px 8px rgba(0,0,0,.28), 0 4px 12px rgba(0,0,0,.18);
}
.back-button:focus-visible, #previous-seat:focus-visible {
  border-color: #8bdcff;
  outline-color: #8bdcff;
  box-shadow: 0 0 0 4px rgba(62,166,255,.13), 0 0 24px rgba(62,166,255,.17);
}
.back-button:disabled, #previous-seat:disabled {
  cursor: not-allowed;
  opacity: .45;
  transform: none;
}
.stepper { display: flex; gap: 24px; margin: 0; padding: 0; list-style: none; color: #687780; font: 700 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.stepper .is-complete { color: #8eb5c7; }
.stepper .is-active { color: var(--blue); }
.customization-layout { width: min(1060px, 100%); display: grid; grid-template-columns: minmax(340px, 1fr) minmax(390px, .82fr); gap: 28px; margin: 0 auto; }
.seat-preview, .customization-form, .order-review, .payment-status-card { border: 1px solid var(--line); border-radius: 12px; background: rgba(8,15,19,.96); box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.seat-preview { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; }
.seat-preview__media { position: relative; z-index: 2; width: 100%; display: grid; place-items: center; }
.seat-preview img { position: relative; z-index: 2; width: min(82%, 500px); height: auto; border-radius: 4px; filter: drop-shadow(0 28px 35px rgba(0,0,0,.72)); transition: opacity .18s ease, filter .25s ease; }
.seat-preview__glow { --seat-glow: #3ea6ff; position: absolute; z-index: 1; width: 60%; aspect-ratio: 1; border-radius: 50%; background: var(--seat-glow); filter: blur(80px); opacity: .22; }
.seat-preview__plaque { position: absolute; z-index: 3; top: 49%; padding: 7px 12px; border: 1px solid #8b969b; border-radius: 3px; background: #252d31; color: #d8dcde; font: 700 10px/1 var(--mono); letter-spacing: .08em; }
.seat-preview__meta { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); }
.seat-preview__meta strong { color: #fff; }
.customization-form { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 52px); }
.customization-form header > p:last-child { color: var(--muted); }
fieldset { min-width: 0; margin: 22px 0; padding: 0; border: 0; }
legend, .field-label { display: block; margin-bottom: 10px; color: #b7c1c6; font-size: 10px; font-weight: 800; }
.call-sign-panel { margin: 30px 0 20px; padding: 22px; border: 1px solid #304049; border-radius: 10px; background: rgba(3, 9, 13, .72); box-shadow: inset 0 0 32px rgba(44, 160, 220, .055); }
.call-sign-field { position: relative; }
.call-sign-field input { width: 100%; height: 56px; padding: 0 80px 0 15px; border: 1px solid #3c515d; border-radius: 7px; background: #03080b; color: #fff; font: 700 15px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; box-shadow: inset 0 0 22px rgba(44,160,220,.05); }
.call-sign-field input:focus { border-color: var(--blue); }
.call-sign-field span { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font: 700 10px/1 var(--mono); }
.field-help { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.personalization-note { display: grid; gap: 5px; margin: 0 0 28px; padding-left: 13px; border-left: 2px solid var(--blue); color: var(--muted); font-size: 12px; }
.personalization-note strong { color: #dce6eb; }
.personalization-note span { line-height: 1.55; }
.customization-actions { display: grid; grid-template-columns: .6fr 1.4fr; gap: 10px; }
.customization-actions #previous-seat[hidden] + .primary-button { grid-column: 1 / -1; }
.skip-review-button { grid-column: 1 / -1; min-height: 52px; display: grid; place-items: center; gap: 3px; padding: 8px 14px; border: 1px solid rgba(91, 183, 229, .38); border-radius: 6px; background: rgba(18, 66, 88, .13); color: #d8f2ff; cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.skip-review-button strong { font-size: 12px; }
.skip-review-button small { color: #88a4b1; font-size: 9px; }
.skip-review-button:hover:not(:disabled) { border-color: var(--blue); background: rgba(30, 117, 158, .2); box-shadow: 0 0 22px rgba(47, 170, 230, .13); }
.skip-review-button:disabled { opacity: .5; cursor: wait; }
.skip-review-button[hidden] { display: none; }
.reservation-clock { margin: 12px 0 0; color: var(--muted); text-align: center; }
.review-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; align-items: start; }
.review-copy { padding-top: 70px; }
.review-copy p:not(.sector-kicker) { color: var(--muted); font-size: 17px; }
.order-review { padding: 24px; }
#review-items { max-height: min(42vh, 360px); overflow-y: auto; padding-right: 8px; scrollbar-width: thin; scrollbar-color: var(--blue) rgba(255,255,255,.06); }
.review-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.review-item strong { font-family: var(--mono); }
.review-item span { grid-column: 1 / -1; color: var(--muted); font-size: 11px; text-transform: capitalize; }
.review-more { margin: 15px 0 0; padding: 12px; border: 1px solid var(--line-soft); border-radius: 6px; color: var(--muted); text-align: center; }
.review-total { display: flex; justify-content: space-between; padding: 18px 0; font-size: 17px; }
.review-total strong { font: 700 25px/1 var(--mono); }
.crypto-choice { display: grid; grid-template-columns: repeat(5, minmax(112px, 1fr)); gap: 8px; }
.crypto-choice legend { grid-column: 1 / -1; }
.crypto-choice label { min-width: 0; cursor: pointer; }
.crypto-choice input { position: absolute; opacity: 0; }
.crypto-choice span { position: relative; min-height: 55px; display: flex; align-items: center; gap: 9px; padding: 8px 9px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(4,10,14,.62); transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.crypto-choice span::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: var(--coin); opacity: 0; }
.crypto-choice span img { flex: 0 0 auto; width: 25px; height: 25px; object-fit: contain; filter: saturate(.84); }
.crypto-choice span b { min-width: 0; display: grid; gap: 3px; font-weight: inherit; }
.crypto-choice span strong { color: #dfe6e9; font: 750 11px/1 var(--mono); letter-spacing: .04em; }
.crypto-choice span small { overflow: hidden; color: #71848e; font: 650 8px/1 var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.crypto-choice span em { position: absolute; right: 5px; top: 5px; padding: 3px 4px; border-radius: 3px; background: rgba(229,180,62,.14); color: #e5b43e; font: 700 6px/1 var(--mono); font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.crypto-choice label:hover span { border-color: color-mix(in srgb, var(--coin) 66%, #60727b); transform: translateY(-1px); }
.crypto-choice input:focus-visible + span { outline: 2px solid #fff; outline-offset: 2px; }
.crypto-choice input:checked + span { border-color: var(--coin); color: #fff; background: color-mix(in srgb, var(--coin) 12%, rgba(5,12,16,.96)); box-shadow: 0 8px 22px color-mix(in srgb, var(--coin) 15%, transparent); }
.crypto-choice input:checked + span::after { opacity: 1; }
.crypto-choice input:checked + span img { filter: saturate(1.1) drop-shadow(0 0 6px color-mix(in srgb, var(--coin) 34%, transparent)); }
.crypto-choice__default input:checked + span { box-shadow: 0 8px 22px rgba(229,180,62,.11); }
.payment-status-card { position: relative; width: min(720px, 100%); margin: 80px auto 0; padding: 44px; text-align: center; }
.payment-status-card p:not(.sector-kicker) { color: var(--muted); font-size: 16px; }
.payment-status-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(104,161,188,.32); border-radius: 50%; background: rgba(5,12,16,.82); color: #aebdc4; cursor: pointer; font: 400 24px/1 var(--sans); transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.payment-status-close:hover { transform: rotate(8deg) scale(1.05); border-color: var(--blue); background: rgba(24,75,99,.35); color: #fff; box-shadow: 0 0 20px rgba(62,166,255,.16); }
.payment-status-actions { width: min(520px, 100%); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px auto 0; }
.payment-status-actions .primary-button { grid-column: 1 / -1; }
.payment-status-actions .secondary-button { color: #dce8ed; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.payment-status-actions .secondary-button:hover { transform: translateY(-1px); border-color: rgba(86,194,245,.68); background: rgba(22,53,68,.72); box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.payment-status-note { margin: 15px 0 0 !important; color: #81939c !important; font-size: 11px !important; }
@media (max-width: 560px) {
  .payment-status-card { margin-top: 24px; padding: 52px 20px 26px; }
  .payment-status-actions { grid-template-columns: 1fr; }
  .payment-status-actions .primary-button { grid-column: auto; }
}

.auth-dialog { width: min(92vw, 460px); padding: 0; border: 1px solid #32444d; border-radius: 12px; background: #081014; color: var(--text); box-shadow: 0 35px 120px rgba(0,0,0,.82), 0 0 50px rgba(31,145,201,.12); }
.auth-dialog::backdrop { background: rgba(0,3,5,.76); backdrop-filter: blur(8px); }
.auth-dialog__head { display: flex; justify-content: space-between; gap: 18px; align-items: start; padding: 24px; border-bottom: 1px solid var(--line-soft); }
.auth-dialog__head h2 { margin: 0; font-size: 23px; }
.auth-dialog__head button { border: 0; background: none; color: var(--blue); cursor: pointer; font: 700 10px/1 var(--mono); text-transform: uppercase; }
.dialog-notice {
  margin: 16px 24px 4px;
  padding: 13px 14px 13px 42px;
  border: 1px solid rgba(255, 104, 114, .72);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(96, 18, 26, .98), rgba(37, 9, 14, .98));
  color: #ffe8ea;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45), inset 3px 0 0 #ff6872;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}
.dialog-notice[hidden] { display: none; }
.dialog-notice::before { content: '!'; position: absolute; left: 15px; top: 12px; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 800 11px/1 var(--mono); }
.dialog-notice.is-success { border-color: rgba(97, 208, 168, .68); background: linear-gradient(135deg, rgba(12, 69, 53, .98), rgba(5, 31, 24, .98)); color: #dffff2; box-shadow: 0 12px 32px rgba(0, 0, 0, .45), inset 3px 0 0 #61d0a8; }
.auth-copy { margin: 20px 24px; color: var(--muted); }
.provider-button { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; margin: 10px 24px; padding: 0 16px; border: 1px solid #3a4950; border-radius: 7px; background: #11191d; color: #fff; text-decoration: none; font-weight: 700; cursor: pointer; }
.provider-button img { width: 20px; height: 20px; object-fit: contain; }
.provider-button--google { background: #fff; color: #1f1f1f; }
.provider-button--x { background: #050505; }
.provider-button--wallet { width: calc(100% - 48px); border-color: var(--blue); background: rgba(19,79,110,.22); }
.provider-button--danger { margin-bottom: 24px; border-color: rgba(226,116,122,.45); color: #ffc4c7; }
.provider-button.is-unconfigured { opacity: .5; }
.affiliate-card { display: grid; gap: 12px; margin: 14px 24px; padding: 15px; border: 1px solid rgba(64,190,255,.32); border-radius: 8px; background: linear-gradient(135deg, rgba(30,138,195,.13), rgba(229,180,62,.06)); }
.affiliate-card[hidden] { display: none; }
.affiliate-card > div:first-child { display: grid; gap: 4px; }
.affiliate-card strong { color: #dff5ff; font: 700 12px/1.2 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.affiliate-card small { color: var(--muted); font-size: 11px; }
.affiliate-card__link { display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.affiliate-card__link input { min-width: 0; height: 36px; padding: 0 10px; border: 1px solid var(--line); border-radius: 5px; background: #050a0d; color: #a8c4d1; font: 600 10px/1 var(--mono); }
.affiliate-card__link button { padding: 0 13px; border: 1px solid var(--blue); border-radius: 5px; background: rgba(32,145,204,.15); color: var(--blue); cursor: pointer; font: 700 10px/1 var(--mono); text-transform: uppercase; }
.auth-setup-note { margin: 14px 24px 24px; color: #7f8c93; font-size: 11px; text-align: center; }
.auth-setup-note code { color: #adc0c9; }
.account-card { display: flex; align-items: center; gap: 14px; margin: 24px; padding: 15px; border: 1px solid var(--line); border-radius: 8px; }
.account-card__initial { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #00131d; font: 800 17px/1 var(--mono); }
.account-card div { display: grid; }
.account-card small { color: var(--muted); }
.profile-privacy { display: flex; gap: 11px; align-items: flex-start; margin: 16px 24px; padding: 14px; border: 1px solid rgba(82,171,214,.28); border-radius: 8px; background: rgba(23,94,126,.09); cursor: pointer; }
.profile-privacy input { margin-top: 2px; accent-color: var(--blue); }
.profile-privacy span { display: grid; gap: 4px; }
.profile-privacy strong { font-size: 12px; }
.profile-privacy small { color: var(--muted); line-height: 1.45; }

.quick-buy-dialog { width: min(92vw, 480px); padding: 30px; border: 1px solid #35505c; border-radius: 14px; background: radial-gradient(circle at 85% 12%, rgba(70,158,205,.14), transparent 35%), #071015; color: var(--text); box-shadow: 0 35px 120px rgba(0,0,0,.86), 0 0 45px rgba(36,155,216,.12); }
.seat-profile-dialog { width: min(94vw, 980px); max-height: min(92vh, 790px); padding: 18px; border: 1px solid #35505c; border-radius: 24px; color: var(--text); }
.quick-buy-dialog::backdrop, .seat-profile-dialog::backdrop { background: rgba(0,3,5,.78); backdrop-filter: blur(9px); }
.quick-buy-dialog h2 { margin: 8px 0 10px; font-size: 28px; }
.quick-buy-dialog > p:not(.sector-kicker) { color: var(--muted); line-height: 1.55; }
.dialog-cross { position: absolute; z-index: 3; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(101,197,238,.58); border-radius: 50%; background: rgba(8,20,27,.96); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 0 16px rgba(56,177,237,.08); cursor: pointer; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.dialog-cross:hover { border-color: #8edaff; background: #132b36; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 22px rgba(56,177,237,.28); transform: translateY(-1px); }
.dialog-cross:focus-visible { outline: 2px solid #a7e4ff; outline-offset: 3px; border-color: #fff; box-shadow: 0 0 0 5px rgba(56,177,237,.18), 0 0 24px rgba(56,177,237,.32); }
.dialog-cross img { width: 16px; height: 16px; opacity: .92; filter: brightness(0) invert(1); transition: opacity .18s ease, transform .18s ease; }
.dialog-cross:hover img { opacity: 1; transform: rotate(90deg); }
.quick-buy-quantity { display: grid; grid-template-columns: 1fr 110px; gap: 6px 14px; align-items: center; margin: 22px 0; padding: 16px; border: 1px solid #2d414b; border-radius: 9px; background: rgba(3,8,11,.72); }
.quick-buy-quantity span { font: 750 11px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.quick-buy-quantity input { grid-row: 1 / span 2; grid-column: 2; width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--blue); border-radius: 6px; background: #02070a; color: #fff; font: 750 18px/1 var(--mono); }
.quick-buy-quantity small { color: var(--muted); }
.quick-buy-hint { padding-left: 12px; border-left: 2px solid #da7b4a; }
.quick-buy-hint strong { color: #eda275; }
.seat-profile-dialog { --profile-sector-color: var(--blue); overflow-x: hidden; border-color: color-mix(in srgb, var(--profile-sector-color) 58%, #293840); background: radial-gradient(circle at 76% 2%, color-mix(in srgb, var(--profile-sector-color) 12%, transparent), transparent 31%), #050b0f; box-shadow: 0 35px 120px rgba(0,0,0,.9), 0 0 62px color-mix(in srgb, var(--profile-sector-color) 15%, transparent), inset 0 1px 0 rgba(255,255,255,.06); }
.seat-profile-dialog .sector-kicker { position: relative; z-index: 2; margin: 46px 0 8px; color: var(--profile-sector-color); text-shadow: 0 0 18px color-mix(in srgb, var(--profile-sector-color) 32%, transparent); }
.seat-profile-dialog h2 { position: relative; z-index: 2; max-width: 540px; margin: 0 0 8px; font-size: clamp(40px, 5vw, 58px); line-height: .98; letter-spacing: -.035em; text-shadow: 0 0 28px color-mix(in srgb, var(--profile-sector-color) 12%, transparent); }
.seat-profile-dialog .dialog-cross { border-color: color-mix(in srgb, var(--profile-sector-color) 68%, transparent); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 0 18px color-mix(in srgb, var(--profile-sector-color) 16%, transparent); }
.seat-profile-dialog .dialog-cross:hover { border-color: var(--profile-sector-color); background: color-mix(in srgb, var(--profile-sector-color) 18%, #08141b); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 0 24px color-mix(in srgb, var(--profile-sector-color) 34%, transparent); }
.seat-profile-dialog .dialog-cross:focus-visible { outline-color: color-mix(in srgb, var(--profile-sector-color) 72%, white); box-shadow: 0 0 0 5px color-mix(in srgb, var(--profile-sector-color) 20%, transparent), 0 0 26px color-mix(in srgb, var(--profile-sector-color) 38%, transparent); }
.boarding-pass { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 292px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--profile-sector-color) 62%, #293840); border-radius: 17px; background: linear-gradient(142deg, color-mix(in srgb, var(--profile-sector-color) 7%, #0a1116), #050a0e 66%); box-shadow: 0 22px 60px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.055); }
.boarding-pass__main { position: relative; min-height: 515px; overflow: hidden; padding: 28px 34px 26px; }
.boarding-pass__brand { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid color-mix(in srgb, var(--profile-sector-color) 20%, var(--line)); font-family: var(--mono); }
.boarding-pass__brand-mark { display: inline-flex; align-items: center; gap: 9px; }
.boarding-pass__brand-mark img { display: none; width: 18px; height: 16px; filter: invert(87%) sepia(34%) saturate(738%) hue-rotate(354deg) brightness(97%) contrast(87%); }
.boarding-pass__brand span { color: #f7fafb; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.boarding-pass__brand small { color: color-mix(in srgb, var(--profile-sector-color) 56%, #8b979d); font-size: 8px; font-weight: 750; letter-spacing: .14em; }
.seat-profile-orbit { position: absolute; z-index: 1; right: -90px; top: -104px; width: 330px; height: 330px; object-fit: contain; opacity: .58; filter: saturate(.9) contrast(1.08) drop-shadow(0 0 25px rgba(219,93,43,.25)); }
.boarding-pass__premium-seat { display: none; position: absolute; z-index: 1; right: -22px; bottom: -72px; width: 390px; height: 390px; object-fit: cover; object-position: center; border-radius: 30px; opacity: .3; filter: saturate(.88) contrast(1.1); -webkit-mask-image: radial-gradient(ellipse at 62% 58%, #000 24%, rgba(0,0,0,.88) 46%, transparent 75%); mask-image: radial-gradient(ellipse at 62% 58%, #000 24%, rgba(0,0,0,.88) 46%, transparent 75%); }
.boarding-pass__premium-badge { position: relative; z-index: 2; width: fit-content; display: inline-flex; align-items: center; gap: 7px; margin: 34px 0 10px; padding: 7px 10px; border: 1px solid color-mix(in srgb, var(--profile-sector-color) 54%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--profile-sector-color) 8%, rgba(5,10,14,.9)); color: var(--profile-sector-color); font: 800 8px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 22px color-mix(in srgb, var(--profile-sector-color) 12%, transparent); }
.boarding-pass__premium-badge img { width: 13px; height: 12px; filter: invert(87%) sepia(34%) saturate(738%) hue-rotate(354deg) brightness(97%) contrast(87%); }
.seat-profile-code { position: relative; z-index: 2; margin: 0 !important; color: var(--profile-sector-color) !important; font: 780 12px/1.3 var(--mono); letter-spacing: .095em; text-shadow: 0 0 15px color-mix(in srgb, var(--profile-sector-color) 35%, transparent); }
.boarding-pass__identity { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 1px; margin: 22px 0 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--profile-sector-color) 24%, #27343a); border-radius: 9px; background: color-mix(in srgb, var(--profile-sector-color) 18%, #27343a); }
.boarding-pass__identity div { min-width: 0; display: grid; gap: 5px; padding: 12px 14px; background: color-mix(in srgb, var(--profile-sector-color) 4%, #081015); }
.boarding-pass__identity small { color: color-mix(in srgb, var(--profile-sector-color) 44%, #7f8e95); font: 750 8px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.boarding-pass__identity strong { overflow: hidden; color: #f0f5f6; font: 800 12px/1.25 var(--mono); letter-spacing: .045em; text-overflow: ellipsis; white-space: nowrap; }
.boarding-pass__route { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 14px 0 16px; padding: 14px 0; border-top: 1px solid color-mix(in srgb, var(--profile-sector-color) 18%, var(--line)); border-bottom: 1px solid color-mix(in srgb, var(--profile-sector-color) 18%, var(--line)); }
.boarding-pass__route div { display: grid; gap: 2px; }
.boarding-pass__route small, .boarding-pass__route span { color: #78878e; font: 700 8px/1.35 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.boarding-pass__route strong { color: #f5f7f8; font: 800 21px/1.2 var(--mono); letter-spacing: .07em; }
.boarding-pass__route div:last-child { padding-left: 18px; border-left: 1px solid color-mix(in srgb, var(--profile-sector-color) 18%, var(--line)); }
.seat-profile-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; }
.seat-profile-facts > div { min-width: 0; }
.seat-profile-facts dt, .seat-profile-facts dd { margin: 0; }
.seat-profile-facts dt { margin-bottom: 5px; color: color-mix(in srgb, var(--profile-sector-color) 45%, #8b989f); font: 700 8px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.seat-profile-facts dd { overflow: hidden; color: #e4edf1; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; }
.boarding-pass__stub { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: 28px; border-left: 1px dashed color-mix(in srgb, var(--profile-sector-color) 47%, #25343b); background: linear-gradient(180deg, color-mix(in srgb, var(--profile-sector-color) 12%, #0c1519), #071015); text-align: center; }
.boarding-pass__status { width: 100%; display: grid; gap: 4px; margin-bottom: 18px; font-family: var(--mono); }
.boarding-pass__status span { color: #e9f6f2; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.boarding-pass__status small { color: var(--profile-sector-color); font-size: 8px; letter-spacing: .12em; }
.boarding-pass__qr-frame { width: 214px; height: 214px; display: grid; place-items: center; padding: 11px; border: 1px solid color-mix(in srgb, var(--profile-sector-color) 72%, #fff); border-radius: 22px; background: #f7f4ed; box-shadow: 0 0 0 6px color-mix(in srgb, var(--profile-sector-color) 8%, transparent), 0 16px 40px rgba(0,0,0,.45), 0 0 28px color-mix(in srgb, var(--profile-sector-color) 18%, transparent); }
.boarding-pass__qr { width: 190px; height: 190px; overflow: hidden; border-radius: 13px; background: #f7f4ed; }
.boarding-pass__qr canvas, .boarding-pass__qr svg { display: block; width: 190px !important; height: 190px !important; }
.boarding-pass__stub > p { margin: 15px 0 12px; color: #7f8e95; font: 700 8px/1.5 var(--mono); letter-spacing: .12em; }
.boarding-pass__stub > p strong { color: #f2f6f7; font-size: 11px; }
.boarding-pass__serial { color: color-mix(in srgb, var(--profile-sector-color) 54%, #77858b); font: 750 8px/1 var(--mono); letter-spacing: .14em; }
.seat-profile-actions { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 9px; margin-top: 12px; }
.seat-profile-action { min-height: 46px; padding: 0 18px; border: 1px solid #34474f; border-radius: 10px; background: rgba(11,19,24,.92); color: #d9e2e6; cursor: pointer; font: 760 10px/1 var(--mono); letter-spacing: .055em; text-transform: uppercase; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.seat-profile-action:hover:not(:disabled) { transform: translateY(-1px); border-color: color-mix(in srgb, var(--profile-sector-color) 65%, #58717c); background: color-mix(in srgb, var(--profile-sector-color) 9%, #0b1318); }
.seat-profile-action--primary { border-color: color-mix(in srgb, var(--profile-sector-color) 82%, #fff); background: var(--profile-sector-color); color: #071015; box-shadow: 0 10px 30px color-mix(in srgb, var(--profile-sector-color) 20%, transparent); }
.seat-profile-action--primary:hover:not(:disabled) { background: color-mix(in srgb, var(--profile-sector-color) 86%, white); box-shadow: 0 13px 36px color-mix(in srgb, var(--profile-sector-color) 30%, transparent); }
.seat-profile-action:disabled { cursor: wait; opacity: .42; }
.seat-profile-socials { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; margin-top: 10px; padding: 10px 12px; border: 1px solid color-mix(in srgb, var(--profile-sector-color) 22%, #273840); border-radius: 12px; background: rgba(6,13,17,.78); }
.seat-profile-socials > span { color: color-mix(in srgb, var(--profile-sector-color) 48%, #8d9ca3); font: 760 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.seat-profile-socials > div { min-width: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
.social-share { --social-color: var(--profile-sector-color); min-width: 0; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 9px; border: 1px solid color-mix(in srgb, var(--social-color) 42%, #34454d); border-radius: 8px; background: color-mix(in srgb, var(--social-color) 7%, #0a1216); color: #dce6ea; cursor: pointer; font: 740 8px/1 var(--mono); letter-spacing: .035em; transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.social-share i { width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 6px; background: var(--social-color); color: #fff; font: 800 13px/1 var(--sans); font-style: normal; box-shadow: 0 0 12px color-mix(in srgb, var(--social-color) 24%, transparent); }
.social-share:hover:not(:disabled) { transform: translateY(-2px); border-color: color-mix(in srgb, var(--social-color) 80%, #fff); background: color-mix(in srgb, var(--social-color) 14%, #0a1216); box-shadow: 0 8px 20px rgba(0,0,0,.25), 0 0 16px color-mix(in srgb, var(--social-color) 13%, transparent); }
.social-share:disabled { cursor: wait; opacity: .38; }
.social-share--facebook { --social-color: #1877f2; }
.social-share--instagram { --social-color: #d9468f; }
.social-share--whatsapp { --social-color: #22b85a; }
.social-share--telegram { --social-color: #279ed9; }
.social-share--x { --social-color: #83919a; }
.seat-profile-dialog.is-premium .seat-profile-socials { border-color: color-mix(in srgb, var(--profile-sector-color) 34%, #3a3324); background: rgba(12,13,12,.82); }
@media (max-width: 760px) {
  .seat-profile-socials { grid-template-columns: 1fr; }
  .seat-profile-socials > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-share:last-child { grid-column: 1 / -1; }
}
.seat-profile-privacy { margin: 12px 5px 1px !important; color: #75838a; font-size: 9px; line-height: 1.5; }

.seat-profile-dialog.is-premium { background: radial-gradient(circle at 78% 3%, rgba(223,187,103,.19), transparent 31%), linear-gradient(145deg, #0b0c0d, #050708 72%); box-shadow: 0 35px 120px rgba(0,0,0,.92), 0 0 72px rgba(215,180,106,.18), inset 0 1px 0 rgba(255,241,205,.12); }
.seat-profile-dialog.is-premium .boarding-pass { border-color: color-mix(in srgb, var(--profile-sector-color) 78%, #4b4029); background: linear-gradient(138deg, #11110f, #090b0c 62%); box-shadow: 0 28px 75px rgba(0,0,0,.62), 0 0 42px color-mix(in srgb, var(--profile-sector-color) 14%, transparent), inset 0 1px 0 rgba(255,243,213,.1); }
.seat-profile-dialog.is-premium .boarding-pass__main { background: radial-gradient(circle at 70% 38%, color-mix(in srgb, var(--profile-sector-color) 8%, transparent), transparent 42%); }
.seat-profile-dialog.is-premium .seat-profile-orbit { opacity: .26; filter: sepia(.18) saturate(.68) contrast(1.08) drop-shadow(0 0 24px rgba(214,177,92,.2)); }
.seat-profile-dialog.is-premium .boarding-pass__premium-seat, .seat-profile-dialog.is-premium .boarding-pass__brand-mark img { display: block; }
.seat-profile-dialog.is-premium .sector-kicker { display: none; }
.seat-profile-dialog.is-premium h2 { margin-top: 0; color: #fffaf0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.025em; text-shadow: 0 0 34px color-mix(in srgb, var(--profile-sector-color) 16%, transparent); }
.seat-profile-dialog.is-premium .boarding-pass__brand { border-bottom-color: color-mix(in srgb, var(--profile-sector-color) 36%, #302b20); }
.seat-profile-dialog.is-premium .boarding-pass__identity { border-color: color-mix(in srgb, var(--profile-sector-color) 46%, #393224); background: color-mix(in srgb, var(--profile-sector-color) 26%, #393224); box-shadow: inset 0 1px 0 rgba(255,244,215,.05); }
.seat-profile-dialog.is-premium .boarding-pass__identity div { background: linear-gradient(145deg, color-mix(in srgb, var(--profile-sector-color) 9%, #11120f), #0b0d0d); }
.seat-profile-dialog.is-premium .boarding-pass__identity strong { color: #fff4d8; }
.seat-profile-dialog.is-premium .boarding-pass__route strong { color: #fff6df; }
.seat-profile-dialog.is-premium .boarding-pass__stub { border-left-color: color-mix(in srgb, var(--profile-sector-color) 62%, #4b4029); background: linear-gradient(180deg, color-mix(in srgb, var(--profile-sector-color) 14%, #11120f), #080a0a 74%); }
.seat-profile-dialog.is-premium .boarding-pass__qr-frame { border-color: var(--profile-sector-color); background: #fffaf0; box-shadow: 0 0 0 6px color-mix(in srgb, var(--profile-sector-color) 11%, transparent), 0 18px 45px rgba(0,0,0,.52), 0 0 34px color-mix(in srgb, var(--profile-sector-color) 25%, transparent); }
.seat-profile-dialog.is-premium .seat-profile-action--primary { background: linear-gradient(135deg, #f3dc9d, var(--profile-sector-color)); color: #151108; text-shadow: 0 1px rgba(255,255,255,.3); }
.seat-profile-dialog.is-premium[data-premium-tier="captain"] .boarding-pass__premium-badge { letter-spacing: .16em; }
.seat-profile-dialog.is-premium[data-premium-tier="captain"] .boarding-pass__premium-seat { opacity: .27; filter: saturate(.82) contrast(1.1) hue-rotate(6deg); }
.seat-profile-dialog.is-premium[data-premium-tier="vip"] .boarding-pass__premium-seat { opacity: .29; filter: saturate(.9) contrast(1.08); }
.seat-profile-dialog.is-premium[data-premium-tier="main"] .boarding-pass { box-shadow: 0 28px 75px rgba(0,0,0,.64), 0 0 55px rgba(244,217,143,.22), inset 0 1px 0 rgba(255,248,224,.16); }
.seat-profile-dialog.is-premium[data-premium-tier="main"] .boarding-pass__premium-badge { border-color: #f4d98f; background: rgba(244,217,143,.12); }
.seat-profile-dialog.is-premium[data-premium-tier="main"] .boarding-pass__premium-seat { opacity: .34; filter: saturate(.9) contrast(1.12); }

@media (max-width: 1220px) {
  .selection-view { grid-template-columns: 250px minmax(350px, 430px) minmax(380px, 460px); gap: 16px; padding-inline: 18px; }
  .sector-card { grid-template-columns: 42px 1fr; }
  .sector-card__number { width: 40px; height: 40px; }
  .sector-card__availability { grid-column: 2; font-size: 10px; }
  .rocket-stage { --rocket-top: 4px; }
  .rocket-flight { height: min(76vh, 760px); }
}

@media (max-height: 800px) and (min-width: 701px) {
  .customization-view { padding-top: 20px; padding-bottom: 12px; }
  .detail-topline { margin-bottom: 12px; }
  .seat-preview { min-height: 520px; }
  .customization-form { padding: 24px 32px; }
  .call-sign-panel { margin: 18px 0 14px; padding: 16px; }
  .call-sign-field input { height: 50px; }
  .personalization-note { margin-bottom: 16px; }
  .skip-review-button { min-height: 44px; }
  .reservation-clock { margin-top: 8px; }
}

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .mission-title { display: none; }
  .connect-area > span { display: none; }
  .selection-view, .selection-view.is-closed { grid-template-columns: minmax(250px, .8fr) minmax(370px, 1.2fr); max-width: 860px; }
  .mission-panel { grid-column: 1 / -1; width: min(600px, 100%); max-height: none; margin-top: 0; overflow: visible; justify-self: center; scroll-margin-top: 10px; }
  .panel-scroll-body { flex: none; overflow: visible; overscroll-behavior: auto; touch-action: pan-y; padding-right: 0; }
  .panel-action-dock { position: sticky; bottom: max(0px, env(safe-area-inset-bottom)); border-radius: 0 0 8px 8px; }
  .sector-hotspot::after { display: none; }
  .mission-progress { grid-template-columns: minmax(170px, .72fr) minmax(350px, 2fr); margin-top: auto; }
  .mission-progress__destination { display: none; }
  .crypto-choice { grid-template-columns: repeat(3, minmax(112px, 1fr)); }
  .mission-guide { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .topbar { min-height: 58px; padding: 9px 14px; }
  .brand { font-size: 15px; }
  .connect-button { min-width: 88px; height: 38px; padding: 0 12px; }
  .selection-view, .selection-view.is-closed { display: flex; flex-direction: column; min-height: auto; padding: 12px 12px 0; }
  .selection-view, .selection-view.is-closed { top: 0; }
  .sector-navigation { width: 100%; order: 2; }
  .sector-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .sector-card { min-height: 54px; grid-template-columns: 38px 1fr; gap: 7px; padding: 6px; }
  .sector-card::after, .sector-card__availability { display: none; }
  .sector-card__number { width: 36px; height: 36px; font-size: 12px; }
  .sector-card strong { font-size: 10px; letter-spacing: .04em; }
  .rocket-stage { --rocket-top: 0px; width: 100%; min-height: 620px; order: 1; }
  .rocket-flight { height: 530px; }
  .space-object--relay-one { width: 130px; }
  .space-object--relay-two { width: 90px; }
  .mission-panel { order: 3; width: 100%; padding: 17px 14px; scroll-margin-top: 8px; }
  .panel-header h1 { font-size: 31px; }
  .sector-stats strong { font-size: 19px; }
  .seat-map-shell { padding-inline: 10px; }
  .seat-row-control { grid-template-columns: auto 54px; }
  .seat-row-control span { display: none; }
  .seat-column-labels, .seat-row { gap: 3px; grid-template-columns: 24px repeat(3, minmax(0, 1fr)) 8px repeat(4, minmax(0, 1fr)) 8px repeat(3, minmax(0, 1fr)); }
  .seat-button { width: 100%; min-width: 0; min-height: 30px; }
  .seat-map { max-height: 252px; }
  .crown-seat-row { grid-template-columns: 54px minmax(0, 1fr); }
  .crown-seat--main { width: 46px; min-width: 46px; }
  .crown-seat--captain { width: 35px; min-width: 35px; }
  .crown-seat--vip { width: 28px; min-width: 28px; }
  .crown-seat-track--captain { gap: clamp(54px, 20vw, 78px); }
  .crown-seat-track--vip { gap: clamp(8px, 3vw, 14px); }
  .panel-action-dock { margin-inline: -2px; }
  .mission-progress { min-height: 126px; grid-template-columns: 1fr; gap: 18px; padding: 15px 18px 13px; }
  .mission-progress__status { display: flex; align-items: end; justify-content: space-between; gap: 15px; }
  .mission-progress__status p { margin: 0; font-size: 11px; }
  .mission-progress__status p strong { font-size: 20px; }
  .mission-progress__track { margin-inline: 20px; }
  .mission-progress__rocket { width: 72px; }
  .mission-progress__milestones { font-size: 8px; }
  .crypto-choice { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .customization-view, .review-view, .payment-status-view { padding: 20px 12px; }
  .detail-topline { align-items: flex-start; }
  .stepper { gap: 8px; font-size: 8px; }
  .customization-layout, .review-layout { grid-template-columns: 1fr; }
  .seat-preview { min-height: 480px; }
  .customization-form { padding: 18px 14px; }
  .review-copy { padding-top: 0; }
  .seat-profile-dialog { width: min(96vw, 460px); max-height: 94vh; padding: 10px; border-radius: 18px; }
  .seat-profile-dialog .dialog-cross { position: fixed; top: max(14px, env(safe-area-inset-top)); right: 5vw; }
  .boarding-pass { grid-template-columns: 1fr; border-radius: 13px; }
  .boarding-pass__main { min-height: auto; padding: 22px 20px 20px; }
  .boarding-pass__brand { padding-right: 38px; }
  .boarding-pass__brand small { display: none; }
  .seat-profile-dialog .sector-kicker { margin-top: 34px; }
  .seat-profile-dialog h2 { max-width: 80%; font-size: clamp(30px, 10vw, 44px); }
  .seat-profile-orbit { right: -86px; top: -76px; width: 240px; height: 240px; opacity: .5; }
  .boarding-pass__route { margin-top: 26px; }
  .boarding-pass__identity { grid-template-columns: 1fr 1fr; }
  .boarding-pass__identity div:last-child { grid-column: 1 / -1; }
  .boarding-pass__identity strong { font-size: 11px; }
  .seat-profile-dialog.is-premium .boarding-pass__premium-badge { margin-top: 28px; }
  .seat-profile-dialog.is-premium .boarding-pass__premium-seat { right: -74px; bottom: -28px; width: 310px; height: 310px; opacity: .14; }
  .seat-profile-dialog.is-premium .boarding-pass__route { margin-top: 14px; }
  .seat-profile-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .boarding-pass__stub { padding: 24px 20px; border-top: 1px dashed color-mix(in srgb, var(--profile-sector-color) 47%, #25343b); border-left: 0; }
  .boarding-pass__status { margin-bottom: 14px; }
  .boarding-pass__qr-frame { width: 204px; height: 204px; }
  .seat-profile-actions { grid-template-columns: 1fr 1fr; }
  .seat-profile-action--primary { position: fixed; z-index: 5; left: 50%; bottom: max(14px, env(safe-area-inset-bottom)); width: min(calc(96vw - 32px), 428px); transform: translateX(-50%); box-shadow: 0 -18px 40px #050b0f, 0 13px 36px color-mix(in srgb, var(--profile-sector-color) 30%, transparent); }
  .seat-profile-action--primary:hover:not(:disabled) { transform: translateX(-50%) translateY(-1px); }
  .seat-profile-action { min-height: 44px; padding-inline: 8px; font-size: 9px; }
  .seat-profile-privacy { padding-inline: 4px; }
  .mission-guide { width: calc(100% - 24px); gap: 24px; margin-top: 32px; margin-bottom: 36px; padding: 24px 18px; border-radius: 12px; }
  .mission-guide h1 { font-size: 36px; }
  .mission-guide__facts { grid-template-columns: 1fr 1fr; }
  .mission-guide__facts div { min-height: 80px; padding: 12px; }
  .mission-guide__facts dd { font-size: 15px; }
}

@media print {
  @page { size: landscape; margin: 12mm; }
  body > *:not(.seat-profile-dialog) { display: none !important; }
  .seat-profile-dialog[open] { position: static; width: 100%; max-width: none; max-height: none; display: block; margin: 0; padding: 0; overflow: visible; border: 0; background: #050b0f; box-shadow: none; color-adjust: exact; print-color-adjust: exact; }
  .seat-profile-dialog::backdrop, .seat-profile-dialog .dialog-cross, .seat-profile-actions, .seat-profile-socials, .seat-profile-privacy { display: none; }
  .boarding-pass { break-inside: avoid; box-shadow: none; }
}

@media (hover: none) and (pointer: coarse) {
  html { scroll-behavior: smooth; }
  body { touch-action: pan-y; }
  .mission-panel, .panel-scroll-body { touch-action: pan-y; }
  .sector-card, .sector-hotspot, .seat-button, .quick-buy-trigger, .panel-close, .primary-button, .secondary-button, .back-button { -webkit-tap-highlight-color: transparent; }
  .seat-button:hover:not(:disabled) { transform: none; }
  .seat-button.is-selected:hover:not(:disabled) { transform: translateY(-1px) scale(1.06); }
}

@media (orientation: landscape) and (max-height: 650px) and (max-width: 1100px) {
  .selection-view, .selection-view.is-closed { align-items: start; padding-top: 10px; }
  .rocket-stage { --rocket-top: -2px; }
  .mission-panel { scroll-margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .space-object { display: none; }
  .rocket-stage { --rocket-tilt-x: 0deg !important; --rocket-tilt-y: 0deg !important; }
  .warp-field, .exhaust-sparks, .exhaust-smoke { display: none; }
  .exhaust-flame { filter: none; }
}
