:root {
  color-scheme: light dark;
  --page: #f3f8fc;
  --surface: #fbfdfe;
  --surface-strong: #f8fbfd;
  --surface-muted: #edf5fb;
  --text: #102234;
  --muted: #5d7183;
  --subtle: #7c8e9d;
  --line: #d7e5ef;
  --line-strong: #bad0df;
  --accent: #075fb8;
  --accent-hover: #054d96;
  --accent-contrast: #f7fbfe;
  --accent-soft: #dceefd;
  --accent-wash: #eef7fe;
  --success: #28715a;
  --success-soft: #e3f3ed;
  --danger: #b33838;
  --danger-soft: #f8e6e6;
  --warning: #9a6716;
  --shadow: 0 24px 70px rgb(32 91 132 / 0.16);
  --shadow-soft: 0 12px 32px rgb(19 78 122 / 0.12);
  --radius: 8px;
}

body.theme-dark {
  color-scheme: dark;
  --page: #0f1720;
  --surface: #14212c;
  --surface-strong: #192936;
  --surface-muted: #1c3041;
  --text: #edf7fd;
  --muted: #a9bac6;
  --subtle: #8095a7;
  --line: #31495b;
  --line-strong: #49677b;
  --accent: #69bfff;
  --accent-hover: #8bd0ff;
  --accent-contrast: #082033;
  --accent-soft: #143855;
  --accent-wash: #112c41;
  --success: #87d7bd;
  --success-soft: #133d34;
  --danger: #ff9b9b;
  --danger-soft: #482222;
  --warning: #e2b76f;
  --shadow: 0 24px 70px rgb(1 9 17 / 0.45);
  --shadow-soft: 0 12px 32px rgb(1 9 17 / 0.32);
}

body.theme-light {
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  body:not(.theme-light) {
    --page: #0f1720;
    --surface: #14212c;
    --surface-strong: #192936;
    --surface-muted: #1c3041;
    --text: #edf7fd;
    --muted: #a9bac6;
    --subtle: #8095a7;
    --line: #31495b;
    --line-strong: #49677b;
    --accent: #69bfff;
    --accent-hover: #8bd0ff;
    --accent-contrast: #082033;
    --accent-soft: #143855;
    --accent-wash: #112c41;
    --success: #87d7bd;
    --success-soft: #133d34;
    --danger: #ff9b9b;
    --danger-soft: #482222;
    --warning: #e2b76f;
    --shadow: 0 24px 70px rgb(1 9 17 / 0.45);
    --shadow-soft: 0 12px 32px rgb(1 9 17 / 0.32);
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page);
}

body {
  min-height: 100dvh;
  margin: 0;
  color: var(--text);
  font-family:
    "Avenir Next",
    "SF Pro Display",
    "Segoe UI",
    system-ui,
    sans-serif;
  letter-spacing: 0;
  background:
    linear-gradient(140deg, rgb(7 95 184 / 0.08), transparent 34%),
    linear-gradient(180deg, var(--page), var(--surface-muted));
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.app {
  min-height: 100dvh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  max-width: 1240px;
  min-height: 68px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 8px 18px rgb(7 95 184 / 0.16);
}

.brand strong {
  font-size: 15px;
  font-weight: 760;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.nav-step {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  background: transparent;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  white-space: nowrap;
}

.nav-step:hover {
  color: var(--text);
  background: var(--surface-muted);
}

.nav-step:active,
.button:active,
.choice:active,
.chip:active,
.time-slot:active,
.date-card:active,
.theme-toggle:active {
  transform: translateY(1px) scale(0.99);
}

.nav-step.is-active {
  color: var(--accent);
  background: var(--accent-soft);
}

.nav-step.is-complete {
  color: var(--text);
}

.theme-toggle {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--text);
  background: var(--surface-strong);
  box-shadow: 0 4px 14px rgb(7 95 184 / 0.08);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
  white-space: nowrap;
}

.theme-toggle:hover {
  border-color: var(--line-strong);
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: clamp(24px, 5vw, 62px);
  width: min(1240px, calc(100% - 48px));
  min-height: calc(100dvh - 69px);
  margin: 0 auto;
  padding: 32px 0 44px;
}

.intro-panel {
  display: grid;
  align-content: center;
  gap: 26px;
}

.logo-feature {
  width: 86px;
  height: 86px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  object-fit: cover;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.headline {
  max-width: 560px;
  margin: 0;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 0.98;
  font-weight: 820;
  letter-spacing: 0;
}

.lede {
  max-width: 58ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.brand-ornament {
  position: relative;
  max-width: 520px;
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 48%),
    linear-gradient(180deg, var(--surface), var(--surface-muted));
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--surface) 88%, white),
    var(--shadow-soft);
  overflow: hidden;
}

.brand-ornament img {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 108px;
  height: 108px;
  border-radius: var(--radius);
  object-fit: cover;
  opacity: 0.2;
  transform: rotate(-5deg);
}

.ornament-line,
.ornament-panel {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ornament-line {
  left: 22px;
  right: 150px;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 52%, transparent), transparent);
}

.ornament-line.line-one {
  top: 42px;
}

.ornament-line.line-two {
  top: 86px;
  right: 196px;
}

.ornament-panel {
  width: 72px;
  height: 38px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--accent-soft) 58%, transparent);
}

.ornament-panel.panel-one {
  left: 24px;
  bottom: 18px;
}

.ornament-panel.panel-two {
  left: 116px;
  bottom: 18px;
  width: 104px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}

.side-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.summary-top strong {
  display: block;
}

.summary-top span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.summary-badge {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 12px;
  font-weight: 760;
}

.summary-list {
  display: grid;
  gap: 0;
  padding: 4px 18px 18px;
}

.summary-row {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 76%, transparent);
}

.summary-row:last-child {
  border-bottom: 0;
}

.summary-row span {
  color: var(--subtle);
  font-size: 13px;
}

.summary-row strong {
  color: var(--text);
  font-size: 14px;
  font-weight: 720;
}

.booking-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface-strong);
}

.progress-button {
  display: grid;
  gap: 6px;
  justify-items: center;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 15px 8px 13px;
  color: var(--muted);
  background: transparent;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.progress-button:last-child {
  border-right: 0;
}

.progress-button:hover {
  background: var(--surface-muted);
}

.progress-button.is-active {
  color: var(--accent);
  background: var(--accent-wash);
}

.progress-button.is-complete {
  color: var(--text);
}

.progress-mark {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
}

.progress-button.is-complete .progress-mark {
  color: var(--surface);
  border-color: var(--accent);
  background: var(--accent);
}

.progress-text {
  font-size: 12px;
  font-weight: 720;
}

.card-body {
  min-height: 420px;
  padding: clamp(22px, 4vw, 34px);
}

.step-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.step-heading h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.04;
  letter-spacing: 0;
}

.step-heading p {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.notice {
  margin: 0 0 18px;
  border: 1px solid color-mix(in srgb, var(--danger) 35%, var(--line));
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--danger);
  background: var(--danger-soft);
}

.grid-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  width: 100%;
  min-height: 108px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  color: var(--text);
  text-align: left;
  background: var(--surface-strong);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.choice:hover {
  border-color: var(--line-strong);
  box-shadow: 0 10px 24px rgb(7 95 184 / 0.09);
}

.choice.is-selected {
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
  background: var(--accent-wash);
}

.choice strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 780;
}

.choice span {
  color: var(--muted);
  line-height: 1.45;
}

.choice-meta {
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--muted);
  background: var(--surface-strong);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.chip:hover {
  border-color: var(--line-strong);
  color: var(--text);
}

.chip.is-selected {
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
  color: var(--accent);
  background: var(--accent-soft);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.section-title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.location-list,
.provider-list {
  display: grid;
  gap: 10px;
}

.person-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 13px;
  font-weight: 820;
}

.calendar {
  display: grid;
  gap: 18px;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.date-card {
  display: grid;
  gap: 6px;
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  color: var(--text);
  background: var(--surface-strong);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.date-card:hover {
  border-color: var(--line-strong);
}

.date-card.is-selected {
  border-color: color-mix(in srgb, var(--accent) 70%, var(--line));
  background: var(--accent-wash);
}

.date-card small {
  color: var(--muted);
  font-size: 12px;
}

.date-card strong {
  font-size: 20px;
}

.slot-group {
  display: grid;
  gap: 16px;
}

.slot-block {
  display: grid;
  gap: 9px;
}

.slot-label {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.time-slot {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: var(--surface-strong);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.time-slot:hover {
  border-color: var(--line-strong);
}

.time-slot.is-selected {
  border-color: var(--accent);
  color: var(--surface);
  background: var(--accent);
}

.empty-state,
.loading-state {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--surface-strong);
}

.empty-state h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.empty-state p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.5;
}

.skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.skeleton {
  height: 44px;
  border-radius: var(--radius);
  background: linear-gradient(
    90deg,
    var(--surface-muted),
    color-mix(in srgb, var(--surface-muted) 55%, var(--surface-strong)),
    var(--surface-muted)
  );
  background-size: 220% 100%;
  animation: shimmer 1.1s ease-in-out infinite;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--text);
  font-size: 14px;
  font-weight: 760;
}

.field input,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--text);
  background: var(--surface-strong);
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.field input::placeholder {
  color: color-mix(in srgb, var(--muted) 76%, var(--surface));
}

.field input:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent);
}

.field-error {
  min-height: 18px;
  color: var(--danger);
  font-size: 12px;
}

.check-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.45;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 15px;
  background: var(--surface-strong);
}

.review-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

.review-item strong {
  color: var(--text);
  font-size: 15px;
}

.success-view {
  display: grid;
  justify-items: start;
  gap: 20px;
  padding: 8px 0;
}

.success-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: var(--radius);
  color: var(--success);
  background: var(--success-soft);
  font-size: 32px;
  font-weight: 820;
}

.success-view h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
}

.success-view p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 18px clamp(22px, 4vw, 34px);
  background: var(--surface-strong);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.button.primary {
  color: var(--accent-contrast);
  background: var(--accent);
  box-shadow: 0 10px 26px rgb(7 95 184 / 0.24);
}

.button.primary:hover {
  background: var(--accent-hover);
}

.button.secondary {
  color: var(--text);
  border-color: var(--line);
  background: var(--surface);
}

.button.secondary:hover {
  border-color: var(--line-strong);
}

.button.ghost {
  color: var(--accent);
  border-color: transparent;
  background: transparent;
}

.button.ghost:hover {
  background: var(--accent-soft);
}

.button[aria-busy="true"] {
  pointer-events: none;
  opacity: 0.84;
}

.help-text {
  color: var(--muted);
  font-size: 13px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  max-width: min(360px, calc(100vw - 40px));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .booking-shell {
    grid-template-columns: 1fr;
    width: min(760px, calc(100% - 32px));
    padding: 24px 0 34px;
  }

  .intro-panel {
    gap: 18px;
  }

  .headline {
    font-size: clamp(36px, 10vw, 52px);
  }

  .side-summary {
    display: none;
  }
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 58px;
    padding: 0 14px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .brand strong {
    display: none;
  }

  .theme-toggle {
    min-height: 40px;
    padding: 0 14px;
  }

  .booking-shell {
    width: min(100% - 20px, 560px);
    min-height: auto;
    gap: 14px;
    padding: 14px 0 calc(104px + env(safe-area-inset-bottom));
  }

  .intro-panel {
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 10px 12px;
  }

  .logo-feature {
    width: 56px;
    height: 56px;
  }

  .headline {
    max-width: 280px;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.02;
  }

  .lede {
    grid-column: 1 / -1;
    max-width: 34ch;
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .brand-ornament {
    display: none;
  }

  .booking-card {
    overflow: hidden;
  }

  .progress {
    grid-template-columns: repeat(5, 1fr);
  }

  .progress-button {
    min-height: 48px;
    padding: 10px 4px;
  }

  .progress-text {
    display: none;
  }

  .progress-mark {
    width: 25px;
    height: 25px;
  }

  .card-body {
    min-height: 0;
    padding: 18px 14px;
  }

  .step-heading {
    gap: 7px;
    margin-bottom: 18px;
  }

  .step-heading h2 {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.08;
  }

  .step-heading p {
    font-size: 15px;
    line-height: 1.45;
  }

  .grid-options,
  .split-grid,
  .form-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .date-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .time-grid,
  .skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice {
    min-height: 92px;
    padding: 14px;
  }

  .choice strong {
    font-size: 15px;
  }

  .choice span {
    line-height: 1.38;
  }

  .action-bar {
    align-items: stretch;
    flex-direction: column;
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 12;
    width: min(560px, calc(100vw - 20px));
    margin: 0 auto;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 28px color-mix(in srgb, var(--page) 70%, transparent);
  }

  .help-text {
    font-size: 12px;
    line-height: 1.35;
  }

  .field input,
  .field select {
    min-height: 46px;
    font-size: 16px;
  }

  .button-group,
  .button {
    width: 100%;
  }

  .success-mark {
    width: 52px;
    height: 52px;
  }

  .success-view h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .toast {
    right: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 420px) {
  .date-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .date-card {
    min-height: 68px;
    padding: 8px 6px;
  }

  .time-slot {
    min-height: 46px;
  }

  .chip {
    padding: 8px 12px;
  }
}

@media (max-width: 340px) {
  .header-inner {
    padding: 0 10px;
  }

  .theme-toggle {
    padding: 0 10px;
  }

  .headline {
    font-size: 27px;
  }

  .choice {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .choice-meta {
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
