/* 高齢者にも読みやすい表示: 大きめ文字・高コントラスト・大きなタップ領域 */
:root {
  --text: #1a1814;
  --muted: #5a5548;
  --muted-soft: #6b6558;
  --accent: #2a5f4d;
  --accent-dark: #1d4a3b;
  --border: #cfc8b8;
  --border-soft: #ddd7c8;
  --danger: #a3271f;
  --saturday: #1f5a9a;
  --guest: #8f5a10;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --text: #f6f2e8; --muted: #cfc9b8; --muted-soft: #b9b3a2;
    --accent: #7fd1b3; --accent-dark: #a0e0c8; --border: #5a564a; --border-soft: #46433a;
    --danger: #ff9d97; --saturday: #9cc4f0; --guest: #f0c27a;
  }
}
body {
  font-family: "BIZ UDPGothic", "BIZ UDGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
h1 { font-size: 1.7rem; letter-spacing: 0; }
h2 { font-size: 1.25rem; text-transform: none; letter-spacing: 0.02em; color: var(--text); }
label { font-size: 1rem; font-weight: 700; text-transform: none; letter-spacing: 0.02em; color: var(--text); margin: 20px 0 8px; }
input, select { font-size: 18px; padding: 15px 16px; min-height: 56px; border-width: 2px; }
input:focus, select:focus { box-shadow: 0 0 0 4px var(--accent-soft); }
button { font-size: 1.1rem; min-height: 56px; padding: 15px; border-radius: 12px; }
button.secondary, .btn-sm, .btn-danger, .btn-edit { font-size: 1rem; min-height: 48px; padding: 10px 18px; border-width: 2px; }
.cal-header button { font-size: 1.05rem; min-height: 52px; padding: 10px 16px; }
#cal-title { font-size: 1.3rem; }
.checkbox-row label { font-size: 1.05rem; }
.checkbox-row input { width: 28px; height: 28px; min-height: 0; }
.err { font-size: 1rem; font-weight: 700; }
.li-main { font-size: 1.1rem; }
.li-sub, .row-item-sub { font-size: 1rem; color: var(--muted); }
.tag-guest { font-size: 0.85rem; padding: 3px 8px; }
.empty { font-size: 1.05rem; color: var(--muted); }
.list-note, .log-time { font-size: 0.95rem; color: var(--muted); }
.log-item { font-size: 1rem; }
.cal-weekday { font-size: 1rem; font-weight: 700; }
.cal-day { min-height: 68px; font-size: 0.8rem; border-width: 1.5px; }
.cal-day-num { font-size: 1.1rem; font-weight: 700; color: var(--text); }
.cal-day.is-sunday .cal-day-num { color: var(--danger); }
.cal-day.is-saturday .cal-day-num { color: var(--saturday); }
.cal-day.is-today { border-width: 3px; }
.cal-day.is-past { opacity: 0.5; }
.cal-chip { font-size: 0.78rem; padding: 2px 4px; font-weight: 700; }
.cal-selection { font-size: 1.05rem; }
.cal-selection-clear { font-size: 1rem; min-height: 48px; }
.cal-legend { font-size: 1rem; gap: 14px; }
.cal-legend-dot { width: 14px; height: 14px; }
.admin-link { width: 56px; height: 56px; font-size: 1.4rem; opacity: 1; }
@media (max-width: 420px) {
  body { font-size: 18px; padding-left: 12px; padding-right: 12px; }
  .card { padding: 18px 16px; }
  .cal-day { min-height: 60px; padding: 3px 2px; font-size: 0.68rem; }
  .cal-day-num { font-size: 1.05rem; }
  .cal-chip { font-size: 0.66rem; padding: 1px 2px; }
  .cal-header button { padding: 10px 12px; font-size: 1rem; }
  h1 { font-size: 1.5rem; }
}
.row > div { min-width: 0; }
input[type="date"] { min-width: 0; max-width: 100%; padding: 15px 10px; font-size: 17px; }
@media (max-width: 520px) {
  .row { flex-direction: column; gap: 0; }
}

/* ===== 別荘カラーパレット: ネイビー × ウッドベージュ × セージ ===== */
:root {
  --bg: #f3ede1;
  --card: #fffdf8;
  --text: #1b2536;
  --muted: #55606f;
  --muted-soft: #66707d;
  --accent: #1f3a5f;
  --accent-dark: #142a48;
  --accent-soft: rgba(31, 58, 95, 0.12);
  --border: #d6cbb6;
  --border-soft: #e4dbc8;
  --saturday: #2b5d94;
  --sage: #6f8f7a;
  --sage-soft: rgba(111, 143, 122, 0.22);
  --own: #1f3a5f;
  --own-soft: rgba(31, 58, 95, 0.10);
  --other: #dccdad;
  --other-text: #4a3920;
  --other-soft: #eee4cf;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #111925; --card: #1a2332; --text: #f0ece2; --muted: #c3c8d0; --muted-soft: #a9b0ba;
    --accent: #8fb4e3; --accent-dark: #b3cdef; --accent-soft: rgba(143, 180, 227, 0.16);
    --border: #3a4760; --border-soft: #2b364b; --saturday: #9cc4f0;
    --sage: #9bbfa8; --sage-soft: rgba(155, 191, 168, 0.22);
    --own: #3f6cae; --own-soft: rgba(63, 108, 174, 0.28);
    --other: #5c4f3a; --other-text: #f3e6c9; --other-soft: #2f2a21;
  }
}
button { color: #fff; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) button:not(.secondary):not(.danger):not(.cal-selection-clear):not(#cal-prev):not(#cal-next) { color: #10203a; } }
.cal-day { background: var(--card); }
.cal-day:not(.empty):not(.is-past):not(.is-booked):hover { border-color: var(--sage); background: var(--sage-soft); }
.cal-day.is-booked { background: var(--other-soft); border-color: var(--other); }
.cal-day.is-booked.is-mine { background: var(--own-soft); border-color: var(--own); }
.cal-day.is-selected { background: var(--sage-soft); border-color: var(--sage); border-width: 3px; }
.cal-day.is-selected .cal-day-num { color: var(--text); }
.cal-chip.is-mine { background: var(--own); color: #fff; }
.cal-chip.is-other { background: var(--other); color: var(--other-text); }
.lg-free { background: var(--card); border: 2px solid var(--sage); }
.lg-mine { background: var(--own); }
.lg-other { background: var(--other); border: 1px solid var(--border); }
.cal-legend-dot { border-radius: 4px; }
h2 { color: var(--accent); border-bottom-color: var(--sage); }
.card { border-color: var(--border-soft); }

.cal-chip { display: block; max-width: 100%; overflow: hidden; line-height: 1.25; letter-spacing: 0; margin-top: 2px; }
.chip-loc { display: block; font-size: 0.65em; opacity: 0.85; line-height: 1.1; }
.chip-name { display: block; white-space: nowrap; font-size: 0.9em; }
@media (max-width: 520px) {
  .cal-grid { gap: 2px; }
  .cal-day { padding: 3px 1px; }
  .cal-chip { padding: 1px 0; text-align: center; border-radius: 4px; }
  .chip-name { font-size: 0.62rem; letter-spacing: -0.03em; }
  .chip-loc { font-size: 0.5rem; }
}

.cal-chip.is-mine, .cal-chip.is-other { color: #fff; }

.now-banner { margin: -6px 2px 18px; padding: 14px 16px; border-radius: 12px; background: var(--sage-soft); border: 1px solid var(--sage); font-size: 1.05rem; font-weight: 700; line-height: 1.5; }
.now-banner.is-now { background: var(--own-soft); border-color: var(--own); }

.admin-link { width: 34px; height: 34px; font-size: 0.9rem; right: 12px; bottom: 12px; opacity: 0.18; box-shadow: none; background: transparent; border-color: transparent; }
.admin-link:hover, .admin-link:focus-visible { opacity: 0.7; box-shadow: none; transform: none; }

@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) button.danger { color: var(--danger); } }
button.danger { color: var(--danger); }
.row-item-actions button.secondary { color: var(--text); }
button.danger { margin: 0; width: auto; min-height: 48px; padding: 10px 18px; font-size: 1rem; }
.row-item-main { font-size: 1.1rem; }
@media (max-width: 600px) {
  .row-item { flex-direction: column; align-items: stretch; gap: 12px; }
  .row-item-actions { flex-wrap: wrap; flex-shrink: 1; width: 100%; }
  .row-item-actions button { flex: 1 1 auto; min-width: 0; padding: 10px 8px; }
  .row-item > div:first-child { min-width: 0; }
}

/* ===== モバイルファースト: 親指で届く範囲に主要操作 ===== */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; align-items: center; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--card); border-top: 2px solid var(--sage); box-shadow: 0 -6px 20px rgba(20, 30, 50, 0.15); }
.sticky-bar.hidden { display: none; }
.sticky-info { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.3; }
.sticky-label { font-size: 0.85rem; color: var(--muted); }
#sticky-text { font-size: 1.25rem; font-weight: 700; }
.sticky-bar button { margin: 0; width: auto; flex-shrink: 0; padding: 14px 22px; }
body.has-bar { padding-bottom: 120px; }
body.has-bar .admin-link { display: none; }
@media (max-width: 899px) {
  #layout-grid { display: flex; flex-direction: column; }
  #card-login { order: 0; }
  #layout-grid.is-logged-in #card-login { order: 4; }
  #card-calendar { order: 1; }
  #card-reservation { order: 2; }
  #card-list { order: 3; }
  .card { border-radius: 16px; }
  .cal-header button { flex: 0 0 auto; min-width: 96px; }
  .cal-day { min-height: 64px; }
  button, .cal-day { touch-action: manipulation; }
}

/* ===== 手動テーマ切替 (ライト / ダーク) ===== */
:root[data-theme="light"] { color-scheme: light; }
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #111925; --card: #1a2332; --text: #f0ece2; --muted: #c3c8d0; --muted-soft: #a9b0ba;
  --accent: #8fb4e3; --accent-dark: #b3cdef; --accent-soft: rgba(143, 180, 227, 0.16);
  --border: #3a4760; --border-soft: #2b364b; --saturday: #9cc4f0; --danger: #ff9d97; --danger-soft: rgba(255, 157, 151, 0.14);
  --guest: #f0c27a; --sage: #9bbfa8; --sage-soft: rgba(155, 191, 168, 0.22);
  --own: #3f6cae; --own-soft: rgba(63, 108, 174, 0.28);
  --other: #5c4f3a; --other-text: #f3e6c9; --other-soft: #2f2a21;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3); --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.35); --shadow-lift: 0 6px 14px rgba(0, 0, 0, 0.4);
}
:root[data-theme="dark"] button:not(.secondary):not(.danger):not(.cal-selection-clear):not(#cal-prev):not(#cal-next):not(#theme-toggle) { color: #10203a; }
:root[data-theme="dark"] button.danger { color: var(--danger); }
:root[data-theme="dark"] .row-item-actions button.secondary { color: var(--text); }
:root[data-theme="light"] button:not(.secondary):not(.danger):not(.cal-selection-clear):not(#cal-prev):not(#cal-next):not(#theme-toggle) { color: #fff; }
:root[data-theme="dark"] input, :root[data-theme="dark"] select { background: #0e1520; color: var(--text); }
:root[data-theme="dark"] input[type="date"] { color-scheme: dark; }
#theme-toggle {
  position: absolute; top: 14px; right: 14px; z-index: 30; width: auto; margin: 0; min-height: 44px; padding: 8px 14px;
  font-size: 0.95rem; font-weight: 700; background: var(--card); color: var(--text); border: 2px solid var(--border); border-radius: 22px; box-shadow: none;
}
#theme-toggle:hover { background: var(--border-soft); transform: none; box-shadow: none; }
body { position: relative; }
h1 { padding-right: 130px; }

.cal-header button, :root[data-theme] .cal-header button, :root:not([data-theme="x"]) .cal-header button {
  background: var(--card); color: var(--text); border: 2px solid var(--accent); font-weight: 700;
}
.cal-header button:hover { background: var(--accent-soft); }

.cal-day.is-booked, .cal-day.is-booked.is-past { cursor: pointer; }
.cal-day.is-booked.is-past { opacity: 0.7; }
.day-info { margin-top: 14px; padding: 14px 16px; border: 2px solid var(--accent); border-radius: 14px; background: var(--card); }
.day-info-head { display: flex; justify-content: space-between; align-items: center; font-size: 1.15rem; margin-bottom: 8px; }
.day-info-close { margin: 0; width: 44px; min-height: 44px; padding: 0; font-size: 1.4rem; background: transparent; color: var(--text) !important; border: none; box-shadow: none; }
.day-info-item { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.day-info-dot { width: 18px; height: 18px; border-radius: 5px; flex-shrink: 0; }
.day-info-loc { font-size: 1.3rem; font-weight: 700; }
.day-info-sub { font-size: 1rem; color: var(--muted); }
.log-more { display: block; width: 100% !important; margin-top: 14px !important; }

.install-banner { margin: 0 2px 18px; padding: 16px; border-radius: 14px; background: var(--card); border: 2px solid var(--sage); }
.install-banner.hidden { display: none; }
.install-text { font-size: 1.05rem; line-height: 1.6; }
.install-text strong { display: block; margin-bottom: 6px; }
.install-actions { display: flex; gap: 10px; margin-top: 12px; }
.install-actions button { margin: 0; flex: 1; width: auto; }
.install-actions button.hidden { display: none; }
.li-actions { display: flex; gap: 8px; flex-shrink: 0; }
.li-actions button { margin: 0; }
.edit-item { display: block; }
.edit-form { width: 100%; }
.edit-actions { display: flex; gap: 10px; margin-top: 14px; }
.edit-actions button { margin: 0; flex: 1; width: auto; }
.edit-cancel { color: var(--text) !important; border-color: var(--border) !important; }
.edit-btn { color: var(--accent) !important; border-color: var(--accent) !important; }
@media (max-width: 420px) { .li-actions { flex-direction: column; } }
.log-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.log-chip { margin: 0 !important; width: auto !important; min-height: 44px !important; padding: 8px 14px !important; font-size: 0.95rem !important; background: var(--card) !important; color: var(--text) !important; border: 2px solid var(--border) !important; border-radius: 22px !important; box-shadow: none !important; }
.log-chip.on { background: var(--accent) !important; border-color: var(--accent) !important; color: #fff !important; }
:root[data-theme="dark"] .log-chip.on { color: #10203a !important; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .log-chip.on { color: #10203a !important; } }

/* ヘルプ・お知らせ */
.help-fab { position: fixed; left: 14px; bottom: 14px; z-index: 35; width: auto; margin: 0; min-height: 52px; padding: 10px 18px; border-radius: 26px; background: var(--card); color: var(--text) !important; border: 2px solid var(--accent); font-size: 1rem; font-weight: 700; box-shadow: var(--shadow-md); }
body.has-bar .help-fab { display: none; }
.modal-back { position: fixed; inset: 0; z-index: 100; background: rgba(10, 16, 28, 0.6); display: flex; align-items: center; justify-content: center; padding: 16px; overflow-y: auto; }
.modal-back.hidden { display: none; }
.modal-box { background: var(--card); color: var(--text); border-radius: 18px; padding: 22px; width: 100%; max-width: 480px; box-shadow: var(--shadow-lift); }
.modal-box h2 { margin-top: 0; }
.modal-note { color: var(--muted); font-size: 1rem; margin: 0 0 8px; }
.modal-box textarea { width: 100%; padding: 14px; border-radius: 10px; border: 2px solid var(--border); background: var(--bg); color: var(--text); font-size: 18px; font-family: inherit; resize: vertical; }
.modal-actions { display: flex; gap: 10px; margin-top: 16px; }
.modal-actions button { margin: 0; flex: 1; width: auto; }
.modal-cancel { color: var(--text) !important; border-color: var(--border) !important; }
.msg-item { padding: 12px 0; border-bottom: 1px solid var(--border-soft); }
.msg-item:last-child { border-bottom: none; }
.msg-time { font-size: 0.9rem; color: var(--muted); }
.msg-body { font-size: 1.15rem; white-space: pre-wrap; word-break: break-word; }
.admin-textarea { width: 100%; padding: 14px; border-radius: 10px; border: 2px solid var(--border); background: var(--bg); color: var(--text); font-size: 18px; font-family: inherit; resize: vertical; }
.msg-badge { display: inline-block; margin-left: 8px; padding: 2px 10px; border-radius: 12px; background: var(--danger); color: #fff; font-size: 0.85rem; vertical-align: middle; }
.msg-badge.hidden { display: none; }
.msg-row { padding: 12px 0; border-bottom: 1px solid var(--border-soft); }
.msg-row:last-child { border-bottom: none; }
.msg-row.is-done { opacity: 0.6; }
.msg-text { font-size: 1.1rem; white-space: pre-wrap; word-break: break-word; margin-top: 4px; }
.ai-box { margin-top: 10px; padding: 10px 12px; border-left: 4px solid var(--sage); background: var(--sage-soft); border-radius: 6px; }
.ai-box.is-escalated { border-left-color: var(--danger); background: var(--danger-soft); }
.ai-head { font-size: 0.9rem; font-weight: 700; }

/* AIチャット */
.chat-box { max-width: 520px; }
.chat-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.chat-head h2 { margin: 0; border: none; padding: 0; }
.chat-close { margin: 0 !important; width: auto !important; min-height: 44px !important; padding: 8px 14px !important; }
.chat-log { height: 46vh; max-height: 420px; overflow-y: auto; margin: 14px 0; padding: 4px; display: flex; flex-direction: column; gap: 10px; }
.chat-bubble { max-width: 88%; padding: 12px 14px; border-radius: 16px; font-size: 1.1rem; line-height: 1.6; white-space: pre-wrap; word-break: break-word; }
.chat-bubble.ai { align-self: flex-start; background: var(--sage-soft); border: 1px solid var(--sage); border-bottom-left-radius: 4px; }
.chat-bubble.me { align-self: flex-end; background: var(--accent); color: #fff; border-bottom-right-radius: 4px; }
:root[data-theme="dark"] .chat-bubble.me { color: #10203a; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .chat-bubble.me { color: #10203a; } }
.chat-bubble.thinking { opacity: 0.7; animation: chatpulse 1.2s infinite; }
@keyframes chatpulse { 50% { opacity: 0.35; } }
.chat-suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.chat-suggest.hidden { display: none; }
.chip { margin: 0 !important; width: auto !important; min-height: 44px !important; padding: 8px 14px !important; border-radius: 22px !important; font-size: 0.95rem !important; color: var(--text) !important; }
.chat-input-row { display: flex; gap: 8px; }
.chat-input-row input { flex: 1; min-width: 0; }
.chat-input-row button { margin: 0; width: auto; padding: 0 22px; }
.chat-direct { width: 100% !important; margin-top: 12px !important; }
#chat-name-wrap { margin-bottom: 8px; }

.chat-fb { margin-top: 8px; display: flex; align-items: center; gap: 8px; font-size: 0.95rem; color: var(--muted); }
.fb-btn { margin: 0 !important; width: auto !important; min-height: 44px !important; padding: 6px 14px !important; font-size: 1.2rem !important; }
.rate-btn { margin: 0 !important; width: auto !important; }
.rate-btn.on-good { background: var(--sage) !important; color: #02121c !important; }
.rate-btn.on-bad { background: var(--danger) !important; color: #fff !important; }
.rate-note { width: 100%; margin-top: 8px; }

/* 連泊は1本の帯でつなげて表示 */
.cal-day { overflow: visible; }
.cal-grid { --bridge: 9px; }
.cal-chip.band-mid, .cal-chip.band-end { margin-left: calc(-1 * var(--bridge)); border-top-left-radius: 0; border-bottom-left-radius: 0; }
.cal-chip.band-start, .cal-chip.band-mid { margin-right: calc(-1 * var(--bridge)); border-top-right-radius: 0; border-bottom-right-radius: 0; }
.cal-chip.band-mid, .cal-chip.band-end { min-height: 1.5em; }

/* オフライン(読み取り専用) */
.offline-banner { margin: 0 2px 14px; padding: 12px 16px; border-radius: 12px; background: var(--danger-soft); border: 2px solid var(--danger); font-weight: 700; line-height: 1.5; }
.offline-banner.hidden { display: none; }
body.offline #create-btn, body.offline #login-btn, body.offline #register-btn, body.offline #logout-btn, body.offline #show-register-btn,
body.offline .li-actions, body.offline #e-save, body.offline #sticky-bar, body.offline #help-send, body.offline #chat-send { opacity: 0.4; pointer-events: none; }
.cal-chip.band-start, .cal-chip.band-mid, .cal-chip.band-end { max-width: none; }

/* パスワード表示ボタン */
.pw-wrap { position: relative; display: block; }
.pw-wrap input { padding-right: 84px; }
.pw-toggle { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); min-width: 64px; padding: 8px 10px; text-align: center; font-size: 1rem; font-weight: 700; border-radius: 8px; border: 2px solid var(--border); background: var(--card); color: var(--text); cursor: pointer; user-select: none; }
.pw-toggle:hover, .pw-toggle:focus-visible { border-color: var(--accent); outline: none; }

/* 帯のずれ防止: 枠の太さを変えず(内側に線を足す)、各チップの高さをそろえる */
.cal-day.is-today, .cal-day.is-selected { border-width: 1.5px; }
.cal-day.is-today { box-shadow: inset 0 0 0 2px var(--accent); }
.cal-day.is-selected { box-shadow: inset 0 0 0 2px var(--sage); }
.cal-chip { min-height: 1.7em; box-sizing: border-box; display: flex; align-items: center; }
.cal-chip.band-mid, .cal-chip.band-end { min-height: 1.7em; }
.cal-chip.ph { background: transparent !important; box-shadow: none; visibility: hidden; }
.cal-chip .chip-name { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.cal-chip .chip-name { flex: 1; min-width: 0; }

.chat-yesno { display: flex; gap: 10px; align-self: flex-start; }
.chat-yesno button { margin: 0 !important; width: auto !important; min-width: 96px; min-height: 52px !important; font-size: 1.1rem !important; }

/* ページ上部にいつも出るログイン表示 */
.whoami-bar { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 -16px 14px; padding: 10px 16px; background: var(--card); border-bottom: 2px solid var(--accent); box-shadow: 0 2px 8px rgba(20, 30, 50, 0.12); font-size: 1.05rem; font-weight: 700; }
.whoami-actions { display: flex; align-items: center; gap: 8px; }
.whoami-actions a { color: var(--accent); font-size: 0.95rem; text-decoration: underline; }
.whoami-actions a.hidden { display: none; }
.whoami-bar button { margin: 0 !important; width: auto !important; min-height: 44px !important; padding: 6px 16px !important; font-size: 1rem !important; color: var(--text) !important; }
h1 { padding-top: 6px; }

/* 固定バーだけで予約を完結(日程・場所・ゲスト・予約ボタン) */
.sticky-bar { flex-direction: column; align-items: stretch; gap: 10px; padding-top: 10px; }
.sb-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sb-row .sticky-info { flex: 1; min-width: 0; }
#sb-clear { min-height: 44px !important; padding: 6px 14px !important; margin: 0 !important; width: auto !important; }
#sb-location { flex: 1; min-width: 0; min-height: 52px; }
.sb-guest { display: flex !important; align-items: center; gap: 8px; margin: 0 !important; font-size: 1rem !important; white-space: nowrap; }
.sb-guest input { width: 28px; height: 28px; min-height: 0 !important; }
#sb-custom.hidden { display: none; }
.sticky-bar #sticky-go { width: 100% !important; min-height: 56px; font-size: 1.15rem; }
body.has-bar { padding-bottom: 230px; }
.cal-day { -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
