:root {
  --bg: #000; --surface: #fff; --surface-2: #f4f4f7; --text: #111118;
  --text-on-dark: #f7f4ff; --muted: #6b6b78; --muted-on-dark: #a7a3b8;
  --pink: #ff2ea8; --cyan: #3de8ff; --sunset: #ffb15a;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: #000; color: var(--text-on-dark); font-family: Outfit, system-ui, sans-serif; }
.banner { position: sticky; top: 0; background: #12061f; color: #f5c14a; text-align: center; padding: 8px; font-size: 12px; z-index: 4; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px 0; }
.top nav { display: flex; gap: 16px; }
.top a { color: var(--muted-on-dark); text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.wordmark {
  font-family: Audiowide, sans-serif; letter-spacing: .08em; font-size: 34px;
  background: linear-gradient(90deg, #5ce8ff, #ff4ec8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero { background: #000; overflow: hidden; }
.hero-art {
  display: block; width: 100%; height: auto; margin: 0 auto;
  object-fit: contain; background: #000;
}
@media (min-width: 768px) { .hero-art { max-width: 920px; } }
main { width: min(720px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 80px; }
.muted, .legal { color: var(--muted-on-dark); }
.legal { text-align: center; font-size: 12px; }
.photos { display: grid; gap: 12px; }
.photos img { width: 100%; border-radius: 16px; }
.card { background: #fff; color: #111; border: 0; border-radius: 24px; padding: 16px; margin: 20px 0; }
.card h2 { margin: 0 0 8px; }
.card label { display: flex; flex-direction: column; gap: 6px; margin: 10px 0; color: #111; }
.card input[type=number], .card input[type=text], .card input[type=datetime-local], .card select { min-height: 44px; background: #f4f4f7; border: 1px solid #e4e4ea; border-radius: 12px; color: #111; padding: 8px; }
.cal-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin: 8px 0; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal-dow { text-align: center; font-size: 12px; color: #6b6b78; }
.cal-day { min-height: 44px; border: 0; border-radius: 10px; background: #f4f4f7; color: #111; font-weight: 600; }
.cal-day.blocked { background: #fde7ee; color: #9f1239; text-decoration: line-through; }
.cal-day.sel { background: #ff2ea8; color: #fff; }
.cta, .ghost { min-height: 52px; border-radius: 999px; border: 0; padding: 12px 20px; font-weight: 700; margin: 8px 8px 0 0; }
.cta { background: var(--pink); color: #fff; }
.ghost { background: transparent; color: var(--cyan); border: 1px solid var(--cyan); }
.err { color: #e11d48; }
.line { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #ececf1; color: #111; }
.place { display: flex; justify-content: center; color: var(--cyan); font-weight: 600; margin: 16px 0; }
.vehicle-row { display: grid; grid-template-columns: 118px 1fr; gap: 14px; align-items: center; }
.vehicle-row img { width: 118px; height: 88px; object-fit: cover; object-position: 50% 55%; border-radius: 14px; background: #0a0a12; box-shadow: 0 0 18px rgba(255, 46, 168, 0.16); }
.vehicle-row h2 { margin: 0; font-size: 20px; }
.vehicle-row p { margin: 2px 0; color: #6b6b78; font-size: 14px; }
.price { color: var(--pink); font-weight: 700; }
