/* Starlight Drive-In: night sky, neon marquee, cream letterboards. */

@font-face {
  font-family: 'Monoton';
  src: url('/static/fonts/monoton-latin.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Righteous';
  src: url('/static/fonts/righteous-latin.woff2') format('woff2');
  font-display: swap;
}

:root {
  --night-0: #05060f;
  --night-1: #0b1030;
  --night-2: #1b2150;
  --neon: #ff4d5e;
  --neon-soft: rgba(255, 77, 94, 0.45);
  --amber: #ffb347;
  --cream: #f6ecd2;
  --cream-2: #e9dcb8;
  --ink: #17131f;
  --muted: #a9a4c4;
  --mint: #7fd1b9;
  --line: rgba(246, 236, 210, 0.14);
  --radius: 14px;
  --display: 'Righteous', 'Avenir Next', 'Futura', system-ui, sans-serif;
  --neon-font: 'Monoton', 'Righteous', system-ui, sans-serif;
  --body: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html, body { margin: 0; }

body {
  min-height: 100vh;
  color: var(--cream);
  font: 16px/1.55 var(--body);
  background:
    radial-gradient(1px 1px at 12% 18%, #fff8 50%, transparent 51%),
    radial-gradient(1px 1px at 72% 9%, #fff9 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 38% 28%, #fff7 50%, transparent 51%),
    radial-gradient(1px 1px at 88% 34%, #fff6 50%, transparent 51%),
    radial-gradient(1px 1px at 55% 14%, #fff8 50%, transparent 51%),
    radial-gradient(1px 1px at 22% 40%, #fff5 50%, transparent 51%),
    radial-gradient(ellipse at 50% 120%, var(--night-2) 0%, var(--night-1) 45%, var(--night-0) 80%) fixed;
  background-color: var(--night-0);
}

a { color: var(--amber); }
a:hover { color: #ffd08a; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

main { padding-inline: 20px; }
.narrow { max-width: 640px; margin: 0 auto; padding-block: 24px 64px; }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.15; letter-spacing: 0.01em; }
h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin: 0.2em 0 0.4em; }

.eyebrow {
  margin: 0; color: var(--amber); font: 0.8rem/1.4 var(--display);
  letter-spacing: 0.18em; text-transform: uppercase;
}

/* Header & footer ------------------------------------------------------- */

.site-header {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 20px; max-width: 1100px; margin: 0 auto;
}
.brand {
  color: var(--cream); text-decoration: none; font: 1.15rem var(--display); letter-spacing: 0.04em;
}
.brand-star { color: var(--neon); text-shadow: 0 0 10px var(--neon-soft); }
.site-header nav { display: flex; gap: 18px; flex-wrap: wrap; }
.site-footer { text-align: center; color: var(--muted); font-size: 0.85rem; padding: 40px 20px 56px; }

/* Buttons & forms ------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06); color: var(--cream);
  font: 1rem var(--display); letter-spacing: 0.04em; text-decoration: none; cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { background: rgba(255, 255, 255, 0.12); color: var(--cream); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible, .dash-btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--amber); outline-offset: 2px;
}
.btn-neon {
  background: var(--neon); border-color: transparent; color: #fff;
  box-shadow: 0 0 0 1px #ff8a96 inset, 0 0 22px var(--neon-soft);
}
.btn-neon:hover { background: #ff6473; color: #fff; box-shadow: 0 0 0 1px #ffb0b8 inset, 0 0 30px rgba(255, 77, 94, 0.7); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 30px; font-size: 1.2rem; }
.btn-small { padding: 6px 14px; font-size: 0.85rem; }
.btn-danger { border-color: rgba(255, 77, 94, 0.6); color: #ffb0b8; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

.field { display: grid; align-content: start; gap: 6px; margin: 0 0 18px; border: 0; padding: 0; }
.field > span, .field > legend { font-weight: 600; }
.field small { color: var(--muted); }
.field em { color: var(--muted); font-style: normal; font-weight: 400; }
input, select, textarea {
  width: 100%; padding: 11px 13px; border-radius: 10px; border: 1px solid var(--line);
  background: rgba(5, 6, 15, 0.6); color: var(--cream); font: inherit;
}
textarea { resize: vertical; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 20px; color: var(--muted); font-size: 0.92rem; }
.check input { width: auto; margin-top: 4px; accent-color: var(--neon); }

.swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.swatch { position: relative; cursor: pointer; }
.swatch input { position: absolute; opacity: 0; inset: 0; }
.swatch-chip {
  display: block; width: 38px; height: 38px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff9 0 12%, transparent 13%), var(--car);
  border: 2px solid transparent; box-shadow: 0 2px 8px #0008;
}
.swatch input:checked + .swatch-chip { border-color: var(--cream); box-shadow: 0 0 0 3px var(--night-0), 0 0 0 5px var(--car); }
.swatch input:focus-visible + .swatch-chip { outline: 2px solid var(--amber); outline-offset: 4px; }

.alert { padding: 12px 16px; border-radius: 10px; background: rgba(255, 77, 94, 0.14); border: 1px solid rgba(255, 77, 94, 0.5); }
.notice { padding: 12px 16px; border-radius: 10px; background: rgba(127, 209, 185, 0.12); border: 1px solid rgba(127, 209, 185, 0.5); }
.copy-field { font: 0.9rem ui-monospace, SFMono-Regular, Menlo, monospace; margin: 8px 0 16px; }

/* Marquee ---------------------------------------------------------------- */

.marquee {
  position: relative; max-width: 900px; margin: 24px auto 56px; padding: 44px 24px 40px;
  text-align: center; border-radius: 22px;
  background: linear-gradient(180deg, #2a0f1f 0%, #150818 100%);
  box-shadow: 0 30px 80px #000a, 0 0 0 6px #3a1426, 0 0 0 7px #ffb34755;
}
.marquee-bulbs {
  position: absolute; inset: 10px; border-radius: 16px; pointer-events: none;
  background:
    radial-gradient(circle, var(--amber) 0 3px, transparent 4px) 0 0 / 26px 26px repeat-x,
    radial-gradient(circle, var(--amber) 0 3px, transparent 4px) 0 100% / 26px 26px repeat-x;
  filter: drop-shadow(0 0 4px var(--amber));
  animation: chase 1.2s steps(2) infinite;
}
@keyframes chase { 50% { background-position: 13px 0, 13px 100%; } }
.marquee-kicker { margin: 0; font: 0.9rem var(--display); letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber); }
.marquee-title {
  margin: 12px 0 8px; font: clamp(2.2rem, 7.5vw, 4.6rem)/1.05 var(--neon-font); color: #ffe4e8;
  text-shadow: 0 0 6px #ff9aa6, 0 0 18px var(--neon), 0 0 42px var(--neon);
  animation: flicker 7s infinite;
}
@keyframes flicker { 0%, 92%, 96%, 100% { opacity: 1; } 94% { opacity: 0.55; } }
.marquee-sub { margin: 0; color: var(--cream-2); font-size: 1.1rem; }

/* Program: letterboards ------------------------------------------------- */

.program, .how { max-width: 900px; margin: 0 auto 56px; }
.section-title { font-size: 1.1rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.letterboard {
  margin: 0 0 20px; padding: 22px 24px; border-radius: var(--radius); color: var(--ink);
  background:
    repeating-linear-gradient(180deg, transparent 0 34px, rgba(0, 0, 0, 0.07) 34px 36px),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
  box-shadow: 0 0 0 4px #2b2540, 0 18px 40px #0009, 0 0 40px rgba(246, 236, 210, 0.08);
}
.letterboard-when { margin: 0; font: 0.9rem var(--display); letter-spacing: 0.12em; text-transform: uppercase; color: #8a2432; }
.letterboard-title { margin: 6px 0 6px; font-size: clamp(1.5rem, 3.5vw, 2.1rem); text-transform: uppercase; letter-spacing: 0.06em; }
.letterboard-desc { margin: 0 0 16px; color: #3c3548; }
.letterboard-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.price { font: 1.3rem var(--display); }
.price small { font: 0.85rem var(--body); color: #5c5468; }
.spots { color: #3c3548; font-weight: 600; }
.spots.is-out { color: #b0203a; }
.letterboard .btn-neon { margin-left: auto; }
.empty { color: var(--muted); }

.steps { display: grid; gap: 14px; padding-left: 1.3em; color: var(--cream-2); }
.steps strong { color: var(--cream); font-family: var(--display); font-weight: 400; letter-spacing: 0.03em; }

/* Showing page --------------------------------------------------------- */

.feature .lede { color: var(--cream-2); font-size: 1.1rem; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 12px; margin: 24px 0; }
.facts div { padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, 0.03); }
.facts dt { color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; }
.facts dd { margin: 4px 0 0; font: 1.15rem var(--display); }
.box-office {
  padding: 24px; border-radius: 18px; background: rgba(11, 16, 48, 0.75);
  border: 1px solid var(--line); box-shadow: 0 20px 60px #0008; text-align: left;
}
.box-office h2 { margin-top: 0; }
.voucher { margin: 0 0 20px; }
.voucher summary { width: fit-content; color: var(--amber); cursor: pointer; }
.voucher[open] summary { margin-bottom: 12px; }
.voucher input { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.08em; text-transform: uppercase; }
.voucher input::placeholder { text-transform: none; }
.voucher-code { font: clamp(0.95rem, 4vw, 1.25rem) ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0.06em; white-space: nowrap; }

/* Ticket stub ----------------------------------------------------------- */

.stub {
  display: grid; grid-template-columns: 1fr auto; margin: 16px 0 28px; color: var(--ink);
  border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px #000a;
  background: linear-gradient(180deg, var(--cream), var(--cream-2));
}
.stub-main { padding: 22px 24px; }
.stub-admit { margin: 0; font: 0.85rem var(--display); letter-spacing: 0.3em; text-transform: uppercase; color: #8a2432; }
.stub-title { margin: 6px 0; text-transform: uppercase; letter-spacing: 0.05em; font-size: clamp(1.4rem, 4vw, 2rem); }
.stub-main p { margin: 4px 0; }
.stub-car { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.stub-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--car); box-shadow: 0 0 0 2px #0002; }
.stub-side {
  display: grid; place-content: center; gap: 2px; padding: 20px 26px; text-align: center;
  background: var(--neon); color: #fff; border-left: 3px dashed var(--cream);
}
.stub-label { font: 0.75rem var(--display); letter-spacing: 0.25em; text-transform: uppercase; }
.stub-spot { font: 2.6rem/1 var(--display); }
@media (max-width: 480px) {
  .stub-main { padding: 18px; }
  .stub-side { padding: 16px 14px; }
  .stub-spot { font-size: 2rem; }
}

.projector-spin {
  width: 56px; height: 56px; margin: 40px auto 10px; border-radius: 50%;
  border: 4px solid var(--line); border-top-color: var(--amber); animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* The lot -------------------------------------------------------------- */

.lot-body { overflow-x: hidden; }
.lot {
  display: grid; grid-template-rows: auto 1fr auto auto; min-height: 100vh; min-height: 100dvh;
  background:
    linear-gradient(180deg, transparent 55%, rgba(20, 18, 30, 0.9) 100%),
    radial-gradient(ellipse 60% 40% at 50% 38%, rgba(160, 190, 255, 0.10), transparent 70%);
}
.lot-marquee {
  display: flex; align-items: center; gap: 16px; padding: 10px 18px;
  background: linear-gradient(180deg, #2a0f1f, #170914); border-bottom: 2px solid #3a1426;
  box-shadow: 0 6px 24px #0008;
}
.lot-now { flex: 1; margin: 0; text-align: center; font: 1rem var(--display); letter-spacing: 0.08em; text-transform: uppercase; }
.lot-title { color: #ffe4e8; text-shadow: 0 0 10px var(--neon); }
.lot-status { color: var(--amber); margin-left: 10px; }
.lot-count { font-variant-numeric: tabular-nums; color: var(--cream-2); }

.screen-wrap { display: grid; place-items: center; padding: 18px 16px 6px; position: relative; }
.screen-wrap::before {
  /* the projector beam from behind the lot */
  content: ''; position: absolute; left: 50%; bottom: -40%; width: 70%; height: 140%; transform: translateX(-50%);
  background: conic-gradient(from 180deg at 50% 100%, transparent 162deg, rgba(200, 220, 255, 0.05) 175deg, rgba(200, 220, 255, 0.05) 185deg, transparent 198deg);
  pointer-events: none;
}
.screen {
  position: relative; width: min(100%, calc((100dvh - 330px) * 16 / 9)); min-width: min(100%, 320px);
  aspect-ratio: 16 / 9; max-width: 100%; border-radius: 6px; overflow: hidden; background: #000;
  box-shadow: 0 0 0 6px #d8d2c0, 0 0 0 10px #2b2540, 0 0 90px rgba(200, 220, 255, 0.22);
  transition: box-shadow 0.15s ease;
}
.screen.is-lit { box-shadow: 0 0 0 6px #fff, 0 0 0 10px #2b2540, 0 0 160px rgba(255, 250, 220, 0.6); }
.screen iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #000; }
.screen:fullscreen { width: 100vw; height: 100vh; border-radius: 0; box-shadow: none; }

.screen-gate, .preshow {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 20px; text-align: center;
  background: radial-gradient(ellipse at 50% 40%, #1f1a3a 0%, #07060f 75%);
}
.preshow { background: rgba(5, 6, 15, 0.82); backdrop-filter: blur(2px); }
.gate-kicker, .preshow-kicker { margin: 0; font: 0.85rem var(--display); letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber); }
.gate-title { margin: 0; font: clamp(1.5rem, 4vw, 2.8rem)/1.1 var(--neon-font); color: #ffe4e8; text-shadow: 0 0 16px var(--neon); }
.gate-count, .preshow-count { margin: 0; font: clamp(1.6rem, 5vw, 3.2rem) var(--display); font-variant-numeric: tabular-nums; }
.gate-hint, .preshow-hint { margin: 0; color: var(--muted); font-size: 0.9rem; max-width: 36ch; }

.lot-cars { padding: 16px 12px 4px; overflow-x: auto; }
.cars {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; gap: 6px 12px;
  min-height: 72px; max-width: 1200px; margin: 0 auto;
}
.car { position: relative; width: 78px; flex: none; text-align: center; }
.car svg { display: block; width: 100%; height: auto; filter: drop-shadow(0 6px 6px #000c); }
.car-name {
  display: block; margin-top: 2px; font-size: 0.7rem; color: var(--muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.car.is-you .car-name { color: var(--amber); font-weight: 700; }
.car.is-you::before {
  content: 'YOU'; position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  font: 0.65rem var(--display); letter-spacing: 0.2em; color: var(--amber);
}
.car-beam {
  position: absolute; left: 50%; bottom: 60%; width: 140%; height: 130px; transform: translateX(-50%); opacity: 0;
  background: linear-gradient(0deg, rgba(255, 248, 210, 0.55), transparent);
  clip-path: polygon(38% 100%, 62% 100%, 100% 0, 0 0); pointer-events: none;
}
.car.is-flashing .car-beam { animation: beam 0.9s ease-out; }
@keyframes beam { 10%, 40% { opacity: 1; } 100% { opacity: 0; } }
.car-bubble {
  position: absolute; left: 50%; bottom: 100%; transform: translateX(-50%); padding: 3px 8px; border-radius: 8px;
  background: var(--amber); color: var(--ink); font: 0.8rem var(--display); white-space: nowrap;
  animation: pop 1.4s ease-out forwards; pointer-events: none;
}
.car-bubble.is-emoji { background: none; font-size: 1.6rem; animation: float 1.8s ease-out forwards; }
@keyframes pop { 0% { transform: translate(-50%, 8px) scale(0.6); opacity: 0; } 15% { transform: translate(-50%, 0) scale(1.1); opacity: 1; } 80% { opacity: 1; } 100% { transform: translate(-50%, -12px); opacity: 0; } }
@keyframes float { 0% { transform: translate(-50%, 0); opacity: 0; } 15% { opacity: 1; } 100% { transform: translate(-50%, -70px) rotate(20deg); opacity: 0; } }
.car.is-honking svg { animation: shake 0.3s linear 2; }
@keyframes shake { 25% { transform: translateX(-2px) rotate(-1deg); } 75% { transform: translateX(2px) rotate(1deg); } }

.dash {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 16px; padding: 14px 18px 18px;
  background: linear-gradient(180deg, #1b1826, #0e0c16); border-top: 2px solid #2b2540;
  box-shadow: 0 -10px 30px #0009;
}
.dash-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; align-content: start; }
.radio {
  display: flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 10px;
  background: #0a1410; border: 1px solid #1f3b31; color: var(--mint);
  font: 1rem ui-monospace, SFMono-Regular, Menlo, monospace; text-shadow: 0 0 8px rgba(127, 209, 185, 0.6);
}
.radio-band { font-size: 0.75rem; opacity: 0.8; }
.radio-vol input { width: 110px; padding: 0; accent-color: var(--mint); background: none; border: 0; }
.dash-btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 14px; border-radius: 10px;
  border: 1px solid #3a3450; background: linear-gradient(180deg, #2e2942, #221e31); color: var(--cream);
  font: 0.95rem var(--display); letter-spacing: 0.03em; cursor: pointer; box-shadow: 0 3px 0 #0b0a12;
}
.dash-btn:active { transform: translateY(2px); box-shadow: 0 1px 0 #0b0a12; }
.dash-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.dash-btn kbd { font: 0.7rem ui-monospace, monospace; padding: 1px 5px; border-radius: 4px; border: 1px solid #4a4466; color: var(--muted); }
.dash-toggle { display: inline-flex; gap: 6px; align-items: center; color: var(--muted); font-size: 0.85rem; }
.dash-toggle input { width: auto; accent-color: var(--mint); }

.cb { display: grid; grid-template-rows: 1fr auto; gap: 8px; min-width: 0; }
.cb-log {
  list-style: none; margin: 0; padding: 8px 10px; height: 118px; overflow-y: auto; border-radius: 10px;
  background: #0a0912; border: 1px solid #262238; font-size: 0.88rem;
}
.cb-log li { margin: 2px 0; overflow-wrap: anywhere; }
.cb-who { font-weight: 700; }
.cb-spot { color: var(--muted); font-size: 0.75rem; margin-right: 4px; }
.cb-form { display: flex; gap: 8px; }
.cb-form input { padding: 8px 12px; }

.toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 10; margin: 0; max-width: calc(100% - 32px);
  padding: 10px 18px; border-radius: 999px; background: var(--cream); color: var(--ink); font-weight: 600; box-shadow: 0 10px 30px #000a;
}

@media (max-width: 820px) {
  .dash { grid-template-columns: 1fr; }
  .screen { width: 100%; }
  .lot-marquee .brand { display: none; }
  .car { width: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-bulbs, .marquee-title, .car.is-honking svg { animation: none; }
}

/* Projector page (inside browser rooms) -------------------------------- */

.projector-body { overflow: hidden; background: #000; cursor: none; }
.projector-body video { position: fixed; inset: 0; width: 100vw; height: 100vh; object-fit: contain; background: #000; }
.projector-slate {
  position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; text-align: center; background: radial-gradient(ellipse at 50% 40%, #1f1a3a 0%, #07060f 75%);
}
.projector-note { margin: 0; color: var(--cream-2); font: 1.3rem var(--display); letter-spacing: 0.08em; }

/* Admin ------------------------------------------------------------------ */

.source-picker .check { margin: 4px 0; color: var(--cream-2); }
.hint { color: var(--muted); }

.admin { max-width: 1100px; margin: 0 auto; padding-block: 8px 64px; }
.admin-header { border-bottom: 1px solid var(--line); max-width: none; }
.admin-form { max-width: 720px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0 18px; }
.panel { margin: 22px 0; padding: 18px 20px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(11, 16, 48, 0.55); }
.panel h2 { margin-top: 0; font-size: 1.2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 14px; }
.button-row form { display: inline; }
.inline-form { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 14px; }
.inline-form input { flex: 1 1 240px; width: auto; padding: 7px 12px; }
.danger-zone { border-color: rgba(255, 77, 94, 0.35); }
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.table th, .table td { padding: 9px 10px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table th { color: var(--muted); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.08em; }
.table tr.is-dim td { opacity: 0.5; }
.table tr:target td { background: rgba(255, 179, 71, 0.14); }
.voucher-table .voucher-code { font-size: 0.95rem; white-space: nowrap; }
.voucher-table .copy-field { min-width: 40ch; margin: 0; padding: 6px 10px; }
/* A table cell stays a table cell, or its borders drift from the rest of the row. */
.actions form { display: inline-block; margin: 3px 6px 3px 0; }
.dot { display: inline-block; width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background: var(--car); }
.pill { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 0.78rem; background: rgba(255, 255, 255, 0.08); }
.pill-doors { background: rgba(255, 179, 71, 0.2); color: var(--amber); }
.pill-showtime { background: rgba(127, 209, 185, 0.18); color: var(--mint); }
.pill-closed { color: var(--muted); }
code { font: 0.9em ui-monospace, SFMono-Regular, Menlo, monospace; }
