:root {
  --ink: #202b36; --muted: #6a7480; --line: #e5e7e5; --paper: #f7f7f2;
  --white: #fff; --blue: #304edb; --blue-soft: #edf0ff; --teal: #17775f;
  --mint: #e8f5ed; --sun: #dfff8d; --danger: #bb4437; --r: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink); font-synthesis: none; -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); min-height: 100vh; min-height: 100dvh; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a, label.check-row { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { cursor: pointer; }
button, a { -webkit-user-select: none; user-select: none; }
button:disabled { opacity: .55; cursor: wait; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
button:active:not(:disabled), .quick:active { transform: scale(.98); }
a { color: var(--blue); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon { width: 22px; height: 22px; flex-shrink: 0; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.muted { color: var(--muted); }
.eyebrow { font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 9px; }
.app-shell { min-height: 100vh; padding: calc(84px + env(safe-area-inset-top)) 20px calc(98px + env(safe-area-inset-bottom)); }
.topbar { position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: calc(70px + env(safe-area-inset-top)); padding: env(safe-area-inset-top) 20px 0; display: flex; align-items: center; gap: 10px; background: rgba(247,247,242,.95); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(229,231,229,.6); }
.wordmark { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 15px; font-weight: 800; text-decoration: none; letter-spacing: -.4px; min-height: 44px; }
.brand-dot { color: var(--blue); }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; background: var(--blue); color: var(--sun); font-size: 22px; font-weight: 800; font-style: italic; border-radius: 16px; letter-spacing: -1.5px; padding-right: 2px; }
.brand-mark.small { width: 31px; height: 34px; font-size: 15px; border-radius: 10px; }
.trip-switch { flex: 1; min-width: 0; text-align: right; }
.trip-switch select { width: 100%; max-width: 152px; border: 0; background: transparent; min-height: 44px; padding: 8px 3px; font-size: 16px; font-weight: 650; text-align: right; text-overflow: ellipsis; border-radius: 8px; }
.icon-btn { width: 44px; height: 44px; flex: 0 0 44px; border: 0; border-radius: 50%; background: #f0f1ec; display: grid; place-items: center; }
.add-btn { background: var(--blue); color: white; }
.view { display: none; max-width: 1080px; margin: 0 auto; }
.view.active { display: block; animation: arrive .22s ease-out; }
@keyframes arrive { from { opacity: .5; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.bottom-nav { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); display: flex; gap: 2px; background: rgba(255,255,255,.97); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-top: 1px solid var(--line); }
.bottom-nav button { flex: 1; min-width: 0; border: 0; border-radius: 16px; background: transparent; color: var(--muted); min-height: 56px; font-size: 11px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 7px 1px; }
.bottom-nav button.active { color: var(--blue); background: var(--blue-soft); }
.bottom-nav .icon { width: 21px; height: 21px; }
.home-heading { display: flex; justify-content: space-between; align-items: center; margin: 9px 1px 20px; gap: 14px; }
.home-heading h1 { margin: 0; font-size: 27px; letter-spacing: -.9px; line-height: 1.15; font-weight: 730; }
.home-heading p { margin: 0 0 6px; }
.home-heading .heading-icon { color: var(--blue); transform: rotate(-12deg); }
.home-heading .heading-icon .icon { width: 36px; height: 36px; stroke-width: 1.3; }
.hero { min-height: 278px; padding: 20px; border-radius: 26px; color: #fff; position: relative; isolation: isolate; overflow: hidden; background: #183c44 url('vietnam-cover.webp') center/cover no-repeat; display: flex; flex-direction: column; justify-content: space-between; }
.hero:before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(8,26,30,.07) 0%,rgba(8,26,30,.08) 25%,rgba(8,26,30,.86) 100%); }
.hero-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hero-location { display: inline-flex; gap: 5px; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: .01em; padding: 9px 11px; border-radius: 99px; background: rgba(14,37,42,.55); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hero-location .icon { width: 14px; height: 14px; }
.countdown { border-radius: 99px; padding: 9px 12px; background: var(--sun); color: #26371e; font-size: 11px; font-weight: 750; white-space: nowrap; }
.hero h2 { margin: 0 0 10px; font-size: 39px; font-weight: 700; letter-spacing: -1.7px; line-height: 1.03; overflow-wrap: anywhere; }
.hero-bottom .meta { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 500; color: #f0f5f1; }
.hero-bottom .meta .icon { width: 16px; height: 16px; }
.hero-footer { margin-top: 18px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.25); display: flex; justify-content: space-between; align-items: center; }
.hero-footer span { font-size: 11px; }
.hero-footer button { padding: 0; min-height: 44px; display: flex; align-items: center; gap: 9px; border: 0; background: transparent; color: white; font-weight: 650; font-size: 11px; }
.hero-footer .icon { width: 16px; height: 16px; }
.quick-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 14px 0 27px; }
.quick { text-decoration: none; border: 1px solid var(--line); color: var(--ink); background: #fff; padding: 15px 4px; border-radius: 19px; font-size: 12px; font-weight: 650; min-height: 83px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.quick:first-child { background: var(--blue); color: #fff; border-color: var(--blue); }
.quick .icon { width: 23px; height: 23px; }
.section-head { display: flex; align-items: center; justify-content: space-between; margin: 27px 0 14px; gap: 12px; }
.section-head h2 { font-size: 19px; letter-spacing: -.5px; margin: 0; line-height: 1.2; font-weight: 700; }
.section-head p:not(.eyebrow) { margin: 6px 0 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
.text-btn { border: 0; background: transparent; color: var(--blue); font-weight: 650; font-size: 12px; min-height: 44px; padding: 8px 4px; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-decoration: none; }
.text-btn .icon { width: 16px; height: 16px; }
.view-heading { margin: 10px 0 22px; align-items: flex-start; }
.view-heading h1 { font-size: 30px; line-height: 1.08; letter-spacing: -1px; margin: 0; font-weight: 730; }
.view-heading .text-btn { background: var(--blue-soft); border-radius: 12px; padding: 10px 13px; }
.next-card, .entry-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); }
.next-card { padding: 18px; display: flex; gap: 13px; align-items: center; width: 100%; text-align: left; }
.kind-icon { width: 45px; height: 45px; flex: 0 0 45px; border-radius: 15px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); }
.kind-icon.hotel, .kind-icon.stay { color: #17775f; background: var(--mint); }
.kind-icon.food, .kind-icon.activity { color: #a55b29; background: #fff0e4; }
.next-card h3, .entry-card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 680; line-height: 1.35; letter-spacing: -.2px; overflow-wrap: anywhere; }
.next-info { flex: 1; min-width: 0; }
.next-info p { margin: 0 0 9px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.card-arrow { width: 16px; height: 16px; color: #929aa1; flex-shrink: 0; }
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 5px 8px; border-radius: 7px; background: #f0f2f3; color: #52656d; font-size: 11px; line-height: 1.2; font-weight: 650; }
.badge:before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.badge.paid { background: var(--mint); color: #226d49; }
.badge.todo { background: #fff0df; color: #90501e; }
.stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 19px 0; }
.stat { text-align: center; padding: 0 4px; min-width: 0; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat strong { display: block; font-size: 24px; font-weight: 700; letter-spacing: -.8px; margin-bottom: 5px; }
.stat span { font-size: 11px; color: var(--muted); }
.prep-card { margin-top: 14px; padding: 18px; background: #ecefe4; border-radius: var(--r); }
.prep-top { display: flex; align-items: center; gap: 12px; }
.prep-top > .icon { color: #506244; }
.prep-info { flex: 1; }
.prep-info strong { font-size: 13px; display: block; font-weight: 650; }
.prep-info p { margin: 5px 0 0; font-size: 11px; color: #66735c; }
.prep-top .text-btn { color: #3b5333; }
.progress-track { height: 5px; border-radius: 10px; background: #d4ddc9; overflow: hidden; margin-top: 14px; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: #587a3f; }
.home-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 25px 0 3px; font-size: 10px; color: #7a827d; }
.home-note .icon { width: 13px; height: 13px; }
.date-strip, .filter-row { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 3px 0 12px; -webkit-overflow-scrolling: touch; }
.date-strip::-webkit-scrollbar, .filter-row::-webkit-scrollbar { display: none; }
.date-button { flex: 0 0 62px; min-height: 78px; border: 1px solid var(--line); border-radius: 18px; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; font-size: 10px; color: var(--muted); }
.date-button strong { font-size: 22px; font-weight: 700; color: var(--ink); }
.date-button.active { background: var(--blue); color: #dce2ff; border-color: var(--blue); }
.date-button.active strong { color: white; }
.day-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 15px 0 18px; }
.day-caption h2 { font-size: 17px; margin: 0; letter-spacing: -.3px; text-transform: capitalize; }
.day-caption span { font-size: 11px; color: var(--muted); }
.timeline { display: grid; gap: 11px; }
.journey-item { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; position: relative; }
.journey-item:not(:last-child):before { content: ""; position: absolute; top: 30px; bottom: -15px; left: 18px; border-left: 1px dashed #d2d9dd; }
.journey-time { padding-top: 21px; font-size: 10px; font-weight: 650; color: var(--muted); position: relative; background: var(--paper); height: 35px; z-index: 1; }
.entry-card { padding: 16px; text-align: left; width: 100%; min-width: 0; }
.entry-top { display: flex; gap: 11px; align-items: flex-start; }
.entry-main { flex: 1; min-width: 0; }
.entry-meta { font-size: 12px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 4px 8px; line-height: 1.5; }
.entry-bottom { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.entry-cost { font-size: 12px; font-weight: 700; }
.entry-card .attachments { color: var(--blue); font-size: 10px; display: flex; align-items: center; gap: 4px; }
.attachments .icon { width: 13px; height: 13px; }
.stay-banner { display: flex; align-items: center; gap: 12px; width: 100%; padding: 16px; margin-top: 20px; border: 1px solid #d8e6dc; border-radius: 20px; text-align: left; background: #eef5ee; }
.stay-banner strong { display: block; font-size: 13px; }
.stay-banner small { display: block; margin-bottom: 5px; color: var(--teal); font-size: 10px; }
.stay-banner .icon { color: var(--teal); }
.booking-summary { font-size: 12px; color: var(--muted); padding: 0 0 16px; }
.chip { white-space: nowrap; border: 1px solid var(--line); background: #fff; border-radius: 12px; min-height: 44px; padding: 11px 15px; font-size: 12px; font-weight: 600; }
.chip.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.docs-grid { display: grid; gap: 10px; }
.doc-card { border: 1px solid var(--line); background: #fff; border-radius: 20px; padding: 17px; text-align: left; display: flex; align-items: center; gap: 13px; min-width: 0; width: 100%; text-decoration: none; color: var(--ink); }
.doc-type { width: 44px; height: 50px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 44px; background: var(--blue-soft); color: var(--blue); }
.doc-type.pdf { color: #b84c38; background: #fff0ea; }
.doc-name { flex: 1; min-width: 0; }
.doc-name strong { display: block; font-size: 13px; overflow-wrap: anywhere; }
.doc-name small { display: block; color: var(--muted); font-size: 11px; margin-top: 6px; }
.empty { padding: 30px 22px; border: 1px dashed #d2d9d4; border-radius: var(--r); text-align: center; background: #fff; grid-column: 1 / -1; }
.empty-icon { color: var(--blue); width: 62px; height: 62px; border-radius: 20px; background: var(--blue-soft); display: grid; place-items: center; margin: 0 auto 15px; }
.empty-icon .icon { width: 28px; height: 28px; }
.empty h3 { margin: 0 0 8px; font-size: 17px; }
.empty p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.empty .btn { display: inline-flex; margin-top: 20px; }
.check-progress { padding: 20px; margin-bottom: 22px; border-radius: 22px; background: #ecefe4; }
.check-progress strong { font-size: 28px; letter-spacing: -1px; }
.check-progress p { font-size: 12px; margin: 6px 0 0; color: #5d6d54; }
.check-list { display: grid; gap: 8px; }
.check-group { margin: 21px 2px 11px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.check-row { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 17px; min-height: 65px; cursor: pointer; }
.check-row input { width: 24px; height: 24px; min-height: 24px; flex: 0 0 24px; margin: 0; accent-color: var(--blue); }
.check-row strong { font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.check-row small { display: block; font-size: 11px; margin-top: 5px; font-weight: 400; }
.check-row.done { background: #f2f4ee; }
.check-row.done strong { text-decoration: line-through; color: #7e897c; }
.more-grid { display: grid; gap: 8px; }
.more-card { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 19px; }
.more-card h3 { margin: 0 0 7px; font-size: 14px; }
.more-card p { font-size: 12px; line-height: 1.6; color: var(--muted); margin: 0 0 12px; }
.account-link { text-align: center; margin-top: 14px; }
.backdrop { position: fixed; z-index: 40; inset: 0; background: rgba(20,29,39,.4); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
body.sheet-open { overflow: hidden; }
.sheet { position: fixed; z-index: 41; left: 0; right: 0; bottom: 0; background: var(--paper); border-radius: 28px 28px 0 0; max-height: calc(100dvh - 30px - env(safe-area-inset-top)); overflow-y: auto; overscroll-behavior: contain; padding: 0 22px calc(24px + env(safe-area-inset-bottom)); transform: translateY(110%); visibility: hidden; transition: transform .25s ease, visibility .25s; box-shadow: 0 -15px 60px rgba(20,29,39,.1); }
.sheet.open { transform: translateY(0); visibility: visible; }
.sheet-bar { position: sticky; top: 0; z-index: 3; height: 58px; background: var(--paper); display: flex; align-items: center; justify-content: flex-end; }
.sheet-handle { width: 36px; height: 4px; border-radius: 8px; background: #d4d9d5; position: absolute; top: 10px; left: calc(50% - 18px); }
.sheet-bar .icon-btn { width: 44px; height: 44px; background: transparent; }
.sheet h2 { font-size: 26px; margin: 0 0 7px; line-height: 1.2; letter-spacing: -.7px; overflow-wrap: anywhere; }
.sheet .intro { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.sheet-heading { margin-bottom: 22px; }
.detail-type { display: flex; align-items: center; gap: 8px; margin-bottom: 17px; font-size: 12px; color: var(--blue); }
.detail-type .badge { margin-left: auto; }
.detail-list { border: 1px solid var(--line); background: white; border-radius: 20px; padding: 3px 18px; margin-bottom: 20px; }
.detail-row { display: flex; align-items: center; gap: 12px; padding: 17px 0; }
.detail-row + .detail-row { border-top: 1px solid var(--line); }
.detail-row > .icon { color: var(--muted); width: 19px; height: 19px; }
.detail-row div { flex: 1; min-width: 0; }
.detail-row small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 5px; }
.detail-row strong { font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.detail-notes { padding: 16px 18px; margin: 16px 0; border-radius: 16px; background: #f0eee4; font-size: 13px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.detail-docs { display: grid; gap: 8px; margin: 15px 0 20px; }
.stack { display: grid; gap: 17px; }
.form-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 16px; }
.full { grid-column: 1 / -1; }
label { display: grid; gap: 8px; font-size: 12px; font-weight: 650; min-width: 0; }
input, select, textarea { width: 100%; min-width: 0; max-width: 100%; border: 1px solid #d8dedb; background: #fff; border-radius: 13px; padding: 13px 14px; outline: none; min-height: 50px; font-size: 16px; }
input[type=datetime-local], input[type=date] { min-height: 52px; -webkit-appearance: none; display: block; }
input::-webkit-date-and-time-value { text-align: left; min-height: 24px; }
input[type=hidden] { display: none; }
textarea { min-height: 100px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(48,78,219,.1); }
input[type=file] { padding: 13px 10px; font-size: 13px; }
.form-details { border: 1px solid var(--line); border-radius: 16px; padding: 0 15px; background: #fff; }
.form-details summary { min-height: 52px; padding: 17px 0; font-size: 13px; font-weight: 650; cursor: pointer; }
.form-details .form-grid { padding: 6px 0 17px; }
.form-details input, .form-details textarea { background: #fafbf8; }
.btn { border: 0; border-radius: 15px; min-height: 50px; padding: 14px 18px; font-weight: 650; font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.btn .icon { width: 18px; height: 18px; }
.btn.primary { background: var(--blue); color: #fff; }
.btn.secondary { background: var(--blue-soft); color: var(--blue); }
.btn.danger { background: #fff0ed; color: var(--danger); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button-row > * { flex: 1; }
.form-actions { position: sticky; bottom: calc(-24px - env(safe-area-inset-bottom)); background: var(--paper); padding: 14px 0 calc(18px + env(safe-area-inset-bottom)); margin-bottom: calc(-24px - env(safe-area-inset-bottom)); border-top: 1px solid var(--line); z-index: 2; }
.add-menu { display: grid; gap: 10px; }
.add-choice { border: 1px solid var(--line); background: #fff; border-radius: 18px; display: flex; align-items: center; text-align: left; gap: 13px; padding: 16px; min-height: 78px; }
.add-choice div { flex: 1; }
.add-choice strong { font-size: 14px; display: block; margin-bottom: 5px; }
.add-choice small { font-size: 12px; color: var(--muted); }
.alert { padding: 12px 14px; border-radius: 12px; background: #fff0ed; color: var(--danger); font-size: 13px; margin: 14px 0; }
.toast { position: fixed; z-index: 60; left: 50%; bottom: calc(86px + env(safe-area-inset-bottom)); transform: translate(-50%,12px); background: var(--ink); color: #fff; padding: 14px 18px; border-radius: 15px; opacity: 0; pointer-events: none; transition: .2s; font-size: 13px; line-height: 1.5; max-width: calc(100% - 40px); width: max-content; text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.auth-page { display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top,#e7ecff,transparent 50%),var(--paper); }
.auth-card { width: min(100%,430px); background: #fff; padding: 32px; border: 1px solid var(--line); border-radius: 30px; }
.auth-card h1 { font-size: 34px; letter-spacing: -1px; margin: 12px 0; }
.auth-card p { line-height: 1.6; font-size: 14px; }
.auth-card .brand-mark { margin-bottom: 24px; }
.loading-state { text-align: center; padding: 80px 0; color: var(--muted); font-size: 13px; }
.loading-compass { display: grid; place-items: center; border-radius: 20px; background: var(--blue-soft); color: var(--blue); width: 64px; height: 64px; margin: auto; font-size: 24px; font-style: italic; font-weight: 750; }
@media(min-width:760px) {
  .app-shell { padding: 108px 44px 48px 148px; }
  .topbar { padding-left: 36px; padding-right: 36px; height: 78px; }
  .trip-switch select { max-width: 230px; font-size: 14px; }
  .bottom-nav { top: 78px; right: auto; width: 104px; flex-direction: column; gap: 8px; border-top: 0; border-right: 1px solid var(--line); padding: 24px 10px; }
  .bottom-nav button { flex: 0; min-height: 72px; font-size: 10px; }
  .home-heading h1 { font-size: 38px; }
  .hero { min-height: 390px; padding: 30px; }
  .hero h2 { font-size: 62px; letter-spacing: -2.8px; }
  .hero-location { font-size: 12px; }
  .countdown { font-size: 13px; padding: 12px 16px; }
  .hero-bottom .meta { font-size: 14px; }
  .hero-footer span, .hero-footer button { font-size: 13px; }
  .quick-grid { max-width: 510px; }
  .home-lower { display: grid; grid-template-columns: 1.1fr 1fr; gap: 26px; }
  .home-lower .section-head { margin-top: 10px; }
  .next-card { min-height: 155px; }
  .sheet { left: auto; width: 490px; top: 12px; right: 12px; bottom: 12px; max-height: none; border-radius: 26px; transform: translateX(110%); padding: 0 26px 24px; }
  .sheet.open { transform: translateX(0); }
  .sheet-bar { height: 62px; }
  .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .docs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .toast { bottom: 28px; }
  .more-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width:359px) {
  .app-shell { padding-left: 14px; padding-right: 14px; }
  .topbar { padding-left: 14px; padding-right: 14px; gap: 7px; }
  .wordmark { font-size: 14px; gap: 5px; }
  .wordmark .brand-mark { display: none; }
  .home-heading h1 { font-size: 24px; }
  .hero { padding: 16px; }
  .hero-location { font-size: 9px; }
  .hero h2 { font-size: 34px; }
  .bottom-nav { padding-left: 5px; padding-right: 5px; }
  .bottom-nav button { font-size: 9px; }
}
@media(prefers-reduced-motion:reduce) {
  *, *:before, *:after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
body.sheet-open { position: fixed; width: 100%; }
#sheetTitle:focus { outline: none; }
.entry-card .attachments { margin-top: 9px; }
