.room-schedule-page {
  width: min(1200px, 92vw);
  --container-main-margin: 35px auto 80px;
}.schedule-hero {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin: 0 auto 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}.schedule-hero-art {
  display: none;
}.schedule-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}.schedule-hero-copy {
  width: min(820px, 100%);
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 18px;
}.schedule-kicker {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}.schedule-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}.schedule-hero p {
  max-width: 68ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}.schedule-panel {
  overflow: hidden;
  border: 1px solid var(--site-panel-border);
  border-radius: 24px;
  background: var(--site-panel-bg);
  box-shadow:
    0 22px 44px var(--site-panel-shadow),
    inset 0 1px 0 rgba(255, 248, 220, 0.12);
}.schedule-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 21px 24px;
  border-bottom: 1px solid var(--site-panel-divider);
}.schedule-panel-copy {
  min-width: 0;
}.schedule-panel-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
}.schedule-panel-copy p {
  max-width: 56ch;
  margin: 4px 0 0;
  color: rgba(255, 250, 239, 0.66);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
}.schedule-panel-tools {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}.schedule-panel-tools .schedule-actions {
  margin: 0;
}.schedule-panel-body {
  padding: 20px 24px 24px;
}.schedule-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}.schedule-actions .btn {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}.schedule-actions .material-symbols-rounded {
  font-size: 20px;
}.schedule-book-button .material-symbols-rounded {
  width: auto;
  min-width: 0;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 20px;
  line-height: 1;
}.schedule-book-button,
.schedule-book-button:hover,
.schedule-book-button:focus-visible,
.schedule-book-button:active,
.schedule-book-button[data-liquid-stretching],
.schedule-book-button[data-liquid-stretch-releasing] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 48px;
  filter: none;
  transform: none;
  transition: none;
}.schedule-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}.schedule-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid var(--site-panel-border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--site-panel-surface) 82%, transparent);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 248, 220, 0.12);
}.schedule-sync-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -2px;
}.schedule-last-updated {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-left: 0;
  font-size: 0.78rem;
  font-weight: 800;
}.schedule-last-updated .material-symbols-rounded {
  font-size: 17px;
}.schedule-last-updated-full {
  display: inline;
}.schedule-last-updated-short {
  display: none;
}.schedule-refresh-button {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  box-shadow: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}.schedule-refresh-button:hover,
.schedule-refresh-button:focus-visible,
.schedule-refresh-button:active {
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
  filter: none;
  outline: none;
}.schedule-refresh-button:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--site-accent) 78%, rgba(255, 255, 255, 0.5));
  outline-offset: 2px;
}.schedule-refresh-button:active {
  transform: scale(0.94);
}.schedule-refresh-button .material-symbols-rounded {
  font-size: 19px;
}.schedule-refresh-button[aria-busy="true"] .material-symbols-rounded {
  animation: schedule-refresh-spin 700ms linear infinite;
}@keyframes schedule-refresh-spin {
  to {
    transform: rotate(360deg);
  }
}.legend-swatch {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  flex: 0 0 auto;
}.legend-swatch.is-available {
  background: linear-gradient(135deg, #70e9a7 0%, #22c874 100%);
}.legend-swatch.is-unavailable {
  background: linear-gradient(135deg, #ff7181 0%, #dc1735 100%);
}.schedule-mobile-select {
  display: none;
}.schedule-frame {
  overflow-x: auto;
  overflow-y: visible;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid var(--site-panel-border);
  background: var(--site-panel-bg);
  box-shadow:
    0 18px 38px var(--site-panel-shadow),
    inset 0 1px 0 rgba(255, 248, 220, 0.12);
  scrollbar-width: thin;
}.schedule-panel-body .schedule-frame {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}.schedule-track {
  width: max-content;
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 2px;
}.schedule-sheet {
  width: max-content;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--site-panel-border);
  background: var(--site-panel-bg);
  background-clip: padding-box;
  color: #fff;
  box-shadow:
    0 18px 38px var(--site-panel-shadow),
    inset 0 1px 0 rgba(255, 248, 220, 0.12);
  contain: layout style paint;
  content-visibility: auto;
  contain-intrinsic-size: 720px 640px;
}.schedule-sheet-head {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  gap: 2px;
  padding: 14px 14px 12px;
  border-radius: 17px 17px 0 0;
  border-bottom: 1px solid var(--site-panel-divider);
  background: var(--site-panel-surface);
}.schedule-sheet-day {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.15;
}.schedule-sheet-date {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}.schedule-table-wrap {
  max-height: clamp(420px, calc(100vh - var(--nav-h, 74px) - 190px), 720px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 248, 220, 0.28) transparent;
  contain: content;
}.schedule-table-wrap::-webkit-scrollbar {
  width: 6px;
}.schedule-table-wrap::-webkit-scrollbar-track {
  background: transparent;
}.schedule-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 248, 220, 0.28);
}.schedule-table {
  width: max-content;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: visible;
  table-layout: fixed;
  color: #fff;
  font-size: 0.74rem;
  isolation: isolate;
  contain: layout style paint;
}.schedule-time-col {
  width: 132px;
}.schedule-room-col {
  width: 64px;
}.schedule-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}.schedule-table th,
.schedule-table td {
  height: 28px;
  padding: 3px 6px;
  border-right: 1px solid var(--site-panel-divider);
  border-bottom: 1px solid var(--site-panel-divider);
}.schedule-table thead th {
  position: static;
  top: auto;
  z-index: auto;
  background: var(--site-panel-surface-strong);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background-clip: padding-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 220, 0.12),
    0 8px 14px rgba(13, 12, 8, 0.22);
}.schedule-table thead th:first-child {
  border-top-left-radius: 12px;
}.schedule-table thead th:last-child {
  border-top-right-radius: 12px;
}.schedule-time-cell {
  position: sticky;
  left: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--site-panel-surface-strong) 86%, #000 14%);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  background-clip: padding-box;
}.schedule-table thead .schedule-time-head {
  left: auto;
  z-index: auto;
  background: var(--site-panel-surface-strong);
}.schedule-slot {
  position: relative;
  z-index: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  background-clip: padding-box;
}.schedule-slot::before {
  display: none;
}.schedule-slot::after {
  content: "\2022";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(21, 17, 13, 0.24);
  pointer-events: none;
}.schedule-slot.is-available {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}.schedule-slot.is-unavailable {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}.schedule-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 36px 20px;
  border-radius: 22px;
  border: 1px solid var(--site-panel-border);
  background: var(--site-panel-bg);
  text-align: center;
}.schedule-empty .material-symbols-rounded {
  font-size: 44px;
}.schedule-empty h2,
.schedule-empty p {
  margin: 0;
}.schedule-empty p {
  color: rgba(255, 255, 255, 0.76);
}@media (max-width: 900px) {
  .schedule-hero {
    grid-template-columns: 1fr;
  }

  .schedule-panel-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .schedule-panel-tools {
    justify-content: flex-start;
  }
}@media (max-width: 640px) {
  .room-schedule-page {
    width: min(100%, 92vw);
    --container-main-margin: 30px auto 64px;
  }

  .schedule-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
    border-radius: 0;
    align-items: center;
  }

  .schedule-panel {
    border-radius: 22px;
  }

  .schedule-panel-head {
    gap: 14px;
    padding: 18px;
  }

  .schedule-panel-copy h2 {
    font-size: 1.2rem;
  }

  .schedule-panel-copy p {
    font-size: 0.86rem;
  }

  .schedule-panel-tools {
    justify-content: center;
    gap: 10px;
  }

  .schedule-panel-tools .schedule-actions {
    width: 100%;
    justify-content: center;
  }

  .schedule-panel-body {
    padding: 16px;
  }

  .schedule-hero-copy {
    grid-column: auto;
    align-self: center;
    gap: 12px;
  }

  .schedule-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .schedule-hero p {
    grid-column: auto;
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .schedule-actions {
    grid-column: auto;
    margin-top: 0;
  }

  .schedule-mobile-select {
    position: relative;
    z-index: 6;
    display: block;
    margin: 2px 0 14px;
  }

  .schedule-mobile-label {
    display: block;
    margin: 0 0 8px 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
  }

  .schedule-mobile-control-wrap {
    position: relative;
    display: block;
    width: 100%;
  }

  .schedule-mobile-control-wrap .material-symbols-rounded {
    position: absolute;
    right: 14px;
    top: 50%;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .schedule-mobile-control {
    width: 100%;
    height: 46px;
    min-height: 46px;
    padding: 0 42px 0 15px;
    border: 1px solid var(--site-panel-border);
    border-radius: 99em;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    background-color: color-mix(in srgb, var(--site-primary-button, rgba(170, 149, 92, 0.74)) 38%, var(--liquid-control-bg));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 850;
    text-align: left;
    box-shadow: var(--liquid-control-shadow);
    outline: none;
    cursor: pointer;
  }

  .schedule-mobile-control:hover,
  .schedule-mobile-control:focus-visible,
  .schedule-mobile-control:active {
    border-color: rgba(255, 255, 255, 0.24);
    background: none;
    background-color: color-mix(in srgb, var(--site-primary-button, rgba(170, 149, 92, 0.74)) 44%, var(--liquid-control-bg));
    color: #fff;
    box-shadow: var(--liquid-control-shadow);
  }

  .schedule-mobile-control option {
    background: #f1eddf;
    color: #2c291f;
    font-weight: 750;
  }

  .schedule-legend {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }

  .schedule-legend span {
    min-width: auto;
    gap: 6px;
    padding: 6px 9px;
    overflow: visible;
    text-overflow: clip;
    font-size: 0.7rem;
    line-height: 1;
  }

  .legend-swatch {
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }

  .schedule-last-updated {
    min-width: 0;
    max-width: calc(100% - 34px);
    margin-left: 0;
    justify-content: center;
    overflow: hidden;
    font-size: 0.7rem;
  }

  .schedule-last-updated .material-symbols-rounded {
    flex: 0 0 auto;
    font-size: 15px;
  }

  .schedule-last-updated-full {
    display: none;
  }

  .schedule-last-updated-short {
    min-width: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .schedule-refresh-button {
    width: 26px;
    height: 26px;
    min-width: 26px;
    flex-basis: 26px;
  }

  .schedule-refresh-button .material-symbols-rounded {
    font-size: 17px;
  }

  .schedule-frame {
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .schedule-track {
    width: 100%;
    min-width: 0;
    display: block;
    padding-bottom: 0;
  }

  .schedule-sheet {
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .schedule-sheet.is-mobile-active {
    display: block;
  }

  .schedule-table-wrap {
    max-height: min(68vh, 560px);
    padding: 7px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .schedule-table-wrap::-webkit-scrollbar {
    display: none;
  }

  .schedule-table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: clamp(0.5rem, 1.75vw, 0.6rem);
  }

  .schedule-time-col {
    width: clamp(132px, 41%, 158px);
  }

  .schedule-room-col {
    width: calc((100% - clamp(132px, 41%, 158px)) / 4);
  }

  .schedule-table th,
  .schedule-table td {
    height: 26px;
    padding: 2px;
  }

  .schedule-table thead th {
    font-size: clamp(0.38rem, 1.3vw, 0.48rem);
    line-height: 1.1;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .schedule-table thead .schedule-time-head {
    font-size: clamp(0.52rem, 2vw, 0.66rem);
  }

  .schedule-time-cell {
    position: static;
  }

  .schedule-table thead .schedule-time-head {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }

  .schedule-time-cell {
    padding-inline: 5px;
    font-size: clamp(0.7rem, 2.7vw, 0.86rem);
    line-height: 1.1;
    white-space: nowrap;
    overflow: visible;
  }

  .schedule-slot::after {
    font-size: 0.9rem;
  }

}/* Compact sync information tooltip. */

.schedule-last-updated {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  overflow: visible;
  border: 1px solid var(--site-panel-border);
  border-radius: 50%;
  background: var(--nav-cream-50, #fcf9f1);
  cursor: default;
  outline: 0;
}.schedule-last-updated .material-symbols-rounded {
  color: inherit;
  font-size: 17px;
}.schedule-last-updated-tooltip {
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  z-index: 80;
  width: max-content;
  max-width: min(260px, 78vw);
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--site-panel-border);
  border-radius: 12px;
  background: var(--nav-cream-50, #fcf9f1);
  color: var(--nav-ink-900, #1c1410);
  box-shadow: 0 12px 28px rgba(28, 20, 16, 0.12);
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 0s linear 140ms;
}.schedule-last-updated-tooltip strong {
  color: var(--nav-ink-900, #1c1410);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}.schedule-last-updated-tooltip span {
  color: var(--nav-taupe-500, #6b6354);
  white-space: nowrap;
}.schedule-last-updated:hover .schedule-last-updated-tooltip,
.schedule-last-updated:focus .schedule-last-updated-tooltip,
.schedule-last-updated:focus-within .schedule-last-updated-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}@media (max-width: 760px) {
  .schedule-last-updated {
    width: 26px;
    height: 26px;
    min-width: 26px;
    max-width: none;
    flex-basis: 26px;
    overflow: visible;
  }
}
.schedule-book-button,
.schedule-book-button:hover,
.schedule-book-button:focus-visible,
.schedule-book-button:active,
.schedule-book-button[data-liquid-stretching],
.schedule-book-button[data-liquid-stretch-releasing] {
  flex: 0 0 min(210px, 100%);
  width: min(210px, 100%);
  min-width: min(210px, 100%);
  max-width: 100%;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 22px;
  white-space: nowrap;
  border: none;
  border-radius: 999px;
  background: none;
  background-color: var(--site-primary-button, rgba(170, 149, 92, 0.74));
  color: #fff;
  box-shadow: var(--liquid-control-shadow);
}.schedule-book-button:hover .material-symbols-rounded,
.schedule-book-button:focus-visible .material-symbols-rounded,
.schedule-book-button:active .material-symbols-rounded {
  width: auto;
  min-width: 0;
  height: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}.schedule-book-button::before,
.schedule-book-button::after {
  content: none;
  display: none;
}.schedule-last-updated {
  color: rgba(255, 255, 255, 0.72);
}.schedule-slot.is-available {
  background: linear-gradient(135deg, #70e9a7 0%, #22c874 100%);
}.schedule-slot.is-unavailable {
  background: linear-gradient(135deg, #ff7181 0%, #dc1735 100%);
}.schedule-last-updated {
  color: var(--nav-ink-700, #3a2f26);
}


.schedule-book-button:disabled,
.schedule-book-button:disabled:hover,
.schedule-book-button:disabled:focus-visible,
.schedule-book-button:disabled:active {
  cursor: not-allowed;
  opacity: 0.58;
  background-color: rgba(125, 111, 95, 0.62);
  box-shadow: none;
}
