/* Public discovery: readable prices, compact cards and a calendar at every width. */
html[data-theme="light"] {
  --discovery-accent: #315d3b;
  --discovery-muted: #5f655d;
  --discovery-warm: #78561e;
}
html[data-theme="dark"] {
  --discovery-accent: #a6d6a1;
  --discovery-muted: #bcc5ba;
  --discovery-warm: #e4c38b;
}
.home-page, .discovery-page, .game-detail-page, .public-booking-page {
  --muted: var(--discovery-muted);
}
.home-page .eyebrow, .discovery-page .eyebrow,
.game-detail-page .eyebrow, .public-booking-page .eyebrow,
.home-page .home-section-head > a {
  color: var(--discovery-accent);
}
.home-page .button, .discovery-page .button, .game-detail-page .button,
.public-booking-page .button { box-shadow: none; }
.home-page .home-intro, .home-page .featured-game,
.home-page .home-start-card-v52, .home-page .home-master-card-v50,
.discovery-page .schedule-filter-bar-v55, .discovery-page .schedule-day-rail-v36,
.discovery-page .schedule-card-v36, .game-detail-page .detail-main {
  box-shadow: none;
  border-radius: 20px;
}
.participation-price { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.participation-price .participation-price__label { color: var(--muted); font-size: 13px; font-weight: 600; }
.participation-price .participation-price__amount { color: var(--text); font-size: 24px; line-height: 1.2; font-weight: 800; }
.participation-price small { display: block; font-size: 13px; line-height: 1.45; color: var(--muted); font-weight: 400; }
.participation-price__condition { max-width: 42ch; }
.participation-price--details { gap: 8px; }
.participation-price--details .participation-price__amount { font-size: 30px; }
.participation-price__breakdown { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; }
.beginner-badge { color: var(--discovery-accent); background: var(--theme-surface-soft); }
html[data-theme="light"] :is(.home-page, .discovery-page, .game-detail-page) :is(.seat-count-v54, .availability-badge-v54, .format-badge-v55, .game-format-badge-v48, .game-tags-v54 span, .schedule-place-v55) { color: #53604c !important; }
html[data-theme="light"] .discovery-page .schedule-filter-chip-v55.active { color: #244b30; background: #e2ecd9; border-color: #9daf8f; }
.discovery-page .schedule-filter-chip-v55 { min-height: 42px; font-size: 13px; }
.discovery-page .schedule-filter-bar-v55 { flex-wrap: wrap; gap: 10px; padding: 14px; }
.discovery-page .schedule-search-v55 { flex: 1 1 260px; }
.discovery-page .schedule-quick-filters-v55 { flex-wrap: wrap; gap: 7px; }
.discovery-page .schedule-advanced-grid-v55 { z-index: 40; }
.schedule-results { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.discovery-page .calendar-cards-wide .schedule-card-v36 {
  display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: 0; margin: 0; gap: 0;
}
.discovery-page .schedule-day-group-v36 { grid-template-columns: 100px minmax(0, 1fr); gap: 16px; }
.discovery-page .schedule-card-v36 .calendar-agenda-cover { min-height: 0; height: 100%; }
.discovery-page .schedule-card-v36 .calendar-agenda-cover img { height: 100%; min-height: 0; object-fit: cover; }
.discovery-page .schedule-card-v36 .calendar-agenda-content { display: flex; flex-direction: column; padding: 20px 24px; gap: 10px; }
.discovery-page .schedule-card-v36 .calendar-agenda-content h2 { margin: 0; font-size: 28px; line-height: 1.15; }
.discovery-page .schedule-card-v36 .calendar-agenda-description { margin: 0; font-size: 14px; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.discovery-page .schedule-card-v36 .calendar-agenda-tags { display: flex; gap: 6px; flex-wrap: wrap; margin: 0; }
.discovery-page .schedule-card-v36 .calendar-agenda-tags > span { font-size: 12px; }
.discovery-page .schedule-card-v36 .schedule-game-tags-v54 { display: none; }
.discovery-page .schedule-card-v36 .calendar-agenda-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; }
.discovery-page .schedule-card-v36 .calendar-agenda-facts span { display: block; font-size: 12px; color: var(--muted); }
.discovery-page .schedule-card-v36 .calendar-agenda-facts strong { font-size: 14px; }
.discovery-page .schedule-card-v36 .calendar-agenda-footer { display: flex; flex-direction: row; align-items: end; gap: 18px; margin: 0; padding-top: 12px; }
.discovery-page .schedule-card-v36 .calendar-agenda-footer > .participation-price { flex: 1; }
.discovery-page .schedule-card-v36 .calendar-agenda-footer .participation-price__label { font-size: 13px; }
.discovery-page .schedule-card-v36 .calendar-agenda-footer .participation-price__amount { font-size: 24px; }
.discovery-page .schedule-card-v36 .calendar-agenda-actions-v44 { flex: 0 0 auto; }
.discovery-page .schedule-card-v36 .calendar-agenda-actions-v44 .button { min-height: 44px; font-size: 14px; padding: 10px 14px; }
.discovery-page .schedule-card-v36 .calendar-agenda-actions-v44 .schedule-detail-action-v72 { display: none; }
.calendar-month-navigation { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 22px 0 16px; }
.calendar-month-navigation h2 { margin: 0; font-size: 24px; }
.calendar-month-navigation > a:last-child { margin-left: auto; }
.responsive-month { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; width: 100%; }
.responsive-month__weekday { text-align: center; font-size: 13px; font-weight: 700; color: var(--muted); padding: 8px 0; }
.responsive-month__day, .responsive-month__empty { min-width: 0; min-height: 100px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.responsive-month__empty { border-color: transparent; }
.responsive-month__day { display: flex; align-content: start; align-items: start; flex-wrap: wrap; gap: 6px; background: var(--theme-surface-1); font-weight: 700; }
.responsive-month__day:hover { border-color: var(--discovery-accent); }
.responsive-month__day.is-today { border-color: var(--discovery-accent); }
.responsive-month__day.is-selected { background: var(--discovery-accent); color: var(--theme-bg-0); }
html[data-theme="light"] .responsive-month__day.is-selected { color: #fff; }
.responsive-month__dot { width: 6px; height: 6px; border-radius: 50%; margin: 8px 0 0 auto; }
.has-games .responsive-month__dot { background: var(--discovery-accent); }
.is-selected .responsive-month__dot { background: currentColor; }
.responsive-month__preview { display: grid; gap: 5px; width: 100%; font-size: 12px; line-height: 1.35; font-weight: 400; overflow-wrap: anywhere; }
.calendar-selected-day { margin-top: 28px; scroll-margin-top: 90px; }
.calendar-selected-day h2 { font-size: 26px; }
.calendar-selected-day .calendar-cards-wide { display: grid; gap: 16px; }
.home-page .home-hero { gap: 22px; align-items: stretch; }
.home-page .home-intro { padding: 34px; }
.home-page .home-intro h1 { font-size: clamp(36px, 4.6vw, 62px); line-height: 1.03; margin: 12px 0 20px; }
.home-page .home-lead { font-size: 17px; line-height: 1.6; max-width: 48ch; }
.home-page .home-quick-links, .home-page .home-inline-login-v40 { display: none; }
.home-page .home-actions { margin-top: 22px; }
.home-page .home-player-benefits-v40 { margin-top: 18px; }
.home-page .featured-cover { height: 190px; min-height: 0; }
.home-page .featured-body { padding: 22px; gap: 10px; }
.home-page .featured-body h2 { font-size: 30px; line-height: 1.15; }
.home-page .featured-description { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 10px 0; }
.home-page .featured-footer { gap: 15px; margin-top: 12px; align-items: end; }
.home-page .featured-footer .participation-price { flex: 1; }
.home-page .home-section { margin-top: 44px; }
.home-page .home-section-head h2 { font-size: 36px; }
.home-page .home-game-card .cover { height: 165px; }
.home-page .home-game-card h3 { font-size: 24px; line-height: 1.2; }
.home-page .home-game-card .card-body { gap: 8px; }
.home-page .home-game-card .card-body p { margin: 4px 0; font-size: 14px; }
.home-page .home-game-card .game-card-tags-v54, .home-page .home-game-card .master-row { display: none; }
.home-page .home-game-card .participation-price { margin-top: auto; padding-top: 14px; }
.home-page .home-game-description { color: var(--muted); }
.home-page .home-master-card-v50 { padding: 24px; }
.home-page .home-start-card-v52 { padding: 22px; }
.home-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-reviews__grid article { border: 1px solid var(--line); border-radius: 18px; padding: 22px; background: var(--theme-surface-1); }
.home-reviews__grid blockquote { margin: 0; }
.review-stars { color: var(--discovery-warm); }
.back-to-schedule { display: inline-block; margin-bottom: 18px; font-size: 14px; color: var(--discovery-accent); }
.game-detail-page .detail-layout { grid-template-columns: minmax(230px, 330px) minmax(0, 1fr); }
.game-detail-page .detail-layout > div:first-child { position: sticky; top: 90px; }
.game-detail-page .detail-cover { min-height: 0; aspect-ratio: 1; object-fit: cover; }
.game-detail-page .detail-main h1 { font-size: clamp(32px, 3.5vw, 46px); }
.game-story { font-size: 16px; line-height: 1.65; }
.game-story p { margin: 0 0 12px; }
.game-detail-page .price-panel { margin: 18px 0 0; padding: 18px; border-radius: 14px; background: var(--theme-surface-soft); box-shadow: none; }
.game-detail-page .price-panel h2 { font-size: 20px; margin-bottom: 12px; }
.game-detail-page .actions { margin: 14px 0 22px; }
.game-detail-page .location-box, .game-detail-page .game-format-panel-v48, .game-detail-page .game-readiness-v72 { box-shadow: none; }
.game-detail-page .game-readiness-v72 { padding: 18px; }
.game-readiness-help { font-size: 14px; line-height: 1.55; color: var(--muted); }
.game-detail-page .game-format-copy-v48 p { font-size: 14px; }
.public-booking-page .public-booking-summary-v72 { display: flex; flex-wrap: wrap; gap: 10px; }
.public-booking-page .public-booking-summary-v72 > .participation-price { flex-basis: 100%; border-top: 1px solid var(--line); padding-top: 12px; }
.public-booking-page .public-booking-game > img { height: 190px; min-height: 0; object-fit: cover; }
.public-booking-page .public-booking-game > div { padding: 24px; }
.public-booking-page .public-booking-game h1 { font-size: 32px; }
.public-booking-page .public-booking-game, .public-booking-page .public-booking-form { box-shadow: none; }
:is(.home-page, .discovery-page, .game-detail-page, .public-booking-page) :is(a, button, input, select, summary):focus-visible { outline: 3px solid var(--discovery-accent); outline-offset: 3px; }
@media (max-width: 1000px) {
  .discovery-page .schedule-card-v36 .calendar-agenda-footer { flex-wrap: wrap; }
  .discovery-page .calendar-cards-wide .schedule-card-v36 { grid-template-columns: 180px minmax(0, 1fr); }
  .home-page .home-intro { padding: 26px; }
}
@media (max-width: 780px) {
  .home-page .home-hero { grid-template-columns: 1fr; }
  .home-page .home-intro { padding: 22px; }
  .home-page .home-intro h1 { font-size: 42px; }
  .home-page .home-lead { font-size: 16px; }
  .home-page .home-player-benefits-v40 { display: none; }
  .home-page .newcomer-master-offer-v701 { margin-top: 18px; }
  .home-page .home-section { margin-top: 32px; }
  .home-page .home-section-head h2 { font-size: 30px; }
  .home-page .featured-footer { align-items: start; flex-direction: column; }
  .home-page .featured-footer .button { width: 100%; }
  .home-page .home-master-card-v50 { padding: 20px; }
  .home-reviews__grid { grid-template-columns: 1fr; }
  .game-detail-page .detail-layout { display: flex; flex-direction: column; gap: 14px; }
  .game-detail-page .detail-layout > div:first-child { position: static; width: 100%; }
  .game-detail-page .detail-cover { display: block; height: 160px; width: 100%; aspect-ratio: auto; }
  .game-detail-page .detail-main { width: 100%; padding: 20px; }
  .game-detail-page .detail-main h1 { font-size: 32px; }
  .game-detail-page .game-readiness-v72__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-detail-page .game-format-panel-v48 { padding: 14px; }
  .public-booking-page .public-booking-shell { display: flex; flex-direction: column; gap: 16px; }
  .public-booking-page .public-booking-form { order: 1; width: 100%; }
  .public-booking-page .public-booking-game { order: 0; width: 100%; }
  .public-booking-page .public-booking-game > img { display: none; }
  .public-booking-page .public-booking-game h1 { font-size: 27px; }
  .public-booking-page .public-booking-game > div { padding: 18px; }
}
@media (max-width: 700px) {
  .discovery-page .schedule-head-v34 { display: flex; flex-direction: column; gap: 12px; }
  .discovery-page .schedule-head-v34 h1 { font-size: 36px; }
  .discovery-page .schedule-filter-bar-v55 { display: flex; flex-wrap: wrap; padding: 10px; gap: 8px; }
  .discovery-page .schedule-search-v55 { flex-basis: 100%; }
  .discovery-page .schedule-quick-filters-v55 { display: flex; flex-wrap: wrap; width: 100%; }
  .discovery-page .schedule-filter-chip-v55 { flex: 1 1 40%; width: auto !important; padding: 8px 10px; min-height: 40px; font-size: 12px; }
  .discovery-page .schedule-more-filters-v55 { flex: 1; }
  .discovery-page .schedule-more-filters-v55[open] { flex-basis: 100%; }
  .discovery-page .schedule-advanced-grid-v55 { position: static; width: 100%; max-height: none; box-sizing: border-box; margin-top: 10px; }
  .discovery-page .schedule-day-group-v36 { grid-template-columns: 1fr; gap: 8px; }
  .discovery-page .schedule-day-rail-v36 { border: 0; background: transparent; padding: 6px 2px; }
  .discovery-page .calendar-cards-wide .schedule-card-v36 { grid-template-columns: 1fr; min-height: 0; }
  .discovery-page .schedule-card-v36 .calendar-agenda-cover { height: 100px; min-height: 0; border-radius: 0; }
  .discovery-page .schedule-card-v36 .calendar-agenda-time { font-size: 13px; min-height: 30px; top: 12px; left: 14px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-content { padding: 16px; gap: 10px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-content h2 { font-size: 25px; line-height: 1.15; }
  .discovery-page .schedule-card-v36 .calendar-agenda-tags { display: flex; }
  .discovery-page .schedule-card-v36 .calendar-agenda-tags > span { font-size: 12px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-description { display: none; }
  .discovery-page .schedule-card-v36 .calendar-agenda-facts { display: flex; gap: 10px 20px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-facts > div:nth-child(n+3) { display: none; }
  .discovery-page .schedule-card-v36 .calendar-agenda-facts span { display: block; font-size: 12px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-facts strong { font-size: 14px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-footer { flex-direction: column; align-items: stretch; padding-top: 12px; gap: 12px; }
  .discovery-page .schedule-card-v36 .calendar-agenda-actions-v44, .discovery-page .schedule-card-v36 .calendar-agenda-actions-v44 .button { width: 100% !important; max-width: none !important; }
  .discovery-page .schedule-card-v36 .calendar-agenda-actions-v44 .button { min-height: 44px; font-size: 14px; }
  .calendar-month-navigation { gap: 8px; }
  .calendar-month-navigation h2 { font-size: 20px; flex: 1; text-align: center; }
  .calendar-month-navigation > a:last-child { margin-left: 0; }
  .responsive-month { gap: 3px; }
  .responsive-month__day, .responsive-month__empty { min-height: 48px; padding: 6px 3px; border-radius: 8px; }
  .responsive-month__day { flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
  .responsive-month__dot { margin: 0; width: 5px; height: 5px; }
  .responsive-month__preview { display: none; }
  .calendar-selected-day h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Keep availability in the content flow, clear of the cover's time label. */
.discovery-page .schedule-card-v36 .schedule-seat-badge { position: static; display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; color: var(--discovery-accent); background: color-mix(in srgb, var(--discovery-accent) 12%, var(--theme-surface-1)); border: 1px solid var(--line); }
.discovery-page .schedule-card-v36 .schedule-seat-badge.warm, .discovery-page .schedule-card-v36 .schedule-seat-badge.hot, .discovery-page .schedule-card-v36 .schedule-seat-badge.full { color: var(--discovery-warm); background: color-mix(in srgb, var(--discovery-warm) 12%, var(--theme-surface-1)); }
.discovery-page .schedule-day-rail-v36 strong { font-size: 12px; white-space: normal; overflow-wrap: anywhere; }
.discovery-page .responsive-month { display: none; }
.discovery-page .calendar-selected-day { display: none; }
.discovery-page .calendar-selected-day:target { display: block; }
.discovery-page .month-calendar-v34 { min-width: 0; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.discovery-page .month-event-v34 { min-height: 90px; }
.discovery-page .month-event-v34 > small { color: #fff; }
@media (min-width: 701px) {
  .discovery-page .schedule-day-group-v36 { grid-template-columns: 140px minmax(0, 1fr); }
}
@media (max-width: 700px) {
  .discovery-page .month-calendar-scroll { display: none; }
  .discovery-page .responsive-month { display: grid; }
  .discovery-page .calendar-selected-day { display: block; }
}
