:root {
  --bg: #090c0a;
  --bg-elevated: #0f1410;
  --surface: rgb(21 27 22 / 0.82);
  --surface-solid: #151b16;
  --surface-soft: rgb(255 255 255 / 0.045);
  --surface-strong: rgb(255 255 255 / 0.075);
  --ink: #f5f7f3;
  --ink-strong: #ffffff;
  --muted: #909891;
  --muted-strong: #b3bbb4;
  --line: rgb(255 255 255 / 0.085);
  --line-strong: rgb(255 255 255 / 0.14);
  --accent: #d0ff00;
  --accent-ink: #151b08;
  --accent-soft: rgb(208 255 0 / 0.1);
  --accent-glow: rgb(208 255 0 / 0.22);
  --danger: #ff8f7f;
  --danger-soft: rgb(255 143 127 / 0.1);
  --tg-safe-area-inset-top: env(safe-area-inset-top, 0px);
  --tg-safe-area-inset-right: env(safe-area-inset-right, 0px);
  --tg-safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);
  --tg-safe-area-inset-left: env(safe-area-inset-left, 0px);
  --tg-content-safe-area-inset-top: 0px;
  --tg-content-safe-area-inset-right: 0px;
  --tg-content-safe-area-inset-bottom: 0px;
  --tg-content-safe-area-inset-left: 0px;
  --tg-viewport-height: 100dvh;
  --safe-top: max(18px, var(--tg-safe-area-inset-top), var(--tg-content-safe-area-inset-top));
  --safe-right: max(18px, var(--tg-safe-area-inset-right), var(--tg-content-safe-area-inset-right));
  --safe-bottom: max(14px, var(--tg-safe-area-inset-bottom), var(--tg-content-safe-area-inset-bottom));
  --safe-left: max(18px, var(--tg-safe-area-inset-left), var(--tg-content-safe-area-inset-left));
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  color: var(--ink);
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  background: #101411;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overscroll-behavior: none;
}

body {
  background: #101411;
}

button,
input,
textarea {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
[tabindex] {
  outline: none;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent);
}

.concept-stage {
  min-height: var(--tg-viewport-height);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 8%, rgb(208 255 0 / 0.045), transparent 27%),
    linear-gradient(140deg, #171c18, #0b0e0c 70%);
}

.mini-app {
  position: relative;
  isolation: isolate;
  width: min(430px, 100%);
  height: min(932px, calc(var(--tg-viewport-height) - 48px));
  min-height: min(720px, calc(var(--tg-viewport-height) - 48px));
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 42px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 2%, rgb(208 255 0 / 0.055), transparent 26%),
    linear-gradient(168deg, #111612 0%, var(--bg) 47%, #070908 100%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.07),
    0 34px 110px rgb(0 0 0 / 0.44);
}

.ambient,
.grain {
  position: absolute;
  pointer-events: none;
}

.ambient {
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow), transparent 68%);
  opacity: 0.32;
}

.ambient--a {
  top: 8%;
  right: -310px;
}

.ambient--b {
  left: -330px;
  bottom: 2%;
  opacity: 0.2;
}

.grain {
  z-index: 9;
  inset: 0;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  background-image: repeating-radial-gradient(circle at 16% 18%, transparent 0 1px, rgb(255 255 255 / 0.035) 1px 2px);
  background-size: 5px 5px;
}

/* Persistent AI infrastructure */
.ai-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ai-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, transparent 0 18%, rgb(5 8 6 / 0.12) 58%, rgb(5 8 6 / 0.42) 100%),
    linear-gradient(180deg, rgb(7 10 8 / 0.04), rgb(7 10 8 / 0.22));
}

.ai-backdrop__grid {
  position: absolute;
  inset: -12%;
  opacity: 0.045;
  transform: rotate(-7deg) scale(1.12);
  background-image:
    linear-gradient(rgb(208 255 0 / 0.38) 1px, transparent 1px),
    linear-gradient(90deg, rgb(208 255 0 / 0.38) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 54% 42%, #000, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 54% 42%, #000, transparent 72%);
}

.ai-field-layer {
  position: absolute;
  inset: -22%;
  opacity: 0.07;
  transform-origin: center;
  transition: opacity 220ms ease;
}

.ai-field-parallax {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 260ms var(--ease-out);
  will-change: transform;
}

.ai-field-layer svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ai-field-rings {
  fill: none;
  stroke: var(--accent);
  stroke-width: 0.7;
  transform-origin: center;
  will-change: transform;
}

.ai-field-rings circle,
.ai-field-rings path {
  fill: none;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.ai-field-rings circle:first-child {
  stroke-dasharray: 13 5 1 8 26 11 3 9;
}

.ai-field-rings circle:nth-child(2) {
  stroke-dasharray: 2 10 31 8 1 12;
}

.ai-field-rings circle:nth-child(3) {
  stroke-dasharray: 18 12 2 7;
}

.ai-field-rings--far {
  animation: infrastructure-turn 150s linear infinite;
}

.ai-field-rings--mid {
  animation: infrastructure-turn-reverse 118s linear infinite;
}

.ai-field-layer--far { opacity: 0.085; }
.ai-field-layer--mid { opacity: 0.05; }
.ai-field-layer--nodes { opacity: 0.07; }

.ai-field-network {
  fill: none;
  stroke: var(--accent);
  stroke-width: 0.6;
}

.ai-field-network > g:first-child {
  opacity: 0.5;
}

.ai-field-network__nodes circle {
  fill: #e9ff8a;
  stroke: none;
  animation: infrastructure-node 6200ms var(--ease-in-out) infinite alternate;
}

.ai-field-network__nodes circle:nth-child(2n) { animation-delay: -2100ms; }
.ai-field-network__nodes circle:nth-child(3n) { animation-delay: -3900ms; }

.ai-field-packet {
  fill: #f4ffc6;
  stroke: none;
  opacity: 0;
  filter: drop-shadow(0 0 3px var(--accent));
}

.ai-field-packet--one { animation: infrastructure-packet-one 13s linear infinite; }
.ai-field-packet--two { animation: infrastructure-packet-two 17s linear 5s infinite; }

.ai-field-scan {
  position: absolute;
  z-index: 2;
  top: 4%;
  left: -25%;
  width: 150%;
  height: 1px;
  opacity: 0;
  transform: translateY(0);
  background: linear-gradient(90deg, transparent 12%, rgb(208 255 0 / 0.34), transparent 82%);
  box-shadow: 0 0 9px rgb(208 255 0 / 0.08);
  animation: infrastructure-scan 19s linear infinite;
}

.ai-field-marker {
  position: absolute;
  z-index: 1;
  color: rgb(189 207 192 / 0.18);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 6px;
  letter-spacing: 0.12em;
  opacity: 0.6;
  text-transform: uppercase;
  animation: infrastructure-marker 14s var(--ease-in-out) infinite;
}

.ai-field-marker::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-right: 5px;
  vertical-align: middle;
  background: rgb(208 255 0 / 0.18);
}

.ai-field-marker--one { top: 14%; left: 8%; }
.ai-field-marker--two { top: 46%; right: 4%; animation-delay: -5s; }
.ai-field-marker--three { bottom: 13%; left: 13%; animation-delay: -9s; }

.ai-field-particle {
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.12;
  box-shadow: 0 0 5px rgb(208 255 0 / 0.18);
  animation: infrastructure-drift 12s var(--ease-in-out) infinite alternate;
}

.ai-field-particle--one { top: 21%; left: 17%; }
.ai-field-particle--two { top: 33%; right: 11%; animation-delay: -4s; }
.ai-field-particle--three { right: 24%; bottom: 21%; animation-delay: -7s; }
.ai-field-particle--four { left: 11%; bottom: 34%; animation-delay: -10s; }

.ai-field-probe {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 0;
  transform: translate3d(-220px, -220px, 0);
  background: radial-gradient(circle, rgb(208 255 0 / 0.065), transparent 68%);
  transition: opacity 200ms ease, transform 260ms var(--ease-out);
  will-change: transform, opacity;
}

.ai-backdrop.is-probing .ai-field-probe { opacity: 1; }
.ai-backdrop.is-probing .ai-field-layer--nodes { opacity: 0.105; }
.ai-backdrop.is-probing .ai-field-marker { opacity: 0.86; }

.ai-backdrop--loading .ai-field-layer--far { transform: translate3d(-34px, -126px, 0) rotate(8deg); }
.ai-backdrop--loading .ai-field-layer--mid { transform: translate3d(102px, 42px, 0) rotate(-11deg); }
.ai-backdrop--welcome .ai-field-layer--far { transform: translate3d(-126px, -78px, 0) rotate(-17deg); }
.ai-backdrop--welcome .ai-field-layer--mid { transform: translate3d(84px, 126px, 0) rotate(14deg); }
.ai-backdrop--setup .ai-field-layer--far { transform: translate3d(108px, 82px, 0) rotate(27deg); }
.ai-backdrop--setup .ai-field-layer--mid { transform: translate3d(-114px, 166px, 0) rotate(-8deg); }
.ai-backdrop--email .ai-field-layer--far { transform: translate3d(142px, -26px, 0) rotate(19deg); }
.ai-backdrop--email .ai-field-layer--mid { transform: translate3d(-104px, -132px, 0) rotate(31deg); }
.ai-backdrop--home .ai-field-layer--far { transform: translate3d(96px, -158px, 0) rotate(-6deg); }
.ai-backdrop--home .ai-field-layer--mid { transform: translate3d(-136px, 92px, 0) rotate(21deg); }
.ai-backdrop--bookings .ai-field-layer--far { transform: translate3d(-12px, -92px, 0) rotate(18deg); }
.ai-backdrop--bookings .ai-field-layer--mid { transform: translate3d(118px, 174px, 0) rotate(-19deg); }
.ai-backdrop--services .ai-field-layer--far { transform: translate3d(-148px, 96px, 0) rotate(-22deg); }
.ai-backdrop--services .ai-field-layer--mid { transform: translate3d(110px, -116px, 0) rotate(9deg); }
.ai-backdrop--profile .ai-field-layer--far { transform: translate3d(-112px, -162px, 0) rotate(13deg); }
.ai-backdrop--profile .ai-field-layer--mid { transform: translate3d(132px, 104px, 0) rotate(-29deg); }
.ai-backdrop--settings .ai-field-layer--far,
.ai-backdrop--my-pc .ai-field-layer--far { transform: translate3d(122px, 144px, 0) rotate(24deg); }
.ai-backdrop--settings .ai-field-layer--mid,
.ai-backdrop--my-pc .ai-field-layer--mid { transform: translate3d(-128px, -96px, 0) rotate(-17deg); }
.ai-backdrop--instructions .ai-field-layer--far { transform: translate3d(-166px, 178px, 0) rotate(-33deg); }
.ai-backdrop--instructions .ai-field-layer--mid { transform: translate3d(118px, -182px, 0) rotate(12deg); }
.ai-backdrop--contact .ai-field-layer--far,
.ai-backdrop--referral .ai-field-layer--far { transform: translate3d(18px, -176px, 0) rotate(41deg); }
.ai-backdrop--contact .ai-field-layer--mid,
.ai-backdrop--referral .ai-field-layer--mid { transform: translate3d(-138px, 152px, 0) rotate(-23deg); }
.ai-backdrop--history .ai-field-layer--far { transform: translate3d(148px, -118px, 0) rotate(-28deg); }
.ai-backdrop--history .ai-field-layer--mid { transform: translate3d(-146px, 138px, 0) rotate(17deg); }

.screen {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.screen--main,
.screen--form,
.screen--detail {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.screen--form,
.screen--detail {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.scroll-area,
.form-scroll,
.detail-scroll {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}

.scroll-area::-webkit-scrollbar,
.form-scroll::-webkit-scrollbar,
.detail-scroll::-webkit-scrollbar {
  display: none;
}

.scroll-area {
  padding: var(--safe-top) var(--safe-right) 30px var(--safe-left);
}

.form-scroll,
.detail-scroll {
  padding: 26px var(--safe-right) 32px var(--safe-left);
}

.brand-logo {
  display: block;
  width: 208px;
  height: auto;
  overflow: visible;
  stroke: none;
  stroke-width: 0;
}

.brand-logo use {
  stroke: none;
  stroke-width: 0;
}

.brand-logo--compact {
  width: 112px;
}

.brand-logo--mark {
  width: 86px;
  aspect-ratio: 1;
}

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

h1,
h2,
h3,
strong {
  letter-spacing: -0.035em;
}

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

.body-copy {
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.6;
}

svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-button,
.secondary-button,
.icon-button,
.avatar-button,
.booking-button,
.action-list button,
.profile-menu button,
.guide-phase-index button,
.guide-image,
.guide-links a,
.guide-lightbox__close,
.service-card__details,
.service-card__choose,
.quiet-wide,
.text-button,
.quiet-button,
.segment-option,
.nav-item,
.text-back {
  cursor: pointer;
  transition: transform 140ms var(--ease-out), color 140ms ease, background-color 140ms ease, border-color 140ms ease, opacity 140ms ease;
}

.primary-button:active,
.secondary-button:active,
.icon-button:active,
.avatar-button:active,
.booking-button:active,
.action-list button:active,
.profile-menu button:active,
.guide-phase-index button:active,
.guide-image:active,
.guide-links a:active,
.guide-lightbox__close:active,
.service-card__details:active,
.service-card__choose:active,
.quiet-wide:active,
.text-button:active,
.quiet-button:active,
.segment-option:active,
.nav-item:active,
.text-back:active {
  transform: scale(0.97);
}

.primary-button {
  min-height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  color: var(--accent-ink);
  background: var(--accent);
  box-shadow: 0 16px 42px rgb(208 255 0 / 0.15), inset 0 1px 0 rgb(255 255 255 / 0.56);
  font-size: 15px;
  font-weight: 760;
}

.primary-button svg {
  width: 19px;
  height: 19px;
}

.primary-button--compact {
  width: auto;
  min-width: 148px;
  min-height: 50px;
  justify-content: center;
  margin-top: 26px;
}

.secondary-button {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: var(--surface-soft);
  font-size: 14px;
  font-weight: 660;
}

.secondary-button--wide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
}

.secondary-button--wide svg {
  width: 18px;
  height: 18px;
}

.bottom-actions {
  position: relative;
  z-index: 12;
  display: grid;
  gap: 10px;
  padding: 16px var(--safe-right) calc(14px + var(--safe-bottom)) var(--safe-left);
}

.bottom-actions--surface {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgb(9 12 10 / 0.72), rgb(9 12 10 / 0.96) 32%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Loader */
.loading-screen {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left);
  transform-origin: center;
  will-change: transform, opacity;
}

.loading-screen--overlay {
  position: absolute;
  z-index: 24;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(168deg, #111612 0%, var(--bg) 47%, #070908 100%);
}

.loader-center {
  align-self: center;
  display: grid;
  justify-items: center;
  padding-bottom: 36px;
}

.loader-mark {
  position: relative;
  width: min(268px, 74vw);
  aspect-ratio: 3 / 1;
}

.loader-halo {
  position: absolute;
  inset: -125% -75%;
  border-radius: 50%;
  opacity: 0.38;
  background: radial-gradient(ellipse, rgb(208 255 0 / 0.18), rgb(208 255 0 / 0.04) 32%, transparent 66%);
  animation: halo-breathe 2800ms var(--ease-in-out) infinite alternate;
}

.loader-logo {
  position: relative;
  width: 100%;
  height: 100%;
}

.loader-logo .brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-sheen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.78;
  -webkit-mask: url("../assets/s1nup-logo.svg") center / contain no-repeat;
  mask: url("../assets/s1nup-logo.svg") center / contain no-repeat;
}

.logo-sheen::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% 0;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.96), transparent);
  animation: logo-sweep 3600ms var(--ease-in-out) infinite;
}

.loading-copy {
  margin-top: 48px;
  text-align: center;
}

.loading-copy h1 {
  margin-bottom: 9px;
  font-size: 17px;
  font-weight: 690;
}

.loading-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.progress {
  position: relative;
  width: min(180px, 52vw);
  height: 2px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--surface-strong);
}

.progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--accent) 38% 72%, transparent);
  box-shadow: 0 0 14px var(--accent-glow);
  animation: progress-beam 1150ms linear infinite;
}

.loader-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 0 8px;
  color: #687069;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.loader-reset {
  position: absolute;
  z-index: 4;
  right: var(--safe-right);
  bottom: calc(2px + var(--safe-bottom));
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 0 4px;
  border: 0;
  color: rgb(190 202 192 / 0.3);
  background: transparent;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 6px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 160ms ease, opacity 160ms ease, transform 140ms var(--ease-out);
  cursor: pointer;
}

.loader-reset i {
  min-width: 18px;
  padding: 3px 4px;
  border: 1px solid rgb(208 255 0 / 0.1);
  border-radius: 5px;
  color: rgb(208 255 0 / 0.34);
  font-style: normal;
  text-align: center;
}

.loader-reset:active {
  transform: scale(0.96);
}

.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.loader-mark.is-error {
  opacity: 0.32;
  filter: saturate(0.2);
}

.loader-mark.is-error .loader-halo,
.loader-mark.is-error .logo-sheen {
  animation: none;
}

.loading-error-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-top: -8px;
  border: 1px solid rgb(255 143 127 / 0.18);
  border-radius: 50%;
  color: var(--danger);
  background: var(--danger-soft);
}

/* Welcome */
.screen--onboarding {
  display: grid;
  grid-template-rows: auto minmax(190px, 1fr) auto auto;
  padding: var(--safe-top) 0 0;
}

.welcome-brand {
  padding: 10px var(--safe-right) 0 var(--safe-left);
}

.welcome-brand .brand-logo {
  width: 124px;
}

.welcome-visual {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 280px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.welcome-visual::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(208 255 0 / 0.13), transparent 62%);
  filter: blur(2px);
}

.signal-ring {
  position: absolute;
  border: 1px solid rgb(208 255 0 / 0.18);
  border-radius: 50%;
}

.signal-ring--one {
  inset: 17%;
  animation: orbital-shift 12s linear infinite;
}

.signal-ring--two {
  inset: 30%;
  border-color: rgb(255 255 255 / 0.1);
  animation: orbital-shift 9s linear infinite reverse;
}

.signal-ring::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10%;
  left: 18%;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

.core-disc {
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 50%;
  color: var(--accent);
  background: radial-gradient(circle at 42% 32%, rgb(255 255 255 / 0.09), rgb(15 21 16 / 0.92));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 0 54px var(--accent-soft);
}

.core-disc svg {
  width: 32px;
  height: 32px;
}

.signal-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 18px rgb(255 255 255 / 0.45);
}

.signal-node--one {
  right: 17%;
  top: 29%;
}

.signal-node--two {
  left: 25%;
  bottom: 20%;
  width: 5px;
  height: 5px;
  background: var(--accent);
}

.onboarding-copy {
  padding: 0 var(--safe-right) 6px var(--safe-left);
}

.welcome-copy h1,
.form-intro h1 {
  max-width: 340px;
  margin: 12px 0 15px;
  color: var(--ink-strong);
  font-size: clamp(34px, 9.5vw, 42px);
  font-weight: 720;
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.welcome-copy .body-copy {
  margin-bottom: 18px;
}

.promise-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted-strong);
  font-size: 12px;
}

.promise-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.promise-list svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

/* Onboarding forms */
.onboarding-header,
.topbar {
  position: relative;
  z-index: 12;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: var(--safe-top) var(--safe-right) 8px var(--safe-left);
}

.onboarding-header {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.02em;
}

.step-track {
  width: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.step-track i {
  height: 2px;
  border-radius: 999px;
  background: var(--surface-strong);
}

.step-track i.is-complete {
  background: var(--accent);
}

.text-back {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: -12px;
  padding: 0 10px;
  border: 0;
  color: var(--muted-strong);
  background: transparent;
  font-size: 12px;
}

.text-back svg {
  width: 17px;
  height: 17px;
}

.form-intro {
  margin-bottom: 30px;
}

.form-intro h1 {
  margin-top: 0;
}

.form-intro p,
.detail-intro p {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.setting-group {
  margin-top: 27px;
}

.setting-group h2,
.field-group label {
  display: block;
  margin: 0 0 11px;
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 620;
  letter-spacing: -0.01em;
}

.segment {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgb(0 0 0 / 0.18);
}

.segment-option {
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  padding: 7px 9px;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
  font-weight: 620;
  line-height: 1.25;
}

.segment-option.is-selected {
  color: var(--ink-strong);
  background: var(--surface-strong);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 4px 12px rgb(0 0 0 / 0.12);
}

.field-note {
  margin: 9px 2px 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.field-group {
  margin-top: 28px;
}

.field-group input,
.field-group textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 17px;
  color: var(--ink-strong);
  caret-color: var(--accent);
  background: var(--surface-soft);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.field-group input {
  min-height: 56px;
  padding: 0 16px;
}

.field-group textarea {
  min-height: 126px;
  padding: 15px 16px;
  line-height: 1.5;
  resize: vertical;
}

.field-group input::placeholder,
.field-group textarea::placeholder {
  color: #646c65;
}

.field-group input:focus,
.field-group textarea:focus {
  border-color: rgb(208 255 0 / 0.42);
  background: var(--surface);
}

.field-group input[aria-invalid="true"],
.field-group textarea[aria-invalid="true"] {
  border-color: rgb(255 143 127 / 0.58);
}

.field-error {
  margin: 8px 2px 0;
  color: var(--danger);
  font-size: 11px;
  line-height: 1.45;
}

.email-orbit {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 4px 0 34px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  background: radial-gradient(circle, var(--accent-soft), transparent 72%);
  box-shadow: 0 0 42px var(--accent-soft);
}

.email-orbit svg {
  width: 27px;
  height: 27px;
}

.email-form {
  display: block;
}

/* Main chrome */
.bottom-nav {
  position: relative;
  z-index: 14;
  min-height: calc(76px + var(--safe-bottom));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  overflow: visible;
  padding: 8px max(8px, env(safe-area-inset-right)) var(--safe-bottom) max(8px, env(safe-area-inset-left));
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgb(8 11 9 / 0.91), rgb(7 10 8 / 0.97));
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.nav-item {
  position: relative;
  min-height: 58px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  isolation: isolate;
  border: 0;
  border-radius: 14px;
  color: #737b74;
  background: transparent;
  font-size: 9px;
  font-weight: 590;
}

.nav-item__icon {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition: transform 160ms var(--ease-out), color 160ms ease;
}

.nav-item__icon svg {
  width: 20px;
  height: 20px;
  transition: filter 160ms ease;
}

.nav-item__label {
  position: relative;
  z-index: 2;
  transform: translateY(0);
  transition: transform 160ms var(--ease-out), color 160ms ease;
}

.nav-item.is-active {
  color: var(--ink-strong);
}

.nav-item.is-active::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -15px;
  width: 64px;
  height: 56px;
  border: 1px solid rgb(208 255 0 / 0.16);
  border-bottom-color: rgb(255 255 255 / 0.045);
  border-radius: 27px 27px 20px 20px;
  background: linear-gradient(180deg, rgb(18 25 19 / 0.99), rgb(8 11 9 / 0.96));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.065), 0 -11px 28px rgb(208 255 0 / 0.055);
  animation: nav-active-surface 160ms var(--ease-out) both;
}

.nav-item.is-active::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--accent-soft);
  filter: blur(9px);
  animation: nav-active-glow 160ms var(--ease-out) both;
}

.nav-item.is-active .nav-item__icon {
  color: var(--accent);
  transform: translateY(-12px) scale(1.16);
  animation: nav-active-icon 160ms var(--ease-out) both;
}

.nav-item.is-active .nav-item__icon svg {
  filter: drop-shadow(0 0 7px var(--accent-glow));
}

.nav-item.is-active .nav-item__label {
  transform: translateY(-4px);
}

.nav-item.is-active:active .nav-item__icon {
  transform: translateY(-12px) scale(1.08);
}

.home-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: start;
  margin: 3px 0 23px;
}

.home-header__spacer {
  width: 44px;
  height: 44px;
}

.home-header__brand {
  display: grid;
  justify-items: center;
  min-width: 0;
  padding-top: 3px;
}

.home-header__brand .brand-logo {
  width: 142px;
}

.avatar-button,
.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--muted-strong);
  background: var(--surface-soft);
}

.avatar-button svg,
.icon-button svg {
  width: 19px;
  height: 19px;
}

.notifications-anchor {
  position: relative;
}

.notification-button {
  position: relative;
}

.notification-button__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border: 2px solid var(--bg);
  border-radius: 999px;
  color: #101506;
  background: var(--accent);
  box-shadow: 0 0 16px rgb(208 255 0 / 0.24);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
}

.notifications-panel {
  position: absolute;
  z-index: 22;
  top: 55px;
  right: 0;
  width: min(326px, calc(100vw - 38px));
  max-height: min(510px, calc(100dvh - 150px));
  overflow: auto;
  padding: 17px;
  border: 1px solid rgb(208 255 0 / 0.18);
  border-radius: 22px 9px 22px 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 0%, rgb(208 255 0 / 0.12), transparent 38%),
    linear-gradient(155deg, rgb(22 29 23 / 0.985), rgb(8 12 9 / 0.985));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.075), 0 26px 70px rgb(0 0 0 / 0.48);
  opacity: 0;
  transform: translate3d(0, -7px, 0) scale(0.96);
  transform-origin: top right;
  transition: opacity 180ms var(--ease-out), transform 180ms var(--ease-out);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.notifications-panel[hidden] {
  display: none;
}

.notifications-panel.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.notifications-panel__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 1px 2px 14px;
  border-bottom: 1px solid var(--line);
}

.notifications-panel__header h2 {
  margin: 6px 0 0;
  color: var(--ink-strong);
  font-size: 20px;
  font-weight: 700;
}

.notifications-panel__header > span {
  flex: 0 0 auto;
  margin-bottom: 2px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 720;
}

.notifications-list {
  display: grid;
}

.notification-item {
  position: relative;
  width: 100%;
  min-height: 68px;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 11px 2px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: opacity 140ms ease, transform 140ms var(--ease-out), background-color 140ms ease;
}

.notification-item:active {
  transform: scale(0.98);
}

.notification-item.is-unread::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow);
}

.notification-item__icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.12);
  border-radius: 12px;
  color: var(--accent);
  background: rgb(208 255 0 / 0.055);
}

.notification-item__icon svg,
.notification-item > svg {
  width: 15px;
  height: 15px;
}

.notification-item > svg {
  color: var(--muted);
}

.notification-item strong,
.notification-item small {
  display: block;
}

.notification-item strong {
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 660;
}

.notification-item small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.notifications-panel__note {
  margin: 13px 2px 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.home-hero {
  position: relative;
  isolation: isolate;
  min-height: 246px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  margin: 0 -4px;
  padding: 24px 20px 20px;
  border: 1px solid var(--line-strong);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.095), transparent 36%),
    radial-gradient(circle at 77% 16%, rgb(208 255 0 / 0.24), transparent 34%),
    radial-gradient(ellipse at 16% 110%, rgb(208 255 0 / 0.1), transparent 44%),
    linear-gradient(152deg, #1a231b 0%, #0b100c 54%, #121810 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.11), inset 0 -28px 60px rgb(0 0 0 / 0.22), 0 24px 58px rgb(0 0 0 / 0.24);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.home-hero::before {
  opacity: 0.42;
  background-image:
    linear-gradient(rgb(208 255 0 / 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgb(208 255 0 / 0.07) 1px, transparent 1px),
    repeating-linear-gradient(124deg, transparent 0 19px, rgb(255 255 255 / 0.022) 20px, transparent 21px 43px);
  background-size: 24px 24px, 24px 24px, auto;
  mask-image: linear-gradient(125deg, #000, transparent 76%);
  -webkit-mask-image: linear-gradient(125deg, #000, transparent 76%);
}

.home-hero::after {
  opacity: 0.55;
  background:
    radial-gradient(circle at 82% 16%, transparent 0 51px, rgb(208 255 0 / 0.11) 52px 53px, transparent 54px 66px, rgb(208 255 0 / 0.07) 67px 68px, transparent 69px),
    linear-gradient(90deg, transparent 0 11%, rgb(208 255 0 / 0.06) 11.2%, transparent 11.5% 100%);
}

.hero-ai-orb {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 9px;
  width: 126px;
  height: 126px;
  opacity: 0.68;
  animation: hero-orb-wander 19s var(--ease-in-out) infinite;
  will-change: transform;
}

.hero-ai-orb__drift {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transform-origin: center;
}

.hero-ai-orb__drift::before {
  content: "";
  position: absolute;
  inset: 27%;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(225 255 93 / 0.34), rgb(208 255 0 / 0.08) 42%, transparent 73%);
  animation: hero-orb-core-pulse 2800ms var(--ease-in-out) infinite alternate;
}

.hero-ai-orb__ring {
  position: absolute;
  border: 1px solid rgb(208 255 0 / 0.36);
  border-radius: 50%;
}

.hero-ai-orb__ring--outer {
  inset: 5%;
  border-style: dashed;
  animation: orb-spin 24s linear infinite;
}

.hero-ai-orb__ring--inner {
  inset: 24%;
  border-color: rgb(255 255 255 / 0.18);
  animation: orb-spin-reverse 13s linear infinite;
}

.hero-ai-orb svg {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  fill: none;
  stroke: rgb(208 255 0 / 0.34);
  stroke-width: 0.7;
  animation: hero-orb-network 31s linear infinite;
}

.hero-ai-orb svg circle {
  fill: #e6ff78;
  stroke: none;
}

.hero-ai-orb__core {
  position: absolute;
  width: 18px;
  height: 18px;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  border-radius: 50%;
  background: #e8ff84;
  box-shadow: 0 0 22px 6px rgb(208 255 0 / 0.26);
  animation: hero-orb-core-pulse 2200ms var(--ease-in-out) infinite alternate;
}

.hero-ai-orb__signal {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 20%;
  top: 47%;
  border-radius: 50%;
  background: #f5ffc9;
  box-shadow: 0 0 8px var(--accent);
  animation: hero-orb-signal 4200ms linear infinite;
}

.home-hero > h1 {
  position: relative;
  z-index: 2;
  width: 74%;
  margin-bottom: 20px;
  color: var(--ink-strong);
  font-size: 29px;
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.booking-button {
  position: relative;
  z-index: 2;
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  border: 0;
  border-radius: 20px;
  padding: 0 15px;
  color: var(--accent-ink);
  text-align: left;
  background: var(--accent);
  box-shadow: 0 14px 34px rgb(208 255 0 / 0.12), inset 0 1px 0 rgb(255 255 255 / 0.62);
}

.booking-button__icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgb(13 18 5 / 0.09);
}

.booking-button strong,
.booking-button small {
  display: block;
}

.booking-button strong {
  font-size: 15px;
}

.booking-button small {
  margin-top: 4px;
  opacity: 0.68;
  font-size: 10px;
}

.booking-button > svg {
  width: 19px;
  height: 19px;
}

.content-section {
  margin-top: 29px;
}

.section-heading {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.section-heading h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 660;
}

.quiet-button {
  min-height: 44px;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 10px;
}

.empty-state,
.booking-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface-soft);
}

.empty-state {
  display: grid;
  justify-items: start;
  padding: 21px;
}

.empty-state h3 {
  margin: 17px 0 7px;
  font-size: 16px;
}

.empty-state p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.empty-orbit {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  background: var(--accent-soft);
}

.empty-orbit svg {
  width: 18px;
  height: 18px;
}

.text-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: -7px 0 -8px -10px;
  padding: 0 10px;
  border: 0;
  color: var(--accent);
  background: transparent;
  font-size: 11px;
  font-weight: 650;
}

.text-button svg {
  width: 15px;
  height: 15px;
}

.booking-card {
  padding: 18px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
}

.booking-card__top,
.booking-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 9px;
  font-weight: 700;
}

.status-pill i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 7px currentColor;
}

.booking-plan {
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 660;
}

.booking-time {
  margin: 20px 0 16px;
  color: var(--ink-strong);
  font-size: 18px;
  font-weight: 660;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.booking-meta {
  justify-content: flex-start;
  color: var(--muted);
  font-size: 10px;
}

.section-kicker {
  margin-bottom: 11px;
  color: var(--muted);
}

.action-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface-soft);
}

.action-list button {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  border: 0;
  padding: 0 15px;
  color: var(--ink);
  text-align: left;
  background: transparent;
}

.action-list button + button {
  border-top: 1px solid var(--line);
}

.action-list strong,
.action-list small {
  display: block;
}

.action-list strong {
  font-size: 13px;
  font-weight: 640;
}

.action-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.action-list > button > svg {
  width: 16px;
  height: 16px;
  color: var(--muted);
}

.action-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--accent);
  background: var(--accent-soft);
}

.action-icon svg {
  width: 18px;
  height: 18px;
}

/* Pages */
.page-header {
  padding: 12px 0 4px;
}

.page-header h1 {
  max-width: 370px;
  margin: 11px 0 9px;
  font-size: clamp(30px, 8vw, 38px);
  font-weight: 710;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.page-header > p:last-child:not(.eyebrow) {
  max-width: 355px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.large-empty {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 8px 24px;
  text-align: center;
}

.empty-orbit--large {
  width: 82px;
  height: 82px;
  box-shadow: 0 0 48px var(--accent-soft);
}

.empty-orbit--large svg {
  width: 28px;
  height: 28px;
}

.large-empty h2 {
  margin: 28px 0 9px;
  font-size: 23px;
  line-height: 1.08;
}

.large-empty > p {
  max-width: 310px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.large-empty .primary-button {
  max-width: 310px;
}

.text-button--center {
  margin: 9px 0 0;
}

.status-label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quiet-wide {
  width: 100%;
  min-height: 46px;
  margin-top: 10px;
  border: 0;
  border-radius: 14px;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
}

/* AI booking flow */
.booking-ai-screen {
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding-bottom: 0;
}

.scroll-area--bookings {
  padding-bottom: 13px;
}

.booking-ai-header {
  position: relative;
  z-index: 3;
  padding-top: 10px;
  text-align: center;
  transition: opacity 360ms var(--ease-out), transform 520ms var(--ease-out);
}

.booking-ai-header h1 {
  max-width: 330px;
  margin: 11px auto 9px;
  color: var(--ink-strong);
  font-size: clamp(26px, 7.5vw, 34px);
  font-weight: 710;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.booking-ai-header > p:last-child {
  max-width: 320px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.ai-sphere-shell {
  position: relative;
  width: min(390px, calc(100% + 32px));
  max-width: none;
  align-self: center;
  justify-self: center;
  margin: -7px 0 -5px;
  transition: opacity 480ms var(--ease-out), transform 680ms var(--ease-out);
}

.ai-status,
.ai-telemetry {
  position: absolute;
  z-index: 5;
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #738078;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ai-status {
  top: 34px;
}

.ai-status span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #a6b1a8;
}

.ai-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
  animation: orb-node-pulse 1800ms var(--ease-in-out) infinite alternate;
}

.ai-status b {
  font-weight: 560;
}

.ai-telemetry {
  bottom: 30px;
}

.ai-sphere-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: transform 680ms var(--ease-out), opacity 480ms var(--ease-out);
  contain: layout paint;
}

.ai-sphere-stage::before,
.ai-sphere-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.ai-sphere-stage::before {
  inset: 20%;
  background: radial-gradient(circle, rgb(219 255 68 / 0.17), rgb(208 255 0 / 0.055) 38%, transparent 70%);
  opacity: 0.72;
  transform: scale(0.94);
  animation: orb-aura-breathe 2600ms var(--ease-in-out) infinite alternate;
}

.ai-sphere-stage::after {
  inset: 38%;
  background: #e5ff77;
  opacity: 0.13;
  filter: blur(22px);
}

.orb-depth {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform: translate3d(0, 0, 0);
  transition: transform 260ms var(--ease-out);
  will-change: transform;
}

.ai-sphere-stage svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.orb-ring {
  fill: none;
  color: var(--accent);
  transform-origin: center;
  will-change: transform;
}

.orb-ring circle,
.orb-ring ellipse {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.82;
  vector-effect: non-scaling-stroke;
}

.orb-ring__secondary {
  opacity: 0.28;
}

.orb-ring--outer {
  opacity: 0.42;
  animation: orb-spin 26s linear infinite;
}

.orb-ring--outer circle:first-child {
  stroke-dasharray: 13 4 1 5 20 8 3 6;
}

.orb-ring--outer circle:nth-child(2) {
  stroke-dasharray: 2 8 28 5 1 9;
}

.orb-bracket,
.orb-radials {
  fill: none;
  stroke: rgb(208 255 0 / 0.62);
  stroke-width: 0.7;
  vector-effect: non-scaling-stroke;
}

.orb-ring--axis {
  opacity: 0.27;
  animation: orb-axis-shift 12s var(--ease-in-out) infinite;
}

.orb-ring--axis ellipse:first-child {
  stroke-dasharray: 19 9 2 6;
}

.orb-ring--axis ellipse:last-child {
  stroke-dasharray: 6 5 23 9 1 7;
}

.orb-ring--mid {
  opacity: 0.54;
  animation: orb-mechanical-shift 9s var(--ease-in-out) infinite;
}

.orb-ring--mid circle {
  stroke-dasharray: 24 8 2 7 11 5 1 9;
}

.orb-ring--inner {
  opacity: 0.62;
  animation: orb-spin-reverse 11s linear infinite;
}

.orb-ring--inner circle:first-child {
  stroke-width: 1.05;
  stroke-dasharray: 9 3 1 4 17 6;
}

.orb-ring--inner circle:last-child {
  stroke-dasharray: 2 5 12 4 1 7;
}

.orb-network {
  opacity: 0.69;
  animation: orb-network-turn 34s linear infinite;
}

.orb-network__lines path {
  fill: none;
  stroke: rgb(208 255 0 / 0.38);
  stroke-width: 0.72;
  vector-effect: non-scaling-stroke;
}

.orb-network__nodes circle {
  fill: #e4ff68;
  stroke: rgb(208 255 0 / 0.26);
  stroke-width: 5;
  transform-box: fill-box;
  transform-origin: center;
  animation: orb-node-pulse 2200ms var(--ease-in-out) infinite alternate;
}

.orb-network__nodes circle:nth-child(3n + 1) {
  animation-delay: -600ms;
}

.orb-network__nodes circle:nth-child(3n + 2) {
  animation-delay: -1300ms;
}

.orb-signal {
  fill: #f5ffca;
  stroke: none;
  opacity: 0;
  transform-box: fill-box;
  filter: drop-shadow(0 0 4px var(--accent));
}

.orb-signal--one {
  animation: orb-signal-one 3400ms linear infinite;
}

.orb-signal--two {
  animation: orb-signal-two 2900ms linear 900ms infinite;
}

.orb-signal--three {
  animation: orb-signal-three 4100ms linear 400ms infinite;
}

.orb-core {
  position: relative;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(222 255 76 / 0.48);
  border-radius: 50%;
  background: radial-gradient(circle at 43% 38%, #f3ffc0 0 3%, #dcff3f 7%, rgb(208 255 0 / 0.58) 19%, rgb(208 255 0 / 0.15) 39%, transparent 69%);
  box-shadow: inset 0 0 23px rgb(233 255 137 / 0.18), 0 0 34px rgb(208 255 0 / 0.16);
  animation: orb-core-breathe 2400ms var(--ease-in-out) infinite alternate;
}

.orb-core::before,
.orb-core::after,
.orb-core span,
.orb-core i,
.orb-core b,
.orb-core em {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.orb-core::before {
  inset: 10px;
  border: 1px dashed rgb(239 255 170 / 0.66);
  animation: orb-spin 7s linear infinite;
}

.orb-core::after {
  inset: 27px;
  background: #ecff98;
  opacity: 0.82;
  box-shadow: 0 0 20px 7px rgb(208 255 0 / 0.4);
}

.orb-core span,
.orb-core i,
.orb-core b,
.orb-core em {
  width: 4px;
  height: 4px;
  background: #f7ffdb;
  box-shadow: 0 0 8px var(--accent);
}

.orb-core span { top: 14px; left: 45px; }
.orb-core i { top: 45px; right: 13px; }
.orb-core b { bottom: 13px; left: 43px; }
.orb-core em { top: 45px; left: 13px; }

.orb-coordinate {
  position: absolute;
  z-index: 4;
  color: rgb(184 205 187 / 0.55);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 6px;
  font-weight: 520;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.orb-coordinate::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  margin-right: 5px;
  vertical-align: middle;
  background: rgb(208 255 0 / 0.42);
}

.orb-coordinate--top { top: 17%; left: 39%; }
.orb-coordinate--left { top: 54%; left: 1%; transform: rotate(-90deg); }
.orb-coordinate--right { top: 55%; right: -1%; transform: rotate(90deg); }

.orb-particle {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.46;
  box-shadow: 0 0 7px var(--accent);
  animation: orb-particle-drift 3200ms var(--ease-in-out) infinite alternate;
}

.orb-particle--one { top: 25%; left: 15%; }
.orb-particle--two { top: 37%; right: 9%; animation-delay: -900ms; }
.orb-particle--three { right: 20%; bottom: 17%; animation-delay: -1700ms; }
.orb-particle--four { left: 18%; bottom: 25%; animation-delay: -2400ms; }

.orb-radial-pulse {
  position: absolute;
  z-index: 8;
  inset: 31%;
  border: 1px solid rgb(224 255 91 / 0.7);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
}

.ai-sphere-stage.is-reacting .orb-radial-pulse,
.ai-sphere-stage.is-engaged .orb-radial-pulse {
  animation: orb-radial-wave 760ms var(--ease-out) forwards;
}

.ai-sphere-stage.is-engaged .orb-ring--outer { animation-duration: 5.6s; }
.ai-sphere-stage.is-engaged .orb-ring--axis { animation-duration: 3.2s; }
.ai-sphere-stage.is-engaged .orb-ring--mid { animation-duration: 2.6s; }
.ai-sphere-stage.is-engaged .orb-ring--inner { animation-duration: 2.1s; }
.ai-sphere-stage.is-engaged .orb-network { animation-duration: 5s; }
.ai-sphere-stage.is-engaged .orb-network__nodes circle { animation-duration: 620ms; }

.booking-ai-action {
  position: relative;
  z-index: 8;
  width: 100%;
  max-width: 342px;
  align-self: end;
  margin: 0 auto;
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: center bottom;
  transition: opacity 300ms var(--ease-out), transform 420ms var(--ease-out);
}

.booking-button--ai {
  width: 100%;
}

.booking-button--ai:disabled {
  cursor: default;
}

.booking-ai-action > p {
  max-width: 290px;
  margin: 10px auto 0;
  color: #687169;
  font-size: 8px;
  line-height: 1.4;
  text-align: center;
}

.booking-ai-screen.is-activating .booking-ai-header {
  opacity: 0.35;
  transform: translateY(-4px);
}

.booking-ai-screen.is-activating .ai-sphere-shell {
  transform: translateY(10px) scale(1.055);
}

.booking-ai-screen.is-activating .ai-sphere-stage {
  transform: translateZ(0) scale(1.04);
}

.booking-ai-screen.is-activating .booking-ai-action {
  opacity: 0;
  transform: translateY(17px) scale(0.975);
  pointer-events: none;
}

/* Booking check-in */
.checkin-dialog {
  width: min(390px, calc(100vw - 24px));
  max-height: min(760px, calc(100dvh - 24px));
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 29px;
  color: var(--ink);
  background: transparent;
  opacity: 0;
  transform: translateY(18px) scale(0.965);
  transition: opacity 180ms var(--ease-out), transform 260ms var(--ease-out);
}

.checkin-dialog::backdrop {
  background: rgb(1 4 2 / 0.76);
  opacity: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 180ms var(--ease-out);
}

.checkin-dialog.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.checkin-dialog.is-visible::backdrop {
  opacity: 1;
}

.checkin-dialog__panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 0.145);
  border-radius: 29px;
  background:
    radial-gradient(circle at 85% 0%, rgb(208 255 0 / 0.15), transparent 31%),
    repeating-linear-gradient(115deg, transparent 0 31px, rgb(255 255 255 / 0.012) 32px, transparent 33px 63px),
    linear-gradient(158deg, #171d18, #0b0f0c 68%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 34px 96px rgb(0 0 0 / 0.62);
}

.checkin-dialog__panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -138px;
  right: -116px;
  border: 1px solid rgb(208 255 0 / 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgb(208 255 0 / 0.025), 0 0 0 62px rgb(208 255 0 / 0.018);
  pointer-events: none;
}

.checkin-dialog__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
}

.checkin-dialog__header > div {
  display: grid;
  justify-items: center;
  gap: 5px;
}

.checkin-dialog__header .eyebrow {
  margin: 0;
}

.checkin-dialog__header > div > span {
  color: #768078;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.checkin-dialog__nav,
.checkin-dialog__close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted-strong);
  background: rgb(255 255 255 / 0.035);
  cursor: pointer;
  transition: transform 140ms var(--ease-out), border-color 160ms ease, background-color 160ms ease;
}

.checkin-dialog__nav:active,
.checkin-dialog__close:active,
.checkin-choice:active,
.checkin-help-link:active {
  transform: scale(0.97);
}

.checkin-dialog__nav svg,
.checkin-dialog__close svg {
  width: 17px;
  height: 17px;
}

.checkin-dialog__content {
  position: relative;
  z-index: 1;
  padding: 24px 2px 2px;
}

.checkin-dialog__content > h2 {
  max-width: 305px;
  margin: 0;
  color: var(--ink-strong);
  font-size: 31px;
  font-weight: 710;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.checkin-dialog__content > p {
  max-width: 310px;
  margin: 11px 0 21px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.52;
}

.checkin-choices {
  display: grid;
  gap: 9px;
}

.checkin-choice {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 19px;
  color: var(--ink);
  text-align: left;
  background: linear-gradient(118deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.018));
  cursor: pointer;
  transition: transform 140ms var(--ease-out), border-color 180ms ease, background-color 180ms ease;
}

.checkin-choice__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.14);
  border-radius: 14px;
  color: var(--accent);
  background: var(--accent-soft);
}

.checkin-choice__icon svg {
  width: 19px;
  height: 19px;
}

.checkin-choice > span:nth-child(2) {
  min-width: 0;
}

.checkin-choice strong,
.checkin-choice small {
  display: block;
}

.checkin-choice strong {
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 680;
}

.checkin-choice small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.checkin-choice > svg {
  width: 15px;
  height: 15px;
  color: #7b857d;
}

.checkin-questions {
  display: grid;
  gap: 10px;
}

.checkin-question-group {
  padding: 0 0 12px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgb(255 255 255 / 0.025);
}

.checkin-question-group .checkin-question {
  border: 0;
  border-radius: 18px 18px 0 0;
  background: transparent;
}

.checkin-question {
  min-height: 76px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 19px;
  color: var(--ink-strong);
  background: rgb(255 255 255 / 0.035);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.4;
  cursor: pointer;
}

.checkin-question input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.checkin-question__box {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 8px;
  color: transparent;
  background: rgb(2 5 3 / 0.36);
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, transform 150ms var(--ease-out);
}

.checkin-question__box svg {
  width: 14px;
  height: 14px;
}

.checkin-question input:checked + .checkin-question__box {
  border-color: var(--accent);
  color: var(--accent-ink);
  background: var(--accent);
  transform: scale(1.04);
}

.checkin-question input:focus-visible + .checkin-question__box {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.checkin-help-link {
  margin: 0 14px;
  padding: 3px 0;
  border: 0;
  color: var(--accent);
  background: transparent;
  font-size: 9px;
  font-weight: 660;
  cursor: pointer;
}

.checkin-ltsc-help {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  margin: 10px 12px 0;
  padding: 11px;
  border: 1px solid rgb(208 255 0 / 0.12);
  border-radius: 13px;
  color: var(--muted-strong);
  background: rgb(208 255 0 / 0.045);
}

.checkin-ltsc-help[hidden] {
  display: none;
}

.checkin-ltsc-help svg {
  width: 17px;
  height: 17px;
  color: var(--accent);
}

.checkin-ltsc-help p {
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
}

.checkin-dialog__next {
  min-height: 55px;
  margin-top: 17px;
}

.services-screen {
  min-height: 100%;
  padding-bottom: 4px;
}

.booking-flow-header {
  position: relative;
  padding-top: 2px;
}

.booking-flow-header > .icon-button {
  margin-bottom: 25px;
}

.booking-flow-status {
  position: absolute;
  top: 12px;
  right: 0;
  display: grid;
  justify-items: end;
  gap: 5px;
  color: var(--muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-flow-status span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted-strong);
}

.booking-flow-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 9px var(--accent);
}

.booking-flow-status b {
  color: #687069;
  font-weight: 500;
}

.booking-flow-header h1 {
  max-width: 320px;
  margin: 10px 0 9px;
  font-size: clamp(29px, 8vw, 37px);
  font-weight: 710;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.booking-flow-header > p:last-child {
  max-width: 335px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.52;
}

.services-assessment {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin-top: 19px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.032);
}

.services-assessment > svg {
  width: 19px;
  height: 19px;
  padding: 3px;
  border-radius: 7px;
}

.services-assessment strong {
  display: block;
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 690;
}

.services-assessment p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.52;
}

.services-assessment--warning {
  border-color: rgb(255 255 255 / 0.12);
  background: linear-gradient(120deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.018));
}

.services-assessment--warning > svg {
  color: #dce4dd;
  background: rgb(255 255 255 / 0.08);
}

.services-assessment--success {
  border-color: rgb(208 255 0 / 0.19);
  background: linear-gradient(120deg, rgb(208 255 0 / 0.07), rgb(255 255 255 / 0.018));
}

.services-assessment--success > svg {
  color: var(--accent-ink);
  background: var(--accent);
}

.services-list {
  display: grid;
  gap: 12px;
  margin-top: 23px;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgb(255 255 255 / 0.115);
  border-radius: 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 4%, rgb(208 255 0 / 0.08), transparent 34%),
    linear-gradient(128deg, rgb(255 255 255 / 0.065), rgb(255 255 255 / 0.021));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.045), 0 18px 44px rgb(0 0 0 / 0.14);
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  animation: service-card-enter 300ms var(--ease-out) forwards;
  transition: transform 160ms var(--ease-out), border-color 180ms ease, background-color 180ms ease;
}

.service-card:nth-child(2) { animation-delay: 50ms; }
.service-card:nth-child(3) { animation-delay: 100ms; }
.service-card:nth-child(4) { animation-delay: 150ms; }

.service-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -102px;
  right: -88px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(208 255 0 / 0.19), transparent 68%);
  opacity: 0;
  transition: opacity 180ms var(--ease-out);
}

.service-card.is-featured {
  border-color: rgb(208 255 0 / 0.3);
  background:
    radial-gradient(circle at 92% 4%, rgb(208 255 0 / 0.17), transparent 37%),
    linear-gradient(128deg, rgb(208 255 0 / 0.1), rgb(255 255 255 / 0.025) 64%);
}

.service-card.is-recommended--soft {
  border-color: rgb(208 255 0 / 0.24);
  background:
    radial-gradient(circle at 92% 4%, rgb(208 255 0 / 0.1), transparent 35%),
    linear-gradient(128deg, rgb(208 255 0 / 0.05), rgb(255 255 255 / 0.022) 68%);
}

.service-card.is-recommended--strong {
  border-color: rgb(208 255 0 / 0.62);
  background:
    radial-gradient(circle at 91% 3%, rgb(208 255 0 / 0.23), transparent 39%),
    linear-gradient(128deg, rgb(208 255 0 / 0.115), rgb(255 255 255 / 0.027) 65%);
  box-shadow: inset 0 0 0 1px rgb(208 255 0 / 0.09), 0 20px 50px rgb(0 0 0 / 0.2), 0 0 38px rgb(208 255 0 / 0.065);
}

.service-card.is-recommended::before {
  opacity: 0.65;
}

.service-card.is-recommended--strong::before {
  opacity: 1;
}

.service-card.is-selected {
  border-color: rgb(208 255 0 / 0.58);
  box-shadow: inset 0 0 0 1px rgb(208 255 0 / 0.09), 0 18px 46px rgb(0 0 0 / 0.18), 0 0 34px rgb(208 255 0 / 0.055);
}

.service-card.is-selected::before {
  opacity: 1;
}

.service-card__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
}

.service-card__index {
  padding-top: 5px;
  color: #626b64;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 8px;
}

.service-card__header h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 22px;
  font-weight: 690;
  line-height: 1;
  letter-spacing: -0.035em;
}

.service-card__header div > span {
  display: inline-block;
  margin-top: 7px;
  padding: 4px 6px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 6px;
  font-style: normal;
  font-weight: 720;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-card__header .service-card__badge {
  max-width: 190px;
  border-radius: 7px;
  line-height: 1.35;
  text-wrap: balance;
}

.service-card.is-recommended--soft .service-card__badge {
  color: rgb(208 255 0 / 0.76);
  background: rgb(208 255 0 / 0.065);
}

.service-card.is-recommended--strong .service-card__badge {
  color: var(--accent-ink);
  background: var(--accent);
}

.service-card__header > strong {
  padding-top: 3px;
  color: var(--ink-strong);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.service-card > ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 17px 0 18px 36px;
  padding: 0;
  color: var(--muted-strong);
  font-size: 10px;
  line-height: 1.4;
  list-style: none;
}

.service-card > ul li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}

.service-card > ul svg {
  width: 14px;
  height: 14px;
  color: var(--accent);
}

.service-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-left: 36px;
}

.service-card__details {
  min-height: 40px;
  padding: 0;
  border: 0;
  color: var(--accent);
  background: transparent;
  font-size: 10px;
  font-weight: 650;
}

.service-card__choose {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px 0 16px;
  border: 0;
  border-radius: 14px;
  color: var(--accent-ink);
  background: var(--accent);
  box-shadow: 0 12px 28px rgb(208 255 0 / 0.13), inset 0 1px 0 rgb(255 255 255 / 0.5);
  font-size: 11px;
  font-weight: 720;
}

.service-card__choose svg {
  width: 14px;
  height: 14px;
}

.services-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 2px 0;
  color: #6f7871;
  font-size: 8px;
  line-height: 1.45;
}

.services-note svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  color: #849086;
}

.plan-dialog {
  width: min(386px, calc(100vw - 28px));
  max-height: min(720px, calc(100dvh - 28px));
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 28px;
  color: var(--ink);
  background: transparent;
  opacity: 0;
  transform: translateY(15px) scale(0.965);
  transition: opacity 180ms var(--ease-out), transform 220ms var(--ease-out);
}

.plan-dialog::backdrop {
  background: rgb(1 4 2 / 0.74);
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 180ms var(--ease-out);
}

.plan-dialog.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.plan-dialog.is-visible::backdrop {
  opacity: 1;
}

.plan-dialog__panel {
  position: relative;
  overflow: hidden;
  padding: 21px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 0%, rgb(208 255 0 / 0.115), transparent 30%),
    linear-gradient(156deg, #171d18, #0c100d 66%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.075), 0 30px 90px rgb(0 0 0 / 0.58);
}

.plan-dialog__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding-right: 48px;
}

.plan-dialog__header h2 {
  margin: 7px 0 0;
  color: var(--ink-strong);
  font-size: 34px;
  font-weight: 710;
  line-height: 1;
}

.plan-dialog__close {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--muted-strong);
  background: var(--surface-soft);
  transition: transform 140ms var(--ease-out), background-color 140ms ease, border-color 140ms ease;
  cursor: pointer;
}

.plan-dialog__close:active {
  transform: scale(0.95);
}

.plan-dialog__close svg {
  width: 17px;
  height: 17px;
}

.plan-dialog__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 22px;
  color: var(--accent);
  font-size: 27px;
  font-weight: 710;
  letter-spacing: -0.045em;
}

.plan-dialog__price span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0;
}

.plan-dialog__features--included {
  position: relative;
  overflow: hidden;
  margin: -2px -9px 0;
  padding: 18px 15px 17px;
  border: 1px solid rgb(208 255 0 / 0.18);
  border-radius: 19px;
  background:
    radial-gradient(circle at 0% 0%, rgb(208 255 0 / 0.12), transparent 48%),
    linear-gradient(145deg, rgb(208 255 0 / 0.065), rgb(255 255 255 / 0.025));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.055), 0 15px 38px rgb(0 0 0 / 0.12);
}

.plan-dialog__features--included::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 62px;
  height: 1px;
  background: var(--accent);
  box-shadow: 0 0 16px rgb(208 255 0 / 0.6);
}

.plan-dialog__features--included h3 {
  color: rgb(222 255 91 / 0.92);
}

.plan-dialog__features--included li {
  color: #dce3dd;
}

.plan-dialog__features--included li svg {
  color: #10160d;
  background: var(--accent);
  box-shadow: 0 0 13px rgb(208 255 0 / 0.16);
}

.plan-dialog__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 21px 0;
}

.plan-dialog__divider span {
  height: 1px;
  background: var(--line);
}

.plan-dialog__divider i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 9px var(--accent);
}

.plan-dialog__features h3 {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan-dialog__features ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-dialog__features li {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.45;
}

.plan-dialog__features li svg {
  width: 17px;
  height: 17px;
  padding: 3px;
  border-radius: 50%;
  color: var(--accent);
  background: var(--accent-soft);
}

.plan-dialog__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 21px 0 16px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #858e87;
  background: rgb(255 255 255 / 0.028);
  font-size: 8px;
  line-height: 1.45;
}

.plan-dialog__note svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: #99a29b;
}

.plan-dialog__select {
  min-height: 56px;
}

/* Profile */
.profile-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  overflow: hidden;
  margin: 4px -2px 0;
  padding: 21px;
  border: 1px solid var(--line-strong);
  border-radius: 27px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.065), transparent 46%),
    radial-gradient(circle at 88% 8%, rgb(208 255 0 / 0.14), transparent 40%),
    var(--surface);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.07), 0 22px 54px rgb(0 0 0 / 0.16);
}

.profile-card__mark {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 46px;
  aspect-ratio: 1;
  overflow: hidden;
  opacity: 1;
  filter: drop-shadow(0 0 11px rgb(208 255 0 / 0.22));
}

.profile-card__mark .brand-logo {
  width: 100%;
  height: 100%;
}

.profile-card__sheen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.78;
  -webkit-mask: url("../assets/s1nup-mark.svg") center / contain no-repeat;
  mask: url("../assets/s1nup-mark.svg") center / contain no-repeat;
}

.profile-card__sheen::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% 0;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.94), transparent);
  animation: logo-sweep 6200ms var(--ease-in-out) 1100ms infinite;
}

.profile-avatar {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 24px;
  background: var(--bg-elevated);
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.28), 0 0 0 5px rgb(208 255 0 / 0.045);
}

.profile-card__identity {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: 73px;
}

.profile-card__identity h1 {
  overflow: hidden;
  margin: 9px 0 0;
  color: var(--ink-strong);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.03;
  text-overflow: ellipsis;
}

.profile-handle {
  overflow: hidden;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-meta {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 12px;
  margin: 4px 0 0;
  padding-right: 53px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.profile-card__contact {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border-color: rgb(208 255 0 / 0.15);
  border-radius: 14px;
  color: var(--accent);
  background: rgb(208 255 0 / 0.06);
  box-shadow: 0 0 22px rgb(208 255 0 / 0.06);
}

.profile-card__contact svg {
  width: 17px;
  height: 17px;
}

.profile-meta div {
  min-width: 0;
}

.profile-meta dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-meta dd {
  overflow: hidden;
  margin: 0;
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 590;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-menu {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface-soft);
}

.profile-menu button {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 10px 15px;
  border: 0;
  color: var(--ink);
  text-align: left;
  background: transparent;
}

.profile-menu button + button {
  border-top: 1px solid var(--line);
}

.profile-menu button > span:nth-child(2) {
  min-width: 0;
}

.profile-menu strong,
.profile-menu small {
  display: block;
}

.profile-menu strong {
  font-size: 12px;
  font-weight: 650;
}

.profile-menu small {
  overflow: hidden;
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-menu__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--accent);
  background: var(--accent-soft);
}

.profile-menu__icon svg {
  width: 17px;
  height: 17px;
}

.profile-menu button > svg {
  width: 16px;
  height: 16px;
  color: var(--muted);
}

.profile-source-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 22px 4px 2px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.profile-source-note svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: var(--accent);
}

/* Profile notifications and bonuses */
.notification-history {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgb(255 255 255 / 0.022);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
}

.notification-history-item {
  position: relative;
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  padding: 15px;
}

.notification-history-item + .notification-history-item {
  border-top: 1px solid var(--line);
}

.notification-history-item.is-unread::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 9px rgb(208 255 0 / 0.55);
}

.notification-history-item__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--accent);
  background: var(--accent-soft);
}

.notification-history-item__icon svg {
  width: 18px;
  height: 18px;
}

.notification-history-item > div > div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding-right: 9px;
}

.notification-history-item strong {
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 660;
  line-height: 1.35;
}

.notification-history-item time {
  flex: 0 0 auto;
  color: #687169;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 6.5px;
  line-height: 1.5;
  text-transform: uppercase;
}

.notification-history-item p {
  margin: 6px 14px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.detail-demo-note {
  margin: 17px 4px 0;
  color: #687169;
  font-size: 8px;
  line-height: 1.5;
}

.bonuses-screen {
  display: flex;
  flex-direction: column;
}

.bonuses-empty {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 34px 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 32%, rgb(208 255 0 / 0.09), transparent 31%),
    repeating-linear-gradient(90deg, transparent 0 31px, rgb(255 255 255 / 0.015) 32px),
    var(--surface-soft);
}

.bonuses-empty > div {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 25px;
  color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 0 48px rgb(208 255 0 / 0.08);
}

.bonuses-empty > div svg {
  width: 29px;
  height: 29px;
}

.bonuses-empty > div i {
  position: absolute;
  inset: -11px;
  border: 1px dashed rgb(208 255 0 / 0.13);
  border-radius: 30px;
  transform: rotate(14deg);
}

.bonuses-empty h3 {
  margin: 28px 0 9px;
  color: var(--ink-strong);
  font-size: 24px;
  font-weight: 690;
  letter-spacing: -0.045em;
}

.bonuses-empty p {
  max-width: 275px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.bonuses-empty > span {
  margin-top: 22px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: rgb(208 255 0 / 0.7);
  background: rgb(208 255 0 / 0.04);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Profile detail screens */
.detail-lead {
  max-width: 350px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.6;
}

/* Partners and referral */
.scroll-area--referral {
  padding-top: calc(var(--safe-top) + 2px);
}

.partners-page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  margin: 0 2px 20px;
}

.partners-page-header .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -5px;
}

.partners-page-header h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 28px;
  font-weight: 710;
  line-height: 1;
}

.demo-label,
.partner-tier {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface-soft);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.referral-hero {
  position: relative;
  isolation: isolate;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 23px 20px 20px;
  border: 1px solid rgb(208 255 0 / 0.19);
  border-radius: 29px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 0.09), transparent 34%),
    radial-gradient(circle at 80% 15%, rgb(208 255 0 / 0.2), transparent 31%),
    repeating-linear-gradient(120deg, transparent 0 24px, rgb(255 255 255 / 0.018) 25px, transparent 26px 49px),
    linear-gradient(150deg, #1c251d 0%, #0b100c 55%, #11180e 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.11), inset 0 -38px 70px rgb(0 0 0 / 0.23), 0 24px 54px rgb(0 0 0 / 0.2);
}

.referral-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.5;
  background-image:
    linear-gradient(rgb(208 255 0 / 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgb(208 255 0 / 0.07) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(135deg, #000, transparent 78%);
  -webkit-mask-image: linear-gradient(135deg, #000, transparent 78%);
}

.referral-hero > .eyebrow,
.referral-hero > h2,
.referral-hero > p,
.referral-hero__cta {
  position: relative;
  z-index: 2;
}

.referral-hero > h2 {
  max-width: 280px;
  margin: 9px 0 10px;
  color: var(--ink-strong);
  font-size: 32px;
  font-weight: 710;
  line-height: 1;
  letter-spacing: -0.055em;
}

.referral-hero > p:not(.eyebrow) {
  max-width: 305px;
  margin-bottom: 18px;
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.55;
}

.referral-hero__cta {
  min-height: 58px;
}

.referral-hero__cta-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.referral-hero__cta-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(8 12 9 / 0.14);
  border-radius: 10px;
  background: rgb(8 12 9 / 0.1);
}

.referral-hero__cta-icon svg {
  width: 17px;
  height: 17px;
}

.referral-hero__signal {
  position: absolute;
  z-index: 1;
  top: -36px;
  right: -22px;
  width: 184px;
  height: 184px;
  display: grid;
  place-items: center;
  opacity: 0.78;
}

.referral-hero__signal::before,
.referral-hero__signal::after,
.referral-hero__signal i,
.referral-hero__signal b {
  content: "";
  position: absolute;
  border: 1px solid rgb(208 255 0 / 0.23);
  border-radius: 50%;
}

.referral-hero__signal::before {
  inset: 8%;
  border-style: dashed;
  animation: partner-orbit 26s linear infinite;
}

.referral-hero__signal::after {
  inset: 25%;
  border-color: rgb(255 255 255 / 0.15);
  animation: partner-orbit 18s linear infinite reverse;
}

.referral-hero__signal i {
  inset: 15%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(38deg);
  animation: partner-axis 7s var(--ease-in-out) infinite;
}

.referral-hero__signal b {
  inset: 38%;
  border: 0;
  background: radial-gradient(circle, rgb(234 255 143 / 0.38), rgb(208 255 0 / 0.08) 44%, transparent 72%);
  animation: partner-core 2400ms var(--ease-in-out) infinite alternate;
}

.referral-hero__signal > span {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.31);
  border-radius: 17px;
  color: var(--accent);
  background: rgb(14 20 13 / 0.8);
  box-shadow: 0 0 30px rgb(208 255 0 / 0.16), inset 0 1px 0 rgb(255 255 255 / 0.09);
}

.referral-hero__signal > span svg {
  width: 21px;
  height: 21px;
}

.referral-section {
  margin-top: 30px;
}

.referral-overview {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.referral-overview details + details {
  border-top: 1px solid var(--line);
}

.referral-overview summary {
  min-height: 64px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 9px;
  color: var(--muted-strong);
  cursor: pointer;
  list-style: none;
}

.referral-overview summary::-webkit-details-marker {
  display: none;
}

.referral-overview summary > span {
  color: #646d65;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 8px;
}

.referral-overview summary strong {
  font-size: 13px;
  font-weight: 620;
}

.referral-overview summary svg {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  transition: transform 180ms var(--ease-out), color 180ms ease;
}

.referral-overview details[open] summary {
  color: var(--ink-strong);
}

.referral-overview details[open] summary svg {
  color: var(--accent);
  transform: rotate(-90deg);
}

.referral-overview details > p {
  margin: -4px 18px 18px 41px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.referral-ambassadors > header,
.partner-invites > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.referral-ambassadors > header h2,
.partner-invites > header h2 {
  margin: 7px 0 0;
  color: var(--ink-strong);
  font-size: 22px;
  font-weight: 690;
}

.referral-ambassadors > header > span,
.partner-invites > header > span {
  color: #616a62;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 9px;
}

.referral-section__lead {
  max-width: 320px;
  margin: 11px 0 16px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

.ambassador-list {
  display: grid;
  gap: 12px;
}

.ambassador-card {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background:
    radial-gradient(circle at 90% 2%, rgb(208 255 0 / 0.075), transparent 31%),
    linear-gradient(145deg, rgb(255 255 255 / 0.055), transparent 44%),
    rgb(15 20 16 / 0.78);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.045);
}

.ambassador-card__header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
}

.ambassador-card__header > img {
  width: 54px;
  height: 54px;
  border: 1px solid rgb(208 255 0 / 0.19);
  border-radius: 18px;
  background: #0b0f0c;
  box-shadow: 0 8px 18px rgb(0 0 0 / 0.24);
}

.ambassador-card__header span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 6px;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ambassador-card__header h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 17px;
  font-weight: 710;
}

.ambassador-socials {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ambassador-socials a {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--muted-strong);
  background: rgb(255 255 255 / 0.035);
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease, transform 140ms var(--ease-out);
}

.ambassador-socials a:active {
  transform: scale(0.94);
}

.ambassador-socials svg {
  width: 13px;
  height: 13px;
}

.ambassador-card > p {
  min-height: 33px;
  margin: 14px 2px 13px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

.ambassador-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin: 0;
}

.ambassador-metrics > div {
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgb(255 255 255 / 0.025);
}

.ambassador-metrics dt {
  color: #707871;
  font-size: 7px;
}

.ambassador-metrics dd {
  margin: 4px 0 0;
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 690;
}

.ambassador-details {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin: 8px 0 -8px auto;
  padding: 0 8px;
  border: 0;
  color: var(--accent);
  background: transparent;
  font-size: 9px;
  font-weight: 660;
}

.ambassador-details svg {
  width: 14px;
  height: 14px;
}

.demo-data-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 2px 0;
  color: #6f7871;
  font-size: 8px;
  line-height: 1.5;
}

.demo-data-note svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
}

.screen.is-partner-transitioning::after {
  content: "";
  position: absolute;
  z-index: 30;
  inset: 0;
  pointer-events: none;
  background: #050806;
  opacity: 0;
  animation: partner-blackout 980ms var(--ease-in-out) forwards;
}

.screen.is-partner-transitioning > .scroll-area,
.screen.is-partner-transitioning > .bottom-nav {
  animation: partner-interface-out 980ms var(--ease-in-out) forwards;
}

/* Partners welcome */
.partner-welcome-screen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  justify-items: center;
  overflow: hidden;
  padding: var(--safe-top) var(--safe-right) calc(var(--safe-bottom) + 20px) var(--safe-left);
  text-align: center;
  background: radial-gradient(circle at 50% 41%, rgb(208 255 0 / 0.055), transparent 37%);
}

.partner-welcome__beam {
  position: absolute;
  z-index: -1;
  top: 7%;
  left: 50%;
  width: 1px;
  height: 68%;
  background: linear-gradient(transparent, rgb(208 255 0 / 0.62), transparent);
  box-shadow: 0 0 38px 10px rgb(208 255 0 / 0.075);
  transform: scaleY(0.2);
  transform-origin: center;
  opacity: 0;
  animation: partner-beam-in 1100ms var(--ease-out) 160ms both;
}

.partner-welcome__brand {
  position: relative;
  align-self: end;
  width: 278px;
  height: 278px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(12px) scale(0.94);
  animation: partner-brand-in 1100ms var(--ease-out) 320ms both;
}

.partner-welcome__brand::before,
.partner-welcome__brand::after,
.partner-welcome__brand > i,
.partner-welcome__brand > b {
  content: "";
  position: absolute;
  border: 1px solid rgb(208 255 0 / 0.15);
  border-radius: 50%;
}

.partner-welcome__brand::before {
  inset: 3%;
  border-style: dashed;
  animation: partner-orbit 34s linear infinite;
}

.partner-welcome__brand::after {
  inset: 21%;
  border-color: rgb(255 255 255 / 0.1);
  animation: partner-orbit 21s linear infinite reverse;
}

.partner-welcome__brand > i {
  inset: 12%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: partner-axis 8s var(--ease-in-out) infinite;
}

.partner-welcome__brand > b {
  inset: 35%;
  border: 0;
  background: radial-gradient(circle, rgb(208 255 0 / 0.25), transparent 70%);
  filter: blur(3px);
  animation: partner-core 2200ms var(--ease-in-out) infinite alternate;
}

.partner-welcome__brand > div {
  position: relative;
  z-index: 2;
  width: 194px;
  overflow: hidden;
  filter: drop-shadow(0 0 22px rgb(208 255 0 / 0.17));
}

.partner-welcome__brand .brand-logo {
  width: 100%;
}

.partner-welcome__brand > div > span {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask: url("../assets/s1nup-logo.svg") center / contain no-repeat;
  mask: url("../assets/s1nup-logo.svg") center / contain no-repeat;
}

.partner-welcome__brand > div > span::before {
  content: "";
  position: absolute;
  inset: -50% auto -50% -28%;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.94), transparent);
  animation: partner-logo-sheen 2900ms var(--ease-in-out) 900ms infinite;
}

.partner-welcome__copy {
  max-width: 356px;
  opacity: 0;
  transform: translateY(10px);
  animation: partner-copy-in 760ms var(--ease-out) 1050ms both;
}

.partner-welcome__copy h1 {
  margin: 10px 0 13px;
  color: var(--ink-strong);
  font-size: clamp(32px, 9vw, 39px);
  font-weight: 730;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.partner-welcome__copy > p:last-child {
  margin-bottom: 24px;
  color: var(--muted-strong);
  font-size: 12px;
  line-height: 1.6;
}

.partner-welcome__start {
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  animation: partner-copy-in 620ms var(--ease-out) 1440ms both;
}

/* Active partner dashboard */
.partners-page-header--active {
  align-items: center;
}

.partners-page-header--active .eyebrow {
  grid-column: auto;
  margin-bottom: 6px;
}

.partner-tier {
  border-color: rgb(208 255 0 / 0.2);
  color: var(--accent);
  background: var(--accent-soft);
}

.partner-link-card {
  position: relative;
  overflow: hidden;
  padding: 21px;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 27px;
  background:
    radial-gradient(circle at 88% 3%, rgb(208 255 0 / 0.16), transparent 34%),
    linear-gradient(145deg, rgb(255 255 255 / 0.08), transparent 42%),
    #111712;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.09), 0 22px 54px rgb(0 0 0 / 0.19);
}

.partner-link-card__mark {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 44px;
  opacity: 0.86;
}

.partner-link-card__mark .brand-logo {
  width: 100%;
  height: 100%;
}

.partner-link-card h2 {
  margin: 9px 0 17px;
  color: var(--ink-strong);
  font-size: 26px;
  font-weight: 700;
}

.partner-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgb(4 8 5 / 0.55);
}

.partner-link code {
  min-width: 0;
  overflow: hidden;
  padding-left: 9px;
  color: var(--muted-strong);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-link button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  color: var(--accent-ink);
  background: var(--accent);
  transition: transform 140ms var(--ease-out), background-color 140ms ease;
}

.partner-link button:active {
  transform: scale(0.94);
}

.partner-link button svg {
  width: 17px;
  height: 17px;
}

.partner-link-card > p:last-child {
  margin: 12px 1px 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}

.partner-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 12px;
}

.partner-stats article {
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
}

.partner-stats article > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 8px;
  color: var(--accent);
  background: var(--accent-soft);
}

.partner-stats svg {
  width: 13px;
  height: 13px;
}

.partner-stats strong,
.partner-stats small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partner-stats strong {
  color: var(--ink-strong);
  font-size: 15px;
  white-space: nowrap;
}

.partner-stats small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 7px;
}

.partner-level-card,
.partner-invites {
  margin-top: 28px;
}

.partner-level-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.05), transparent 48%), var(--surface);
}

.partner-level-card > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.partner-level-card h2 {
  margin: 7px 0 0;
  color: var(--ink-strong);
  font-size: 19px;
}

.partner-level-card > header > strong {
  color: var(--accent);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 13px;
}

.partner-progress {
  height: 5px;
  overflow: hidden;
  margin: 18px 0 11px;
  border-radius: 99px;
  background: var(--surface-strong);
}

.partner-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent-glow);
}

.partner-level-card > p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.5;
}

.partner-levels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.partner-levels span {
  padding: 7px 3px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #626a63;
  text-align: center;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
}

.partner-levels span.is-active {
  border-color: rgb(208 255 0 / 0.22);
  color: var(--accent);
  background: var(--accent-soft);
}

.partner-invite-list {
  overflow: hidden;
  margin-top: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-invite-list > div {
  min-height: 64px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.partner-invite-list > div + div {
  border-top: 1px solid var(--line);
}

.partner-invite-list i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--muted-strong);
  background: var(--surface-soft);
  font-size: 8px;
  font-style: normal;
  font-weight: 680;
}

.partner-invite-list span strong,
.partner-invite-list span small {
  display: block;
}

.partner-invite-list span strong {
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 620;
}

.partner-invite-list span small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
}

.partner-invite-list b {
  color: var(--accent);
  font-size: 9px;
  font-weight: 650;
}

/* Ambassador detail dialog */
.ambassador-dialog {
  width: min(400px, calc(100vw - 24px));
  max-height: min(820px, calc(100dvh - 24px));
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 29px;
  color: var(--ink);
  background: transparent;
  opacity: 0;
  transform: translateY(15px) scale(0.97);
  transition: opacity 180ms var(--ease-out), transform 220ms var(--ease-out);
}

.ambassador-dialog::backdrop {
  background: rgb(1 4 2 / 0.76);
  opacity: 0;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  transition: opacity 180ms var(--ease-out);
}

.ambassador-dialog.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ambassador-dialog.is-visible::backdrop {
  opacity: 1;
}

.ambassador-dialog__panel {
  max-height: min(820px, calc(100dvh - 24px));
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 29px;
  background:
    radial-gradient(circle at 86% 0%, rgb(208 255 0 / 0.12), transparent 28%),
    linear-gradient(156deg, #171d18, #0a0e0b 66%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.075), 0 30px 90px rgb(0 0 0 / 0.62);
  scrollbar-width: none;
}

.ambassador-dialog__panel::-webkit-scrollbar {
  display: none;
}

.ambassador-dialog__header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 12px;
}

.ambassador-dialog__header > img {
  width: 58px;
  height: 58px;
  border: 1px solid rgb(208 255 0 / 0.21);
  border-radius: 19px;
}

.ambassador-dialog__header h2 {
  margin: 7px 0 0;
  color: var(--ink-strong);
  font-size: 24px;
}

.ambassador-dialog__close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted-strong);
  background: var(--surface-soft);
  transition: transform 140ms var(--ease-out), background-color 140ms ease, border-color 140ms ease;
}

.ambassador-dialog__close:active {
  transform: scale(0.95);
}

.ambassador-dialog__close svg {
  width: 17px;
  height: 17px;
}

.ambassador-dialog__socials {
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
}

.ambassador-dialog blockquote {
  position: relative;
  margin: 16px 0;
  padding: 17px 16px 17px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted-strong);
  background: rgb(255 255 255 / 0.028);
  font-size: 10px;
  line-height: 1.62;
}

.ambassador-dialog blockquote::before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 17px;
  left: 9px;
  width: 2px;
  border-radius: 99px;
  background: var(--accent);
}

.ambassador-video {
  width: 100%;
  min-height: 74px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 11px;
  border: 1px solid rgb(208 255 0 / 0.16);
  border-radius: 18px;
  color: var(--ink);
  text-align: left;
  background:
    radial-gradient(circle at 12% 50%, rgb(208 255 0 / 0.12), transparent 28%),
    linear-gradient(110deg, #182019, #0d120e);
  transition: border-color 140ms ease, transform 140ms var(--ease-out);
}

.ambassador-video:active {
  transform: scale(0.985);
}

.ambassador-video--empty {
  opacity: 0.58;
}

.ambassador-video__signal {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 14px;
  color: var(--accent);
  background: var(--accent-soft);
}

.ambassador-video__signal svg {
  width: 18px;
  height: 18px;
}

.ambassador-video strong,
.ambassador-video small {
  display: block;
}

.ambassador-video strong {
  font-size: 11px;
}

.ambassador-video small,
.ambassador-video > i {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  font-style: normal;
}

.ambassador-dialog__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.ambassador-dialog__columns section {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface-soft);
}

.ambassador-dialog__columns h3,
.performance-panel h3 {
  margin-bottom: 11px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 690;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ambassador-dialog__columns ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ambassador-dialog__columns li {
  color: var(--muted-strong);
  font-size: 8px;
  line-height: 1.4;
}

.performance-panel {
  margin-top: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.025);
}

.performance-panel > header,
.performance-panel > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px 56px;
  align-items: center;
  gap: 5px;
}

.performance-panel > header div {
  display: contents;
}

.performance-panel > header span {
  color: var(--muted);
  text-align: right;
  font-size: 7px;
}

.performance-panel > div {
  min-height: 31px;
  border-top: 1px solid var(--line);
}

.performance-panel > div strong {
  color: var(--muted-strong);
  font-size: 8px;
  font-weight: 540;
}

.performance-panel > div span,
.performance-panel > div b {
  text-align: right;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 8px;
}

.performance-panel > div span {
  color: #747d75;
}

.performance-panel > div b {
  color: var(--accent);
  font-weight: 680;
}

.ambassador-dialog__note {
  display: flex;
  gap: 8px;
  margin: 14px 1px 0;
  color: #6f7871;
  font-size: 7px;
  line-height: 1.45;
}

.ambassador-dialog__note svg {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}

@keyframes partner-orbit {
  to { transform: rotate(360deg); }
}

@keyframes partner-axis {
  0%, 24% { transform: rotate(22deg) scaleX(0.95); }
  31%, 59% { transform: rotate(72deg) scaleX(1.03); }
  66%, 100% { transform: rotate(43deg) scaleX(0.98); }
}

@keyframes partner-core {
  from { opacity: 0.48; transform: scale(0.88); }
  to { opacity: 0.9; transform: scale(1.12); }
}

@keyframes partner-blackout {
  0%, 28% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes partner-interface-out {
  0%, 22% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-5px) scale(0.985); }
}

@keyframes partner-beam-in {
  0% { opacity: 0; transform: scaleY(0.2); }
  46% { opacity: 0.9; }
  100% { opacity: 0.35; transform: scaleY(1); }
}

@keyframes partner-brand-in {
  0% { opacity: 0; transform: translateY(12px) scale(0.94); }
  55% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes partner-copy-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes partner-logo-sheen {
  0%, 44% { transform: translateX(0) rotate(10deg); opacity: 0; }
  50% { opacity: 0.9; }
  62%, 100% { transform: translateX(620%) rotate(10deg); opacity: 0; }
}

.history-list {
  display: grid;
  gap: 11px;
}

.history-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: var(--surface-soft);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
}

.history-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.history-price {
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 650;
}

.history-item h3 {
  margin: 19px 0 7px;
  color: var(--ink-strong);
  font-size: 20px;
  font-weight: 680;
}

.history-item p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.pc-form .detail-intro {
  margin-bottom: 7px;
}

.pc-fields {
  padding-bottom: 4px;
}

.pc-fields .field-group {
  margin-top: 21px;
}

.pc-fields label span {
  margin-left: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 480;
}

.field-group--comment {
  padding-top: 5px;
}

/* Detail screens */
.topbar {
  min-height: 72px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  background: rgb(9 12 10 / 0.66);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar h1 {
  overflow: hidden;
  margin: 0;
  font-size: 13px;
  font-weight: 660;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-spacer {
  width: 44px;
}

.tariff-detail-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 29px;
  border: 1px solid var(--line-strong);
  border-radius: 21px;
  color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 0 42px var(--accent-soft);
}

.tariff-detail-mark svg {
  width: 25px;
  height: 25px;
}

.detail-title,
.detail-intro h2,
.contact-center h2 {
  margin: 11px 0 10px;
  color: var(--ink-strong);
  font-size: 34px;
  font-weight: 710;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.detail-price {
  margin-bottom: 32px;
  color: var(--muted-strong);
  font-size: 15px;
  font-weight: 620;
}

.detail-feature-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.detail-feature-list li {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-strong);
  font-size: 12px;
}

.detail-feature-list svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--accent);
}

.demo-boundary,
.safety-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
}

.demo-boundary > svg,
.safety-note > svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.demo-boundary h3 {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 660;
}

.demo-boundary p,
.safety-note p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.detail-intro {
  margin-bottom: 29px;
}

.detail-intro h2 {
  max-width: 330px;
  margin-top: 0;
}

/* Preparation guide */
.article-library-hero {
  position: relative;
  overflow: hidden;
  margin: 5px 0 23px;
  padding: 24px 21px 22px;
  border: 1px solid var(--line-strong);
  border-radius: 27px;
  background:
    radial-gradient(circle at 92% 2%, rgb(208 255 0 / 0.13), transparent 39%),
    repeating-linear-gradient(115deg, transparent 0 28px, rgb(255 255 255 / 0.015) 29px),
    linear-gradient(150deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.012));
}

.article-library-hero .tariff-detail-mark {
  margin-bottom: 44px;
}

.article-library-hero h2 {
  max-width: 310px;
  margin: 10px 0 11px;
  color: var(--ink-strong);
  font-size: 34px;
  font-weight: 710;
  line-height: 1;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.article-library-hero > p:not(.eyebrow) {
  max-width: 305px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.55;
}

.article-library-hero > div:last-child {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.article-library-hero > div:last-child span {
  color: var(--accent);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 20px;
}

.article-library-hero > div:last-child small {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-list {
  display: grid;
  gap: 10px;
}

.article-card {
  position: relative;
  width: 100%;
  min-height: 138px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 17px 15px;
  border: 1px solid var(--line);
  border-radius: 23px;
  color: var(--ink);
  text-align: left;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.045), transparent 42%),
    var(--surface-soft);
  transition: transform 180ms var(--ease-out), border-color 180ms ease, background-color 180ms ease;
}

.article-card:active {
  transform: scale(0.985);
}

.article-card__index {
  position: absolute;
  top: 11px;
  right: 13px;
  color: #535b54;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.article-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.16);
  border-radius: 14px;
  color: var(--accent);
  background: var(--accent-soft);
}

.article-card__icon svg {
  width: 19px;
  height: 19px;
}

.article-card__copy {
  min-width: 0;
}

.article-card__copy > small,
.article-card__copy > strong,
.article-card__copy > span {
  display: block;
}

.article-card__copy > small {
  color: var(--accent);
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card__copy > strong {
  max-width: 250px;
  margin-top: 8px;
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 670;
  line-height: 1.17;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.article-card__copy > span {
  max-width: 250px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 8.5px;
  line-height: 1.45;
}

.article-card > svg {
  width: 17px;
  height: 17px;
  color: var(--muted);
}

.article-library-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--muted);
  background: rgb(255 255 255 / 0.02);
}

.article-library-note svg {
  width: 15px;
  height: 15px;
  color: #9aa39b;
}

.article-library-note p {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.5;
}

.article-detail-scroll {
  padding-top: 5px;
}

.article-detail-hero {
  padding: 8px 0 18px;
}

.article-detail-hero__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 23px;
  color: var(--accent);
  background: var(--accent-soft);
  box-shadow: 0 0 42px rgb(208 255 0 / 0.075);
}

.article-detail-hero__icon svg {
  width: 27px;
  height: 27px;
}

.article-detail-hero h2 {
  max-width: 350px;
  margin: 11px 0 13px;
  color: var(--ink-strong);
  font-size: 36px;
  font-weight: 715;
  line-height: 0.99;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.article-detail-hero > p:last-child {
  max-width: 345px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.6;
}

.article-detail-steps {
  margin-top: 25px;
}

.article-detail-step > header > span {
  color: var(--accent);
}

.guide-scroll {
  scroll-behavior: smooth;
  padding-bottom: 54px;
}

.guide-hero {
  padding: 8px 0 5px;
}

.guide-hero .tariff-detail-mark {
  margin-bottom: 35px;
}

.guide-hero h2 {
  max-width: 350px;
  margin: 12px 0 14px;
  color: var(--ink-strong);
  font-size: 38px;
  font-weight: 720;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.guide-hero > p:last-child {
  max-width: 350px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.6;
}

.guide-safety {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  margin: 27px 0 22px;
  padding: 17px;
  border: 1px solid rgb(255 143 127 / 0.22);
  border-radius: 20px;
  background: linear-gradient(135deg, var(--danger-soft), rgb(255 255 255 / 0.025));
}

.guide-safety > svg {
  width: 19px;
  height: 19px;
  color: var(--danger);
}

.guide-safety h3,
.guide-safety p {
  margin: 0;
}

.guide-safety h3 {
  font-size: 12px;
  font-weight: 680;
}

.guide-safety p {
  margin-top: 7px;
  color: var(--muted-strong);
  font-size: 10px;
  line-height: 1.55;
}

.guide-phase-index {
  display: grid;
  gap: 8px;
  margin: 0 0 48px;
}

.guide-phase-index button {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 5px 12px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 19px;
  color: var(--ink);
  text-align: left;
  background: var(--surface-soft);
}

.guide-phase-index button > span {
  grid-row: 1 / -1;
  align-self: stretch;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  color: var(--accent);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
}

.guide-phase-index strong {
  align-self: end;
  font-size: 12px;
  font-weight: 660;
}

.guide-phase-index small {
  align-self: start;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}

.guide-phase-index button > svg {
  grid-row: 1 / -1;
  grid-column: 3;
  width: 16px;
  height: 16px;
  color: var(--muted);
  transform: rotate(90deg);
}

.guide-phase {
  scroll-margin-top: 20px;
}

.guide-phase + .guide-phase {
  margin-top: 62px;
  padding-top: 54px;
  border-top: 1px solid var(--line);
}

.guide-phase__header {
  position: relative;
  margin-bottom: 31px;
  padding-left: 17px;
  border-left: 2px solid var(--accent);
}

.guide-phase__header > span,
.guide-step > header > span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-phase__header h3 {
  max-width: 330px;
  margin: 9px 0 7px;
  color: var(--ink-strong);
  font-size: 29px;
  font-weight: 690;
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.guide-phase__header p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.guide-steps {
  display: grid;
  gap: 12px;
}

.guide-step {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(150deg, rgb(255 255 255 / 0.035), transparent 25%), rgb(255 255 255 / 0.022);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.03);
}

.guide-step > header {
  padding: 20px 19px 17px;
  border-bottom: 1px solid var(--line);
}

.guide-step > header h3 {
  margin: 9px 0 0;
  color: var(--ink-strong);
  font-size: 21px;
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.guide-step__body {
  padding: 2px 19px 21px;
}

.guide-copy {
  margin: 18px 0 0;
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.62;
  text-wrap: pretty;
}

.guide-subhead {
  margin: 28px 0 0;
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 660;
  letter-spacing: -0.025em;
}

.guide-list {
  display: grid;
  gap: 12px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.guide-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.guide-list li > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--accent);
  background: var(--accent-soft);
}

.guide-list li > span svg {
  width: 13px;
  height: 13px;
}

.guide-list p {
  margin: 3px 0 0;
  color: var(--muted-strong);
  font-size: 10.5px;
  line-height: 1.55;
}

.guide-links {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.guide-links a {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 13px;
  border: 1px solid rgb(208 255 0 / 0.15);
  border-radius: 17px;
  color: var(--ink);
  text-decoration: none;
  background: var(--accent-soft);
}

.guide-links strong,
.guide-links small {
  display: block;
}

.guide-links strong {
  font-size: 11px;
  font-weight: 660;
}

.guide-links small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
}

.guide-links svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
}

.guide-gallery {
  display: grid;
  gap: 12px;
  margin-top: 19px;
}

.guide-figure {
  margin: 19px 0 0;
}

.guide-gallery .guide-figure {
  margin: 0;
}

.guide-image {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 17px;
  color: var(--ink);
  background: #080a09;
}

.guide-image img {
  width: 100%;
  max-height: 290px;
  display: block;
  object-fit: contain;
  background: #0c0f0d;
}

.guide-image > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 10px;
  color: #f4f6f3;
  background: rgb(7 9 8 / 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 8px;
}

.guide-image > span svg {
  width: 13px;
  height: 13px;
  color: var(--accent);
}

.guide-figure figcaption {
  margin: 8px 2px 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}

.guide-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  margin-top: 19px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface-soft);
}

.guide-callout > svg {
  width: 17px;
  height: 17px;
  color: var(--accent);
}

.guide-callout h4,
.guide-callout p {
  margin: 0;
}

.guide-callout h4 {
  font-size: 11px;
  font-weight: 670;
}

.guide-callout p {
  color: var(--muted-strong);
  font-size: 9px;
  line-height: 1.55;
}

.guide-callout h4 + p {
  margin-top: 6px;
}

.guide-callout--warning,
.guide-callout--danger {
  border-color: rgb(255 143 127 / 0.22);
  background: var(--danger-soft);
}

.guide-callout--warning > svg,
.guide-callout--danger > svg {
  color: var(--danger);
}

.guide-callout--success {
  border-color: rgb(208 255 0 / 0.17);
  background: var(--accent-soft);
}

.guide-code {
  overflow-x: auto;
  margin: 15px 0 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  color: var(--accent);
  background: rgb(0 0 0 / 0.28);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 10px;
  line-height: 1.65;
  white-space: pre;
}

.guide-ready {
  margin-top: 62px;
  padding-top: 50px;
  border-top: 1px solid var(--line);
}

.guide-ready h3 {
  margin: 10px 0 9px;
  color: var(--ink-strong);
  font-size: 28px;
  font-weight: 690;
  letter-spacing: -0.05em;
}

.guide-ready > p:not(.eyebrow) {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.guide-source {
  display: grid;
  gap: 12px;
  margin-top: 37px;
  padding: 20px 2px 4px;
  border-top: 1px solid var(--line);
}

.guide-source p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.guide-source a {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 650;
  text-decoration: none;
}

.guide-source a svg {
  width: 14px;
  height: 14px;
}

.guide-lightbox {
  position: absolute;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: max(18px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));
  opacity: 0;
  transition: opacity 180ms ease;
}

.guide-lightbox.is-visible {
  opacity: 1;
}

.guide-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgb(2 4 3 / 0.92);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.guide-lightbox__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  display: grid;
  gap: 10px;
  padding: 42px 10px 11px;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: 0 28px 80px rgb(0 0 0 / 0.55);
  transform: scale(0.98);
  transition: transform 220ms var(--ease-out);
}

.guide-lightbox.is-visible .guide-lightbox__panel {
  transform: scale(1);
}

.guide-lightbox__panel img {
  width: 100%;
  max-height: calc(100dvh - 160px);
  object-fit: contain;
  border-radius: 13px;
  background: #070908;
}

.guide-lightbox__panel p {
  margin: 0 4px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.guide-lightbox__close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: var(--surface-soft);
}

.guide-lightbox__close svg {
  width: 17px;
  height: 17px;
}

.check-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface-soft);
}

.check-row {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 11px 15px;
  color: var(--muted-strong);
  font-size: 12px;
  line-height: 1.4;
  cursor: pointer;
}

.check-row + .check-row {
  border-top: 1px solid var(--line);
}

.check-row input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.custom-check {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: transparent;
  background: var(--surface-soft);
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms var(--ease-out);
}

.custom-check svg {
  width: 15px;
  height: 15px;
}

.check-row input:checked + .custom-check {
  border-color: var(--accent);
  color: var(--accent-ink);
  background: var(--accent);
}

.check-row input:focus-visible + .custom-check {
  box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--accent);
}

.contact-center {
  align-self: center;
  justify-self: center;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px;
  text-align: center;
}

.contact-orbit {
  position: relative;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 50%;
  color: var(--accent);
  background: radial-gradient(circle, var(--accent-soft), transparent 72%);
  box-shadow: 0 0 56px var(--accent-soft);
}

.contact-orbit::before {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.contact-orbit svg {
  width: 34px;
  height: 34px;
}

.contact-orbit i {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

.contact-center h2 {
  font-size: 29px;
}

.contact-center > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}

.disabled-action {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 17px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 11px;
}

.disabled-action svg {
  width: 17px;
  height: 17px;
}

/* Toast */
.app-toast {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: calc(88px + var(--safe-bottom));
  max-width: calc(100% - 36px);
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  color: var(--ink);
  background: rgb(25 31 26 / 0.94);
  box-shadow: 0 14px 42px rgb(0 0 0 / 0.32);
  opacity: 0;
  transform: translate(-50%, 10px) scale(0.97);
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 11px;
}

.app-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.app-toast svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--accent);
}

/* Review-only controls */
.review-tools {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 8px 8px 14px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 16px;
  color: #e5e9e5;
  background: rgb(18 23 19 / 0.88);
  box-shadow: 0 14px 46px rgb(0 0 0 / 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.review-tools[hidden] {
  display: none;
}

.review-tools > div:first-child {
  display: grid;
  gap: 2px;
}

.review-tools strong {
  font-size: 10px;
  letter-spacing: 0.03em;
}

.review-tools span {
  color: #7d857f;
  font-size: 9px;
}

.review-actions {
  display: flex;
  gap: 5px;
}

.review-actions button {
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 0 11px;
  color: #e5e9e5;
  background: rgb(255 255 255 / 0.07);
  font-size: 9px;
  cursor: pointer;
}

@keyframes infrastructure-turn {
  to { transform: rotate(360deg); }
}

@keyframes infrastructure-turn-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes infrastructure-node {
  from { opacity: 0.24; transform: scale(0.72); }
  to { opacity: 0.9; transform: scale(1.18); }
}

@keyframes infrastructure-packet-one {
  0%, 8% { opacity: 0; transform: translate(34px, 188px) scale(0.7); }
  13% { opacity: 0.9; }
  46% { opacity: 0.75; transform: translate(202px, 174px) scale(1); }
  82% { opacity: 0.7; transform: translate(293px, 108px) scale(0.82); }
  100% { opacity: 0; transform: translate(390px, 194px) scale(0.6); }
}

@keyframes infrastructure-packet-two {
  0%, 12% { opacity: 0; transform: translate(45px, 674px) scale(0.65); }
  18% { opacity: 0.8; }
  52% { opacity: 0.72; transform: translate(219px, 651px) scale(1); }
  100% { opacity: 0; transform: translate(397px, 630px) scale(0.6); }
}

@keyframes infrastructure-scan {
  0%, 7% { opacity: 0; transform: translateY(0); }
  9% { opacity: 0.22; }
  31% { opacity: 0; transform: translateY(720px); }
  100% { opacity: 0; transform: translateY(720px); }
}

@keyframes infrastructure-marker {
  0%, 31%, 100% { opacity: 0.2; transform: translate3d(0, 0, 0); }
  34%, 47% { opacity: 0.76; transform: translate3d(3px, 0, 0); }
  52% { opacity: 0.26; transform: translate3d(0, 0, 0); }
}

@keyframes infrastructure-drift {
  from { opacity: 0.08; transform: translate3d(-4px, 7px, 0) scale(0.7); }
  to { opacity: 0.28; transform: translate3d(8px, -9px, 0) scale(1.2); }
}

@keyframes hero-orb-wander {
  0%, 18% { transform: translate3d(0, 0, 0) scale(0.96); }
  43%, 61% { transform: translate3d(-64px, 5px, 0) scale(1.03); }
  82%, 100% { transform: translate3d(-18px, -2px, 0) scale(0.98); }
}

@keyframes hero-orb-network {
  to { transform: rotate(360deg); }
}

@keyframes hero-orb-core-pulse {
  from { opacity: 0.48; transform: scale(0.86); }
  to { opacity: 1; transform: scale(1.12); }
}

@keyframes hero-orb-signal {
  0%, 8% { opacity: 0; transform: translate3d(0, 0, 0) scale(0.7); }
  14% { opacity: 1; }
  52% { opacity: 0.9; transform: translate3d(43px, -18px, 0) scale(1.1); }
  100% { opacity: 0; transform: translate3d(72px, 13px, 0) scale(0.65); }
}

@keyframes nav-active-surface {
  from { opacity: 0.54; transform: translateY(3px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes nav-active-glow {
  from { opacity: 0.38; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes nav-active-icon {
  from { opacity: 0.84; transform: translateY(-9px) scale(1.08); }
  to { opacity: 1; transform: translateY(-12px) scale(1.16); }
}

@keyframes logo-sweep {
  0%, 9% { transform: translateX(-180%) skewX(-18deg); }
  48%, 100% { transform: translateX(430%) skewX(-18deg); }
}

@keyframes progress-beam {
  0% { opacity: 0; transform: translateX(-170%); }
  15%, 78% { opacity: 1; }
  100% { opacity: 0; transform: translateX(420%); }
}

@keyframes halo-breathe {
  from { opacity: 0.31; transform: scale(0.97); }
  to { opacity: 0.46; transform: scale(1.035); }
}

@keyframes orbital-shift {
  to { transform: rotate(360deg); }
}

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

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

@keyframes orb-axis-shift {
  0%, 18% { transform: rotate(7deg) scaleX(0.98); }
  23%, 51% { transform: rotate(41deg) scaleX(1.02); }
  56%, 81% { transform: rotate(22deg) scaleX(0.97); }
  86%, 100% { transform: rotate(68deg) scaleX(1); }
}

@keyframes orb-mechanical-shift {
  0%, 22% { transform: rotate(0); }
  27%, 49% { transform: rotate(44deg); }
  54%, 76% { transform: rotate(17deg); }
  81%, 100% { transform: rotate(74deg); }
}

@keyframes orb-network-turn {
  to { transform: rotate(360deg) scale(1.015); }
}

@keyframes orb-node-pulse {
  from { opacity: 0.42; transform: scale(0.78); }
  to { opacity: 1; transform: scale(1.18); }
}

@keyframes orb-core-breathe {
  from { opacity: 0.76; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1.055); }
}

@keyframes orb-aura-breathe {
  from { opacity: 0.48; transform: scale(0.88); }
  to { opacity: 0.84; transform: scale(1.12); }
}

@keyframes orb-particle-drift {
  from { opacity: 0.2; transform: translate3d(-3px, 5px, 0) scale(0.75); }
  to { opacity: 0.86; transform: translate3d(5px, -7px, 0) scale(1.2); }
}

@keyframes orb-signal-one {
  0%, 8% { opacity: 0; transform: translate(92px, 171px) scale(0.65); }
  14% { opacity: 1; }
  48% { opacity: 1; transform: translate(149px, 175px) scale(1.15); }
  90% { opacity: 0.8; transform: translate(199px, 174px) scale(0.85); }
  100% { opacity: 0; transform: translate(269px, 175px) scale(0.55); }
}

@keyframes orb-signal-two {
  0%, 10% { opacity: 0; transform: translate(181px, 91px) scale(0.6); }
  18% { opacity: 1; }
  54% { opacity: 0.95; transform: translate(199px, 174px) scale(1.1); }
  100% { opacity: 0; transform: translate(177px, 266px) scale(0.62); }
}

@keyframes orb-signal-three {
  0%, 13% { opacity: 0; transform: translate(126px, 232px) scale(0.6); }
  20% { opacity: 1; }
  57% { opacity: 0.9; transform: translate(149px, 175px) scale(1.05); }
  100% { opacity: 0; transform: translate(229px, 124px) scale(0.55); }
}

@keyframes orb-radial-wave {
  0% { opacity: 0; transform: scale(0.48); }
  18% { opacity: 0.92; }
  100% { opacity: 0; transform: scale(3.1); }
}

@keyframes service-card-enter {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (hover: hover) and (pointer: fine) {
  .primary-button:hover,
  .booking-button:hover {
    background: #dcff45;
  }

  .secondary-button:hover,
  .avatar-button:hover,
  .icon-button:hover,
  .segment-option:hover,
  .action-list button:hover,
  .profile-menu button:hover,
  .guide-phase-index button:hover,
  .guide-image:hover,
  .guide-links a:hover,
  .guide-lightbox__close:hover {
    background-color: var(--surface-strong);
  }

  .service-card:hover {
    border-color: rgb(208 255 0 / 0.34);
    transform: translateY(-1px);
  }

  .article-card:hover {
    border-color: rgb(208 255 0 / 0.26);
    background-color: rgb(208 255 0 / 0.025);
    transform: translateY(-1px);
  }

  .service-card:hover::before {
    opacity: 1;
  }

  .checkin-choice:hover {
    border-color: rgb(208 255 0 / 0.28);
    background-color: rgb(208 255 0 / 0.035);
  }

  .checkin-dialog__nav:hover,
  .checkin-dialog__close:hover {
    border-color: rgb(208 255 0 / 0.22);
    background-color: var(--surface-strong);
  }

  .service-card__choose:hover {
    background: #dcff45;
  }

  .notification-item:hover {
    background-color: rgb(208 255 0 / 0.035);
  }

  .plan-dialog__close:hover {
    border-color: var(--line-strong);
    background-color: var(--surface-strong);
  }

  .ambassador-socials a:hover,
  .ambassador-dialog__close:hover {
    border-color: rgb(208 255 0 / 0.24);
    color: var(--accent);
    background-color: var(--accent-soft);
  }

  .ambassador-card:hover {
    border-color: rgb(208 255 0 / 0.18);
  }

  .ambassador-video:hover {
    border-color: rgb(208 255 0 / 0.3);
  }

  .loader-reset:hover {
    color: rgb(208 255 0 / 0.66);
  }

  .loader-reset:hover i {
    border-color: rgb(208 255 0 / 0.22);
    color: rgb(208 255 0 / 0.7);
  }

  .service-card__details:hover,
  .text-button:hover {
    color: #e1ff61;
  }
}

/* V3 catalog, add-ons, and temporary Partners state */
.service-card__header {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
}

.service-card__icon {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 14px;
  color: var(--accent);
  background:
    radial-gradient(circle at 50% 20%, rgb(208 255 0 / 0.15), transparent 66%),
    rgb(208 255 0 / 0.045);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.06);
}

.service-card__icon svg {
  width: 21px;
  height: 21px;
}

.service-card__icon small {
  position: absolute;
  right: -4px;
  bottom: -5px;
  padding: 2px 4px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #879087;
  background: #111612;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 6px;
  line-height: 1;
}

.service-card__audience {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 13px 0 0 53px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.48;
  text-wrap: pretty;
}

.service-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 0 53px;
}

.service-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 4px 7px;
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 8px;
  color: #8e978f;
  background: rgb(255 255 255 / 0.025);
  font-size: 7px;
  line-height: 1.3;
}

.service-card__meta svg {
  width: 12px;
  height: 12px;
  color: rgb(208 255 0 / 0.72);
}

.service-card > ul,
.service-card__actions {
  margin-left: 53px;
}

.addons-section {
  margin-top: 34px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
}

.addons-section > header h2 {
  max-width: 320px;
  margin: 9px 0 8px;
  color: var(--ink-strong);
  font-size: 27px;
  font-weight: 710;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.addons-section > header > p:last-child {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.addons-list {
  display: grid;
  gap: 9px;
  margin-top: 19px;
}

.addon-card {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgb(208 255 0 / 0.055), transparent 31%),
    rgb(255 255 255 / 0.026);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.addon-card[open] {
  border-color: rgb(208 255 0 / 0.22);
  background-color: rgb(208 255 0 / 0.025);
}

.addon-card summary {
  min-height: 74px;
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  list-style: none;
  cursor: pointer;
}

.addon-card summary::-webkit-details-marker {
  display: none;
}

.addon-card summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -3px;
}

.addon-card summary > svg {
  width: 15px;
  height: 15px;
  color: #7d877e;
  transition: transform 180ms var(--ease-out), color 180ms ease;
}

.addon-card[open] summary > svg {
  color: var(--accent);
  transform: rotate(90deg);
}

.addon-card__icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--accent);
  background: rgb(208 255 0 / 0.065);
}

.addon-card__icon svg {
  width: 19px;
  height: 19px;
}

.addon-card__identity {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.addon-card__identity strong {
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 680;
  line-height: 1.25;
  text-wrap: pretty;
}

.addon-card__identity small {
  color: #677068;
  font-size: 7px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.addon-card__price {
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.addon-card__body {
  padding: 0 15px 15px 64px;
}

.addon-card__body > p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 9px;
  line-height: 1.55;
}

.addon-card__body aside {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  gap: 7px;
  margin-top: 11px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: #7f8981;
  background: rgb(255 255 255 / 0.022);
  font-size: 8px;
  line-height: 1.48;
}

.addon-card__body aside svg,
.addons-note svg {
  width: 14px;
  height: 14px;
  color: #929d94;
}

.addons-note {
  display: grid;
  grid-template-columns: 15px minmax(0, 1fr);
  gap: 8px;
  margin: 13px 2px 0;
  color: #69736b;
  font-size: 8px;
  line-height: 1.48;
}

.plan-dialog__panel {
  max-height: min(720px, calc(100dvh - 28px));
  overflow-y: auto;
  overscroll-behavior: contain;
}

.plan-dialog__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(208 255 0 / 0.2);
  border-radius: 15px;
  color: var(--accent);
  background: var(--accent-soft);
}

.plan-dialog__icon svg {
  width: 21px;
  height: 21px;
}

.plan-dialog__header h2 {
  font-size: 29px;
}

.plan-dialog__audience {
  max-width: 315px;
  margin: 17px 0 0;
  color: var(--muted-strong);
  font-size: 10px;
  line-height: 1.5;
}

.plan-dialog__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.plan-dialog__meta span {
  min-height: 48px;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--muted-strong);
  background: rgb(255 255 255 / 0.026);
}

.plan-dialog__meta svg {
  width: 16px;
  height: 16px;
  color: var(--accent);
}

.plan-dialog__meta b {
  font-size: 8px;
  font-weight: 620;
  line-height: 1.4;
}

.plan-dialog__features--boundary {
  margin-top: 25px;
  padding-top: 21px;
  border-top: 1px solid var(--line);
}

.plan-dialog__features--boundary li svg {
  color: #9ba39c;
  background: rgb(255 255 255 / 0.055);
}

.plan-dialog__catalog-note {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  margin: 20px 0 0;
  padding: 11px;
  border: 1px solid rgb(208 255 0 / 0.16);
  border-radius: 14px;
  color: #a0aaa1;
  background: rgb(208 255 0 / 0.035);
  font-size: 8px;
  line-height: 1.5;
}

.plan-dialog__catalog-note svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.partners-placeholder-page {
  min-height: calc(100dvh - var(--nav-height) - var(--safe-bottom) - 36px);
  display: flex;
  flex-direction: column;
}

.partners-page-header {
  align-items: center;
}

.partner-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgb(208 255 0 / 0.16);
  border-radius: 9px;
  color: rgb(208 255 0 / 0.74);
  background: rgb(208 255 0 / 0.04);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-status-badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: signal-pulse 2200ms ease-in-out infinite;
}

.partners-placeholder {
  position: relative;
  isolation: isolate;
  flex: 1;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 26px 21px 24px;
  border: 1px solid rgb(255 255 255 / 0.105);
  border-radius: 29px;
  background:
    radial-gradient(circle at 50% 25%, rgb(208 255 0 / 0.12), transparent 31%),
    repeating-linear-gradient(0deg, transparent 0 29px, rgb(255 255 255 / 0.018) 30px),
    repeating-linear-gradient(90deg, transparent 0 29px, rgb(255 255 255 / 0.018) 30px),
    linear-gradient(155deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.014));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.055), 0 24px 54px rgb(0 0 0 / 0.18);
}

.partners-placeholder::before {
  content: "PARTNER SYSTEM / BUILD 02";
  position: absolute;
  top: 17px;
  left: 18px;
  color: #586159;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 6px;
  letter-spacing: 0.12em;
}

.partners-placeholder__visual {
  position: absolute;
  z-index: -1;
  top: 52px;
  left: 50%;
  width: 238px;
  height: 238px;
  transform: translateX(-50%);
}

.partners-placeholder__visual::before,
.partners-placeholder__visual::after,
.partners-placeholder__visual > i {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgb(208 255 0 / 0.12);
  border-radius: 50%;
}

.partners-placeholder__visual::before {
  border-style: dashed;
  animation: partner-orbit 34s linear infinite;
}

.partners-placeholder__visual::after {
  inset: 24px;
  border-color: rgb(255 255 255 / 0.09);
  animation: partner-orbit 25s linear infinite reverse;
}

.partners-placeholder__visual > i {
  inset: 51px;
  border-color: rgb(208 255 0 / 0.18);
  animation: partner-axis 8s var(--ease-in-out) infinite;
}

.partners-placeholder__visual > div {
  position: absolute;
  inset: 71px;
  display: grid;
  place-items: center;
}

.partners-placeholder__visual .brand-logo--mark {
  width: 57px;
  color: var(--ink-strong);
  filter: drop-shadow(0 0 15px rgb(208 255 0 / 0.2));
}

.partners-placeholder > .eyebrow,
.partners-placeholder > h2,
.partners-placeholder > p,
.partners-placeholder__progress,
.partners-placeholder > small {
  position: relative;
  z-index: 1;
}

.partners-placeholder h2 {
  max-width: 310px;
  margin: 10px 0 12px;
  color: var(--ink-strong);
  font-size: 31px;
  font-weight: 710;
  line-height: 1.03;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.partners-placeholder > p:not(.eyebrow) {
  max-width: 315px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 10px;
  line-height: 1.55;
}

.partners-placeholder__progress {
  position: relative;
  height: 3px;
  overflow: hidden;
  margin-top: 24px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.065);
}

.partners-placeholder__progress span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 62%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(208 255 0 / 0.25), var(--accent));
}

.partners-placeholder__progress i {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  transform: translate(-50%, -50%);
}

.partners-placeholder > small {
  margin-top: 11px;
  color: #707970;
  font-size: 8px;
  line-height: 1.4;
}

@media (max-width: 700px) {
  .concept-stage {
    display: block;
    min-height: var(--tg-viewport-height);
    padding: 0;
  }

  .mini-app {
    width: 100%;
    height: var(--tg-viewport-height);
    min-height: var(--tg-viewport-height);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .review-tools {
    display: none;
  }
}

@media (max-height: 760px) {
  .welcome-visual {
    width: 205px;
  }

  .welcome-copy h1 {
    font-size: 31px;
  }

  .welcome-copy .body-copy {
    margin-bottom: 11px;
    font-size: 13px;
  }

  .promise-list {
    gap: 6px;
  }

  .home-hero {
    min-height: 222px;
  }

  .booking-ai-header h1 {
    font-size: 25px;
  }

  .booking-ai-header > p:last-child {
    display: none;
  }

  .ai-sphere-stage {
    width: min(334px, calc(100vw - 20px));
  }

  .ai-sphere-shell {
    width: min(334px, calc(100% + 24px));
    margin-top: -8px;
  }

  .booking-ai-action {
    margin-top: 0;
  }

  .service-card { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .loader-halo,
  .logo-sheen::before,
  .profile-card__sheen::before,
  .signal-ring,
  .progress span {
    animation: none;
  }

  .ai-field-rings,
  .ai-field-network__nodes circle,
  .ai-field-packet,
  .ai-field-scan,
  .ai-field-marker,
  .ai-field-particle,
  .hero-ai-orb,
  .hero-ai-orb__drift::before,
  .hero-ai-orb__ring,
  .hero-ai-orb svg,
  .hero-ai-orb__core,
  .hero-ai-orb__signal,
  .nav-item.is-active::before,
  .nav-item.is-active::after,
  .nav-item.is-active .nav-item__icon {
    animation: none;
  }

  .referral-hero__signal::before,
  .referral-hero__signal::after,
  .referral-hero__signal i,
  .referral-hero__signal b,
  .screen.is-partner-transitioning::after,
  .screen.is-partner-transitioning > .scroll-area,
  .screen.is-partner-transitioning > .bottom-nav,
  .partner-welcome__beam,
  .partner-welcome__brand,
  .partner-welcome__brand::before,
  .partner-welcome__brand::after,
  .partner-welcome__brand > i,
  .partner-welcome__brand > b,
  .partner-welcome__brand > div > span::before,
  .partner-welcome__copy,
  .partner-welcome__start,
  .partner-status-badge i,
  .partners-placeholder__visual::before,
  .partners-placeholder__visual::after,
  .partners-placeholder__visual > i {
    animation: none;
  }

  .partner-welcome__beam,
  .partner-welcome__brand,
  .partner-welcome__copy,
  .partner-welcome__start {
    opacity: 1;
    transform: none;
  }

  .screen.is-partner-transitioning::after {
    opacity: 1;
  }

  .ai-field-parallax,
  .ai-field-probe {
    transform: none;
    transition: opacity 120ms ease;
  }

  .ai-status i,
  .ai-sphere-stage::before,
  .orb-ring,
  .orb-network,
  .orb-network__nodes circle,
  .orb-signal,
  .orb-core,
  .orb-core::before,
  .orb-particle,
  .orb-radial-pulse,
  .service-card {
    animation: none;
  }

  .service-card {
    opacity: 1;
    transform: none;
  }

  .orb-depth {
    transition: none;
  }

  .booking-ai-header,
  .ai-sphere-shell,
  .ai-sphere-stage,
  .booking-ai-action,
  .checkin-dialog,
  .plan-dialog {
    transform: none;
    transition: opacity 120ms ease;
  }

  .progress::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--accent);
    opacity: 0.52;
  }

  .app-toast {
    transform: translate(-50%, 0);
    transition: opacity 180ms ease;
  }

  .primary-button,
  .secondary-button,
  .icon-button,
  .avatar-button,
  .booking-button,
  .action-list button,
  .profile-menu button,
  .guide-phase-index button,
  .guide-image,
  .guide-links a,
  .guide-lightbox__close,
  .service-card__details,
  .service-card__choose,
  .quiet-wide,
  .text-button,
  .quiet-button,
  .segment-option,
  .nav-item,
  .text-back {
    transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease, opacity 120ms ease;
  }

  .loader-reset,
  .nav-item__icon,
  .nav-item__label {
    transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease, opacity 120ms ease;
  }

  .service-card,
  .checkin-choice,
  .checkin-dialog__nav,
  .checkin-dialog__close,
  .plan-dialog__close,
  .ambassador-dialog,
  .ambassador-dialog__close,
  .ambassador-socials a,
  .ambassador-video,
  .partner-link button {
    transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease, opacity 120ms ease;
  }

  .notifications-panel {
    transform: none;
    transition: opacity 120ms ease;
  }

  .notification-item {
    transition: opacity 120ms ease, background-color 120ms ease;
  }

  .guide-scroll {
    scroll-behavior: auto;
  }

  .guide-lightbox,
  .guide-lightbox__panel {
    transition: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .bottom-nav,
  .bottom-actions--surface,
  .topbar,
  .app-toast,
  .review-tools {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--bg-elevated);
  }

  .notifications-panel {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: var(--bg-elevated);
  }

  .plan-dialog::backdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .checkin-dialog::backdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .ambassador-dialog::backdrop {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
