.t1-booking { max-width: 980px; margin: 0 auto; padding: 0 14px 28px; }
.t1-booking__header h2 { margin: 0 0 8px; font-size: 40px; line-height: 1.05; }
.t1-booking__header p { margin: 0 0 18px; opacity: .85; }

.t1-booking__panel {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

.t1-weekbar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.t1-day {
  flex: 0 0 auto;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  cursor: pointer;
  min-width: 110px;
  text-align: left;
  transition: background .15s ease, border-color .15s ease, transform .06s ease;
}
.t1-day:active { transform: translateY(1px); }
.t1-day.is-active { border-color: #e64c4c; background: rgba(230,76,76,.06); }
.t1-day__top { font-weight: 900; }

.t1-help { margin: 10px 0 14px; font-size: 14px; opacity: .8; }

.t1-list { display: grid; gap: 12px; }

.t1-slotcard {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 10px;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
  cursor: pointer;
}
.t1-slotcard.is-active { outline: 2px solid rgba(230,76,76,.45); outline-offset: 2px; }

.t1-card__left { padding: 14px 14px; }
.t1-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; opacity: .85; }
.t1-time { font-weight: 900; font-size: 14px; }
.t1-dot { opacity: .5; }
.t1-dur { font-weight: 700; }

.t1-title { margin-top: 6px; font-weight: 900; font-size: 16px; }
.t1-sub { margin-top: 4px; font-size: 13px; opacity: .75; }

.t1-card__right {
  padding: 14px;
  background: rgba(230,76,76,.06);
  border-left: 1px solid rgba(230,76,76,.14);
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: center;
}
.t1-price { font-weight: 900; }

.t1-bookbtn {
  background: #e64c4c;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 12px 14px;
  font-weight: 900;
  cursor: pointer;
}
.t1-bookbtn:hover { filter: brightness(.98); }

.t1-empty { padding: 12px; border-radius: 12px; background: #fafafa; border: 1px dashed rgba(0,0,0,.18); }

.t1-divider { height: 1px; background: rgba(0,0,0,.08); margin: 16px 0; }

.t1-selectedbox {
  padding: 12px;
  border-radius: 14px;
  background: rgba(230,76,76,.06);
  border: 1px solid rgba(230,76,76,.18);
}
.t1-selectedtitle { font-size: 13px; opacity: .75; font-weight: 800; }
.t1-selectedvalue { font-size: 16px; font-weight: 900; margin-top: 2px; }
.t1-selectedprice { margin-top: 6px; font-weight: 800; opacity: .9; }

.t1-form { margin-top: 14px; display: grid; gap: 10px; }
.t1-label { font-weight: 900; font-size: 14px; }
.t1-input, .t1-textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 15px;
}

.t1-memberbox {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  padding: 12px;
  background: #fafafa;
}
.t1-membertitle { font-weight: 900; margin-bottom: 8px; }
.t1-radio { display: flex; gap: 10px; align-items: center; margin: 6px 0; }

.t1-btn {
  background: #e64c4c;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 900;
  cursor: pointer;
}

.t1-status { margin-top: 8px; font-weight: 800; }
.t1-status--info { opacity: .85; }
.t1-status--success { color: #0a7a2f; }
.t1-status--error { color: #b00020; }

@media (max-width: 720px) {
  .t1-slotcard { grid-template-columns: 1fr; }
  .t1-card__right { border-left: 0; border-top: 1px solid rgba(230,76,76,.14); }
}
