@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "BI Display SC";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/noto-sans-sc-brand-titles.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --ink: #07162c;
  --ink-2: #0c2144;
  --panel: #102a53;
  --paper: #f6f3eb;
  --paper-2: #ebe8de;
  --text: #f9f8f2;
  --muted: #9fb0c9;
  --cyan: #55e8ff;
  --lime: #d8ff67;
  --pink: #ff7bd5;
  --purple: #a68cff;
  --coral: #ff806e;
  --green: #65f1b7;
  --orange: #ffbd69;
  --line: rgba(200, 224, 255, 0.16);
  --shadow: 0 28px 80px rgba(0, 5, 20, 0.44);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --safe-top: max(18px, env(safe-area-inset-top));
  --safe-bottom: max(22px, env(safe-area-inset-bottom));
  --font-ui: "Inter", "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, sans-serif;
  --font-display-sc: "BI Display SC", "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --font-label: "Inter", Arial, sans-serif;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-responsive: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--font-ui);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 18%, rgba(85, 232, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 86% 62%, rgba(255, 123, 213, 0.12), transparent 32rem),
    #030c1c;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
  touch-action: manipulation;
}

button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.ambient::after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.ambient-one {
  top: -15rem;
  left: calc(50% - 38rem);
  transform: rotate(22deg);
}

.ambient-one::after {
  right: 3rem;
  bottom: 4rem;
}

.ambient-two {
  right: calc(50% - 40rem);
  bottom: -14rem;
  border-color: rgba(255, 123, 213, 0.08);
}

.ambient-two::after {
  top: 4rem;
  left: 3rem;
  background: var(--pink);
  box-shadow: 0 0 18px var(--pink);
}

.app-shell {
  position: relative;
  width: min(100%, 500px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: clip;
  background-color: var(--ink);
  background-image:
    linear-gradient(180deg, rgba(3, 9, 26, 0.22) 0%, rgba(7, 22, 44, 0.34) 31rem, rgba(7, 22, 44, 0.96) 46rem, var(--ink) 58rem),
    url("assets/paopao-island-stage-premium.webp"),
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-position: top center, top center, 0 0, 0 0;
  background-size: 100% 58rem, 100% auto, 32px 32px, 32px 32px;
  box-shadow: var(--shadow);
}

.app-shell::before {
  position: absolute;
  z-index: 0;
  top: 3.5rem;
  right: -6rem;
  width: 15rem;
  height: 15rem;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(85, 232, 255, 0.22), rgba(50, 82, 160, 0.08) 45%, transparent 70%);
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: var(--safe-top) 22px 12px;
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 0;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: 38px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand strong {
  font-family: var(--font-display-sc);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.brand small {
  margin-top: 5px;
  color: var(--cyan);
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.demo-pill {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  color: #c9d4e6;
  font-size: 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(7, 22, 44, 0.64);
  backdrop-filter: blur(12px);
}

.demo-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 10px rgba(255, 189, 105, 0.8);
}

.view {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
  transform-origin: top center;
  animation: view-in 0.56s var(--ease-premium) both;
}

.view.skip-enter,
.setup-step.skip-enter {
  opacity: 1;
  transform: none;
  animation: none !important;
}

.intro-view.skip-enter .intro-meta,
.intro-view.skip-enter .intro-kicker,
.intro-view.skip-enter .intro-cn,
.intro-view.skip-enter .intro-copy h1 small,
.intro-view.skip-enter .neon-tape,
.intro-view.skip-enter .stage-cloud,
.intro-view.skip-enter .intro-action {
  opacity: 1;
  transform: none;
  animation: none !important;
}

@keyframes view-in {
  from { opacity: 0; transform: translate3d(0, 16px, 0) scale(0.995); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

body.is-transitioning {
  overflow: hidden;
  touch-action: none;
}

.bubble-transition {
  --bubble-x: 50vw;
  --bubble-y: 50vh;
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: hidden;
  pointer-events: auto;
  touch-action: none;
  contain: layout paint style;
  isolation: isolate;
}

.bubble-transition__core,
.bubble-transition__ring,
.bubble-transition__drop {
  position: absolute;
  left: var(--bubble-x);
  top: var(--bubble-y);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.02);
  will-change: transform, opacity;
}

.bubble-transition__core {
  z-index: 1;
  width: 48vmax;
  aspect-ratio: 1;
  opacity: 0;
  background:
    radial-gradient(circle at 31% 24%, rgba(255, 255, 255, 0.16) 0 1.5%, rgba(255, 255, 255, 0.05) 2% 7%, transparent 13%),
    radial-gradient(circle at 42% 34%, #176c3f 0%, #0b4a2b 42%, #05341e 74%, #032416 100%);
}

.bubble-transition__video {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0) scale(1.015);
  will-change: opacity, transform;
}

.bubble-transition__ring {
  z-index: 3;
  width: 38vmax;
  aspect-ratio: 1;
  opacity: 0;
  border: 1px solid rgba(85, 232, 255, 0.22);
}

.bubble-transition__drop {
  z-index: 3;
  display: block;
  left: var(--drop-left);
  top: var(--drop-top);
  width: var(--drop-size);
  aspect-ratio: 1;
  opacity: 0;
  border: 1px solid var(--drop-edge);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.46) 0 6%, transparent 9%),
    radial-gradient(circle at 68% 72%, var(--drop-tint), rgba(9, 27, 56, 0.28) 68%);
  box-shadow: inset 3px 3px 9px rgba(255, 255, 255, 0.07);
}

.bubble-transition .drop-a {
  --drop-left: 21%;
  --drop-top: 40%;
  --drop-size: 18px;
  --drop-x: 6px;
  --drop-y: -13px;
  --drop-delay: 0.24s;
  --drop-duration: 0.64s;
  --drop-edge: rgba(85, 232, 255, 0.26);
  --drop-tint: rgba(85, 232, 255, 0.12);
}

.bubble-transition .drop-b {
  --drop-left: 78%;
  --drop-top: 34%;
  --drop-size: 30px;
  --drop-x: -6px;
  --drop-y: -16px;
  --drop-delay: 0.3s;
  --drop-duration: 0.58s;
  --drop-edge: rgba(255, 123, 213, 0.24);
  --drop-tint: rgba(255, 123, 213, 0.11);
}

.bubble-transition .drop-c {
  --drop-left: 67%;
  --drop-top: 72%;
  --drop-size: 23px;
  --drop-x: 5px;
  --drop-y: -12px;
  --drop-delay: 0.36s;
  --drop-duration: 0.52s;
  --drop-edge: rgba(216, 255, 103, 0.22);
  --drop-tint: rgba(216, 255, 103, 0.1);
}

.bubble-transition .drop-d { display: none; }

.bubble-transition.has-video .bubble-transition__drop {
  display: none;
}

.bubble-transition > strong {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-inline: 24px;
  color: #f8fbff;
  font-family: var(--font-ui);
  font-size: inherit;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  place-items: center;
  text-align: center;
}

.bubble-transition__brand-mark {
  display: block;
  width: auto;
  height: clamp(72px, 21vw, 86px);
  object-fit: contain;
}

.bubble-transition > strong > span {
  display: block;
  font-family: var(--font-display-sc);
  font-size: clamp(52px, 16vw, 70px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 30px rgba(0, 5, 22, 0.34);
}

.bubble-transition > strong > span::after {
  display: block;
  width: 48px;
  height: 3px;
  margin: 13px auto 0;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--cyan), var(--lime));
  opacity: 0.88;
}

.bubble-transition > strong small {
  display: block;
  max-width: calc(100vw - 48px);
  color: rgba(220, 232, 247, 0.86);
  font-family: var(--font-ui);
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.045em;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 5, 22, 0.46);
  text-wrap: balance;
}

.bubble-transition.is-covering .bubble-transition__core {
  animation: bubble-cover 0.46s cubic-bezier(0.24, 0.72, 0.28, 1) both;
}

.bubble-transition.is-covering .bubble-transition__ring {
  animation: bubble-ring-cover 0.46s cubic-bezier(0.24, 0.72, 0.28, 1) both;
}

.bubble-transition.is-covering > strong {
  animation: bubble-brand-cover 0.46s ease-out both;
}

.bubble-transition.has-video.is-covering .bubble-transition__video {
  animation: bubble-video-cover 0.5s ease-out 0.18s both;
}

.bubble-transition.is-covering .bubble-transition__drop {
  animation: bubble-drop-float var(--drop-duration) ease-in-out var(--drop-delay) both;
}

.bubble-transition.is-revealing .bubble-transition__core {
  animation: bubble-release 0.28s ease-out both;
}

.bubble-transition.is-revealing .bubble-transition__ring {
  animation: bubble-ring-release 0.28s ease-out both;
}

.bubble-transition.is-revealing > strong {
  animation: bubble-brand-release 0.24s ease-in both;
}

.bubble-transition.has-video.is-revealing .bubble-transition__video {
  animation: bubble-video-release 0.28s ease-out both;
}

.bubble-transition.is-revealing .bubble-transition__drop {
  animation: bubble-drop-release 0.22s ease-out both;
}

@keyframes bubble-cover {
  0% { opacity: 0.22; transform: translate3d(-50%, -50%, 0) scale(0.04); }
  100% { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(4.8); }
}

@keyframes bubble-ring-cover {
  0% { opacity: 0.22; transform: translate3d(-50%, -50%, 0) scale(0.08); }
  100% { opacity: 0.05; transform: translate3d(-50%, -50%, 0) scale(4.7); }
}

@keyframes bubble-brand-cover {
  0%, 54% { opacity: 0; transform: translate3d(0, 4px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes bubble-video-cover {
  from { opacity: 0; transform: translate3d(0, 7px, 0) scale(1.03); }
  to { opacity: 0.84; transform: translate3d(0, 0, 0) scale(1.015); }
}

@keyframes bubble-drop-float {
  0%, 12% {
    opacity: 0;
    transform: translate3d(-50%, calc(-50% + 8px), 0) scale(0.88);
  }
  52% {
    opacity: 0.28;
  }
  100% {
    opacity: 0.2;
    transform: translate3d(calc(-50% + var(--drop-x)), calc(-50% + var(--drop-y)), 0) scale(1);
  }
}

@keyframes bubble-release {
  from { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(4.8); }
  to { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(5); }
}

@keyframes bubble-ring-release {
  from { opacity: 0.12; transform: translate3d(-50%, -50%, 0) scale(4.7); }
  to { opacity: 0; transform: translate3d(-50%, -50%, 0) scale(4.9); }
}

@keyframes bubble-brand-release {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes bubble-video-release {
  from { opacity: 0.84; transform: translate3d(0, 0, 0) scale(1.015); }
  to { opacity: 0; transform: translate3d(0, -5px, 0) scale(1.02); }
}

@keyframes bubble-drop-release {
  from {
    opacity: 0.2;
    transform: translate3d(calc(-50% + var(--drop-x)), calc(-50% + var(--drop-y)), 0) scale(1);
  }
  to {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--drop-x)), calc(-50% + var(--drop-y) - 5px), 0) scale(1.04);
  }
}

.intro-view {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - 74px);
  padding: 18px 22px max(30px, env(safe-area-inset-bottom));
}

.intro-view::before {
  position: absolute;
  z-index: -2;
  inset: -92px 0 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 8, 24, 0.04), rgba(5, 15, 38, 0.28) 42%, rgba(7, 22, 44, 0.96) 92%),
    linear-gradient(90deg, rgba(4, 12, 32, 0.28), transparent 55%, rgba(4, 12, 32, 0.22));
  pointer-events: none;
}

.intro-view::after {
  position: absolute;
  z-index: -1;
  inset: -74px 0 0;
  content: "";
  opacity: 0.18;
  background: repeating-linear-gradient(180deg, transparent 0 4px, rgba(126, 224, 255, 0.13) 5px, transparent 6px);
  mask-image: linear-gradient(to bottom, #000, transparent 68%);
  pointer-events: none;
}

.intro-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  color: #c7d7ec;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.intro-brand-lockup {
  display: grid;
  width: clamp(122px, 37vw, 160px);
  padding: 7px 9px;
  line-height: 0;
  border-radius: 17px;
  background: rgba(7, 22, 44, 0.88);
  box-shadow: 0 12px 30px rgba(0, 4, 18, 0.22);
}

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

.intro-meta span:last-child {
  color: var(--lime);
}

.intro-copy {
  margin-top: clamp(30px, 6vh, 56px);
}

.intro-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 12px rgba(0, 6, 22, 0.8);
}

.intro-copy h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display-sc);
  font-size: clamp(64px, 19vw, 90px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
  text-shadow: none;
  font-synthesis: none;
}

.intro-copy h1 > span,
.intro-copy h1 small {
  display: block;
}

.intro-copy h1 small {
  margin-top: 14px;
  color: var(--cyan);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.12em;
}

.intro-copy > p:last-child {
  margin: 20px 0 0;
  color: #d7e2f0;
  font-size: 13px;
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0, 5, 20, 0.9);
}

.signal-pass {
  position: relative;
  margin-top: 28px;
  padding: 15px 16px 13px;
  overflow: hidden;
  border: 1px solid rgba(115, 226, 255, 0.32);
  border-radius: 21px;
  background:
    linear-gradient(135deg, rgba(15, 48, 91, 0.86), rgba(8, 27, 57, 0.72)),
    rgba(7, 22, 44, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07), 0 18px 40px rgba(0, 3, 16, 0.3);
  backdrop-filter: blur(15px) saturate(1.25);
}

.signal-pass::before,
.signal-pass::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid rgba(115, 226, 255, 0.3);
  border-radius: 50%;
  background: #07162c;
  transform: translateY(-50%);
}

.signal-pass::before { left: -10px; }
.signal-pass::after { right: -10px; }

.pass-topline,
.pass-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #8ea6c6;
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.pass-topline span:first-child {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #d9e9f6;
}

.pass-topline i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(216, 255, 103, 0.8);
  animation: signal-pulse 1.8s ease-in-out infinite;
}

@keyframes signal-pulse {
  50% { opacity: 0.42; transform: scale(0.72); }
}

.signal-route {
  margin: 2px -2px 0;
}

.signal-route svg {
  display: block;
  width: 100%;
  overflow: visible;
}

.signal-track,
.signal-progress {
  fill: none;
  stroke-linecap: round;
}

.signal-track {
  stroke: rgba(125, 161, 202, 0.28);
  stroke-width: 5;
}

.signal-progress {
  stroke: url(#none);
  stroke: var(--cyan);
  stroke-width: 2.2;
  stroke-dasharray: 8 8;
  filter: drop-shadow(0 0 5px rgba(85, 232, 255, 0.74));
  animation: signal-draw 4s linear infinite;
}

@keyframes signal-draw {
  to { stroke-dashoffset: -32; }
}

.signal-node circle:first-child {
  fill: #102b55;
  stroke: var(--node-color, var(--cyan));
  stroke-width: 2;
}

.signal-node circle:last-child {
  fill: var(--node-color, var(--cyan));
}

.signal-node path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 2;
  stroke-linecap: round;
}

.node-one { --node-color: var(--lime); }
.node-two { --node-color: var(--pink); }
.node-three { --node-color: var(--cyan); }

.signal-route text {
  fill: #a8bdd8;
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-anchor: middle;
}

.pass-caption {
  padding-top: 10px;
  border-top: 1px dashed rgba(143, 177, 215, 0.22);
}

.pass-caption span:last-child {
  color: var(--lime);
}

.intro-action {
  margin-top: auto;
  padding-top: 24px;
}

.intro-enter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  padding: 9px 10px 9px 18px;
  color: var(--ink);
  text-align: left;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(100deg, var(--lime), #edffad);
  box-shadow: 0 15px 38px rgba(216, 255, 103, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.intro-enter:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(216, 255, 103, 0.28);
}

.intro-enter span,
.intro-enter small {
  display: block;
}

.intro-enter span {
  font-size: 14px;
  font-weight: 900;
}

.intro-enter small {
  margin-bottom: 4px;
  color: #4d6030;
  font-family: Inter, Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 0.22em;
}

.intro-enter b {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 19px;
  border-radius: 15px;
  background: var(--ink);
  place-items: center;
}

.intro-action > p {
  margin: 12px 0 0;
  color: #8095b2;
  font-size: 9px;
  text-align: center;
}

/* Trend-led splash: editorial type, floating stage stickers and one clear CTA. */
.intro-active .app-shell {
  background-size: 100% 58rem, cover, 32px 32px, 32px 32px;
  background-position: top center, center top, 0 0, 0 0;
}

.intro-active .site-footer {
  display: none;
}

.intro-active .demo-pill {
  color: var(--ink);
  border-color: rgba(216, 255, 103, 0.7);
  background: var(--lime);
  box-shadow: 4px 4px 0 rgba(255, 123, 213, 0.72);
  transform: rotate(2deg);
}

.intro-active .demo-pill i {
  background: var(--pink);
  box-shadow: none;
}

.intro-view::before {
  background:
    radial-gradient(circle at 94% 42%, rgba(255, 123, 213, 0.28), transparent 26%),
    radial-gradient(circle at 7% 57%, rgba(85, 232, 255, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(3, 8, 24, 0.05), rgba(5, 15, 38, 0.2) 42%, rgba(7, 22, 44, 0.96) 96%);
}

.intro-meta {
  align-items: center;
  color: var(--lime);
  font-size: 10px;
}

.intro-sticker {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 9px;
  color: var(--ink);
  border-radius: 999px 12px 999px 12px;
  background: var(--pink);
  box-shadow: 3px 3px 0 var(--cyan);
  transform: rotate(-3deg);
}

.intro-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0;
  padding-block: clamp(30px, 5svh, 54px);
}

.intro-kicker {
  margin-bottom: 15px;
  color: #fff;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.intro-copy h1 {
  position: relative;
  overflow: visible;
  font-family: var(--font-display-sc);
  font-size: clamp(78px, 22vw, 104px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
  text-shadow: none;
  font-synthesis: none;
}

.intro-copy h1 .intro-cn {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  width: max-content;
  letter-spacing: 0;
}

.intro-copy h1 .intro-cn > span {
  display: block;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 0.7px #fff;
  paint-order: stroke fill;
  text-shadow:
    0 4px 0 rgba(4, 15, 38, 0.78),
    0 14px 34px rgba(0, 3, 15, 0.48);
  transform: rotate(-0.6deg);
}

.intro-copy h1 .intro-cn i {
  position: relative;
  display: block;
  color: var(--lime);
  font-weight: 900;
  font-style: normal;
  -webkit-text-stroke: 0.7px var(--lime);
  paint-order: stroke fill;
  text-shadow:
    4px 4px 0 var(--pink),
    -1px -1px 0 var(--ink),
    0 14px 34px rgba(0, 3, 15, 0.44);
  transform: translateY(-2px) rotate(2deg);
}

.intro-copy h1 small {
  display: inline-flex;
  width: max-content;
  margin: 18px 0 0 3px;
  padding: 8px 12px 7px;
  color: var(--ink);
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  border-radius: 5px 13px 5px 13px;
  background: var(--cyan);
  box-shadow: 5px 5px 0 var(--pink);
  transform: rotate(-2deg);
}

.intro-copy h1 small b {
  margin-left: 0.4em;
  font-weight: 900;
}

.neon-tape {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 22px 0 0;
  padding: 8px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 13px 5px 13px 5px;
  background: rgba(4, 15, 38, 0.66);
  box-shadow: inset 0 0 18px rgba(85, 232, 255, 0.08);
  backdrop-filter: blur(9px);
  transform: rotate(0.8deg);
}

.intro-sticker,
.intro-meta,
.intro-kicker,
.intro-copy h1 small,
.cloud-caption small,
.cloud-caption b,
.intro-enter small,
.brand small {
  font-family: var(--font-label);
}

.neon-tape,
.cloud-caption > span,
.intro-enter > span {
  font-family: var(--font-ui);
}

@keyframes intro-rise {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes intro-title-reveal {
  from { opacity: 0; transform: translate3d(0, 20px, 0) scale(0.965); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.intro-view.is-active .intro-meta {
  animation: intro-rise 0.52s var(--ease-premium) 0.04s both;
}

.intro-view.is-active .intro-kicker {
  animation: intro-rise 0.54s var(--ease-premium) 0.08s both;
}

.intro-view.is-active .intro-cn {
  animation: intro-title-reveal 0.68s var(--ease-responsive) 0.1s both;
}

.intro-view.is-active .intro-copy h1 small,
.intro-view.is-active .neon-tape {
  animation: intro-rise 0.58s var(--ease-premium) 0.18s both;
}

.intro-view.is-active .stage-cloud {
  animation: intro-rise 0.68s var(--ease-premium) 0.24s both;
}

.intro-view.is-active .intro-action {
  animation: intro-rise 0.68s var(--ease-premium) 0.31s both;
}

.neon-tape i {
  color: var(--pink);
  font-style: normal;
}

.stage-cloud {
  position: relative;
  height: 184px;
  margin: 20px 0 0;
  overflow: hidden;
  border: 1px solid rgba(151, 181, 224, 0.17);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 123, 213, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(10, 27, 57, 0.74), rgba(5, 16, 38, 0.48));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 46px rgba(0, 6, 24, 0.17);
  backdrop-filter: blur(12px);
  contain: paint;
}

.stage-cloud::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  background-image: radial-gradient(circle, rgba(176, 202, 238, 0.52) 0 0.7px, transparent 0.8px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.stage-cloud::after {
  display: none;
}

.cloud-caption {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cloud-caption span {
  color: #edf4ff;
  font-size: 10px;
  font-weight: 800;
}

.cloud-caption span small {
  display: block;
  margin-bottom: 3px;
  color: #849ab8;
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.cloud-caption b {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #8fa4c1;
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  letter-spacing: 0.14em;
}

.cloud-caption b i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 8px rgba(216, 255, 103, 0.8);
}

.stage-cloud svg {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.cloud-track {
  fill: none;
  stroke: rgba(158, 185, 221, 0.2);
  stroke-width: 1.15;
  stroke-linecap: round;
}

.cloud-track-hot {
  stroke: url("#introRouteGradient");
  stroke-width: 1.8;
  stroke-dasharray: 4 10;
  filter: drop-shadow(0 0 4px rgba(85, 232, 255, 0.36));
  animation: signal-draw 8s linear infinite;
}

.stage-bubble {
  position: absolute;
  z-index: 3;
  display: grid;
  align-content: center;
  justify-items: center;
  color: #f4f8ff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(7, 22, 48, 0.9);
  box-shadow:
    0 0 0 7px rgba(148, 177, 218, 0.035),
    0 12px 28px rgba(0, 5, 22, 0.24);
}

.stage-bubble b,
.stage-bubble small {
  display: block;
}

.stage-bubble em {
  position: absolute;
  top: -5px;
  left: -2px;
  display: grid;
  width: 19px;
  height: 19px;
  color: #a4b6cf;
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: #0a1a37;
  box-shadow: 0 5px 13px rgba(0, 5, 22, 0.26);
  place-items: center;
}

.stage-bubble b {
  font-family: Inter, "Microsoft YaHei", sans-serif;
  font-size: 9px;
  font-weight: 950;
  line-height: 1.1;
}

.stage-bubble small {
  margin-top: 4px;
  color: #91a6c3;
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.bubble-seeu {
  top: 96px;
  left: 14px;
  width: 58px;
  height: 58px;
  border-color: rgba(216, 255, 103, 0.72);
  box-shadow:
    0 0 0 7px rgba(216, 255, 103, 0.04),
    0 12px 28px rgba(0, 5, 22, 0.24);
}

.bubble-taste {
  top: 74px;
  left: calc(50% - 36px);
  width: 72px;
  height: 72px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 191, 232, 0.96), transparent 25%),
    radial-gradient(circle at 62% 66%, rgba(159, 95, 238, 0.9), transparent 48%),
    #d356b4;
  box-shadow:
    0 0 0 4px rgba(216, 255, 103, 0.13),
    0 14px 34px rgba(255, 123, 213, 0.2);
}

.bubble-taste b {
  font-size: 10px;
}

.bubble-taste small {
  color: rgba(255, 255, 255, 0.74);
}

.bubble-twin {
  top: 94px;
  right: 13px;
  width: 62px;
  height: 62px;
  border-color: rgba(85, 232, 255, 0.72);
  box-shadow:
    0 0 0 7px rgba(85, 232, 255, 0.04),
    0 12px 28px rgba(0, 5, 22, 0.24);
}

@keyframes taste-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}

.cloud-spark {
  position: absolute;
  z-index: 2;
  color: var(--lime);
  font-size: 11px;
  opacity: 0.34;
  text-shadow: 0 0 8px currentColor;
}

.spark-one { top: 68px; left: 29%; }
.spark-two { right: 27%; bottom: 17px; color: var(--cyan); font-size: 17px; }

.intro-action {
  margin-top: 0;
  padding-top: 0;
}

.intro-enter {
  min-height: 82px;
  padding: 11px 11px 11px 21px;
  border-radius: 26px;
  background: linear-gradient(108deg, var(--lime), #efffae 67%, var(--cyan));
  box-shadow: 4px 5px 0 rgba(255, 123, 213, 0.78), 0 16px 42px rgba(216, 255, 103, 0.18);
  transform: none;
}

.intro-enter:hover {
  transform: translateY(-2px);
  box-shadow: 5px 6px 0 rgba(255, 123, 213, 0.82), 0 20px 48px rgba(216, 255, 103, 0.25);
}

.intro-enter span {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.intro-enter > span small {
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.intro-enter b {
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 50% 12px 50% 12px;
  transform: rotate(4deg);
}

.intro-enter b em {
  position: absolute;
  top: 5px;
  left: 7px;
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 5px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.intro-benefits {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  color: #c5d7eb;
  font-size: 8px;
  font-weight: 800;
}

.intro-benefits span:nth-child(1) { color: var(--pink); }
.intro-benefits span:nth-child(2) { color: var(--cyan); }
.intro-benefits span:nth-child(3) { color: var(--lime); }

.intro-action > p {
  margin-top: 9px;
  font-size: 8px;
}

.setup-view {
  padding: 8px 22px 48px;
}

.setup-view .hero {
  min-height: 276px;
  padding-top: 42px;
}

.setup-step {
  min-height: calc(100svh - 370px);
}

.setup-step.is-active {
  animation: setup-step-in 0.38s var(--ease-premium) both;
}

.setup-step-back {
  margin: 0 0 14px 2px;
}

@keyframes setup-step-in {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.hero {
  position: relative;
  min-height: 420px;
  padding-top: 96px;
}

.hero::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
  border-radius: 4px;
  background: linear-gradient(90deg, var(--pink) 0 35%, var(--cyan) 35% 68%, var(--lime) 68%);
}

.hero-orbit {
  display: none;
}

.hero-orbit svg {
  display: block;
  width: 100%;
  overflow: visible;
  fill: var(--ink);
  stroke: rgba(85, 232, 255, 0.58);
  stroke-width: 1.2;
  stroke-dasharray: 4 7;
}

.hero-orbit circle {
  fill: var(--lime);
  stroke: var(--ink);
  stroke-width: 5;
}

.planet {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.planet-a {
  top: 24px;
  right: 48px;
  width: 54px;
  height: 54px;
  background: radial-gradient(circle at 35% 28%, #ffd6f4, var(--pink) 28%, #6d3db8 68%, #1d255d 70%);
  box-shadow: 0 0 34px rgba(255, 123, 213, 0.28);
}

.planet-a::after {
  position: absolute;
  top: 22px;
  left: -15px;
  width: 84px;
  height: 17px;
  content: "";
  border: 3px solid rgba(85, 232, 255, 0.65);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.planet-b {
  right: 123px;
  bottom: 5px;
  width: 16px;
  height: 16px;
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(85, 232, 255, 0.58);
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1,
.result-hero h1 {
  margin: 0;
  font-size: clamp(38px, 11vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.065em;
}

.brand-page-title {
  font-family: var(--font-display-sc);
  font-weight: 900;
  font-synthesis: none;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.45px currentColor;
  text-shadow:
    0 4px 0 rgba(4, 15, 38, 0.72),
    0 14px 34px rgba(0, 3, 15, 0.46);
}

.hero h1 {
  font-size: clamp(64px, 18vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.08em;
  text-shadow: 0 8px 32px rgba(0, 3, 16, 0.7);
}

.hero h1.is-long-title.brand-page-title {
  font-size: clamp(44px, 14vw, 62px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero h1 .cn-title {
  display: block;
}

.hero h1 small {
  display: block;
  margin-top: 15px;
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.28em;
  text-shadow: 0 3px 16px rgba(0, 7, 24, 0.9);
}

.hero h1 em {
  position: relative;
  color: var(--lime);
  font-style: normal;
}

.hero h1.brand-page-title em {
  text-shadow:
    4px 4px 0 rgba(255, 123, 213, 0.76),
    0 14px 34px rgba(0, 3, 15, 0.42);
}

.hero-copy {
  max-width: 340px;
  margin: 22px 0 0;
  color: #d4deed;
  font-size: 14px;
  line-height: 1.75;
  text-shadow: 0 2px 12px rgba(0, 4, 18, 0.9);
}

.form-block {
  position: relative;
  min-width: 0;
  margin: 0 0 17px;
  padding: 22px 18px;
  border: 1px solid rgba(115, 196, 255, 0.22);
  border-radius: 34px 14px 34px 14px;
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 123, 213, 0.12), transparent 34%),
    linear-gradient(155deg, rgba(18, 48, 92, 0.9), rgba(10, 28, 58, 0.86));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 16px 44px rgba(0, 4, 17, 0.16);
}

.form-block:nth-of-type(even) {
  border-radius: 14px 34px 14px 34px;
  background:
    radial-gradient(circle at 5% 96%, rgba(85, 232, 255, 0.1), transparent 31%),
    linear-gradient(150deg, rgba(16, 44, 85, 0.92), rgba(8, 25, 53, 0.88));
}

.form-block legend {
  display: flex;
  gap: 10px;
  align-items: center;
  width: auto;
  padding: 0 8px 0 0;
  font-size: 16px;
  font-weight: 800;
}

.step-number {
  display: inline-grid;
  width: 31px;
  height: 31px;
  color: var(--ink);
  font-size: 11px;
  border-radius: 11px 50% 50% 11px;
  background: var(--lime);
  box-shadow: 3px 4px 0 rgba(255, 123, 213, 0.34);
  transform: rotate(-7deg);
  place-items: center;
}

.form-block:nth-of-type(even) .step-number {
  border-radius: 50% 11px 11px 50%;
  background: var(--pink);
  box-shadow: -3px 4px 0 rgba(85, 232, 255, 0.3);
  transform: rotate(6deg);
}

.field-help {
  margin: 10px 0 14px 41px;
  color: var(--muted);
  font-size: 12px;
}

.field-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 14px 41px;
}

.field-heading-row .field-help {
  margin: 0;
}

.selection-count {
  padding: 6px 9px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  border-radius: 12px 50% 50% 12px;
  background: var(--lime);
  box-shadow: 2px 3px 0 rgba(85, 232, 255, 0.25);
  transform: rotate(2deg);
}

.day-picker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 5px 2px 7px;
}

.day-option {
  --day-color: var(--cyan);
  --day-color-2: var(--lime);
  --day-tilt: -1.4deg;
  position: relative;
  min-height: 94px;
  padding: 17px 13px 13px;
  overflow: hidden;
  text-align: left;
  border: 1px solid color-mix(in srgb, var(--day-color), transparent 52%);
  border-radius: 29px 9px 29px 9px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--day-color) 17%, #07162c), rgba(5, 17, 38, 0.84));
  box-shadow: 6px 7px 0 color-mix(in srgb, var(--day-color), transparent 86%);
  transform: rotate(var(--day-tilt));
  cursor: pointer;
  transition: 0.2s ease;
}

.day-option:nth-child(2) {
  --day-color: var(--pink);
  --day-color-2: var(--purple);
  --day-tilt: 1.4deg;
  border-radius: 9px 29px 9px 29px;
  box-shadow: -6px 7px 0 rgba(166, 140, 255, 0.13);
}

.day-option:hover {
  transform: translateY(-3px) rotate(var(--day-tilt));
  border-color: var(--day-color);
}

.day-option[aria-pressed="true"] {
  color: var(--ink);
  border-color: var(--day-color);
  background: linear-gradient(135deg, var(--day-color), var(--day-color-2));
  box-shadow: 7px 9px 0 color-mix(in srgb, var(--day-color-2), transparent 72%), 0 12px 30px color-mix(in srgb, var(--day-color), transparent 78%);
  transform: translateY(-3px) rotate(var(--day-tilt));
}

.day-option::before {
  position: absolute;
  right: 8px;
  bottom: -14px;
  content: "03";
  color: var(--day-color);
  font-family: Inter, Arial, sans-serif;
  font-size: 60px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  opacity: 0.11;
  transform: rotate(-8deg);
}

.day-option:nth-child(2)::before {
  right: -1px;
  content: "04";
  transform: rotate(8deg);
}

.day-option[aria-pressed="true"]::before {
  color: var(--ink);
  opacity: 0.1;
}

.day-option::after {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.day-option[aria-pressed="true"]::after {
  border-color: var(--ink);
  background: radial-gradient(circle, var(--ink) 0 3px, transparent 4px);
}

.day-option strong,
.day-option small {
  position: relative;
  z-index: 1;
  display: block;
}

.day-option strong {
  font-size: 20px;
  line-height: 1.2;
}

.day-option small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.day-option[aria-pressed="true"] small {
  color: rgba(7, 22, 44, 0.72);
}

.taste-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  padding-left: 20px;
}

.taste-chip {
  --chip-color: var(--cyan);
  --chip-tilt: 0deg;
  position: relative;
  display: flex;
  width: 100%;
  gap: 0;
  align-items: center;
  min-width: 0;
  min-height: 60px;
  padding: 10px 9px 10px 31px;
  overflow: visible;
  color: #dce6f4;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid color-mix(in srgb, var(--chip-color), transparent 57%);
  border-radius: 26px 11px 26px 11px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--chip-color) 15%, #081a34), rgba(5, 17, 38, 0.78));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 3px 4px 0 color-mix(in srgb, var(--chip-color), transparent 90%);
  transform: rotate(var(--chip-tilt));
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.taste-chip:nth-child(1),
.taste-chip:nth-child(5) { flex-basis: 54%; --chip-tilt: -0.7deg; }
.taste-chip:nth-child(2),
.taste-chip:nth-child(6) { flex-basis: 40%; --chip-tilt: 0.7deg; border-radius: 11px 28px 11px 28px; }
.taste-chip:nth-child(3),
.taste-chip:nth-child(7) { flex-basis: 43%; --chip-tilt: 0.55deg; border-radius: 999px 18px 999px 18px; }
.taste-chip:nth-child(4),
.taste-chip:nth-child(8) { flex-basis: 51%; --chip-tilt: -0.55deg; border-radius: 18px 999px 18px 999px; }

.taste-chip:hover {
  transform: translateY(-3px) rotate(var(--chip-tilt));
  border-color: color-mix(in srgb, var(--chip-color), transparent 42%);
}

.taste-chip[aria-pressed="true"] {
  color: var(--ink);
  border-color: var(--chip-color);
  background: linear-gradient(135deg, color-mix(in srgb, var(--chip-color), #fff 14%), var(--chip-color));
  box-shadow: 5px 6px 0 color-mix(in srgb, var(--chip-color), transparent 70%), 0 10px 24px color-mix(in srgb, var(--chip-color), transparent 79%);
  transform: translateY(-2px) rotate(var(--chip-tilt));
}

.taste-chip > span:last-child {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.taste-chip-icon {
  position: absolute;
  z-index: 1;
  display: grid;
  top: 50%;
  left: -20px;
  width: 43px;
  height: 43px;
  color: var(--chip-color);
  filter: drop-shadow(3px 4px 0 rgba(2, 9, 24, 0.92)) drop-shadow(0 0 9px color-mix(in srgb, var(--chip-color), transparent 55%));
  transform: translateY(-50%) rotate(-5deg);
  transition: transform 0.18s ease, color 0.18s ease, filter 0.18s ease;
  place-items: center;
}

.taste-icon-svg {
  display: block;
  width: 34px;
  height: 34px;
  overflow: visible;
}

.taste-chip[aria-pressed="true"] .taste-chip-icon {
  color: #fff;
  filter: drop-shadow(3px 4px 0 rgba(7, 22, 44, 0.88));
  transform: translateY(-50%) rotate(-10deg) scale(1.09);
}

.form-message {
  min-height: 18px;
  margin: 10px 2px 0;
  color: #ffc1b8;
  font-size: 12px;
}

.generate-wrap {
  margin-top: 22px;
}

.primary-button,
.secondary-button,
.surprise-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.primary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 8px 9px 8px 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(100deg, var(--lime), #edffae);
  box-shadow: 0 13px 34px rgba(216, 255, 103, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(216, 255, 103, 0.25);
}

.button-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  color: var(--text);
  font-size: 19px;
  border-radius: 50%;
  background: var(--ink);
  place-items: center;
}

.surprise-button {
  min-height: 44px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  background: transparent;
}

.surprise-button:hover {
  color: var(--cyan);
}

.micro-note,
.logic-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 18px 3px 0;
  color: #91a6c3;
  font-size: 11px;
  line-height: 1.65;
}

.micro-note > span {
  color: var(--pink);
  font-size: 17px;
}

.micro-note p {
  margin: 0;
}

.result-view {
  padding: 7px 16px 56px;
}

.result-hero {
  padding: 18px 7px 25px;
}

.text-back {
  min-height: 42px;
  margin: 0 0 20px -8px;
  padding: 0 8px;
  color: #aabbd2;
  font-size: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.text-back.setup-step-back {
  margin: 0 0 14px 2px;
}

.result-hero h1 {
  font-size: clamp(37px, 10vw, 48px);
}

.result-hero h1.brand-page-title {
  font-size: clamp(44px, 13vw, 58px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.result-hero h1.brand-page-title em {
  color: var(--lime);
  font-style: normal;
  text-shadow:
    4px 4px 0 rgba(255, 123, 213, 0.76),
    0 14px 34px rgba(0, 3, 15, 0.42);
}

.result-hero h1 span {
  color: var(--pink);
  font-size: 22px;
  text-shadow: 0 0 20px var(--pink);
  vertical-align: middle;
}

.result-hero > p:not(.eyebrow) {
  margin: 13px 0 17px;
  color: var(--muted);
  font-size: 13px;
}

.selected-tastes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.selected-tastes span {
  padding: 6px 9px;
  color: var(--tag-color, var(--cyan));
  font-size: 10px;
  font-weight: 700;
  border: 1px solid color-mix(in srgb, var(--tag-color, var(--cyan)), transparent 48%);
  border-radius: 999px;
  background: color-mix(in srgb, var(--tag-color, var(--cyan)) 10%, transparent);
}

.day-tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 8px;
  margin-bottom: 12px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 17, 38, 0.62);
}

.day-tab {
  min-height: 47px;
  padding: 7px 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.day-tab[aria-selected="true"] {
  color: var(--ink);
  background: var(--cyan);
  box-shadow: 0 7px 22px rgba(85, 232, 255, 0.16);
}

.route-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  overflow: hidden;
  padding: 10px 7px;
  text-align: center;
  border: 1px solid rgba(85, 232, 255, 0.22);
  border-radius: 23px 9px 23px 9px;
  background: linear-gradient(145deg, rgba(18, 49, 94, 0.86), rgba(9, 28, 58, 0.82));
  box-shadow: 3px 4px 0 rgba(85, 232, 255, 0.08);
}

.stat:nth-child(2) {
  border-color: rgba(255, 123, 213, 0.28);
  border-radius: 9px 24px 9px 24px;
  box-shadow: 3px 4px 0 rgba(255, 123, 213, 0.09);
}

.stat:nth-child(3) {
  border-color: rgba(216, 255, 103, 0.28);
  border-radius: 999px 19px 999px 19px;
  box-shadow: 3px 4px 0 rgba(216, 255, 103, 0.08);
}

.stat strong,
.stat span {
  display: block;
}

.stat strong {
  position: relative;
  z-index: 1;
  color: var(--lime);
  font-size: 20px;
  line-height: 1.15;
}

.stat span {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.content-card {
  position: relative;
  margin-bottom: 12px;
  padding: 20px 15px;
  border-radius: 36px 14px 36px 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(85, 232, 255, 0.08), transparent 25%),
    var(--paper);
  box-shadow: 0 14px 38px rgba(0, 5, 20, 0.22);
}

.timeline-card::before {
  position: absolute;
  top: 0;
  left: 34px;
  width: 78px;
  height: 5px;
  content: "";
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--pink), var(--cyan), var(--lime));
}

.content-card,
.content-card button {
  color: var(--ink);
}

.section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 1px 2px 19px;
}

.section-heading .section-kicker {
  margin-bottom: 6px;
  color: #416184;
  font-size: 8px;
}

.section-heading h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.live-mark {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  align-items: center;
  margin-top: 4px;
  padding: 6px 8px;
  color: #44623b;
  font-size: 8px;
  font-weight: 800;
  border-radius: 999px;
  background: #e2edc5;
}

.live-mark i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5c9a40;
}

.timeline {
  position: relative;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 61px minmax(0, 1fr);
  gap: 11px;
  backface-visibility: hidden;
  animation: timeline-card-in 0.56s var(--ease-premium) both;
  animation-delay: calc(45ms + (var(--item-index, 0) * 42ms));
}

@keyframes timeline-card-in {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.timeline-item:not(:last-child) {
  padding-bottom: 8px;
}

.timeline-time {
  padding-top: 14px;
  text-align: right;
}

.timeline-time strong,
.timeline-time span {
  display: block;
}

.timeline-time strong {
  font-size: 12px;
}

.timeline-time span {
  margin-top: 3px;
  color: #8791a0;
  font-size: 9px;
}

.show-card {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 104px;
  padding: 11px 12px;
  text-align: left;
  border: 1px solid #d9d9d2;
  border-radius: 23px 10px 23px 10px;
  background: linear-gradient(145deg, #fff, #fbfbf7);
  box-shadow: 0 6px 16px rgba(12, 26, 47, 0.06);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.timeline-item:nth-of-type(even) .show-card {
  border-radius: 10px 23px 10px 23px;
}

.show-card::before {
  position: absolute;
  top: 13px;
  bottom: 13px;
  left: -5px;
  width: 6px;
  content: "";
  border-radius: 999px 4px 999px 4px;
  background: var(--stage-color);
}

.show-card:hover,
.show-card.is-focused {
  transform: translateY(-2px);
  border-color: var(--stage-color);
  box-shadow: 0 10px 24px rgba(12, 26, 47, 0.12);
}

.artist-artwork {
  position: relative;
  display: block;
  width: 66px;
  height: 74px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px 8px 20px 8px;
  background:
    radial-gradient(circle at 26% 20%, color-mix(in srgb, var(--art-accent), #fff 18%) 0 10%, transparent 11%),
    linear-gradient(138deg, var(--art-one), var(--art-two) 54%, var(--art-accent));
  background-position: 0% 50%;
  background-size: 180% 180%;
  box-shadow: 4px 5px 0 color-mix(in srgb, var(--art-one), transparent 62%), 0 9px 20px rgba(6, 18, 36, 0.22);
  isolation: isolate;
  transform: translateZ(0);
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s ease;
  animation: artwork-color-flow 7s ease-in-out var(--art-delay) infinite alternate;
}

.artist-artwork::before {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -19px;
  width: 58px;
  height: 58px;
  content: "";
  border: 12px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.artist-artwork::after {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -88%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translate3d(0, 0, 0) rotate(18deg);
  animation: artwork-sheen 5.8s ease-in-out calc(var(--art-delay) - 1s) infinite;
}

.artist-artwork img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--artist-position, 50% 50%);
}

.artist-artwork.has-photo {
  border-color: rgba(255, 255, 255, 0.76);
  background: #101a34;
  animation: none;
}

.artist-artwork.has-photo::before {
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(7, 13, 33, 0.02) 48%, rgba(7, 13, 33, 0.42) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 35%);
  pointer-events: none;
}

.artist-artwork.has-photo::after {
  z-index: 3;
  pointer-events: none;
}

.artist-artwork.has-photo > img {
  display: block;
  transform: scale(1.03);
  filter: saturate(0.94) contrast(1.04);
  animation: artist-photo-drift 8s ease-in-out var(--art-delay) infinite alternate;
}

.artwork-duo {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.artwork-duo img {
  min-width: 0;
  transform: scale(1.04);
  filter: saturate(0.92) contrast(1.05);
  animation: artist-photo-drift 8s ease-in-out var(--art-delay) infinite alternate;
}

.artwork-duo img + img {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
  animation-direction: alternate-reverse;
}

.artwork-duo b {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(8, 16, 42, 0.76);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(2, 7, 24, 0.32);
  transform: translate(-50%, -50%);
}

.artwork-grid {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 1px, transparent 1px);
  background-size: 11px 11px;
  transform: perspective(70px) rotateX(56deg) scale(1.45) translateY(10px);
  transform-origin: bottom;
}

.artwork-orbit {
  position: absolute;
  top: 18px;
  left: 12px;
  width: 42px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  transform: rotate(-24deg);
  animation: artwork-orbit 8s linear var(--art-delay) infinite;
}

.artist-artwork strong {
  position: absolute;
  z-index: 2;
  right: 7px;
  bottom: 7px;
  max-width: 51px;
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  text-overflow: clip;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
  white-space: nowrap;
}

.artist-artwork i {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--art-accent);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 0 12px var(--art-accent);
  animation: artwork-live 1.8s ease-in-out var(--art-delay) infinite;
}

.show-card:hover .artist-artwork,
.show-card.is-focused .artist-artwork {
  box-shadow: 6px 7px 0 color-mix(in srgb, var(--stage-color), transparent 52%), 0 13px 26px rgba(6, 18, 36, 0.26);
  transform: scale(1.06) rotate(-2deg);
}

.show-card-copy {
  min-width: 0;
}

.show-type {
  display: block;
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--stage-color), #315879 34%);
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.show-main-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.artist-name {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.stage-pill {
  flex: 0 0 auto;
  padding: 5px 7px;
  color: #0a1a31;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
  border-radius: 7px;
  background: var(--stage-color);
}

.show-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
  margin-top: 8px;
  color: #657286;
  font-size: 9px;
}

.route-basis,
.artist-styles {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  align-items: baseline;
  min-width: 0;
  margin: 1px 2px 0;
  padding-top: 7px;
  color: #53657a;
  font-size: 10px;
  line-height: 1.35;
  border-top: 1px solid rgba(49, 88, 121, 0.12);
}

.route-basis {
  color: #465d79;
  font-size: 9px;
}

.route-basis + .artist-styles {
  padding-top: 2px;
  border-top: 0;
}

.route-basis > span,
.artist-styles > span {
  flex: 0 0 auto;
  color: #8793a3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.route-basis > b,
.artist-styles > b {
  min-width: 0;
  color: #243a55;
  font-weight: 750;
  overflow-wrap: anywhere;
}

@keyframes artwork-color-flow {
  0% { background-position: 0% 48%; }
  100% { background-position: 100% 52%; }
}

@keyframes artwork-sheen {
  0%, 66% { opacity: 0; transform: translate3d(0, 0, 0) rotate(18deg); }
  70% { opacity: 1; }
  91%, 100% { opacity: 0; transform: translate3d(680%, 0, 0) rotate(18deg); }
}

@keyframes artwork-orbit {
  to { transform: rotate(336deg); }
}

@keyframes artwork-live {
  0%, 100% { opacity: 0.62; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes artist-photo-drift {
  0% { transform: scale(1.03) translate3d(0, 0, 0); }
  100% { transform: scale(1.1) translate3d(-1.2%, -0.8%, 0); }
}

.match-label {
  color: #315879;
  font-weight: 800;
}

.match-dots {
  display: inline-flex;
  gap: 3px;
}

.match-dots i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d5d9dc;
}

.match-dots i.on {
  background: #147a86;
}

.transfer-row {
  display: grid;
  grid-template-columns: 61px minmax(0, 1fr);
  gap: 11px;
  min-height: 38px;
}

.transfer-line {
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-left: 13px;
  padding: 8px 7px 8px 15px;
  color: #778395;
  font-size: 9px;
}

.transfer-line::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: repeating-linear-gradient(to bottom, #9aa5b2 0 3px, transparent 3px 7px);
}

.transfer-line::after {
  position: absolute;
  bottom: -1px;
  left: -3px;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 1px solid #7b8798;
  border-bottom: 1px solid #7b8798;
  transform: rotate(45deg);
}

.transfer-line strong {
  color: #384c67;
  font-weight: 800;
}

.map-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px 38px 14px 38px;
  background:
    radial-gradient(circle at 93% 5%, rgba(255, 123, 213, 0.2), transparent 23%),
    radial-gradient(circle at 4% 95%, rgba(216, 255, 103, 0.14), transparent 24%),
    #edf0ec;
}

.map-card::before {
  position: absolute;
  top: 0;
  right: 78px;
  width: 83px;
  height: 6px;
  content: "";
  border-radius: 0 0 7px 7px;
  background: linear-gradient(90deg, var(--lime), var(--cyan), var(--pink));
}

.map-heading {
  align-items: center;
}

.icon-button {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  font-size: 21px;
  border: 1px solid #d0d6d2;
  border-radius: 50% 13px 50% 13px;
  background: linear-gradient(145deg, #fff, #eafcff);
  box-shadow: 3px 4px 0 rgba(85, 232, 255, 0.28);
  transform: rotate(4deg);
  cursor: pointer;
  place-items: center;
}

.venue-map {
  position: relative;
  overflow: hidden;
  margin: 0 6px 8px 0;
  border: 2px solid #193867;
  border-radius: 30px 10px 30px 10px;
  background: var(--ink);
  box-shadow: 7px 8px 0 rgba(255, 123, 213, 0.48), 0 14px 30px rgba(8, 23, 45, 0.22);
  transition: 0.25s ease;
}

.venue-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.map-road,
.map-path {
  fill: none;
  stroke-linecap: round;
}

.map-road {
  stroke: #879fc5;
  stroke-width: 10;
  opacity: 0.38;
}

.map-path {
  stroke: #59749f;
  stroke-width: 5;
  opacity: 0.45;
}

.audience-flow path {
  fill: none;
  stroke: #9db7db;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 5 5;
  opacity: 0.74;
  marker-end: url(#flowArrow);
}

.map-road-label {
  fill: #a8bddd;
  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.entrance-node path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.entrance-node text {
  fill: var(--lime);
  font-size: 7px;
  font-weight: 800;
  text-anchor: middle;
}

.entrance-secondary path { stroke: var(--cyan); }
.entrance-secondary text { fill: var(--cyan); }

.map-zone ellipse,
.map-zone rect {
  fill: #193764;
  stroke: #42618e;
  stroke-width: 1;
}

.activity-zone ellipse {
  fill: rgba(255, 123, 213, 0.13);
  stroke: rgba(255, 123, 213, 0.45);
  stroke-dasharray: 3 3;
}

.map-zone text {
  fill: #829bc0;
  font-size: 7px;
  text-anchor: middle;
}

.map-zone text:last-child {
  font-size: 5px;
  letter-spacing: 0.12em;
}

.stage-node {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.stage-node circle,
.stage-node rect {
  stroke-width: 2;
  transition: 0.2s ease;
}

.seeu-node circle,
.seeu-node rect {
  fill: #23374c;
  stroke: var(--lime);
}

.buzz-node circle,
.buzz-node rect {
  fill: #5d245e;
  stroke: var(--pink);
}

.soso-node circle,
.soso-node rect {
  fill: #164c6e;
  stroke: var(--cyan);
}

.stage-node text {
  fill: #fff;
  font-size: 8px;
  font-weight: 900;
  text-anchor: middle;
  pointer-events: none;
}

.stage-node .stage-sub {
  fill: #a9bcd8;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.stage-node.is-highlighted circle,
.stage-node.is-highlighted rect {
  filter: url(#glow);
  stroke-width: 4;
}

.twin-zone rect {
  fill: rgba(94, 85, 175, 0.16);
  stroke: #6c79b9;
  stroke-width: 1;
  stroke-dasharray: 4 4;
}

.twin-zone text {
  fill: #899ed0;
  font-size: 7px;
  font-weight: 700;
  text-anchor: middle;
}

.route-path {
  fill: none;
  stroke: url(#routeGlow);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 8 6;
  filter: url(#glow);
  animation: route-move 4s linear infinite;
}

@keyframes route-move {
  to { stroke-dashoffset: -28; }
}

.route-number circle {
  fill: var(--lime);
  stroke: var(--ink);
  stroke-width: 2;
}

.route-number text {
  fill: var(--ink);
  font-size: 7px;
  font-weight: 900;
  text-anchor: middle;
  dominant-baseline: central;
}

.map-corner-label {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: rgba(185, 209, 239, 0.48);
  font-size: 6px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-align: right;
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 2px 0;
  color: #506075;
  font-size: 8px;
}

.map-legend span {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 5px 7px;
  border: 1px solid #d7dcda;
  border-radius: 999px 9px 999px 9px;
  background: rgba(255, 255, 255, 0.62);
}

.map-legend span:nth-child(2) {
  border-radius: 9px 999px 9px 999px;
}

.map-legend span:nth-child(3) {
  border-color: rgba(174, 210, 78, 0.42);
}

.legend-line {
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--lime), var(--cyan), var(--pink));
}

.legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.legend-dot.twin { background: var(--pink); }
.legend-dot.seeu { background: var(--lime); }

.map-note {
  margin: 11px 2px 0;
  color: #758094;
  font-size: 9px;
  line-height: 1.55;
}

.map-card.is-expanded {
  position: fixed;
  z-index: 100;
  inset: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px;
  overflow: auto;
  border: 1px solid #fff;
  box-shadow: 0 0 0 100vmax rgba(1, 7, 17, 0.88);
}

.map-card.is-expanded .venue-map {
  width: min(100%, 680px);
  margin: 0 auto;
}

.logic-note {
  margin: 14px 2px 17px;
  padding: 15px;
  color: #aebed2;
  border: 1px solid rgba(85, 232, 255, 0.25);
  border-radius: 12px 28px 12px 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 123, 213, 0.13), transparent 38%),
    rgba(14, 40, 78, 0.82);
  box-shadow: 5px 6px 0 rgba(85, 232, 255, 0.07);
}

.logic-note .logic-icon {
  display: grid;
  flex: 0 0 auto;
  width: 33px;
  height: 33px;
  color: var(--ink);
  border-radius: 50% 11px 50% 11px;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  box-shadow: 3px 3px 0 rgba(255, 123, 213, 0.48);
  transform: rotate(-7deg);
  place-items: center;
}

.logic-note strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
}

.logic-note p {
  margin: 0;
}

.result-actions {
  display: grid;
  gap: 15px;
  padding: 4px 4px 10px;
}

.share-poster-button {
  min-height: 80px;
  padding: 10px 10px 10px 20px;
  border-radius: 34px 11px 34px 11px;
  background: linear-gradient(108deg, var(--pink), #ff9acb 26%, var(--lime) 74%, var(--cyan));
  box-shadow: 8px 9px 0 rgba(85, 232, 255, 0.58), 0 18px 42px rgba(255, 123, 213, 0.18);
  transform: rotate(-0.65deg);
}

.share-poster-button:hover {
  transform: translateY(-3px) rotate(-0.65deg);
  box-shadow: 10px 11px 0 rgba(85, 232, 255, 0.68), 0 22px 48px rgba(255, 123, 213, 0.24);
}

.share-poster-copy {
  display: block;
  font-size: 14px;
  font-weight: 950;
  text-align: left;
}

.share-poster-copy small {
  display: block;
  margin-bottom: 5px;
  color: rgba(7, 22, 44, 0.7);
  font-family: Inter, Arial, sans-serif;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.share-poster-arrow {
  display: grid;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 21px;
  border-radius: 50% 13px 50% 13px;
  background: var(--ink);
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.45);
  transform: rotate(5deg);
  place-items: center;
}

.secondary-button {
  min-height: 52px;
  color: #d1dceb;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--line);
  border-radius: 999px 18px 999px 18px;
  background: linear-gradient(145deg, rgba(18, 49, 94, 0.88), rgba(8, 27, 57, 0.82));
  box-shadow: 4px 5px 0 rgba(255, 123, 213, 0.08);
}

.friend-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  border-radius: 15px 999px 15px 999px;
}

.friend-share-button > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  color: var(--ink);
  font-size: 21px;
  border-radius: 50% 9px 50% 9px;
  background: var(--cyan);
  transform: rotate(-7deg);
  place-items: center;
}

.friend-share-button > span:last-child {
  font-weight: 850;
  text-align: left;
}

.friend-share-button small {
  display: block;
  margin-bottom: 2px;
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  letter-spacing: 0.18em;
}

.share-sheet {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
}

.share-sheet-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(85, 232, 255, 0.16), transparent 34rem),
    rgba(1, 6, 18, 0.92);
}

.share-sheet-panel {
  position: relative;
  width: min(100%, 500px);
  min-height: min(88dvh, 790px);
  max-height: 95dvh;
  padding: 20px 18px max(20px, env(safe-area-inset-bottom));
  overflow: auto;
  border: 1px solid rgba(85, 232, 255, 0.34);
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
  background:
    radial-gradient(circle at 88% 3%, rgba(255, 123, 213, 0.2), transparent 15rem),
    linear-gradient(160deg, rgba(18, 44, 86, 0.98), rgba(5, 17, 38, 0.99) 52%, #061124);
  box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.08);
  animation: share-sheet-in 0.34s cubic-bezier(0.2, 0.78, 0.24, 1) both;
}

.share-sheet-panel::before {
  position: absolute;
  top: 0;
  left: 58px;
  width: 108px;
  height: 5px;
  content: "";
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, var(--lime), var(--cyan), var(--pink));
}

@keyframes share-sheet-in {
  from { opacity: 0; transform: translateY(30px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.share-sheet-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 2px 2px 0;
}

.share-sheet-header p {
  margin: 0 0 4px;
  color: var(--cyan);
  font-family: Inter, Arial, sans-serif;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.share-sheet-header h2 {
  margin: 0;
  font-size: clamp(20px, 6vw, 28px);
  line-height: 1.15;
}

.share-sheet-close {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50% 11px 50% 11px;
  background: rgba(255, 255, 255, 0.06);
  place-items: center;
}

.share-poster-preview {
  position: relative;
  display: grid;
  aspect-ratio: 3 / 4;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px 10px 26px 10px;
  background:
    linear-gradient(135deg, rgba(216, 255, 103, 0.09), transparent 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 20px),
    #07162c;
  box-shadow: 7px 8px 0 rgba(255, 123, 213, 0.2);
  place-items: center;
}

.share-poster-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.share-poster-preview.is-ready img {
  opacity: 1;
}

.poster-ratio-tag {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  padding: 6px 9px;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.12em;
  border-radius: 999px 8px 999px 8px;
  background: var(--lime);
  box-shadow: 2px 2px 0 var(--pink);
}

.poster-loading {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #aebed2;
  font-size: 10px;
}

.poster-loading i {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(85, 232, 255, 0.22);
  border-top-color: var(--cyan);
  border-radius: 50%;
  animation: poster-spin 0.8s linear infinite;
}

.share-poster-preview.is-ready .poster-loading {
  display: none;
}

@keyframes poster-spin {
  to { transform: rotate(360deg); }
}

.share-conversion-note {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 14px 2px 10px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(216, 255, 103, 0.2);
  border-radius: 13px 26px 13px 26px;
  background: rgba(216, 255, 103, 0.07);
}

.share-join-mark {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(85, 232, 255, 0.42);
  border-radius: 20px 8px 20px 8px;
  background:
    radial-gradient(circle at 76% 20%, rgba(255, 123, 213, 0.75) 0 4px, transparent 5px),
    linear-gradient(145deg, rgba(85, 232, 255, 0.22), rgba(216, 255, 103, 0.12));
  box-shadow: 4px 4px 0 rgba(255, 123, 213, 0.2);
}

.share-join-mark i {
  position: absolute;
  top: 13px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
}

.share-join-mark i:first-child {
  left: 9px;
}

.share-join-mark i:nth-child(2) {
  right: 9px;
  background: var(--pink);
}

.share-join-mark i::after {
  position: absolute;
  top: 19px;
  left: -5px;
  width: 24px;
  height: 11px;
  content: "";
  border: 2px solid #fff;
  border-bottom: 0;
  border-radius: 99px 99px 0 0;
}

.share-join-mark b {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
}

.share-conversion-note strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
}

.share-conversion-note p {
  margin: 0;
  color: #9fb0c9;
  font-size: 11px;
  line-height: 1.5;
}

.share-sheet-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 15px;
}

.share-sheet-actions button {
  border: 0;
  cursor: pointer;
}

.sheet-primary {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 9px 10px 9px 18px;
  color: var(--ink);
  text-align: left;
  border-radius: 28px 10px 28px 10px;
  background: linear-gradient(108deg, var(--lime), #f0ffad 54%, var(--cyan));
  box-shadow: 6px 7px 0 rgba(255, 123, 213, 0.55);
}

.sheet-primary span {
  font-size: 16px;
  font-weight: 950;
}

.sheet-primary small,
.sheet-ticket small {
  display: block;
  margin-bottom: 2px;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  opacity: 0.65;
}

.sheet-primary b {
  display: grid;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  border-radius: 50% 10px 50% 10px;
  background: var(--ink);
  place-items: center;
}

.sheet-secondary,
.sheet-ticket {
  min-height: 58px;
  padding: 10px 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.06);
}

.sheet-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 62px;
  padding-inline: 18px;
  border-color: rgba(85, 232, 255, 0.46) !important;
  border-radius: 12px 26px 12px 26px;
  background: linear-gradient(110deg, rgba(85, 232, 255, 0.15), rgba(85, 232, 255, 0.04));
}

.sheet-secondary > span:first-child {
  color: var(--cyan);
  font-size: 18px;
}

.sheet-secondary small {
  display: block;
  margin-bottom: 2px;
  color: #8fa7c4;
  font-size: 10px;
  font-weight: 650;
}

.sheet-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  color: #dbe5f5;
  text-align: left;
  border-color: rgba(255, 123, 213, 0.28) !important;
  border-radius: 26px 12px 26px 12px;
  background: rgba(255, 123, 213, 0.06);
}

.sheet-ticket b {
  font-size: 18px;
}

.share-demo-note {
  margin: 7px 0 0;
  color: #667e9e;
  font-size: 9px;
  text-align: center;
}

.share-topics {
  margin: 2px 0 0;
  color: var(--lime);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-align: center;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 27px 22px var(--safe-bottom);
  color: #526783;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer span:first-child {
  max-width: 66%;
  line-height: 1.45;
}

.toast {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: 20px;
  max-width: 420px;
  min-height: 46px;
  margin: 0 auto;
  padding: 13px 18px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: 0.25s ease;
}

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

@media (min-width: 560px) {
  body {
    padding: 28px 0;
  }

  .app-shell {
    min-height: calc(100vh - 56px);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 34px;
  }

  .map-card.is-expanded {
    inset: 30px max(30px, calc(50% - 380px));
  }
}

@media (max-width: 370px) {
  .setup-view { padding-inline: 16px; }
  .result-view { padding-inline: 11px; }
  .hero h1 { font-size: 38px; }
  .form-block { padding-inline: 14px; }
  .taste-grid { gap: 12px 18px; padding-left: 18px; }
  .taste-chip { padding: 10px 7px 10px 27px; font-size: 12px; }
  .taste-chip-icon { left: -18px; width: 40px; height: 40px; }
  .taste-icon-svg { width: 31px; height: 31px; }
  .timeline-item,
  .transfer-row { grid-template-columns: 54px minmax(0, 1fr); gap: 8px; }
}

@media (max-height: 700px) {
  .intro-view {
    padding: 10px 18px max(14px, env(safe-area-inset-bottom));
  }

  .intro-copy {
    display: block;
    flex: 0 0 auto;
    margin-top: 16px;
    padding-block: 0;
  }

  .intro-brand-lockup {
    width: 120px;
    padding: 5px 7px;
    border-radius: 13px;
  }

  .intro-kicker {
    margin-bottom: 10px;
    font-size: 9px;
  }

  .intro-copy h1 {
    font-size: clamp(68px, 20vw, 78px);
  }

  .intro-copy h1 small {
    margin-top: 12px;
    padding-block: 6px;
  }

  .neon-tape {
    margin-top: 14px;
    padding-block: 7px;
    font-size: 10px;
  }

  .intro-action {
    margin-top: auto;
    padding-top: 14px;
  }

  .intro-enter {
    min-height: 68px;
    padding-block: 8px;
  }

  .intro-enter span {
    font-size: 15px;
  }

  .intro-enter b {
    width: 49px;
    height: 49px;
  }

  .intro-benefits {
    margin-top: 10px;
  }

  .intro-action > p {
    margin-top: 6px;
  }

  .setup-view .hero {
    min-height: 220px;
    padding-top: 24px;
  }

  .text-back.setup-step-back {
    margin-bottom: 10px;
  }
}

@media (hover: none), (pointer: coarse) {
  .artist-artwork,
  .artist-artwork::after,
  .artist-artwork.has-photo > img,
  .artwork-duo img,
  .artwork-orbit,
  .artist-artwork i,
  .route-path {
    animation: none;
  }

  .artist-artwork::after {
    opacity: 0.13;
    transform: translate3d(360%, 0, 0) rotate(18deg);
  }

  .route-path {
    filter: none;
  }

  .show-card:hover:not(.is-focused) {
    transform: none;
  }
}

.share-open .result-view *,
.share-open .result-view *::before,
.share-open .result-view *::after {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .bubble-transition {
    display: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
