.reservation-page {
  background:
    radial-gradient(circle at top right, rgba(255, 192, 0, 0.18), transparent 28rem),
    linear-gradient(180deg, #f7f4ed 0%, #f3f7fb 52%, #ffffff 100%);
}

.reservation-page .container {
  max-width: 1240px;
}

.reservation-page a {
  color: #0b5cad;
}

.reservation-page h1,
.reservation-page h2,
.reservation-page h3 {
  color: #081624;
}

.reservation-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 22, 36, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(8, 22, 36, 0.08);
}

.reservation-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  min-height: 0;
  padding: 24px 30px 26px;
  margin: 0 auto 24px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(8, 22, 36, 0.96), rgba(48, 74, 95, 0.92)),
    #081624;
  color: #fff;
  box-shadow: 0 24px 54px rgba(8, 22, 36, 0.14);
}

.reservation-eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  line-height: 1.4;
}

.reservation-hero h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 10px;
}

.reservation-hero__lead {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.reservation-hero__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.reservation-meta-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.reservation-feedback {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  animation: reservation-feedback-in 0.22s ease;
}

.reservation-feedback.is-success {
  background: #eef8ef;
  border-color: #b8dfbc;
  color: #216a2c;
}

.reservation-feedback.is-error {
  background: #fff2f1;
  border-color: #f3c6c1;
  color: #a63d35;
}

.reservation-summary {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto 22px;
  align-items: start;
}

.reservation-card--rules,
.reservation-card--faq {
  padding: 22px 24px 24px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
  align-self: start;
}

.reservation-card--rules {
  padding-top: 24px;
  padding-bottom: 28px;
}

.reservation-summary__header {
  margin-bottom: 14px;
}

.reservation-card--rules .reservation-summary__header {
  margin-bottom: 18px;
}

.reservation-summary__eyebrow {
  margin-bottom: 6px;
  color: #718090;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}

.reservation-card--rules h2,
.reservation-card--faq h2 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.reservation-rule-list {
  margin: 0;
  padding-left: 20px;
}

.reservation-rule-list li {
  margin-bottom: 14px;
  color: #304a5f;
  font-size: 15px;
  line-height: 1.7;
}

.reservation-rule-list li:last-child {
  margin-bottom: 0;
}

.reservation-rule-list a {
  font-size: inherit;
  font-weight: 700;
}

.reservation-faq-body {
  display: grid;
  gap: 12px;
}

.reservation-faq-body p {
  margin-bottom: 0;
  color: #304a5f;
  font-size: 15px;
  line-height: 1.7;
}

.reservation-faq-emphasis {
  color: #081624;
  font-weight: 800;
}

.reservation-faq-emphasis--info {
  color: #0b5cad;
}

.reservation-faq-emphasis--danger {
  color: #d9483b;
}

.reservation-faq-body p:last-child {
  padding-top: 4px;
  color: #556272;
  font-weight: 600;
}

.reservation-toolbar {
  max-width: 1120px;
  padding: 18px 22px;
  margin: 0 auto 24px;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(8, 22, 36, 0.06);
  box-shadow: 0 12px 28px rgba(8, 22, 36, 0.05);
}

.reservation-toolbar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.reservation-nav-btn {
  min-width: 112px;
  padding: 12px 16px;
  border: 1px solid rgba(8, 22, 36, 0.14);
  border-radius: 16px;
  background: #fff;
  color: #081624;
  font-weight: 700;
  transition: all 0.2s ease;
}

.reservation-nav-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: #0b5cad;
  color: #0b5cad;
}

.reservation-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.reservation-week-copy {
  text-align: center;
}

.reservation-week-copy__label {
  margin-bottom: 6px;
  color: #718090;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.reservation-week-copy h2 {
  margin-bottom: 4px;
  font-size: 30px;
}

.reservation-week-copy__caption {
  margin-bottom: 0;
  color: #718090;
  font-size: 13px;
}

.reservation-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.reservation-legend__item,
.reservation-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.is-available {
  background: #e2f1ff;
  color: #0f4f84;
  border: 1px solid #93c3ea;
}

.is-reserved {
  background: #e9edf1;
  color: #3f4957;
  border: 1px solid #b7c1cc;
}

.is-closed {
  background: #e5ebf1;
  color: #556272;
  border: 1px solid #bcc8d5;
}

.is-blocked {
  background: #fbe8ca;
  color: #86510f;
  border: 1px solid #e7b56f;
}

.reservation-slot.is-available,
.reservation-mobile-slot.is-available {
  background: #e2f1ff;
}

.reservation-slot.is-reserved,
.reservation-mobile-slot.is-reserved {
  background: #e9edf1;
}

.reservation-slot.is-closed,
.reservation-mobile-slot.is-closed {
  background: #e5ebf1;
}

.reservation-slot.is-blocked,
.reservation-mobile-slot.is-blocked {
  background: #fbe8ca;
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1120px;
  margin: 0 auto;
  gap: 24px;
  align-items: start;
}

.reservation-layout > * {
  min-width: 0;
}

.reservation-schedule,
.reservation-panel {
  padding: 24px;
}

.reservation-schedule {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  transition: min-height 0.26s ease;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 120px);
}

.reservation-schedule::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #081624 0%, #0f4f84 45%, #e7b56f 100%);
}

.reservation-panel {
  position: fixed;
  left: 50%;
  bottom: 0;
  top: auto;
  z-index: 1201;
  width: min(920px, calc(100vw - 32px));
  max-height: min(86vh, 820px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 24px 24px 0 0;
  transform: translate(-50%, calc(100% + 20px));
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.22s ease;
  pointer-events: none;
  background: rgba(250, 252, 255, 0.98);
  border-color: rgba(8, 22, 36, 0.06);
  box-shadow: 0 -18px 44px rgba(8, 22, 36, 0.18);
}

body.reservation-panel-open {
  overflow: hidden;
}

body.reservation-panel-open .reservation-panel {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.reservation-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: block;
  background: rgba(8, 22, 36, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

body.reservation-panel-open .reservation-sheet-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.reservation-toast-stack {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1300;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.reservation-toast {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 280px;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(8, 22, 36, 0.16);
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.98);
  color: #304a5f;
  opacity: 0;
  transform: translateY(8px);
  animation: reservation-toast-in 0.22s ease forwards;
}

.reservation-toast.is-success {
  border-color: #b8dfbc;
  background: #eef8ef;
  color: #216a2c;
}

.reservation-toast.is-error {
  border-color: #f3c6c1;
  background: #fff2f1;
  color: #a63d35;
}

.reservation-toast.is-info {
  border-color: #c9dcf0;
  background: #eef5fd;
  color: #24537c;
}

.reservation-toast__icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.reservation-toast__body {
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@keyframes reservation-toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reservation-schedule__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: -24px -24px 20px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(8, 22, 36, 0.07);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(8px);
}

.reservation-schedule__head h2 {
  margin-bottom: 6px;
  font-size: 26px;
}

.reservation-schedule__summary {
  margin-bottom: 0;
  color: #718090;
}

.reservation-loading {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #495463;
  font-size: 13px;
  font-weight: 700;
}

.reservation-loading[hidden] {
  display: none !important;
}

.reservation-loading::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.5;
  animation: reservation-pulse 1.15s ease-in-out infinite;
}

.reservation-empty {
  padding: 32px;
  border-radius: 22px;
  background: #f7f9fb;
  border: 1px dashed #c7d3df;
  text-align: center;
}

.reservation-empty h3 {
  margin-bottom: 8px;
}

.reservation-schedule__body {
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.reservation-grid {
  display: grid;
  width: 100%;
  min-width: 660px;
  grid-template-columns: minmax(96px, 0.82fr) repeat(5, minmax(100px, 1fr));
  gap: 8px;
}

.reservation-grid-shell {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
  padding-top: 4px;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.reservation-grid__header,
.reservation-grid__time,
.reservation-grid__placeholder,
.reservation-slot {
  min-height: 88px;
  border-radius: 20px;
}

.reservation-grid__header,
.reservation-grid__time,
.reservation-grid__placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}

.reservation-grid__header {
  background: #eff4f8;
  border: 1px solid #d8e3ed;
  color: #081624;
  font-weight: 700;
}

.reservation-grid__header strong {
  font-size: 18px;
}

.reservation-grid__header span {
  color: #718090;
  font-size: 13px;
  line-height: 1.4;
}

.reservation-grid__time {
  background: #fbfcfd;
  border: 1px solid #e7edf3;
  color: #304a5f;
  font-weight: 700;
}

.reservation-grid__placeholder {
  align-items: center;
  text-align: center;
  background: #fbfcfd;
  border: 1px dashed #e3e8ee;
  color: #c3ccd6;
  font-weight: 600;
}

.reservation-slot {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: visible;
  border: 1px solid transparent;
  padding: 14px 16px;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.reservation-slot:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(8, 22, 36, 0.08);
}

.reservation-slot.is-reserved:hover,
.reservation-slot.is-reserved:focus-visible {
  z-index: 24;
}

.reservation-slot.is-selected {
  border-color: #081624;
  box-shadow: 0 0 0 2px rgba(8, 22, 36, 0.14);
}

.reservation-slot[disabled] {
  cursor: default;
}

.reservation-slot__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reservation-slot__title {
  display: block;
  margin-bottom: 6px;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.reservation-slot__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.is-action-available {
  background: #0f4f84;
  color: #fff;
}

.is-action-reserved {
  background: rgba(75, 85, 99, 0.08);
  color: #3f4957;
  border: 1px solid rgba(75, 85, 99, 0.22);
}

.is-action-closed {
  background: #c5ced8;
  color: #495463;
}

.is-action-blocked {
  background: #e7b56f;
  color: #6e410c;
}

.reservation-slot__meta {
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
}

.reservation-slot__tooltip {
  position: absolute;
  left: calc(100% + 12px);
  top: 12px;
  z-index: 60;
  display: none;
  min-width: 190px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #d4dee7;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(8, 22, 36, 0.14);
  color: #304a5f;
  text-align: left;
}

.reservation-slot__tooltip strong {
  display: block;
  margin-bottom: 6px;
  color: #081624;
  font-size: 13px;
}

.reservation-slot__tooltip span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.reservation-slot.is-reserved:hover .reservation-slot__tooltip,
.reservation-slot.is-reserved:focus-visible .reservation-slot__tooltip {
  display: block;
}

.reservation-mobile-days,
.reservation-mobile-list {
  display: none;
}

.reservation-mobile-list {
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.reservation-schedule__body.is-refreshing {
  opacity: 0.56;
  transform: translateY(4px);
}

.reservation-schedule__body.is-transitioning-next {
  opacity: 0.14;
  transform: translate3d(-28px, 0, 0);
  pointer-events: none;
}

.reservation-schedule__body.is-transitioning-prev {
  opacity: 0.14;
  transform: translate3d(28px, 0, 0);
  pointer-events: none;
}

.reservation-schedule__body.is-entering-next {
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  pointer-events: none;
}

.reservation-schedule__body.is-entering-prev {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  pointer-events: none;
}

.reservation-schedule.is-height-locked {
  will-change: min-height;
}

.reservation-panel__empty {
  padding: 22px;
  border-radius: 22px;
  background: #f7f9fb;
  border: 1px dashed #c7d3df;
}

.reservation-panel__empty h3,
.reservation-panel__slot h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.reservation-panel__slot-meta {
  margin-bottom: 16px;
  color: #718090;
  font-size: 14px;
}

.reservation-panel__slot.is-busy {
  pointer-events: none;
}

.reservation-panel__chrome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.reservation-panel__chrome-main {
  min-width: 0;
}

.reservation-panel__slot > .reservation-status-badge {
  margin-bottom: 12px;
}

.reservation-panel__close {
  display: inline-flex;
  flex-shrink: 0;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid #d4dee7;
  background: #fff;
  color: #304a5f;
  font-weight: 700;
}

.reservation-panel__section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #ecf0f3;
}

.reservation-panel__section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.reservation-panel__activity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #edf4fb;
  color: #24537c;
  font-size: 13px;
  font-weight: 700;
}

.reservation-panel__activity-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(36, 83, 124, 0.18);
  border-top-color: #24537c;
  border-radius: 999px;
  animation: reservation-spin 0.8s linear infinite;
}

.reservation-panel__message {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
}

.reservation-panel__message.is-success {
  background: #eef8ef;
  color: #216a2c;
}

.reservation-panel__message.is-error {
  background: #fff2f1;
  color: #a63d35;
}

.reservation-panel__label {
  display: block;
  margin-bottom: 7px;
  color: #304a5f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.reservation-panel__input,
.reservation-panel__textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d4dee7;
  border-radius: 14px;
  background: #fff;
  color: #081624;
  font-size: 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.reservation-panel__textarea {
  min-height: 92px;
  resize: vertical;
}

.reservation-panel__input:disabled,
.reservation-panel__textarea:disabled {
  background: #f5f7fa;
  color: #718090;
  cursor: not-allowed;
}

.reservation-panel__hint {
  margin-top: 7px;
  color: #718090;
  font-size: 12px;
  line-height: 1.5;
}

.reservation-panel__hint.is-error {
  color: #a63d35;
  font-weight: 700;
}

.reservation-panel__field.has-error .reservation-panel__hint,
.reservation-panel__privacy .reservation-panel__hint.is-error {
  color: #a63d35;
  font-weight: 700;
}

.reservation-panel__field {
  margin-bottom: 16px;
}

.reservation-panel__field:last-child {
  margin-bottom: 0;
}

.reservation-panel__field.has-error .reservation-panel__input,
.reservation-panel__field.has-error .reservation-panel__textarea {
  border-color: #e1a8a1;
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(217, 107, 97, 0.08);
}

.reservation-panel__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7f9fb;
  border: 1px solid #e3e8ee;
}

.reservation-panel__check.has-error {
  border-color: #e1a8a1;
  background: #fff8f7;
}

@media (min-width: 992px) {
  .reservation-panel {
    width: min(980px, calc(100vw - 48px));
    max-height: min(88vh, 900px);
    border-radius: 28px 28px 0 0;
  }
}

.reservation-panel__check input {
  margin-top: 4px;
}

.reservation-panel__privacy details summary {
  margin-top: 10px;
  cursor: pointer;
  color: #0b5cad;
  font-size: 13px;
  font-weight: 700;
}

.reservation-panel__privacy-copy {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f7f9fb;
  color: #5e6a78;
  font-size: 12px;
  line-height: 1.7;
  white-space: pre-wrap;
}

.reservation-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.reservation-panel__confirm {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid transparent;
  animation: reservation-feedback-in 0.2s ease;
}

.reservation-panel__confirm.is-primary {
  background: #eff5fb;
  border-color: #c8daeb;
  color: #24537c;
}

.reservation-panel__confirm.is-danger {
  background: #fff2f1;
  border-color: #f1ccc7;
  color: #a63d35;
}

.reservation-panel__confirm strong {
  display: block;
  margin-bottom: 6px;
  color: #081624;
  font-size: 14px;
}

.reservation-panel__confirm p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
}

.reservation-panel__confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.reservation-panel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: all 0.2s ease;
}

.reservation-panel__button.is-loading::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: currentColor;
  border-radius: 999px;
  animation: reservation-spin 0.72s linear infinite;
}

.reservation-panel__button--danger.is-loading::before,
.reservation-panel__button--secondary.is-loading::before {
  border-color: rgba(48, 74, 95, 0.18);
  border-top-color: currentColor;
}

.reservation-panel__button--primary {
  background: #081624;
  color: #fff;
}

.reservation-panel__button--primary:hover:not(:disabled) {
  background: #0f2d46;
  color: #fff;
}

.reservation-panel__button--secondary {
  background: #fff;
  border-color: #d4dee7;
  color: #304a5f;
}

.reservation-panel__button--danger {
  background: #fbe8e6;
  border-color: #f2c2bc;
  color: #b14135;
}

.reservation-panel__button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.reservation-panel__detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reservation-panel__detail-list li {
  margin-bottom: 10px;
  color: #304a5f;
  line-height: 1.6;
}

.reservation-panel__detail-list strong {
  color: #081624;
}

.reservation-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reservation-footer-list li {
  margin-bottom: 10px;
  color: #718090;
  line-height: 1.8;
}

@keyframes reservation-feedback-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reservation-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reservation-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.reservation-footer-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .reservation-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .reservation-hero__meta {
    justify-content: flex-start;
  }

  .reservation-summary {
    grid-template-columns: 1fr;
  }

  .reservation-toolbar__nav {
    flex-direction: column;
  }

  .reservation-nav-btn {
    width: 100%;
  }

  .reservation-grid {
    display: none;
  }

  .reservation-grid-shell {
    display: none;
  }

  .reservation-mobile-days {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
  }

  .reservation-mobile-day {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    min-height: 72px;
    padding: 10px 12px;
    border: 1px solid #d4dee7;
    border-radius: 18px;
    background: #fff;
    color: #304a5f;
    font-weight: 700;
  }

  .reservation-mobile-day.is-selected {
    border-color: #081624;
    background: #081624;
    color: #fff;
  }

  .reservation-mobile-day span:last-child {
    font-size: 12px;
    opacity: 0.78;
  }

  .reservation-mobile-list {
    display: grid;
    gap: 10px;
  }

  .reservation-mobile-list__empty {
    padding: 18px;
    border-radius: 18px;
    background: #f7f9fb;
    color: #718090;
    text-align: center;
  }

  .reservation-mobile-slot {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid transparent;
    text-align: left;
  }

  .reservation-slot__tooltip {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .reservation-page {
    padding-top: 72px;
  }

  .reservation-hero,
  .reservation-card--rules,
  .reservation-card--faq,
  .reservation-toolbar,
  .reservation-schedule,
  .reservation-panel {
    padding: 20px;
  }

  .reservation-hero h1 {
    font-size: 32px;
  }

  .reservation-week-copy h2 {
    font-size: 24px;
  }

  .reservation-meta-chip {
    width: 100%;
    justify-content: center;
  }

  .reservation-panel {
    left: 0;
    width: 100%;
    max-height: 82vh;
    transform: translate(0, calc(100% + 20px));
  }

  body.reservation-panel-open .reservation-panel {
    transform: translate(0, 0);
  }

  .reservation-toast-stack {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .reservation-toast {
    min-width: 0;
    max-width: none;
  }
}
