:root {
  --red: #d83a2f;
  --red-dark: #b4261e;
  --ink: #171815;
  --ink-soft: #252621;
  --cream: #f2ecdd;
  --paper: #fffdf6;
  --line: #d8cfbd;
  --muted: #716d63;
  --green: #176a46;
  --amber: #d49a32;
  --blue: #2c64a1;
  --shadow: 0 18px 45px rgba(48, 38, 23, .1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
button, input, select { font: inherit; }
button, a, select, input { outline-offset: 3px; }
button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible, .seat-map:focus-visible { outline: 3px solid #276bd0; }
.skip { position: fixed; z-index: 30; top: -100px; left: 12px; padding: 12px 16px; background: #fff; color: #000; }
.skip:focus { top: 12px; }

.topbar {
  position: relative;
  z-index: 4;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(255,255,255,.11);
  background: var(--ink);
  color: #f9f2e5;
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-family: var(--serif); font-size: 15px; font-weight: bold; letter-spacing: .14em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--red); color: #fff; font-style: italic; box-shadow: 0 0 0 4px rgba(216,58,47,.15); }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: bold; color: #d8d1c4; }
.info-button { justify-self: end; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.04); color: inherit; padding: 9px 14px; cursor: pointer; font-size: 11px; font-weight: bold; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.info-button:hover { border-color: rgba(255,240,202,.6); background: rgba(255,255,255,.1); color: #fff0ca; transform: translateY(-1px); }
.view-tabs { display: flex; justify-self: center; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.04); }
.view-tabs button { min-height: 34px; border: 0; border-radius: 999px; background: transparent; color: #d8d1c4; padding: 7px 14px; cursor: pointer; font-size: 9px; font-weight: bold; letter-spacing: .04em; }
.view-tabs button[aria-pressed="true"] { background: #fff7e8; color: var(--ink); }
.top-actions { display: flex; justify-self: end; align-items: center; gap: 8px; }
.saved-button { min-height: 36px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; color: #f9f2e5; padding: 7px 12px; cursor: pointer; font-size: 10px; font-weight: bold; }
.saved-button b { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 4px; border-radius: 50%; background: var(--red); color: #fff; font-size: 8px; }

.search-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px,.82fr) minmax(480px,1.18fr);
  align-items: center;
  min-height: 390px;
  padding: 58px 6vw 70px;
  overflow: hidden;
  background: #8f211e;
  color: #fff;
  isolation: isolate;
}
.search-stage::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 15% 5%, rgba(255,190,109,.24), transparent 25%), linear-gradient(120deg, #b92f28 0%, #8d201e 58%, #5f1718 100%); }
.search-stage::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(20% - 1px), rgba(255,255,255,.14) 20%); pointer-events: none; }
.stage-copy, .search-form { position: relative; z-index: 1; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; text-transform: uppercase; font-size: 10px; letter-spacing: .2em; font-weight: bold; color: #ffe8bc; }
.kicker span { width: 28px; border-top: 2px solid var(--amber); }
.stage-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px,6.2vw,96px); line-height: .82; letter-spacing: -.06em; font-weight: normal; text-wrap: balance; text-shadow: 0 5px 22px rgba(54,8,8,.2); }
.stage-copy h1 em { font-weight: normal; color: #ffd58f; }
.stage-note { max-width: 400px; margin: 26px 0 0; color: #f7ddd1; font-size: 13px; line-height: 1.55; }
.search-form { align-self: center; margin-left: 5vw; max-width: 760px; }
.search-form > label { display: block; margin-bottom: 11px; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: bold; color: #ffe8bc; }
.search-input-wrap { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 28px; background: var(--paper); padding: 8px 8px 8px 20px; box-shadow: 0 13px 0 rgba(66,8,9,.22), 0 22px 44px rgba(37,5,6,.19); }
.search-input-wrap svg { width: 21px; fill: none; stroke: #777268; stroke-width: 2; }
.search-input-wrap input { width: 100%; min-width: 0; border: 0; padding: 17px 12px; background: transparent; font-family: var(--serif); font-size: 22px; color: var(--ink); }
.search-input-wrap input::placeholder { color: #928c80; }
.search-input-wrap button { min-height: 54px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 16px 22px; font-size: 12px; font-weight: bold; cursor: pointer; transition: background .18s, transform .18s, box-shadow .18s; }
.search-input-wrap button:hover { background: #34352f; }
.search-input-wrap button:active, .buy:active { transform: translateY(1px); }
.search-help { margin: 20px 0 0; color: #fae5d9; font-size: 11px; }
.marquee-lights { position: absolute; right: 5.2vw; bottom: 29px; width: min(43vw, 670px); border-top: 1px solid rgba(255,225,173,.34); }
.marquee-lights::before { content: "••••••••••••••••••••••••••••"; position: absolute; right: 0; top: -11px; overflow: hidden; width: 100%; color: #f1bd5c; font-size: 16px; line-height: 1; letter-spacing: .65em; white-space: nowrap; text-shadow: 0 0 10px rgba(255,194,88,.8); }
.ticket-edge { position: absolute; bottom: -1px; left: 0; right: 0; height: 13px; background: radial-gradient(circle at 10px 14px, transparent 10px, var(--cream) 11px) 0 0 / 20px 14px repeat-x; }

.data-watermark { position: relative; z-index: 12; color: #78776f; font-size: 10px; font-weight: 600; }
.data-watermark summary { display: inline-flex; align-items: center; border: 0; border-bottom: 1px dotted currentColor; padding: 3px 1px 2px; cursor: pointer; list-style: none; letter-spacing: .01em; white-space: nowrap; }
.data-watermark summary::-webkit-details-marker { display: none; }
.data-watermark summary:hover, .data-watermark summary:focus-visible { color: var(--red-dark); }
.data-watermark summary:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; border-radius: 2px; }
.data-tooltip { position: absolute; right: 0; top: calc(100% + 9px); width: min(410px,calc(100vw - 32px)); visibility: hidden; opacity: 0; transform: translateY(-5px); border: 1px solid #d7c9a5; border-radius: 8px; background: #fffdf7; box-shadow: 0 18px 42px rgba(26,18,9,.22); padding: 15px 16px; color: #24241f; pointer-events: none; transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.data-watermark:hover .data-tooltip, .data-watermark:focus-within .data-tooltip, .data-watermark[open] .data-tooltip { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
.data-tooltip::after { content: ""; position: absolute; right: 18px; bottom: 100%; width: 10px; height: 10px; border-left: 1px solid #d7c9a5; border-top: 1px solid #d7c9a5; background: #fffdf7; transform: translateY(5px) rotate(45deg); }
.data-tooltip > strong { display: block; margin-bottom: 5px; color: #1e1f1b; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.data-tooltip > p { margin: 0; color: #68645b; font-size: 11px; line-height: 1.45; }
.source-tooltip-list { display: grid; gap: 7px; margin: 12px 0; border-top: 1px solid #e2dccd; border-bottom: 1px solid #e2dccd; padding: 10px 0; }
.source-tooltip-list > span { display: grid; grid-template-columns: 8px 76px minmax(0,1fr); align-items: start; gap: 7px; }
.source-tooltip-list .chain { margin-top: 4px; }
.source-tooltip-list b { color: #292a25; font-size: 10px; }
.source-tooltip-list small, .source-tooltip-list small span, .source-tooltip-list small em { display: block; }
.source-tooltip-list small { color: #6e6b63; font-size: 10px; line-height: 1.35; }
.source-tooltip-list small span { color: #4f4e48; font-weight: 650; }
.source-tooltip-list small em { margin-top: 2px; color: #77736a; font-size: 9px; font-style: normal; }
.refresh-policy { display: flex; align-items: flex-start; gap: 8px; color: inherit; font-size: 9px; font-weight: normal; white-space: normal; }
.refresh-policy i { flex: none; width: 7px; height: 7px; margin-top: 3px; border-radius: 50%; background: #238354; box-shadow: 0 0 0 3px rgba(35,131,84,.12); }
.workspace { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: clamp(30px,4vw,58px); max-width: 1480px; margin: auto; padding: 32px 4.5vw 90px; }
.filters { align-self: start; padding: 23px; border: 1px solid rgba(190,178,155,.72); border-radius: 30px; background: rgba(255,253,247,.56); box-shadow: 0 12px 34px rgba(59,47,28,.055); }
.filter-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.filter-heading h2 { margin: 0 0 19px; font-family: var(--serif); font-size: 27px; line-height: 1; font-weight: normal; letter-spacing: -.02em; }
.filter-actions { display: flex; align-items: center; gap: 6px; }
.filter-heading button { min-height: 32px; border: 0; background: none; color: var(--red-dark); cursor: pointer; font-size: 10px; text-decoration: none; transition: color .18s ease, opacity .18s ease; }
.filter-heading button:hover { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
#filterToggle { display: none; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; padding: 6px 11px; color: var(--ink); text-decoration: none; }
#filterToggle i { font-style: normal; transition: transform .25s ease; }
.filter-summary { display: none; margin: -18px 0 0; color: var(--muted); font-size: 10px; }
.filter-panel { max-height: 1600px; opacity: 1; overflow: visible; transition: max-height .38s cubic-bezier(.2,.8,.2,1), opacity .22s ease, transform .3s ease; }
.quick-controls { display: grid; grid-template-columns: minmax(170px,.55fr) minmax(410px,1.35fr) minmax(330px,1fr); align-items: center; gap: clamp(20px,2.5vw,40px); width: calc(100% - 9vw); max-width: 1480px; margin: 28px auto 0; padding: 24px 28px; border: 1px solid rgba(190,178,155,.72); border-radius: 32px; background: rgba(255,253,247,.72); box-shadow: 0 10px 30px rgba(59,47,28,.04); }
.quick-controls-heading h2 { margin: 3px 0 0; font-family: var(--serif); font-size: clamp(24px,2vw,32px); line-height: 1; font-weight: normal; letter-spacing: -.025em; }
.quick-controls-label { margin: 0; color: var(--red-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: bold; }
.date-shortcuts-wrap { min-width: 0; margin: 0; }
.date-shortcuts-wrap > p { margin: 0 0 7px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: bold; }
.date-shortcuts-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 7px; }
.date-shortcuts-head p { margin: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: bold; }
#nowButton { min-height: 30px; border: 1px solid #bba77f; border-radius: 999px; background: #fff8e8; color: var(--ink); padding: 5px 10px; cursor: pointer; font-size: 8px; font-weight: bold; }
#nowButton:hover { border-color: var(--red); color: var(--red-dark); }
.date-shortcuts { display: grid; grid-template-columns: repeat(5,minmax(66px,1fr)); gap: 10px; }
.date-shortcuts button { min-width: 0; min-height: 60px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); padding: 8px 12px; cursor: pointer; transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.date-shortcuts button span, .date-shortcuts button b { display: block; }
.date-shortcuts button span { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.date-shortcuts button b { margin-top: 2px; font-family: var(--serif); font-size: 19px; font-weight: normal; }
.date-shortcuts button:hover { transform: translateY(-1px); border-color: #aaa08d; background: #fff; }
.date-shortcuts button[aria-pressed="true"] { border-color: var(--red); background: var(--red); color: #fff; box-shadow: 0 6px 15px rgba(180,38,30,.2); }
.date-shortcuts button[aria-pressed="true"] span { color: rgba(255,255,255,.78); }
.location-controls { min-width: 0; }
.location-controls-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.location-controls-head > p { margin: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: bold; }
.location-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.location-fields label { display: grid; gap: 5px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: bold; }
.location-fields input { width: 100%; min-width: 0; min-height: 42px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); padding: 9px 13px; text-transform: none; letter-spacing: 0; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.location-fields input::placeholder { color: #8b867c; opacity: 1; }
.location-fields input:hover { border-color: #aaa08d; background: #fff; }
.location-fields input:focus { border-color: var(--red-dark); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(178,35,29,.1); }
.nearby-button { display: flex; align-items: center; gap: 8px; min-height: 36px; margin: 0; border: 1px solid #bba77f; border-radius: 999px; background: #fff8e8; color: var(--ink); padding: 5px 11px 5px 6px; text-align: left; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.nearby-button:hover { transform: translateY(-1px); border-color: #947845; background: #fffdf6; box-shadow: 0 8px 18px rgba(63,48,25,.09); }
.nearby-button:disabled { cursor: wait; opacity: .72; }
.nearby-button > span:nth-child(2) { min-width: 0; }
.nearby-button b, .nearby-button small { display: block; }
.nearby-button b { font-size: 12px; }
.nearby-button small { margin-top: 1px; color: var(--muted); font-size: 7px; line-height: 1.2; }
.nearby-icon { display: grid; place-items: center; flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 14px; transition: background .18s ease; }
.nearby-button[data-state="active"] { border-color: #7fab91; background: #e8f3ec; }
.nearby-button[data-state="active"] .nearby-icon { background: var(--green); }
.nearby-button[data-state="error"] { border-color: #d1a19b; background: #fbefec; }
.filter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 12px; }
.filter-wide { grid-column: 1 / -1; }
.filter-grid label { display: grid; gap: 7px; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: bold; }
.filter-grid select, .filter-grid input, .sort select { width: 100%; min-height: 45px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,247,.86); padding: 10px 14px; color: var(--ink); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.filter-grid select:hover, .filter-grid input:hover, .sort select:hover { border-color: #aaa08d; background: var(--paper); }
.filter-grid select:focus, .filter-grid input:focus, .sort select:focus { border-color: var(--red-dark); outline: 0; background: var(--paper); box-shadow: 0 0 0 3px rgba(178,35,29,.1); }
.filter-grid input::placeholder { color: #8b867c; opacity: 1; }
.filter-hint { margin: 12px 0 0; border-left: 2px solid var(--red); padding: 3px 0 3px 9px; color: var(--red-dark); font-size: 10px; font-weight: bold; line-height: 1.45; }
.filter-hint[hidden] { display: none; }

.results { min-width: 0; }
.results-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.results-tools { display: flex; flex: none; align-items: center; gap: 14px; }
.section-label { margin: 0; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; font-weight: bold; color: var(--red-dark); }
.results-head h2 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(32px,3vw,46px); line-height: 1.03; font-weight: normal; letter-spacing: -.025em; }
.results-head h2 span { display: inline-grid; place-items: center; min-width: 27px; height: 27px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--sans); font-size: 10px; vertical-align: top; }
.sort { display: flex; align-items: center; gap: 10px; flex: none; color: var(--muted); font-size: 11px; }
.sort select { width: auto; min-height: 40px; padding: 8px 34px 8px 14px; }
.chain { width: 7px; height: 7px; border-radius: 50%; }
.cmk { background: var(--red); }
.cp { background: var(--blue); }
.cpl { background: #d89413; }
.result-list { display: grid; gap: 14px; }
.result-more { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; border: 1px dashed var(--line); border-radius: 18px; background: rgba(255,253,247,.58); color: var(--muted); }
.result-more p { margin: 0; }
.result-more button { min-height: 44px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--paper); font: inherit; font-weight: 700; cursor: pointer; }
.result-more button:hover { background: var(--red); border-color: var(--red); }
.result-more button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.showtime { position: relative; display: grid; grid-template-columns: minmax(230px,1.25fr) minmax(165px,.72fr) minmax(200px,.9fr) minmax(145px,.58fr); min-height: 174px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); box-shadow: 0 6px 0 rgba(67,53,32,.035), var(--shadow); transition: transform .18s, box-shadow .18s, border-color .18s; }
.showtime::before, .showtime::after { content: ""; position: absolute; z-index: 2; right: 145px; width: 18px; height: 18px; border-radius: 50%; background: var(--cream); transform: translateX(50%); }
.showtime::before { top: -10px; border-bottom: 1px solid var(--line); }
.showtime::after { bottom: -10px; border-top: 1px solid var(--line); }
.showtime:hover { transform: translateY(-2px); border-color: #c4b9a4; box-shadow: 0 18px 42px rgba(50,39,24,.14); }
.showtime > div { min-width: 0; padding: 24px; }
.showtime > div + div { border-left: 1px dashed var(--line); }
.cinema-brand { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: bold; }
.cinema-name { margin: 0 0 9px; font-family: var(--serif); font-size: 21px; line-height: 1.15; font-weight: normal; }
.address { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.distance-badge { display: inline-flex; align-items: center; margin-top: 12px; border-radius: 999px; background: #e8f3ec; color: var(--green); padding: 5px 8px; font-size: 9px; font-weight: bold; }
.session-time { display: flex; align-items: baseline; gap: 10px; }
.session-time strong { font-family: var(--serif); font-size: 35px; font-weight: normal; letter-spacing: -.04em; }
.session-time span { color: var(--muted); font-size: 10px; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 17px; }
.tag { border: 1px solid var(--line); border-radius: 999px; background: #fbf7ed; padding: 4px 7px; text-transform: uppercase; font-size: 8px; font-weight: bold; }
.best-badge { display: inline-flex; align-items: center; margin-left: 8px; border-radius: 999px; background: #fff0bd; color: #704606; padding: 4px 8px; letter-spacing: .04em; }
.metadata-gap { margin: 10px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.seat-map-unavailable { display: block; margin-top: 14px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.seat-map-unavailable b, .seat-map-unavailable small { display: block; }
.seat-map-unavailable b { color: var(--ink); font-size: 10px; }
.seat-map-unavailable small { margin-top: 3px; font-size: 8px; }
.availability-top { display: flex; justify-content: space-between; align-items: start; gap: 10px; }
.availability-number strong { display: block; font-family: var(--serif); font-size: 31px; line-height: 1; font-weight: normal; }
.availability-number span, .checked { color: var(--muted); font-size: 9px; }
.availability-level { font-family: var(--serif); font-size: 27px; color: var(--green); }
.availability-callout strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 21px; line-height: 1.1; font-weight: normal; }
.availability-callout.availability-partial strong { margin-bottom: 2px; font-size: 34px; line-height: 1; color: var(--red); }
.availability-callout p { max-width: 190px; margin: 8px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.availability-partial-head { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.availability-band { display: inline-flex; align-items: center; min-height: 26px; border: 1px solid currentColor; border-radius: 999px; padding: 4px 9px; background: #eef6f1; color: var(--green); font-size: 8px; font-weight: bold; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.availability-band[data-level="limited"] { background: #fff5db; color: #8a6419; }
.availability-band[data-level="scarce"] { background: #fbe9e6; color: var(--red-dark); }
.availability-group-estimate { max-width: none !important; margin-top: 9px !important; }
.availability-group-estimate b, .availability-group-estimate small { display: block; }
.availability-group-estimate b { color: var(--ink); font-size: 9px; }
.availability-group-estimate small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.availability-trend { max-width: none !important; margin: 9px 0 0 !important; border-left: 2px solid var(--green); padding-left: 7px; color: var(--green) !important; font-size: 8px !important; font-weight: bold; }
.availability-trend[data-direction="down"] { border-color: var(--red); color: var(--red-dark) !important; }
.meter { height: 5px; margin: 15px 0; background: #e5ded1; }
.meter i { display: block; height: 100%; background: var(--red); }
.groups { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; color: var(--muted); font-size: 9px; }
.groups > span:first-child { margin-right: 2px; }
.group-badge { display: grid; place-items: center; width: 23px; height: 21px; border: 1px solid var(--line); color: #aaa; font-weight: bold; }
.group-badge.yes { border-color: #73a989; background: #e6f3eb; color: var(--green); }
.price-action { display: flex; min-width: 145px; flex-direction: column; justify-content: space-between; text-align: right; background: #fbf6ea; }
.price { font-family: var(--serif); }
.price > strong { display: block; font-size: 20px; line-height: 1.05; font-weight: normal; }
.price-label { display: block; margin-bottom: 6px; color: var(--muted); font-family: var(--sans); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.price small { display: block; margin-top: 4px; color: var(--muted); font-family: var(--sans); font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.buy { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 44px; border-radius: 999px; background: var(--red); color: #fff; text-decoration: none; padding: 12px 18px; font-size: 11px; font-weight: bold; transition: background .18s, transform .18s, box-shadow .18s; }
.buy:hover { background: var(--red-dark); }
.loading, .empty { padding: 58px; border: 1px dashed var(--line); background: rgba(255,253,247,.38); color: var(--muted); text-align: center; line-height: 1.7; }

dialog { max-width: 520px; border: 0; padding: 44px; background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(18,18,15,.72); backdrop-filter: blur(3px); }
dialog h2 { margin: 6px 0 20px; font-family: var(--serif); font-size: 36px; font-weight: normal; }
dialog p { color: #514d45; line-height: 1.6; }
.dialog-close { position: absolute; right: 15px; top: 12px; width: 42px; height: 42px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; padding: 32px 4.5vw; background: var(--ink); color: #fff; font-size: 10px; }
footer span { font-family: var(--serif); letter-spacing: .15em; }
footer p { margin: 0; color: #aaa69d; }
footer p:last-child { justify-self: end; }

body[data-view="upcoming"] .search-stage,
body[data-view="upcoming"] .data-watermark,
body[data-view="upcoming"] .quick-controls,
body[data-view="upcoming"] .workspace,
body[data-view="upcoming"] .mobile-toolbar,
body[data-view="upcoming"] .compare-tray { display: none; }
.upcoming { max-width: 1480px; margin: 0 auto; padding: 58px 4.5vw 100px; }
.upcoming-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 20px; }
.upcoming-head h2 { margin: 7px 0 6px; font-family: var(--serif); font-size: clamp(45px,5vw,72px); line-height: .95; font-weight: normal; letter-spacing: -.045em; }
.upcoming-head p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.upcoming-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-width: min(430px,42vw); }
.upcoming-filters label { display: grid; gap: 6px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: bold; }
.upcoming-filters select { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); padding: 9px 14px; color: var(--ink); }
.upcoming-trust { display: flex; align-items: center; gap: 12px; margin: 24px 0 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; }
.upcoming-trust > span { display: grid; place-items: center; flex: none; width: 30px; height: 30px; border-radius: 50%; background: #e2f0e7; color: var(--green); font-weight: bold; }
.upcoming-trust p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.upcoming-trust strong { color: var(--ink); }
.premiere-month { margin-top: 42px; }
.premiere-month > header { display: flex; align-items: center; gap: 16px; margin-bottom: 15px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.premiere-month > header span { color: var(--red-dark); font-weight: bold; }
.premiere-month > header i { flex: 1; border-top: 1px solid var(--line); }
.premiere-month > header b { color: var(--muted); font-weight: normal; }
.premiere-month > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.premiere-card { display: grid; grid-template-columns: 130px minmax(0,1fr); min-height: 254px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 12px 30px rgba(48,38,23,.07); }
.premiere-poster { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; background: linear-gradient(155deg,#79201e,#d94132 58%,#edaf46); color: #fff7e8; }
.premiere-card:nth-child(3n+2) .premiere-poster { background: linear-gradient(155deg,#182846,#345b8a 58%,#d59b3a); }
.premiere-card:nth-child(3n+3) .premiere-poster { background: linear-gradient(155deg,#14382a,#2e7455 58%,#e2ab45); }
.premiere-poster::before { content:""; position:absolute; inset:12px; border:1px solid rgba(255,255,255,.34); border-radius:70px 70px 18px 18px; }
.premiere-poster span { position: relative; font-family: var(--serif); font-size: 38px; font-style: italic; }
.premiere-poster small { position: relative; margin-top: 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 6px; }
.premiere-body { display: flex; min-width: 0; flex-direction: column; padding: 18px; }
.premiere-date { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--red-dark); text-transform: uppercase; font-size: 8px; font-weight: bold; }
.premiere-date span { font-family: var(--serif); font-size: 25px; font-weight: normal; }
.premiere-body h3 { margin: 8px 0 5px; font-family: var(--serif); font-size: 23px; line-height: 1.05; font-weight: normal; }
.premiere-body .tags { margin-top: 7px; }
.premiere-meta { margin: 10px 0 0; color: var(--muted); font-size: 8px; line-height: 1.4; }
.confirmed-date { margin: 8px 0 0; color: var(--green); font-size: 8px; font-weight: bold; }
.premiere-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 12px; }
.premiere-actions button, .premiere-actions a { min-height: 34px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); padding: 8px 10px; text-decoration: none; cursor: pointer; font-size: 8px; font-weight: bold; }
.premiere-actions button[aria-pressed="true"] { border-color: #d8a54a; background: #fff3cf; color: #7b5310; }
.premiere-actions button:hover, .premiere-actions a:hover { border-color: var(--red); color: var(--red-dark); }
.saved-dialog { width: min(650px,94vw); max-width: none; }
.saved-intro { margin-top: -8px; font-size: 11px; }
#savedContent { display: grid; gap: 20px; margin-top: 25px; }
#savedContent section h3 { margin: 0 0 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.saved-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding: 10px 0; }
.saved-row b, .saved-row small { display: block; }
.saved-row b { font-family: var(--serif); font-size: 16px; font-weight: normal; }
.saved-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.saved-row button, .compare-share button, .vote-button { min-height: 36px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); padding: 8px 12px; cursor: pointer; font-size: 9px; font-weight: bold; }
.compare-share { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 18px; }
.compare-share p { margin: 0; font-size: 10px; }
.vote-button[aria-pressed="true"] { border-color: var(--green); background: #e7f2eb; color: var(--green); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 26px; transform: translateX(-50%); max-width: calc(100vw - 30px); border-radius: 999px; background: var(--ink); color: #fff; padding: 12px 18px; box-shadow: 0 12px 35px rgba(0,0,0,.26); font-size: 10px; font-weight: bold; }

@media (max-width: 1120px) {
  .search-stage { grid-template-columns: .9fr 1.1fr; }
  .quick-controls { grid-template-columns: minmax(150px,.55fr) minmax(390px,1.45fr); gap: 18px; }
  .location-controls { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(150px,.55fr) minmax(390px,1.45fr); align-items: end; gap: 18px; }
  .location-controls-head { align-self: center; margin: 0; }
  .showtime { grid-template-columns: 1.2fr .75fr 1fr; }
  .price-action { grid-column: 1 / -1; flex-direction: row; align-items: center; border-left: 0 !important; border-top: 1px dashed var(--line); }
  .showtime::before, .showtime::after { display: none; }
  .premiere-month > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .search-stage { grid-template-columns: 1fr; gap: 42px; padding-top: 48px; }
  .search-form { margin-left: 0; }
  .marquee-lights { width: 88vw; }
  .quick-controls { grid-template-columns: 1fr 1.7fr; }
  .location-controls { grid-template-columns: 1fr 1.7fr; }
  .workspace { grid-template-columns: 1fr; }
  .filters { padding: 21px; }
  .filter-heading h2 { margin-bottom: 18px; }
  .date-shortcuts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: visible; }
  .date-shortcuts button { min-width: 0; }
  .filter-grid { grid-template-columns: repeat(4,1fr); }
  .filter-wide { grid-column: span 2; }
}

@media (max-width: 680px) {
  .result-more { align-items: stretch; flex-direction: column; text-align: center; }
  .topbar { height: auto; grid-template-columns: 1fr auto; gap: 10px; padding: 11px 18px 10px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 32px; height: 32px; }
  .eyebrow { display: none; }
  .info-button { display: none; }
  .saved-button { padding-inline: 9px; }
  .view-tabs { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .view-tabs button { flex: 1; min-height: 38px; }
  .search-stage { min-height: auto; gap: 34px; padding: 39px 20px 62px; }
  .stage-copy h1 { font-size: clamp(53px,18vw,72px); }
  .stage-note { margin-top: 20px; }
  .search-input-wrap { grid-template-columns: 25px 1fr; padding: 6px 8px 6px 15px; }
  .search-input-wrap input { padding: 14px 9px; font-size: 19px; }
  .search-input-wrap button { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
  .marquee-lights { bottom: 27px; right: 20px; }
  .upcoming { padding: 36px 18px 90px; }
  .upcoming-head { align-items: stretch; flex-direction: column; }
  .upcoming-head h2 { font-size: 48px; }
  .upcoming-filters { width: 100%; min-width: 0; }
  .premiere-month > div { grid-template-columns: 1fr; }
  .premiere-card { grid-template-columns: 104px minmax(0,1fr); min-height: 245px; border-radius: 20px; }
  .premiere-body { padding: 15px; }
  .premiere-body h3 { font-size: 21px; }
  .premiere-actions button, .premiere-actions a { min-height: 40px; }
  .compare-share { align-items: stretch; flex-direction: column; }
  .compare-share button { width: 100%; }
  .toast { bottom: 78px; }
  .quick-controls { grid-template-columns: 1fr; gap: 19px; width: calc(100% - 24px); margin-top: 18px; padding: 22px 16px; border-radius: 27px; }
  .quick-controls-heading h2 { font-size: 28px; }
  .location-controls { grid-column: auto; display: block; }
  .location-controls-head { margin-bottom: 10px; }
  .location-fields { gap: 10px; }
  .location-fields input { min-height: 46px; }
  .workspace { padding: 20px 16px 64px; gap: 24px; }
  .filters { padding: 18px 16px 0; border-radius: 25px; background: rgba(255,253,247,.58); box-shadow: 0 10px 28px rgba(59,47,28,.05); }
  .filter-heading { align-items: center; }
  .filter-heading h2 { margin: 0; font-size: 23px; }
  .filter-summary { display: block; margin: 3px 0 0; }
  #filterToggle { display: inline-flex; }
  .filters[data-expanded="false"] { padding-bottom: 16px; }
  .filters[data-expanded="false"] .filter-panel { max-height: 0; opacity: 0; overflow: hidden; pointer-events: none; transform: translateY(-6px); }
  .filters[data-expanded="false"] #filterToggle i { transform: rotate(180deg); }
  .filter-panel { overflow: hidden; }
  .quick-controls-label { font-size: 10px; }
  .date-shortcuts { display: flex; gap: 10px; margin-inline: -4px; overflow-x: auto; padding: 2px 4px 9px; scroll-padding-inline: 4px; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .date-shortcuts button { flex: 0 0 78px; min-height: 62px; scroll-snap-align: start; }
  .filter-grid { grid-template-columns: 1fr 1fr; gap: 17px 12px; }
  .filter-wide { grid-column: 1 / -1; }
  .results-head { align-items: start; }
  .results-head h2 { font-size: 31px; }
  .sort { display: none; }
  .showtime { grid-template-columns: 1fr 1fr; }
  .showtime > div { padding: 18px; }
  .showtime > div + div { border-left: 0; border-top: 1px dashed var(--line); }
  .showtime > div:nth-child(2) { border-left: 1px dashed var(--line); border-top: 0; }
  .showtime > div:nth-child(3) { grid-column: 1 / -1; }
  .price-action { grid-column: 1 / -1; }
  .cinema-name { font-size: 19px; }
  .session-time { display: block; }
  .session-time strong { font-size: 31px; }
  .session-time span { display: block; margin-top: 4px; }
  footer { grid-template-columns: 1fr; gap: 11px; }
  footer p:last-child { justify-self: start; }
  dialog:not(.seat-dialog) { width: calc(100vw - 24px); padding: 38px 25px; }
}

@media (max-width: 390px) {
  .showtime { grid-template-columns: 1fr; }
  .showtime > div:nth-child(2) { border-left: 0; border-top: 1px dashed var(--line); }
  .showtime > div:nth-child(3), .price-action { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* v32: grouped cinema comparison surface */
.has-search .search-stage { min-height: 245px; grid-template-columns: minmax(240px,.55fr) minmax(500px,1.45fr); padding-top: 34px; padding-bottom: 48px; }
.has-search .stage-copy h1 { font-size: clamp(42px,4.4vw,66px); line-height: .86; }
.has-search .stage-note, .has-search .search-help { display: none; }
.has-search .search-form { margin-left: 3vw; }
.result-meta { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.active-filters:empty { display: none; }
.active-filters button { min-height: 32px; border: 1px solid #c7bda9; border-radius: 999px; background: #fffaf0; color: var(--ink); padding: 6px 10px; cursor: pointer; font-size: 9px; }
.active-filters button span { color: var(--muted); }
.active-filters button b { margin-left: 4px; color: var(--red-dark); font-size: 13px; }
.cinema-group { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 10px 28px rgba(48,38,23,.075); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.cinema-group:hover { border-color: #c3b6a0; box-shadow: 0 16px 36px rgba(48,38,23,.11); }
.cinema-group-head { display: flex; justify-content: space-between; gap: 28px; padding: 22px 24px 18px; background: linear-gradient(100deg,#fffdf6 0%,#faf3e5 100%); }
.cinema-group-head h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; line-height: 1.1; font-weight: normal; letter-spacing: -.025em; }
.cinema-group-head p:not(.cinema-brand) { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.cinema-group-head .cinema-brand { margin-bottom: 10px; }
.cinema-group-head ul { display: flex; align-self: start; flex-wrap: wrap; justify-content: end; gap: 6px; max-width: 310px; margin: 0; padding: 0; list-style: none; }
.cinema-group-head li { border: 1px solid #d3c8b5; border-radius: 999px; background: rgba(255,255,255,.72); padding: 6px 9px; color: #615b50; font-size: 8px; font-weight: bold; white-space: nowrap; }
.showtime-row { display: flex; gap: 8px; overflow-x: auto; padding: 14px 24px; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); background: #f7f0e2; scrollbar-width: thin; scroll-snap-type: x proximity; }
.showtime-chip { flex: 0 0 auto; min-width: 92px; min-height: 57px; border: 1px solid #cec2ae; border-radius: 15px; background: #fffdf6; color: var(--ink); padding: 8px 11px; text-align: left; cursor: pointer; scroll-snap-align: start; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease; }
.showtime-chip strong, .showtime-chip small { display: block; }
.showtime-chip strong { font-family: var(--serif); font-size: 19px; font-weight: normal; line-height: 1; }
.showtime-chip small { max-width: 110px; margin-top: 5px; overflow: hidden; color: var(--muted); font-size: 7px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.showtime-chip:hover { transform: translateY(-1px); border-color: #a99b83; }
.showtime-chip[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #fff; box-shadow: 0 5px 12px rgba(23,24,21,.18); }
.showtime-chip[aria-pressed="true"] small { color: #d9d3c8; }
.session-detail { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; padding: 20px 24px 22px; }
.session-summary { display: grid; grid-template-columns: minmax(170px,.8fr) minmax(230px,1.2fr); gap: 28px; min-width: 0; }
.session-summary > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.detail-label { margin: 0 0 4px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: bold; }
.session-summary > div:first-child > strong { font-family: var(--serif); font-size: 38px; font-weight: normal; letter-spacing: -.04em; }
.session-detail .tags { margin-top: 10px; }
.session-detail .availability-top { max-width: 320px; }
.session-detail .meter { max-width: 320px; }
.detail-actions { display: grid; grid-template-columns: auto auto; align-items: end; gap: 9px 10px; min-width: 210px; padding-left: 22px; border-left: 1px dashed var(--line); }
.detail-actions .price { grid-column: 1 / -1; text-align: right; }
.utility-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: end; gap: 5px; padding-top: 8px; border-top: 1px solid var(--line); }
.utility-actions button, .utility-actions a { min-height: 31px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); padding: 6px 9px; text-decoration: none; cursor: pointer; font-size: 8px; font-weight: bold; }
.utility-actions button[aria-pressed="true"] { border-color: #d8a54a; background: #fff3cf; color: #7b5310; }
.utility-actions button:hover, .utility-actions a:hover { border-color: var(--red); color: var(--red-dark); }
.compare-button { min-height: 42px; border: 1px solid #b8aa92; border-radius: 999px; background: transparent; color: var(--ink); padding: 10px 13px; cursor: pointer; font-size: 9px; font-weight: bold; }
.compare-button[aria-pressed="true"] { border-color: var(--green); background: #e7f2eb; color: var(--green); }
.session-detail .seat-map-button { max-width: 260px; }
.result-more { margin-top: 2px; }
.mobile-toolbar { display: none; }
.compare-tray { position: fixed; z-index: 20; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: var(--ink); color: #fff; padding: 9px 10px 9px 18px; box-shadow: 0 16px 38px rgba(0,0,0,.24); }
.compare-tray[hidden] { display: none; }
.compare-tray p { margin: 0; font-size: 10px; }
.compare-tray p strong { font-family: var(--serif); font-size: 20px; font-weight: normal; }
.compare-tray button { min-height: 37px; border: 0; border-radius: 999px; padding: 8px 13px; cursor: pointer; font-size: 9px; font-weight: bold; }
.compare-tray #clearCompare { background: transparent; color: #ddd7cc; }
.compare-tray #openCompare { background: var(--red); color: #fff; }
.compare-tray.nudge { animation: nudge .35s ease; }
@keyframes nudge { 50% { transform: translateX(-8px); } }
.compare-dialog { width: min(1080px,94vw); max-width: none; }
.compare-content { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.compare-content article { display: flex; min-width: 0; flex-direction: column; gap: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fbf6ea; padding: 18px; }
.compare-content h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: normal; }
.compare-content p { margin: 0; font-size: 10px; }
.compare-time { font-family: var(--serif); font-size: 35px; font-weight: normal; }
.compare-content .price { margin-top: auto; }
.welcome { background: radial-gradient(circle at 50% 0,rgba(216,58,47,.07),transparent 42%),rgba(255,253,247,.5); }

@media (max-width: 900px) {
  .has-search .search-stage { grid-template-columns: 1fr; gap: 24px; }
  .has-search .search-form { margin-left: 0; }
  .session-detail { grid-template-columns: 1fr; }
  .detail-actions { grid-template-columns: 1fr auto auto; padding: 16px 0 0; border-left: 0; border-top: 1px dashed var(--line); }
  .detail-actions .price { grid-column: auto; margin-right: auto; text-align: left; }
}

@media (max-width: 680px) {
  body { padding-bottom: 66px; }
  .has-search .search-stage { gap: 19px; padding-top: 24px; padding-bottom: 42px; }
  .has-search .stage-copy h1 { font-size: 43px; }
  .has-search .stage-copy .kicker { margin-bottom: 12px; }
  .cinema-group { border-radius: 20px; }
  .cinema-group-head { align-items: start; flex-direction: column; gap: 13px; padding: 19px 18px 15px; }
  .cinema-group-head h3 { font-size: 22px; }
  .cinema-group-head ul { justify-content: start; max-width: none; }
  .showtime-row { padding: 12px 16px; }
  .showtime-chip { min-width: 87px; border-radius: 14px; }
  .session-detail { gap: 18px; padding: 17px 18px 19px; }
  .session-summary { grid-template-columns: 1fr; gap: 16px; }
  .session-summary > div + div { padding: 16px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .session-summary > div:first-child > strong { font-size: 34px; }
  .detail-actions { grid-template-columns: 1fr 1fr; }
  .detail-actions .price { grid-column: 1 / -1; }
  .utility-actions { justify-content: start; }
  .detail-actions .buy, .detail-actions .compare-button { width: 100%; min-width: 0; padding-inline: 10px; }
  .mobile-toolbar { position: fixed; z-index: 18; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px max(12px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left)); background: var(--ink); box-shadow: 0 -8px 24px rgba(0,0,0,.16); }
  .mobile-toolbar button, .mobile-toolbar label { display: flex; align-items: center; justify-content: center; min-height: 43px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; color: #fff; font-size: 10px; font-weight: bold; }
  .mobile-toolbar label span { margin-right: 7px; }
  .mobile-toolbar select { max-width: 92px; border: 0; background: var(--ink); color: #fff; font-size: 10px; }
  .compare-tray { right: 12px; bottom: 70px; left: 12px; justify-content: space-between; border-radius: 22px; }
  .compare-dialog { width: 100vw; max-height: 100dvh; margin: 0; padding: 38px 16px; }
  .compare-content { grid-template-columns: 1fr; }
}
