/* Тёмная сцена, лисий розовый, плавающая айфоновская шапка.
   Подключается после style.css и перекрашивает табло, не ломая сетку. */

:root {
  --bg: #0b0d14;
  --surface: #131722;
  --ink: #f6eef0;
  --accent: #d21864;
  --accent-text: #f07aa0;
  --fox: #d21864;
  --fox-hot: #e83a7c;
  --gold: #d4af78;
  --divider: rgba(255, 226, 230, 0.14);
  --hairline: rgba(255, 226, 230, 0.08);
  --n-100: #24181c;
  --n-200: #2c1e22;
  --n-300: rgba(255, 226, 230, 0.22);
  --n-700: #c9b4b8;
  --n-800: #e8d6da;
  --a-100: rgba(210, 24, 100, 0.18);
  --a-700: #b01052;
  --a-800: #8a0c40;
  --paper: rgba(18, 12, 14, 0.48);
  --font: "Manrope", "Heebo", system-ui, sans-serif;
  --font-display: "Alumni Sans", "Manrope", "Heebo", sans-serif;
  --glass: rgba(16, 10, 12, 0.42);
  --glass-stroke: rgba(255, 255, 255, 0.16);
}

html.a11y-contrast {
  --bg: #000;
  --surface: #000;
  --ink: #fff;
  --accent: #ff8a98;
  --accent-text: #ffb3bc;
  --gold: #ffe08a;
  --divider: #fff;
  --hairline: #fff;
  --n-100: #000;
  --n-200: #000;
  --n-300: #fff;
  --n-700: #fff;
  --n-800: #fff;
  --a-100: #000;
  --a-700: #ff8a98;
  --a-800: #ff8a98;
  --paper: #000;
  --glass: #111;
  --glass-stroke: #fff;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
}

a { color: var(--accent-text); }
a:hover { color: var(--gold); }

.shell { max-width: none; }

/* ===== Плавающая шапка а-ля iOS ===== */

.site-header {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 52px;
  min-height: 52px;
  flex-wrap: nowrap;
  padding: 6px 8px 6px 12px;
  border: 1px solid var(--glass-stroke);
  border-bottom: 1px solid var(--glass-stroke);
  border-radius: 22px;
  background: var(--glass);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.38);
  z-index: 80;
}

.brand .mark {
  width: 36px;
  height: 36px;
  padding: 0;
  background: color-mix(in srgb, var(--fox) 16%, transparent);
  color: var(--fox-hot);
  border: 1.5px solid var(--fox-hot);
  border-radius: 50%;
  clip-path: none;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.brand .mark::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 72%, #fff 82%, var(--fox-hot) 90%, transparent 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2.4px), #000 calc(100% - 2px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 2.4px), #000 calc(100% - 2px));
  animation: mark-spark 2.6s linear infinite;
  pointer-events: none;
}
@keyframes mark-spark {
  to { transform: rotate(360deg); }
}

.brand .name {
  font-family: var(--font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--ink);
}

.header-side { flex-wrap: nowrap; gap: 6px; }
.nav-org { display: none; }
.nav-tickets { display: none; }

.nav-tickets { display: none !important; }
.nav-tickets svg { display: block; }
.nav-tickets:hover {
  background: color-mix(in srgb, var(--fox) 22%, transparent);
  color: var(--ink);
  text-decoration: none;
}

#lang-seg.seg { gap: 2px; background: rgba(255,255,255,.06); border-radius: 14px; padding: 2px; }
#lang-seg .seg-opt {
  min-height: 32px;
  padding: 4px 10px;
  border: 0;
  border-radius: 12px;
  font-family: var(--font);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--n-700);
}
#lang-seg .seg-opt:has(input:checked) {
  background: rgba(255,255,255,.16);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset;
}

/* ===== Хиро: живая сцена, фото Ильи, софиты ===== */

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100svh;
  padding: 88px var(--pad) 20px;
  border-bottom: 0;
  background: #070910;
  overflow: hidden;
}
.hero::before,
.hero::after { display: none !important; filter: none; background: none; }

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-lights {
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
}
.spot {
  position: absolute;
  top: -10%;
  width: 34%;
  height: 78%;
  background: linear-gradient(180deg,
    rgba(255, 236, 190, .55) 0%,
    rgba(255, 210, 140, .18) 38%,
    rgba(255, 180, 90, .04) 62%,
    transparent 78%);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  filter: blur(10px);
  opacity: .7;
  transform-origin: 50% 0;
}
.spot.s1 { left: 4%; animation: spot 5.4s ease-in-out infinite; }
.spot.s2 { left: 33%; width: 36%; animation: spot 6.2s ease-in-out infinite .9s; }
.spot.s3 { left: 62%; animation: spot 5.8s ease-in-out infinite 1.6s; }

.hero-haze {
  position: absolute;
  inset: 0 0 20%;
  z-index: 2;
  background:
    radial-gradient(ellipse 70% 40% at 50% 8%, rgba(255, 220, 160, .22), transparent 70%),
    radial-gradient(ellipse 50% 30% at 30% 20%, rgba(255, 180, 120, .1), transparent 70%);
  mix-blend-mode: screen;
  animation: haze 9s ease-in-out infinite;
}
.hero-dust {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 30%, rgba(255,240,210,.7) 50%, transparent 51%),
    radial-gradient(1px 1px at 28% 62%, rgba(255,230,190,.55) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 48% 22%, rgba(255,240,210,.65) 50%, transparent 51%),
    radial-gradient(1px 1px at 67% 48%, rgba(255,220,170,.5) 50%, transparent 51%),
    radial-gradient(2px 2px at 81% 35%, rgba(255,240,210,.6) 50%, transparent 51%),
    radial-gradient(1px 1px at 18% 78%, rgba(255,230,190,.4) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 73% 70%, rgba(255,240,210,.45) 50%, transparent 51%);
  animation: dust 14s linear infinite;
  mix-blend-mode: screen;
  opacity: .7;
}

@keyframes ken {
  from { transform: scale(1); }
  to { transform: scale(1.06) translate3d(-1.2%, 1%, 0); }
}
@keyframes spot {
  0%, 100% { opacity: .45; transform: scaleY(1) rotate(0deg); }
  40% { opacity: .95; transform: scaleY(1.08) rotate(1.2deg); }
  70% { opacity: .6; transform: scaleY(1.02) rotate(-0.8deg); }
}
@keyframes haze {
  0%, 100% { opacity: .55; transform: translate3d(0, 0, 0); }
  50% { opacity: 1; transform: translate3d(2%, 3%, 0); }
}
@keyframes dust {
  from { transform: translate3d(0, 6%, 0); opacity: .25; }
  50% { opacity: .8; }
  to { transform: translate3d(0, -8%, 0); opacity: .3; }
}

.hero-text {
  position: relative;
  z-index: 2;
  max-width: 94%;
  margin-inline-start: 0;
  overflow: visible;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  background: #070910;
}
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7,9,16,.55) 0%, rgba(7,9,16,.22) 38%, rgba(7,9,16,.08) 70%, rgba(7,9,16,.18) 100%),
    linear-gradient(180deg, rgba(7,9,16,.28) 0%, transparent 24%, transparent 58%, rgba(7,9,16,.58) 100%);
}
.hero-figure { display: none !important; }
.hero-bg { display: none !important; }
html.a11y-nomotion .hero-video { display: none !important; }
html.a11y-nomotion .hero-scene {
  background: #070910 url("hero/hero-poster.jpg") center right / cover no-repeat;
}
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none !important; }
  .hero-scene {
    background: #070910 url("hero/hero-poster.jpg") center right / cover no-repeat;
  }
}

.hero-figure {
  display: block !important;
  position: absolute !important;
  inset: auto 5vw 0 auto !important;
  z-index: 0 !important;
  height: 92% !important;
  width: auto !important;
  max-width: 48% !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  animation: none !important;
  transform: none !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
  pointer-events: none;
}
.hero-text { z-index: 1 !important; pointer-events: none; }
.hero-text a, .hero-text .show-title, .hero-text .next-card { pointer-events: auto; }
.next-card { z-index: 2 !important; pointer-events: auto; }


.next-card {
  position: relative;
  z-index: 4;
  margin-top: auto;
  margin-inline-start: 0;
  width: min(340px, calc(100% - var(--pad)));
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-shot, .hero-figure, .spot, .hero-haze, .hero-dust, .brand .mark::before { animation: none !important; }
}

.kicker {
  background: transparent;
  color: var(--n-700);
  padding: 0;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.hero-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  -webkit-text-stroke: 0;
  paint-order: normal;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .78;
  white-space: normal;
  font-size: clamp(5rem, 18vw, 7.4rem);
  text-shadow: 0 2px 28px rgba(0,0,0,.45);
}
.hero-name span { display: block; white-space: nowrap; }

.show-title {
  background: transparent;
  color: #fff;
  padding: 0;
  margin-top: 10px;
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(0.68rem, 2vw, 0.95rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.next-card {
  margin-inline-start: 0;
  background: var(--glass);
  border: 1px solid var(--glass-stroke);
  border-radius: 22px;
  padding: 16px 16px 14px;
  box-shadow: 0 16px 50px rgba(0,0,0,.35);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  backdrop-filter: blur(22px) saturate(170%);
  color: var(--ink);
}
.next-kicker { color: var(--n-700); }
.next-when { font-family: var(--font-display); font-size: 28px; color: #fff; }
.next-where { color: #fff; }
.next-note { color: var(--n-700); overflow: visible; padding-inline: 2px; }
.next-card .btn {
  border-radius: 14px;
  background: linear-gradient(180deg, var(--fox-hot), var(--fox));
  border: 0;
  color: #fff;
  box-shadow: 0 6px 18px rgba(210, 24, 100, .42);
}
.next-card .btn:hover { background: var(--a-700); color: #fff; }

.btn { border-radius: 14px; font-family: var(--font); font-weight: 800; }
.btn-primary { background: var(--fox); color: #fff; }
.btn-primary:hover { background: var(--a-700); color: #fff; }
.btn-secondary {
  border-color: var(--glass-stroke);
  color: var(--ink);
  background: rgba(255,255,255,.06);
}
.btn-secondary:hover { background: var(--fox); color: #fff; border-color: var(--fox); }

.next-card { display: none !important; }

/* ===== Табло ===== */

#board {
  background: var(--bg);
  padding-bottom: 12px;
}
.board-head {
  border-bottom: 0;
  padding-top: 8px;
}
.board-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: .04em;
}

#region-seg.seg { gap: 8px; }
#region-seg .seg-opt {
  border-radius: 14px;
  border: 1px solid var(--glass-stroke);
  background: rgba(255,255,255,.04);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: .08em;
}
#region-seg .seg-opt:has(input:checked) {
  background: transparent;
  border-color: #fff;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
#region-seg .seg-opt:not(:has(input:checked)):hover {
  background: rgba(255,255,255,.1);
}

.cols { color: var(--n-700); border-color: var(--hairline); }
.row { border-color: var(--hairline); }
.row:hover { background: var(--a-100); }
.row.is-target { background: var(--a-100); box-shadow: inset 3px 0 0 var(--fox); }
.row .date { font-family: var(--font-display); color: #fff; }
.row .city { font-family: var(--font-display); color: #fff; }

.tour-label { background: var(--fox); border-radius: 0; }
.tour-chip:hover { background: var(--a-100); }
.tour-chip-price { color: var(--accent-text); }

.tag-few { background: var(--fox); border-color: var(--fox); }
@keyframes pulse-few {
  0%, 100% { background: var(--fox); box-shadow: 0 0 0 0 rgba(229, 107, 122, .45); transform: scale(1); }
  50%      { background: var(--a-700); box-shadow: 0 0 0 8px rgba(229, 107, 122, 0); transform: scale(1.05); }
}
.tag-out { background: transparent; color: var(--n-700); border-color: var(--n-300); }
.tag-soon { background: #fff; color: #111; border-color: #fff; }

.about, .lead, .city-alert, .contacts, .clip, .site-footer {
  background: var(--bg);
  border-color: var(--hairline);
  color: var(--ink);
}
.about h2, .contacts h2, .city-alert h2 { color: var(--gold); }
.about p, .city-lead, .contacts p { color: var(--n-800); }

.city-form input, .city-form textarea {
  background: var(--n-100);
  color: var(--ink);
  border-color: var(--divider);
}
.city-done { border-color: var(--fox); }

.btn-onaccent { background: var(--fox); color: #fff !important; border: 0; }
.btn-onaccent:hover { background: var(--fox-hot); color: #fff !important; }
.site-footer { color: #f3e6ea; font-size: 12px; padding: 12px var(--pad); }
.site-footer a { color: #fff; }

/* компактный низ: заголовок в одну строку + тихие иконки соцсетей */
.contacts {
  padding: 16px var(--pad);
  column-gap: 20px;
  row-gap: 12px;
  align-items: center;
}
.contacts h2 {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 8px;
  max-width: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contacts p { display: none; }
.contacts .actions { gap: 8px; }
.contacts .actions .btn {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 13px;
}
.socials {
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.socials a {
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  justify-content: center;
  background: transparent;
  color: var(--gold) !important;
  border: 1px solid color-mix(in srgb, var(--gold) 45%, transparent);
  border-radius: 50%;
  letter-spacing: 0;
}
.socials a:hover {
  background: var(--gold);
  color: #0b0d14 !important;
  border-color: var(--gold);
}
.socials svg { fill: currentColor; width: 18px; height: 18px; }

@media (max-width: 820px) {
  .contacts h2 {
    font-size: 1rem;
    white-space: nowrap;
  }
  .contacts .actions { flex-direction: row; flex-wrap: wrap; }
  .contacts .actions .btn { flex: 1 1 auto; }
}
.next-note { color: #e8d4d8 !important; font-size: 12px !important; }
.cols { font-size: 12px; letter-spacing: .14em; }
.kicker, .next-kicker { font-size: 12px; }

.a11y-btn {
  border-radius: 16px;
  background: var(--glass);
  color: var(--ink);
  border: 1px solid var(--glass-stroke);
  backdrop-filter: blur(16px);
  inset-inline-start: auto;
  inset-inline-end: 12px;
  bottom: 16px;
}
@media (max-width: 820px) {
  .a11y-btn {
    inset-inline-start: 12px;
    inset-inline-end: auto;
    bottom: 16px;
  }
  .a11y-panel {
    inset-inline-start: 12px;
    inset-inline-end: auto;
  }
}
.a11y-panel {
  border-radius: 18px;
  background: var(--glass);
  border: 1px solid var(--glass-stroke);
  backdrop-filter: blur(22px);
  inset-inline-start: auto;
  inset-inline-end: 12px;
}
@media (max-width: 820px) {
  .a11y-btn {
    inset-inline-start: 12px;
    inset-inline-end: auto;
    bottom: 16px;
  }
  .a11y-panel {
    inset-inline-start: 12px;
    inset-inline-end: auto;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 100svh;
    padding: 76px var(--pad) 72px;
    overflow: hidden;
    direction: ltr;
  }
  .hero-haze { inset: 0; }
  .hero-video { object-position: center center; }
  .hero-figure { display: none !important; }
  .hero-text {
    position: absolute !important;
    left: var(--pad);
    right: var(--pad);
    top: auto;
    bottom: 14%;
    max-width: none;
    padding: 0;
    z-index: 1 !important;
  }
  .hero-name {
    font-size: clamp(2.9rem, 16.2vw, 4.3rem);
    width: 100%;
    max-width: 100%;
    text-shadow: 0 3px 26px rgba(0,0,0,.75), 0 0 60px rgba(0,0,0,.5);
  }
  html, body { overflow-x: clip; }
  .show-title { text-shadow: 0 2px 14px rgba(0,0,0,.8); }
  .hero-name span { white-space: nowrap; max-width: 100%; }
  .show-title { font-size: 0.8rem; font-weight: 800; color: #fff; letter-spacing: .12em; white-space: nowrap; margin-top: 10px; }
  .next-card { width: min(86%, 300px); z-index: 2; margin-bottom: 0; }
  .site-header {
    top: 8px; left: 8px; right: 8px;
    height: 48px;
    min-height: 48px;
    flex-wrap: nowrap;
    padding: 4px 8px 4px 10px;
  }
  .header-side { flex-wrap: nowrap; }
  .brand .name { font-size: 12px; letter-spacing: .08em; }
}

@media (min-width: 821px) {
  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    justify-content: stretch;
    align-content: stretch;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding: 96px 4vw 40px;
    overflow: hidden;
    direction: ltr;
  }
  /* сцена вне сетки — иначе absolute+grid-area сжимает видео в 58% */
  .hero-scene {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    grid-area: unset !important;
    z-index: 0;
  }
  .hero-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover !important;
    object-position: center center !important;
  }
  .hero-bg { object-position: center center; }
  .hero-text {
    grid-row: unset;
    grid-column: unset;
    position: absolute !important;
    left: 4vw;
    right: auto;
    top: auto;
    bottom: 12%;
    z-index: 3 !important;
    max-width: min(52vw, 720px);
    width: auto;
    padding-top: 0;
  }
  .hero-name {
    font-size: clamp(7.6rem, 16vw, 16rem);
    line-height: .72;
    max-width: 100%;
  }
  .show-title {
    white-space: nowrap;
    font-size: clamp(0.95rem, 1.4vw, 1.25rem);
    letter-spacing: .12em;
  }
  .hero-figure { display: none !important; }
  .next-card { z-index: 4 !important; }
  .next-card {
    grid-row: 3;
    grid-column: 1;
    z-index: 2 !important;
    width: min(340px, 100%);
    margin-top: clamp(72px, 9vh, 120px);
    margin-bottom: 0;
    position: relative;
  }

  #board .board-head,
  #board .cols,
  #board .rows,
  #board .board-note {
    width: min(52rem, 100%);
    margin-inline: auto;
  }
  .cols,
  .row {
    grid-template-columns: 6.8rem 12rem 7.4rem 16.5rem;
    column-gap: 22px;
    justify-content: start;
    width: 100%;
  }
  .row .act { justify-content: stretch; min-width: 0; }
  .row .act .btn {
    width: 100%;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
  }
}

.clip-frame {
  background: #05070c;
  border-color: var(--hairline);
  border-radius: 14px;
  overflow: hidden;
}
.clip-play { background: #05070c; }
/* полное превью как на ютубе: ничего не обрезаем */
.clip-play img {
  filter: none !important;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: contain !important;
  object-position: center !important;
}
.clip-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--fox);
  border: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.45), 0 0 0 6px color-mix(in srgb, var(--fox) 22%, transparent);
  transition: transform .18s ease, box-shadow .18s ease;
}
.clip-btn::after {
  left: 24px;
  top: 19px;
  border-width: 12px 0 12px 19px;
  border-color: transparent transparent transparent #fff;
}
.clip-play:hover .clip-btn {
  box-shadow: 0 12px 34px rgba(0,0,0,.5), 0 0 0 10px color-mix(in srgb, var(--fox) 26%, transparent);
}
.clip-play:focus-visible { outline: 3px solid var(--fox); outline-offset: 2px; }





/* юрстраницы */
.legal {
  padding-top: 88px;
  color: var(--ink);
}
.legal h1, .legal h2, .legal h3 { color: var(--gold); font-family: var(--font-display); }
.legal .back { color: var(--fox-hot); }
.legal a { color: var(--fox-hot); }
.legal .he { border-color: var(--hairline); }

/* панель доступности внутри */
.a11y-btn {
  background: var(--fox);
  color: #fff;
  border: 0;
}
.a11y-btn:hover { background: var(--fox-hot); color: #fff; }
.a11y-panel {
  background: #1a1316;
  color: var(--ink);
  border: 1px solid var(--glass-stroke);
}
.a11y-panel h2 { color: #fff; }
.a11y-row { color: var(--ink); }
.a11y-row button.fs {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 10px;
  border: 1px solid var(--glass-stroke);
}
.a11y-row button.fs:hover { background: var(--fox); color: #fff; }
.a11y-row input[type="checkbox"] { accent-color: var(--fox); }
.a11y-reset {
  background: var(--fox);
  color: #fff;
  border: 0;
  border-radius: 12px;
}
.a11y-reset:hover { background: var(--fox-hot); color: #fff; }

.checkout-note { font-size: 12px; color: #e8d4d8; }

/* ===== Лист ожидания: тёмная модалка, читаемые поля ===== */
.modal-backdrop {
  background: rgba(0, 0, 0, 0.72);
}
.modal-card {
  background: var(--surface);
  border: 1px solid var(--glass-stroke);
  border-radius: 18px;
  color: var(--ink);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}
.modal-card h2 { color: var(--gold); }
.modal-sub { color: var(--n-700); }
.modal-close {
  color: var(--ink);
  border-radius: 10px;
}
.modal-close:hover { background: var(--fox); color: #fff; }
.wl-event {
  background: var(--fox);
  border-radius: 10px;
}
.wl-form label { color: var(--n-700); }
.wl-form input,
.wl-form textarea {
  background: var(--n-100);
  color: var(--ink);
  border: 1px solid var(--divider);
  border-radius: 12px;
  color-scheme: dark;
}
.wl-form input::placeholder,
.wl-form textarea::placeholder {
  color: var(--n-700);
  opacity: 0.85;
}
.wl-form input:focus,
.wl-form textarea:focus {
  border-color: var(--fox);
  outline: none;
  box-shadow: 0 0 0 2px rgba(210, 24, 100, 0.28);
}
.wl-privacy { color: var(--n-700); }
.wl-privacy a { color: var(--accent-text); }
.wl-done {
  border-color: var(--fox);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(210, 24, 100, 0.12);
}
.wl-error { color: #ff8a98; }

