.wait-hero{position:relative;overflow:hidden;border-bottom:2px solid var(--color-border-light);background:var(--color-bg-light)}.wait-hero__inner{position:relative;padding-block:2rem 1.5rem}.wait-hero__title{font-size:clamp(1.65rem,5vw,3.25rem);font-weight:800;letter-spacing:-.02em;line-height:1.08}.wait-hero__sub{margin-top:.65rem;max-width:46ch;color:var(--color-text-secondary);font-size:1rem;line-height:1.55}.park-band{position:sticky;top:calc(var(--site-header-height, 4.25rem));z-index:30;border-bottom:2px solid var(--color-border);background:var(--color-surface)}.park-band__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.75rem;padding-block:.45rem}.park-band__state{display:inline-flex;align-items:center;gap:.5rem;font-weight:700}.park-band__dot{width:.6rem;height:.6rem;border-radius:var(--radius-pill);background:var(--color-muted);flex:none}.park-band__meta{grid-column:1;color:var(--color-text-secondary);font-size:.8rem;line-height:1.35;min-width:0}.park-band__meta:empty{display:none}.park-band__refresh{grid-column:2;grid-row:1 / -1;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-primary);cursor:pointer;flex:none}.park-band__refresh:disabled{opacity:.5;cursor:progress}.park-band[data-state=OPEN] .park-band__dot{background:var(--color-available)}.park-band[data-state=OPEN][data-quality=fresh] .park-band__dot{animation:park-pulse 2s ease-in-out infinite}.park-band[data-state=OPENING_SOON] .park-band__dot{background:var(--color-accent)}.park-band[data-state=error] .park-band__dot,.park-band[data-quality=unreliable] .park-band__dot{background:var(--color-gold)}@keyframes park-pulse{50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.park-band[data-state=OPEN][data-quality=fresh] .park-band__dot{animation:none}}.wait-stats-section{padding-block:1rem}.wait-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat{border:2px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:.7rem .85rem}.stat__label{color:var(--color-muted);font-size:.75rem;font-weight:700}.stat__value{display:flex;align-items:baseline;gap:.35rem;margin-top:.15rem}.stat__value strong{font-size:1.6rem;font-variant-numeric:tabular-nums}.stat__unit{color:var(--color-text-secondary);font-size:.8rem}.wait-schedule{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(7.5rem,1fr);gap:.6rem;overflow-x:auto;padding-bottom:.35rem}.schedule-day{border:2px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-surface);padding:.6rem .7rem}.schedule-day__date{font-weight:700;font-size:.85rem}.schedule-day__hours{color:var(--color-text-secondary);font-size:.8rem;font-variant-numeric:tabular-nums}.schedule-day__crowd{color:var(--color-muted);font-size:.78rem;font-weight:700}.wait-list-section{padding-block:1rem 3rem}.wait-notice{border:2px solid var(--color-gold);border-radius:var(--radius-lg);background:#fffbeb;padding:.85rem 1rem;font-size:.9rem;color:var(--color-text-secondary);margin-bottom:1rem}.wait-notice[data-tone=info]{border-color:var(--color-border-light);background:var(--color-surface-light)}.wait-notice strong{color:var(--color-text-primary)}.shortest{margin-bottom:1.1rem}.shortest__title{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.shortest__list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(9rem,1fr);gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;list-style:none;padding:0 0 .35rem;margin:0}.shortest__card{display:flex;align-items:center;gap:.6rem;border:2px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:.6rem .75rem;scroll-snap-align:start;text-decoration:none;color:inherit;height:100%}.shortest__wait{display:flex;align-items:baseline;gap:.15rem;font-variant-numeric:tabular-nums}.shortest__wait strong{font-size:1.35rem}.shortest__wait span{font-size:.7rem}.shortest__name{font-size:.85rem;font-weight:700;line-height:1.2}.wait-toolbar{display:grid;gap:.75rem;background:var(--color-surface);border:3px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--elev-2);padding:.85rem;margin-bottom:1.25rem}.wait-toolbar__label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.35rem}.wait-toolbar input[type=search],.wait-toolbar select{width:100%;border:3px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);padding:.6rem .85rem;font-size:1rem}.wait-toolbar input[type=search]:focus,.wait-toolbar select:focus{border-color:var(--color-accent);outline:none}.wait-toolbar__filters{border:0;padding:0;margin:0;min-width:0}.filter-group{display:flex;gap:0;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.filter-group::-webkit-scrollbar{display:none}.filter-group button{display:inline-flex;align-items:center;gap:.35rem;background:var(--color-surface);border:2px solid var(--color-border-light);color:var(--color-text-secondary);cursor:pointer;font-size:.85rem;font-weight:700;padding:.6rem .8rem;min-height:2.75rem;white-space:nowrap}.filter-group button+button{border-inline-start-width:0}.filter-group button:first-child{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.filter-group button:last-child{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.filter-group button[aria-pressed=true]{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.filter-group button:disabled{opacity:.45;cursor:not-allowed}.filter-count{font-variant-numeric:tabular-nums;opacity:.75}.wait-list-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:.5rem;margin-bottom:.85rem}.wait-list-head h2{font-size:1.35rem;font-weight:700}.wait-list-head__desc{color:var(--color-text-secondary);font-size:.9rem;margin-top:.15rem;max-width:52ch}.wait-list-head__count{font-size:.85rem;font-weight:700;color:var(--color-muted);font-variant-numeric:tabular-nums}.ride-directory{border:3px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--elev-1);background:var(--color-surface);overflow:hidden}.land-group[hidden]{display:none}.land-group__head{position:sticky;top:calc(var(--site-header-height, 4.25rem) + var(--wait-band-height, 2.9rem));z-index:10;display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;background:var(--color-surface-light);border-block:1px solid var(--color-border-light);padding:.5rem .9rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.land-group:first-child .land-group__head{border-block-start:0}.land-group__meta{color:var(--color-muted);font-weight:700;letter-spacing:0;text-transform:none;font-variant-numeric:tabular-nums}.ride-directory[data-flat=true] .land-group__head{display:none}.ride-rows{list-style:none;margin:0;padding:0}.ride-row{display:grid;grid-template-columns:6px minmax(0,1fr) auto 2.75rem;align-items:center;gap:0 .7rem;min-height:4rem;padding-inline-end:.35rem;border-block-end:1px solid var(--color-border-light);content-visibility:auto;contain-intrinsic-size:0 4rem}.ride-rows>.ride-row:last-child{border-block-end:0}.ride-row[hidden]{display:none}.ride-row__stripe{align-self:stretch;background:var(--color-border-light)}.ride-row__stripe[data-level="0"]{background:#15803d}.ride-row__stripe[data-level="1"]{background:#4d7c0f}.ride-row__stripe[data-level="2"]{background:#b45309}.ride-row__stripe[data-level="3"]{background:#c2410c}.ride-row__stripe[data-level="4"]{background:#be185d}.ride-row__stripe[data-level=unknown]{background:#6b5e8c}.ride-row__stripe[data-level=closed],.ride-row__stripe[data-level=idle]{background:var(--color-border-light)}.ride-row__body{display:grid;gap:.15rem;padding-block:.55rem;min-width:0}.ride-row__name{font-weight:700;font-size:.98rem;line-height:1.25}.ride-row__meta{color:var(--color-muted);font-size:.78rem;min-height:1em}.ride-row__bar{display:block;height:5px;border-radius:var(--radius-pill);background:var(--color-border-light);overflow:hidden}.ride-row__bar-fill{display:block;height:100%;width:calc(var(--pct, 0) * 1%);background:currentColor;color:var(--color-muted);transition:width var(--dur-2, .2s) var(--ease-out, ease)}.ride-row:has(.ride-row__stripe[data-level="0"]) .ride-row__bar-fill{color:#15803d}.ride-row:has(.ride-row__stripe[data-level="1"]) .ride-row__bar-fill{color:#4d7c0f}.ride-row:has(.ride-row__stripe[data-level="2"]) .ride-row__bar-fill{color:#b45309}.ride-row:has(.ride-row__stripe[data-level="3"]) .ride-row__bar-fill{color:#c2410c}.ride-row:has(.ride-row__stripe[data-level="4"]) .ride-row__bar-fill{color:#be185d;background-image:repeating-linear-gradient(45deg,rgb(255 255 255 / 45%) 0 3px,transparent 3px 7px)}.ride-row__bar-fill[style*="--pct:0"]{background:transparent}.ride-row__wait{display:flex;align-items:baseline;gap:.15rem;justify-content:end;min-width:3.25rem;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8rem;font-weight:700;color:var(--color-muted)}.ride-row__wait strong{font-size:1.4rem;line-height:1}.ride-row__wait[data-level="0"]{color:#15803d}.ride-row__wait[data-level="1"]{color:#4d7c0f}.ride-row__wait[data-level="2"]{color:#b45309}.ride-row__wait[data-level="3"]{color:#c2410c}.ride-row__wait[data-level="4"]{color:#be185d}.ride-row__wait[data-level="4"] strong{font-size:1.65rem}.ride-row__wait[data-level="0"] strong{font-size:1.25rem}.ride-row__wait[data-level=unknown]{color:#6b5e8c}.ride-row__wait[data-level=soon]{color:var(--color-muted);font-weight:700}.ride-row__fav{width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:var(--color-border);cursor:pointer;border-radius:var(--radius-sm)}.ride-row__fav[aria-pressed=true]{color:var(--color-gold)}.ride-row__fav[aria-pressed=true] svg{fill:currentColor}.wait-empty{padding:2rem 1rem;text-align:center;color:var(--color-text-secondary)}.favorites-note{margin-top:.6rem;font-size:.8rem;color:var(--color-muted)}.wait-source{margin-top:1.25rem;display:grid;gap:.5rem;font-size:.85rem;color:var(--color-text-secondary);line-height:1.6}.wait-source a{font-weight:700;color:var(--color-accent)}.wait-source a:hover{text-decoration:underline}.btn-secondary--inline{display:inline-flex;margin-top:.35rem}.wait-explainer{border-block:2px solid var(--color-border-light);background:var(--color-surface-light);padding-block:2.5rem}.wait-explainer h2{font-size:1.5rem;font-weight:700;margin-bottom:1.1rem}.wait-explainer__grid{display:grid;gap:1rem}.wait-explainer h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.wait-explainer p{color:var(--color-text-secondary);line-height:1.6}.wait-faq{padding-block:2.5rem 3.5rem}.wait-faq h2{font-size:1.5rem;font-weight:700;margin-bottom:1.1rem}.wait-faq__grid{display:grid;gap:.85rem}.wait-faq h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.wait-faq p{color:var(--color-text-secondary);line-height:1.6}@media(min-width:768px){.wait-hero__inner{padding-block:3rem 2.25rem}.wait-toolbar{grid-template-columns:minmax(0,1fr) auto auto;align-items:end}.ride-row{grid-template-columns:6px minmax(0,1fr) auto 2.75rem;min-height:4.5rem;contain-intrinsic-size:0 4.5rem}.ride-row__name{font-size:1.05rem}.wait-explainer__grid,.wait-faq__grid{grid-template-columns:repeat(2,1fr)}.stat__value strong{font-size:2rem}}
