:root {
  --bg: #f4efe4;
  --bg-2: #fffdf8;
  --bg-3: #ebe4d4;
  --ink: #2b261f;
  --muted: #6d6458;
  --line: #ddd2bf;
  --olive: #4f5d3a;
  --olive-2: #3d492c;
  --olive-soft: #dfe6cf;
  --terra: #c25b3c;
  --terra-2: #9e4329;
  --gold: #c4a35a;
  --ok: #3f6b45;
  --warn: #b07020;
  --bad: #a33b2b;
  --shadow: 0 12px 40px rgba(43, 38, 31, 0.08);
  --radius: 18px;
  --tap: 52px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: Georgia, "Palatino Linotype", Palatino, serif;
}

[data-theme="dark"] {
  --bg: #1b1915;
  --bg-2: #25221c;
  --bg-3: #312c25;
  --ink: #f3eadc;
  --muted: #b1a697;
  --line: #3d372e;
  --olive: #b4c48a;
  --olive-2: #d3e0ad;
  --olive-soft: #2d3324;
  --terra: #e07a5a;
  --terra-2: #f0a58e;
  --gold: #d4b978;
  --ok: #8fbf8f;
  --warn: #e0b05a;
  --bad: #e07a6a;
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-y: auto; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
}
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--olive); }
img, video { max-width: 100%; border-radius: 12px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

[hidden] { display: none !important; }

.boot-screen, .login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 10%, rgba(194, 91, 60, 0.12), transparent 40%),
    radial-gradient(circle at 80% 90%, rgba(79, 93, 58, 0.16), transparent 42%),
    var(--bg);
}
.boot-mark, .villa-mark {
  width: 72px; height: 72px;
}
.boot-mark {
  border-radius: 18px;
  background: var(--olive);
  margin: 0 auto 16px;
  box-shadow: var(--shadow);
}
.boot-screen p { color: var(--muted); text-align: center; }

.login-card {
  width: min(440px, 100%);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px 28px 24px;
  box-shadow: var(--shadow);
}
.login-brand { text-align: center; margin-bottom: 22px; }
.villa-sky { fill: var(--olive); }
.villa-roof { fill: var(--bg); }
.villa-wall { fill: var(--bg-2); }
.villa-door { fill: var(--terra); }
.villa-win { fill: var(--gold); }
.eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--terra);
  margin: 12px 0 4px;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 600; margin: 0 0 8px; }
.login-sub, .muted, .hint { color: var(--muted); }
.login-sub { margin: 0 auto; max-width: 34ch; }

.pin-display { text-align: center; margin: 8px 0 16px; }
.pin-label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.pin-dots { display: flex; justify-content: center; gap: 10px; min-height: 18px; }
.pin-dots i {
  width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid var(--olive);
  display: inline-block;
}
.pin-dots i.on { background: var(--olive); }
.pin-pad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.pin-pad button {
  min-height: 64px;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 16px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
.pin-pad button:hover, .pin-pad button:focus-visible { border-color: var(--olive); background: var(--olive-soft); }
.pin-pad .pad-action { font-size: 15px; font-weight: 600; color: var(--olive-2); }
.demo-pins { font-size: 12px; color: var(--muted); text-align: center; margin: 18px 0 0; }
.create-pin-btn {
  width: 100%;
  margin-top: 14px;
  min-height: 56px;
  font-size: 17px;
}
.how-runs {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin: 16px 0 0;
  line-height: 1.45;
}
.family-fieldset { border: 0; padding: 0; margin: 0 0 8px; }
.family-fieldset legend { font-weight: 700; margin-bottom: 8px; }
.family-pick { display: grid; grid-template-columns: 1fr; gap: 8px; }
.family-pick .choice-btn { min-height: 56px; font-size: 18px; }
.family-home-note {
  font-family: var(--serif);
  font-size: 24px;
  margin: 0 0 16px;
}
.pin-family-head {
  font-family: var(--serif);
  font-size: 26px;
  margin: 22px 0 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.pin-family-head:first-of-type { border-top: 0; margin-top: 12px; }
.pin-family-block { scroll-margin-top: 80px; }
.pin-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 16px 0 8px;
}
.pin-add-box {
  margin-top: 28px;
  padding: 16px 0 0;
  border-top: 2px solid var(--olive);
}
.pin-add-box .pin-family-head { border-top: 0; margin-top: 0; }
.signup-fields { margin-top: 18px; }
.signup-fields .field input {
  min-height: 56px;
  font-size: 18px;
  border-radius: 14px;
  padding: 0 14px;
}
.signup-done { text-align: center; padding: 8px 0; }
.signup-done p { font-size: 18px; font-family: var(--serif); margin: 8px 0 4px; }
.lockout-banner, .pin-error {
  background: #f8e6e1;
  color: var(--bad);
  border-radius: 12px;
  padding: 10px 12px;
  text-align: center;
}
[data-theme="dark"] .lockout-banner, [data-theme="dark"] .pin-error { background: #3a2420; }
.shake { animation: shake 0.4s; }
@keyframes shake {
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}

.app { min-height: 100vh; }
.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px;
  background: color-mix(in srgb, var(--bg-2) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: inherit; min-width: 0;
}
.villa-mark.sm { width: 40px; height: 40px; }
.brand strong { display: block; font-family: var(--serif); font-size: 16px; }
.brand em { display: block; font-style: normal; color: var(--muted); font-size: 12px; }
.top-search { flex: 1; }
.top-search input, .field input, .field select, .field textarea, .search-box {
  width: 100%;
  min-height: var(--tap);
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 14px;
  padding: 10px 14px;
}
.top-actions { display: flex; align-items: center; gap: 8px; }
.who {
  font-size: 13px;
  background: var(--olive-soft);
  color: var(--olive-2);
  border-radius: 999px;
  padding: 8px 12px;
  white-space: nowrap;
}
.save-chip, .btn, .icon-btn, .text-btn {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  cursor: pointer;
}
.save-chip, .btn.primary {
  background: var(--olive);
  color: #f6f0e6;
  border-color: var(--olive);
  padding: 0 16px;
  font-weight: 600;
}
[data-theme="dark"] .save-chip, [data-theme="dark"] .btn.primary { color: #1b1915; }
.btn.danger { background: var(--terra); color: #fff; border-color: var(--terra); }
.btn.ghost { background: transparent; }
.icon-btn { width: 44px; font-size: 18px; }
.text-btn { border: 0; background: transparent; color: var(--muted); padding: 0 8px; }
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 0; background: transparent;
  flex-direction: column; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); }

.shell { display: grid; grid-template-columns: 230px 1fr; min-height: calc(100vh - 65px); }
.sidenav {
  border-right: 1px solid var(--line);
  padding: 18px 12px;
  background: var(--bg-2);
}
.sidenav a {
  display: block;
  text-decoration: none;
  color: var(--ink);
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 4px;
  font-weight: 600;
}
.sidenav a.active, .sidenav a:hover { background: var(--olive-soft); color: var(--olive-2); }
.nav-note { font-size: 12px; color: var(--muted); padding: 14px; }
.view { padding: 28px 28px 80px; max-width: 1180px; }

.page-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 16px; flex-wrap: wrap; margin-bottom: 22px;
}
.page-head p { margin: 0; color: var(--muted); }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn { padding: 0 16px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }

.grid { display: grid; gap: 16px; }
.grid.stats { grid-template-columns: repeat(4, 1fr); }
.grid.two { grid-template-columns: 1.2fr 0.8fr; }
.grid.cards { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.card h3 { font-size: 20px; }
a.place-card {
  display: block;
  color: inherit;
  text-decoration: none;
  min-height: 148px;
  -webkit-tap-highlight-color: transparent;
}
.stat { text-align: left; }
.stat b { display: block; font-size: 32px; font-family: var(--serif); line-height: 1.1; }
.stat span { color: var(--muted); font-size: 13px; }
.list { display: grid; gap: 10px; }
.row {
  display: flex; justify-content: space-between; gap: 12px; align-items: flex-start;
  padding: 12px 0; border-bottom: 1px solid var(--line);
}
.row:last-child { border-bottom: 0; padding-bottom: 0; }
.chip {
  display: inline-flex; align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  background: var(--bg-3);
}
.chip.open, .chip.suggested { background: #f3d7cc; color: #8a3a28; }
.chip.progress, .chip.review, .chip.scheduled, .chip.considered { background: #efe1bf; color: #7a5514; }
.chip.done, .chip.approved, .chip.completed { background: var(--olive-soft); color: var(--olive-2); }
.chip.rejected { background: var(--bg-3); color: var(--muted); }
.quick-links { display: flex; flex-wrap: wrap; gap: 8px; }
.quick-links a, .tag {
  display: inline-flex; align-items: center; min-height: 44px;
  padding: 0 14px; border-radius: 12px;
  background: var(--bg); border: 1px solid var(--line);
  text-decoration: none; color: inherit; font-weight: 600;
}

.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.seg { display: flex; background: var(--bg-3); border-radius: 14px; padding: 4px; }
.seg button {
  border: 0; background: transparent; min-height: 40px; padding: 0 14px;
  border-radius: 10px; cursor: pointer; font-weight: 600;
}
.seg button.on { background: var(--bg-2); box-shadow: var(--shadow); }

.cal-stack { display: flex; flex-direction: column; gap: 32px; padding-bottom: 48px; }
.cal-month { scroll-margin-top: 16px; }
.cal-month h3 { margin: 0 0 10px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow { text-align: center; font-size: 12px; color: var(--muted); font-weight: 700; }
.cal-day {
  min-height: 92px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px;
  cursor: pointer;
}
.cal-day.available { background: #d7ead0; }
.cal-day.booked,
.cal-day.blocked { background: #f5d0c8; }
.cal-day.out { opacity: 0.38; }
.cal-day.today { outline: 2px solid var(--olive); }
.cal-day.holiday { box-shadow: inset 0 -5px 0 #d4b45a; }
.cal-flag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  color: #5c4310;
  background: #efe1bf;
  border-radius: 6px;
  padding: 1px 5px;
  margin-left: 2px;
  vertical-align: middle;
}
.holiday-banner {
  background: #efe1bf;
  color: #5c4310;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
}
.holiday-banner.soft { font-weight: 600; }
.holiday-banner.busy { background: #f3d7cc; color: #8a3a28; }
[data-theme="dark"] .holiday-banner { background: #3a3220; color: #f0d9a0; }
[data-theme="dark"] .holiday-banner.busy { background: #4a3228; color: #f0d4c4; }
.cost-box {
  background: var(--olive-soft);
  border-radius: 14px;
  padding: 14px 16px;
  margin: 0 0 14px;
}
.cost-box p { margin: 0 0 8px; }
.cost-box p:last-child { margin: 0; }
.guide-price {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.sky-card { margin-bottom: 18px; }
.sky-widget-wrap {
  min-height: 220px;
  margin: 12px 0 4px;
  overflow: hidden;
  border-radius: 16px;
}
.sky-widget-wrap iframe,
.sky-widget-wrap [data-skyscanner-widget] { width: 100% !important; }
.live-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 18px;
}
.live-links a { min-height: 56px; font-size: 16px; }
.legend { display: flex; gap: 14px; flex-wrap: wrap; margin: 0 0 14px; font-size: 14px; font-weight: 600; }
.swatch { display: inline-block; width: 14px; height: 14px; border-radius: 4px; margin-right: 6px; vertical-align: -2px; }
.swatch.available { background: #7bb56b; }
.swatch.booked { background: #d15a48; }
.swatch.holiday { background: #d4b45a; }
.flow { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.flow span {
  padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 700;
  background: var(--bg-3); color: var(--muted);
}
.flow span.on { background: var(--olive); color: #f6f0e6; }
[data-theme="dark"] .flow span.on { color: #1b1915; }
.check-item {
  display: flex; align-items: center; gap: 12px;
  min-height: 52px; padding: 8px 0; border-bottom: 1px solid var(--line);
  font-size: 17px;
}
.check-item input { width: 24px; height: 24px; }
.tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.tabs button { min-height: 48px; }
.urgent { color: var(--bad); font-weight: 800; }
.cal-day b { font-size: 12px; }
.cal-pill {
  display: block;
  font-size: 11px;
  background: var(--olive-soft);
  color: var(--olive-2);
  border-radius: 6px;
  padding: 2px 5px;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.week-col { min-height: 180px; }

.table { width: 100%; border-collapse: collapse; }
.table th, .table td { text-align: left; padding: 12px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { color: var(--muted); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; }

.field { display: grid; gap: 6px; margin-bottom: 12px; }
.field span { font-weight: 600; font-size: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.doc-body, .prose { white-space: pre-wrap; }
.stars { color: var(--terra); letter-spacing: 1px; }

.comment { padding: 10px 0; border-top: 1px solid var(--line); }
.media-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.media-row img, .media-row video { width: 120px; height: 90px; object-fit: cover; }

.modal-back {
  position: fixed; inset: 0; background: rgba(30, 26, 20, 0.45);
  display: grid; place-items: center; padding: 16px; z-index: 40;
}
.modal {
  width: min(640px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: var(--bg-2);
  border-radius: 20px;
  padding: 22px;
  border: 1px solid var(--line);
}
.modal.stay-modal {
  display: flex;
  flex-direction: column;
  width: min(720px, 100%);
  max-height: 92vh;
  overflow: hidden;
  padding: 18px 0 0;
}
.modal.stay-modal .page-head { padding: 0 22px 8px; flex-shrink: 0; }
.stay-form { display: flex; flex-direction: column; min-height: 0; flex: 1; }
.stay-form-body { overflow: auto; padding: 0 22px 16px; flex: 1; }
.stay-form-foot {
  position: sticky;
  bottom: 0;
  padding: 12px 22px calc(12px + env(safe-area-inset-bottom, 0px));
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  flex-shrink: 0;
}
.stay-save {
  width: 100%;
  min-height: 64px;
  font-size: 20px;
  font-weight: 800;
}
.date-clear {
  width: 100%;
  min-height: 52px;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
}
.date-picker-bar .date-clear {
  flex: 1 1 100%;
  width: auto;
  min-width: 140px;
  margin: 0;
}
.my-trips, .for-you { margin-bottom: 16px; }
.my-trips h3, .for-you h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin: 0 0 12px;
}
.empty-trips { font-size: 18px; }
.trip-card {
  border: 2px solid var(--olive);
  background: var(--olive-soft);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 0 0 12px;
}
.trip-card .trip-dates {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}
.trip-card .trip-meta { margin: 0 0 4px; font-size: 17px; }
.trip-card .trip-open, .empty-trips + .trip-open {
  min-height: 52px;
  font-size: 17px;
  margin-top: 12px;
}
.for-you ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.for-you li {
  font-size: 17px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.for-you li:last-child { border-bottom: 0; }
.date-pick-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 8px; }
.date-pick-btn {
  display: grid;
  gap: 4px;
  text-align: left;
  min-height: 72px;
  padding: 12px 14px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: var(--bg);
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.date-pick-btn span { font-size: 13px; font-weight: 700; color: var(--muted); }
.date-pick-btn strong { font-family: var(--serif); font-size: 20px; }
.date-pick-btn.on { border-color: var(--olive); background: var(--olive-soft); }
.date-picker { margin: 12px 0 16px; }
.date-picker-bar {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px;
  align-items: center; margin-bottom: 12px;
}
.date-picker-bar p { margin: 0; font-weight: 700; }
.date-picker .cal-day { min-height: 56px; }
.cal-day.pick-on { outline: 3px solid var(--olive); }
.cal-day.pick-range { box-shadow: inset 0 0 0 2px var(--olive); }
.pin-jump-card {
  display: block;
  text-decoration: none;
  color: inherit;
  margin: 16px 0;
  padding: 22px 20px;
  border: 2px solid var(--olive);
  background: var(--olive-soft);
}
.pin-jump-card h3 { margin: 0 0 6px; font-size: 26px; }
.pin-jump-card p { margin: 0; font-size: 16px; }
.pin-admin-card { scroll-margin-top: 80px; margin-top: 0; }
.pin-admin-title { margin: 0 0 4px; font-size: 32px; line-height: 1.15; }
.pin-admin-sub { margin: 0 0 12px; font-size: 18px; font-weight: 600; }
.toast-root { position: fixed; right: 16px; bottom: 16px; display: grid; gap: 8px; z-index: 50; }
.toast {
  background: var(--ink); color: var(--bg); padding: 12px 14px;
  border-radius: 12px; min-width: 220px;
}
.dirty-bar {
  background: #efe1bf;
  color: #5c4310;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 16px;
  display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap;
}
[data-theme="dark"] .dirty-bar { background: #3a3220; color: #f0d9a0; }
.impersonate-bar { background: #e8d4c4; color: #5a3220; }
[data-theme="dark"] .impersonate-bar { background: #4a3228; color: #f0d4c4; }
.pin-plain {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin: 6px 0 4px;
}
.pin-admin-row { align-items: center; }
.pin-admin-row .actions { flex-wrap: wrap; justify-content: flex-end; }
.empty { color: var(--muted); padding: 24px 0; }

.highlights { grid-template-columns: repeat(3, 1fr); }
.hl { border-top: 4px solid var(--gold); }
.hl.cheap { border-top-color: var(--ok); }
.hl.fast { border-top-color: var(--terra); }
.hl.easy { border-top-color: var(--olive); }
.route-card .meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
.badge-direct {
  background: var(--olive); color: #f6f0e6; border-radius: 999px;
  font-size: 12px; font-weight: 800; padding: 4px 10px;
}
[data-theme="dark"] .badge-direct { color: #1b1915; }
.book-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.book-links a { min-height: 44px; }
.price { font-family: var(--serif); font-size: 28px; margin: 0; }
.note-sample { font-size: 13px; color: var(--muted); }
.comment form { display: flex; gap: 8px; margin-top: 8px; }
.comment form input { flex: 1; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 8px 12px; background: var(--bg); }

@media (max-width: 900px) {
  .grid.stats, .grid.two, .field-row, .date-pick-row { grid-template-columns: 1fr; }
  .shell { grid-template-columns: 1fr; }
  .sidenav {
    display: none; position: fixed; inset: 65px 0 auto 0; z-index: 15;
    border-bottom: 1px solid var(--line);
  }
  .sidenav.open { display: block; }
  .nav-toggle { display: flex; }
  .top-search { display: none; }
  .brand em, .who { display: none; }
  .view { padding: 18px 14px 90px; }
  .cal-day { min-height: 64px; }
  .highlights { grid-template-columns: 1fr; }
  .live-links { grid-template-columns: 1fr; }
}

.stay-review-screen {
  position: fixed;
  inset: 0;
  z-index: 80;
  overflow: auto;
  align-content: start;
}
.stay-review-card {
  width: min(520px, 100%);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px 24px 24px;
  box-shadow: var(--shadow);
  margin: 24px auto;
}
.stay-review-card h2 { font-size: 28px; }
.stay-review-card .login-sub { max-width: none; margin-bottom: 18px; }
.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  gap: 10px;
  margin: 8px 0 18px;
}
.choice-grid.wide { grid-template-columns: 1fr 1fr; }
.choice-btn {
  min-height: 64px;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.choice-btn.on, .choice-btn:focus-visible {
  border-color: var(--olive);
  background: var(--olive-soft);
  color: var(--olive-2);
}
.stay-review-card textarea {
  min-height: 88px;
  font-size: 18px;
  border-radius: 14px;
}
