* { box-sizing: border-box; }
:root { --ink:#101828; --paper:#f5f3ee; --coral:#ff654d; --yellow:#ffd34e; --blue:#90d7ff; --line:rgba(16,24,40,.14); --muted:#667085; --safe-area-top:env(safe-area-inset-top, 0px); --safe-area-bottom:env(safe-area-inset-bottom, 0px); --visual-viewport-bottom:0px; --bottom-dock-gap:20px; --bottom-nav-height:64px; --bottom-dock-offset:max(var(--bottom-dock-gap),calc(var(--safe-area-bottom) + var(--bottom-dock-gap)),calc(var(--visual-viewport-bottom) + var(--bottom-dock-gap))); --bottom-nav-reserve:calc(var(--bottom-nav-height) + var(--bottom-dock-offset) + 18px); --hero-kicker-padding-top:34px; --hero-title-padding-top:21px; --hero-title-margin-bottom:-28px; }
html { min-height:100%; scroll-behavior:smooth; background:var(--paper); }
body { min-height:100%; margin:0; background:#d8d5cd; color:var(--ink); font-family:Manrope,system-ui,sans-serif; -webkit-font-smoothing:antialiased; }
button,a { font:inherit; } a { color:inherit; }
.page-shell { position:relative; max-width:560px; margin:0 auto; min-height:100vh; min-height:100dvh; background:var(--paper); overflow:clip; box-shadow:0 0 60px rgba(16,24,40,.15); }
.eyebrow,.section-label,.mono,.date-stamp,.person small,.stay-meta span,.cost-card span,.todo-card em,.footer span { font-family:'DM Mono',monospace; letter-spacing:.08em; }
.eyebrow { min-width:0; margin-right:auto; overflow:hidden; font-size:10px; font-weight:500; text-overflow:ellipsis; white-space:nowrap; }
.share-button { border:1px solid var(--ink); border-radius:999px; background:transparent; color:var(--ink); padding:7px 12px; font-size:11px; font-weight:800; cursor:pointer; }
.share-button span { font-size:15px; line-height:0; margin-left:4px; }
.top-controls { position:absolute; z-index:20; top:calc(12px + var(--safe-area-top)); right:20px; display:flex; align-items:center; gap:8px; }
.top-controls .share-button { box-sizing:border-box; min-height:44px; height:44px; background:#f5f3ef; }
.topbar-user { position:relative; flex:0 0 auto; display:flex; align-items:center; min-width:126px; height:44px; box-sizing:border-box; border:0; border-radius:999px; background:#243249; color:var(--paper); box-shadow:0 5px 14px rgba(0,0,0,.24); overflow:hidden; transition:background .16s ease, box-shadow .16s ease; }
.topbar-user:hover { background:#31415a; box-shadow:0 7px 18px rgba(0,0,0,.3); }
.topbar-user img { position:absolute; z-index:1; left:4px; width:34px; height:34px; border-radius:50%; object-fit:cover; background:var(--paper); pointer-events:none; }
.topbar-user select { width:100%; height:39px; align-self:center; padding:0 28px 0 50px; border:0; appearance:none; background:transparent; color:inherit; cursor:pointer; font:800 15px Manrope,system-ui,sans-serif; outline:none; }
.topbar-user option { background:var(--paper); color:var(--ink); }
.topbar-user::after { content:'⌄'; position:absolute; right:8px; top:13px; color:var(--yellow); font:500 11px 'DM Mono',monospace; pointer-events:none; }
.topbar-user:focus-within { outline:3px solid var(--yellow); outline-offset:2px; }

/* Every page uses the same compact floating controls. */
.top-controls .share-button {
  display:inline-flex;
  width:67px;
  min-height:33px;
  height:33px;
  align-items:center;
  justify-content:center;
  gap:3px;
  border:0;
  padding:0;
  font-size:.75rem;
}
.top-controls .share-button span { margin-left:0; font-size:.8125rem; }
.top-controls .topbar-user { min-width:118px; height:33px; }
.top-controls .topbar-user img { left:3px; width:26px; height:26px; }
.top-controls .topbar-user select { height:31px; padding:0 25px 0 47px; font-size:.8125rem; }
.top-controls .topbar-user::after { content:'▾'; top:50%; right:6px; transform:translateY(-50%); color:var(--yellow); font:900 1rem/1 'DM Mono',monospace; }
.user-splash { position:fixed; z-index:100; inset:0; overflow:auto; background:var(--ink); color:var(--paper); opacity:0; transition:opacity .22s cubic-bezier(.22,1,.36,1); }
.user-splash.is-ready { opacity:1; }
.user-splash.is-leaving { opacity:0; pointer-events:none; }
.user-splash-inner { position:relative; isolation:isolate; width:min(560px,100%); min-height:100dvh; margin:0 auto; padding:clamp(72px,15vh,144px) 20px 32px; overflow:hidden; }
.user-splash-inner::after { content:''; position:absolute; z-index:-1; top:62px; right:-88px; width:260px; height:260px; border:1px solid rgba(255,211,78,.46); border-radius:50%; box-shadow:0 0 0 25px rgba(255,211,78,.07),0 0 0 50px rgba(255,211,78,.04); }
.user-splash-kicker { margin:0 0 12px; color:var(--yellow); font:500 10px 'DM Mono',monospace; letter-spacing:.1em; }
.user-splash h1 { margin:0; font-size:clamp(43px,13vw,68px); line-height:.88; letter-spacing:-.085em; }
.user-splash h1 em { color:var(--coral); font-style:normal; }
.user-splash-copy { margin:20px 0 24px; color:#c7ced8; font-size:12px; line-height:1.65; }
.user-splash-choices { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.user-splash-choice { display:grid; grid-template-columns:48px minmax(0,1fr) auto; gap:12px; align-items:center; width:100%; min-height:76px; padding:12px; border:1px solid color-mix(in srgb,var(--choice-accent) 56%,var(--ink)); background:color-mix(in srgb,var(--choice-accent) 14%,var(--ink)); color:var(--paper); cursor:pointer; text-align:left; opacity:0; transform:translateY(8px); transition:background .16s ease, border-color .16s ease, color .16s ease, opacity .3s cubic-bezier(.22,1,.36,1), transform .3s cubic-bezier(.22,1,.36,1); transition-delay:calc(var(--choice-index) * 35ms + 80ms); }
.user-splash.is-ready .user-splash-choice { opacity:1; transform:translateY(0); }
.user-splash-choice img { width:48px; height:48px; border:1px solid color-mix(in srgb,var(--choice-accent) 70%,var(--paper)); border-radius:50%; object-fit:cover; background:var(--choice-accent); }
.user-splash-choice b,.user-splash-choice small { display:block; }
.user-splash-choice b { font-size:15px; }
.user-splash-choice small { margin-top:3px; color:color-mix(in srgb,var(--choice-accent) 68%,var(--paper)); font:500 8px 'DM Mono',monospace; letter-spacing:.09em; }
.user-splash-choice i { color:var(--choice-accent); font:normal 20px 'DM Mono',monospace; }
.user-splash-choice:hover,.user-splash-choice:focus-visible { border-color:var(--choice-accent); background:var(--choice-accent); color:var(--ink); outline:none; transform:translateY(-2px); }
.user-splash-choice:hover small,.user-splash-choice:focus-visible small { color:rgba(16,24,40,.62); }
@media (min-width:480px) {
  .user-splash-choices { grid-template-columns:repeat(6,minmax(0,1fr)); }
  .user-splash-choice { grid-column:span 2; }
  .user-splash-choice:nth-child(4) { grid-column:2 / span 2; }
  .user-splash-choice:nth-child(5) { grid-column:4 / span 2; }
}
@media (min-width:360px) and (max-width:479px) {
  .user-splash-choice:last-child { grid-column:1 / -1; justify-self:center; width:calc(50% - 6px); }
}
@media (max-width:359px) {
  .user-splash-inner { padding-top:64px; }
  .user-splash-choices { grid-template-columns:1fr; }
}
.hero { min-height:405px; padding:30px 20px 24px; background:var(--ink); color:var(--paper); position:relative; display:flex; flex-direction:column; justify-content:space-between; }
.hero-kicker { position:relative; z-index:1; font:500 11px 'DM Mono',monospace; letter-spacing:.1em; color:var(--yellow); }
.live-dot { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--coral); margin-right:7px; box-shadow:0 0 0 4px rgba(255,101,77,.18); }
.hero h1 { position:relative; z-index:1; font-size:clamp(66px,18vw,104px); line-height:.8; letter-spacing:-.095em; margin:0; font-weight:800; }
.hero h1 em { font-style:normal; color:var(--coral); margin-left:36px; }
.hero-bottom { position:relative; z-index:1; display:flex; justify-content:space-between; align-items:flex-end; }
.hero-bottom p { margin:0; font-size:12px; line-height:1.6; color:#c7ced8; }
.date-stamp { display:flex; align-items:flex-end; gap:8px; color:var(--yellow); font-size:10px; line-height:1.15; }
.date-stamp strong { font:500 43px/0.8 'DM Mono',monospace; letter-spacing:-.1em; }
.section { padding:43px 20px 0; }
.section-label { display:flex; gap:9px; align-items:center; color:var(--muted); font-size:10px; margin-bottom:18px; }
.section-label span { color:var(--coral); font-weight:500; }
h2 { margin:0 0 22px; font-size:30px; letter-spacing:-.07em; line-height:1.05; }
.action-card { background:var(--coral); padding:38px 20px 28px; }
.action-card .section-label { color:rgba(16,24,40,.65); }.action-card .section-label span { color:var(--ink); }
.action-card h2 { font-size:34px; }
.action-list { border-top:1px solid rgba(16,24,40,.25); }.action-item { min-height:64px; display:flex; align-items:center; gap:12px; text-decoration:none; border-bottom:1px solid rgba(16,24,40,.25); }.action-item b,.action-item small { display:block; }.action-item b { font-size:13px; }.action-item small { margin-top:3px; font-size:11px; opacity:.7; }.action-icon { width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font:500 12px 'DM Mono',monospace;color:var(--ink); }.action-icon.coral {background:#ffb8a9}.action-icon.yellow{background:var(--yellow)}.action-icon.blue{background:var(--blue)}.arrow { margin-left:auto;font-size:22px; }.timeline-section { padding-top:48px; }
.timeline { border-left:1px solid var(--line); margin-left:9px; }.day-card { position:relative; display:grid; grid-template-columns:46px 1fr; gap:10px; padding:0 0 24px 18px; }.day-card:before { content:''; position:absolute; left:-5px; top:4px; width:9px; height:9px; background:var(--paper); border:2px solid var(--ink); border-radius:50%; }.day-card.sonic:before { background:var(--coral); border-color:var(--coral); }.day-no { font:500 28px/.9 'DM Mono',monospace; letter-spacing:-.08em; }.day-card b { font:500 10px 'DM Mono',monospace; color:var(--muted); letter-spacing:.06em; }.day-card h3 { margin:4px 0 5px; font-size:17px; letter-spacing:-.04em; }.day-card p { margin:0; color:var(--muted); font-size:11px; line-height:1.6; }.day-card.sonic h3 { color:var(--coral); }.stay-section { background:var(--ink); color:var(--paper); padding-bottom:45px; margin-top:20px; }.stay-section .section-label { color:#9da7b4; }.stay-section .section-label span { color:var(--yellow); }.stay-card { border:1px solid rgba(245,243,238,.26); padding:20px; }.stay-head,.ticket-header,.stay-meta,.stay-cost { display:flex; justify-content:space-between; align-items:center; }.pill { border-radius:999px; padding:5px 8px; font:500 9px 'DM Mono',monospace; }.confirmed { background:var(--yellow); color:var(--ink); }.stay-card .mono { color:#aeb6c2; font-size:10px; }.stay-card h3 { font-size:22px; line-height:1.08; letter-spacing:-.06em; margin:34px 0 12px; }.address { color:#aeb6c2; font-size:12px; line-height:1.6; }.stay-meta { border-top:1px solid rgba(245,243,238,.2); border-bottom:1px solid rgba(245,243,238,.2); padding:15px 0; margin-top:22px; }.stay-meta div { display:flex; flex-direction:column; gap:7px; }.stay-meta span { color:#8c96a5; font-size:8px; }.stay-meta b { font:500 15px 'DM Mono',monospace; }.stay-cost { padding-top:18px; }.stay-cost span { color:#aeb6c2;font-size:11px; }.stay-cost strong { color:var(--yellow);font:500 20px 'DM Mono',monospace; }.people-section { padding-top:48px; }.people-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }.person { min-height:101px; padding:16px 8px 12px 0; border-bottom:1px solid var(--line); }.person:nth-child(odd) { border-right:1px solid var(--line); padding-right:13px; }.person:nth-child(even) { padding-left:13px; }.avatar { display:grid; place-items:center; width:35px;height:35px; border-radius:50%;background:var(--blue); color:var(--ink); font:500 11px 'DM Mono',monospace; margin-bottom:10px; }.person-main .avatar { background:var(--coral); }.person.pending .avatar { background:var(--yellow); }.person b { display:block;font-size:13px; }.person small { display:block; font-size:8px; margin-top:4px; color:var(--muted); line-height:1.35; }.ticket-section { padding-top:48px; }.ticket-header a { font:500 10px 'DM Mono',monospace; color:var(--coral); text-decoration:none; }.ticket-status { border-top:1px solid var(--line); }.status-row { display:grid; grid-template-columns:16px 1fr auto; gap:9px; align-items:center; min-height:50px; border-bottom:1px solid var(--line); font-size:12px; }.status-row span:last-child { color:var(--muted);font-size:11px; }.status-dot { width:8px;height:8px;border-radius:50%;background:#28b47e; }.status-row.pending .status-dot { background:var(--yellow); }.event-note { padding:17px; margin-top:18px; background:var(--yellow); }.event-note b { font:500 11px 'DM Mono',monospace; }.event-note p { font-size:12px;line-height:1.55;margin:8px 0 0; }.route-section { padding-top:48px; }.todo-grid { display:grid; gap:10px; }.todo-card { border:1px solid var(--line); padding:16px; position:relative; min-height:132px; }.todo-card span { font:500 11px 'DM Mono',monospace;color:var(--coral); }.todo-card b { display:block; margin-top:24px;font-size:16px; }.todo-card p { margin:5px 0 0; color:var(--muted);font-size:11px;line-height:1.5; }.todo-card em { position:absolute;top:16px;right:16px;font-style:normal;font-size:8px;color:var(--muted); }.cost-section { padding-top:48px; }.cost-card { background:var(--blue);padding:20px; }.cost-card div { display:flex;justify-content:space-between;align-items:baseline;padding:11px 0;border-bottom:1px solid rgba(16,24,40,.2); }.cost-card div:last-child{border-bottom:0}.cost-card span{font-size:10px}.cost-card strong{font:500 19px 'DM Mono',monospace;letter-spacing:-.04em}.cost-card small{font-size:10px}.muted-note { color:var(--muted);font-size:11px;line-height:1.55;margin:13px 0 0; }.footer { display:flex;align-items:center;gap:14px;padding:54px 20px 32px; }.footer-mark { width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--yellow);font:500 10px 'DM Mono',monospace; }.footer p { font-size:11px;line-height:1.45;margin:0; }.footer span { color:var(--muted);font-size:8px; }.toast { position:fixed; bottom:20px; left:50%; transform:translate(-50%,20px); background:var(--ink); color:var(--paper); border-radius:999px; padding:11px 16px; font-size:12px; opacity:0; pointer-events:none; transition:opacity .25s ease, transform .25s ease; }.toast.show { opacity:1; transform:translate(-50%,0); }
@media (min-width:600px) { .page-shell { margin:24px auto; border-radius:22px; } }
@media (max-width:379px) { .share-button { padding-inline:9px; } .topbar-user { min-width:126px; } }
@media (max-width:379px) { .top-controls { top:calc(10px + var(--safe-area-top)); right:12px; } }
@media (prefers-reduced-motion:reduce) { .user-splash,.user-splash-choice { transition:none; } }

/* Shared trip navigation and detail affordances */
.day-card-link { display:block; color:inherit; text-decoration:none; }
.day-card { transition:background .18s ease, transform .18s ease; }
.day-card-link:hover .day-card, .day-card-link:focus-visible .day-card { background:rgba(16,24,40,.04); transform:translateX(3px); }
.day-card.is-today { background:var(--coral); }
.day-card-link.is-today:hover .day-card,.day-card-link.is-today:focus-visible .day-card { background:var(--coral); }
.day-card.is-today:before { background:var(--yellow); border-color:var(--ink); }
.day-card.is-today h3,.day-card.is-today .day-more { color:var(--ink); }
.day-card.is-today b,.day-card.is-today p { color:rgba(16,24,40,.72); }
.day-card.is-today .day-no { color:var(--ink); }
.day-more { position:absolute; right:0; top:2px; font:500 9px 'DM Mono',monospace; color:var(--coral); letter-spacing:.04em; }
.address-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; align-items:center; }
.address-row + .address-row { margin-top:8px; }
.address-row .address { flex:1 1 auto; min-width:0; margin:0; }
.copy-address { display:inline-flex; align-items:center; justify-content:center; min-width:0; min-height:30px; height:30px; padding:5px 8px; border:1px solid var(--paper); border-radius:4px; background:var(--paper); color:var(--ink); font-size:10px; font-weight:700; line-height:1; white-space:nowrap; cursor:pointer; }
.copy-address:hover,.copy-address:focus-visible { background:var(--yellow); color:var(--ink); }
.copy-address:focus-visible { outline:2px solid var(--paper); outline-offset:2px; }
.copy-address:active { background:var(--yellow); color:var(--ink); }
#stay .stay-card { border:0; padding:0; }
#stay .stay-card h3 { margin:0 0 12px; }
#stay .address { margin:0; }
#stay .stay-meta { justify-content:flex-start; gap:48px; border-bottom:0; padding-bottom:0; }
#stay .stay-meta > div { min-width:92px; }
.bottom-nav { position:fixed; z-index:10; bottom:var(--bottom-dock-offset); left:50%; width:calc(100% - 24px); max-width:536px; height:var(--bottom-nav-height); min-height:var(--bottom-nav-height); transform:translateX(-50%) translateY(8px) translateZ(0) scale(1); transform-origin:50% 100%; display:grid; grid-template-columns:repeat(6,1fr); padding:1px; overflow:hidden; border:1px solid color-mix(in srgb,var(--ink) 15%,var(--paper)); border-radius:22px; background:rgba(245,243,238,.88); box-shadow:0 4px 8px rgba(16,24,40,.16),0 1px 3px rgba(16,24,40,.08); -webkit-backdrop-filter:blur(18px) saturate(1.2); backdrop-filter:blur(18px) saturate(1.2); transition:transform 220ms cubic-bezier(.22,1,.36,1); will-change:transform; }
.bottom-nav.is-minimized { transform:translateX(-50%) translateY(10px) translateZ(0) scale(.62); background:rgba(245,243,238,.28); }
.bottom-nav a { display:flex; flex-direction:column; align-items:center; gap:3px; color:var(--muted); text-decoration:none; font-size:10px; font-weight:700; }
.bottom-nav a > span:first-child { display:grid; place-items:center; inline-size:28px; block-size:28px; flex:0 0 28px; font-size:17px; line-height:1; }
.bottom-nav .nav-label { position:relative; top:-2px; }
.bottom-nav a[href="flights.html"] { font-size:9px; white-space:nowrap; }
.bottom-nav.is-minimized a,
.bottom-nav.is-minimized a[href] { gap:0; padding:0; font-size:0; }
.bottom-nav.is-minimized a > span:first-child { inline-size:30px; block-size:30px; flex-basis:30px; font-size:24px; }
.bottom-nav a.active, .bottom-nav a:hover { color:var(--coral); }
.prep-hero { min-height:300px; }
.prep-hero h1 { font-size:clamp(58px,16vw,92px); }
.prep-hero .hero-bottom p { display:flex; flex-direction:column; gap:2px; }
.prep-route-list { border-top:1px solid var(--line); }
.prep-route-list a { display:grid; grid-template-columns:34px minmax(0,1fr) auto; gap:12px; align-items:center; min-height:72px; border-bottom:1px solid var(--line); text-decoration:none; }
.prep-route-list a > span:first-child { color:var(--coral); font:500 11px 'DM Mono',monospace; }
.prep-route-list b { display:block; font-size:13px; }
.prep-route-list small { display:block; margin-top:4px; color:var(--muted); font-size:11px; line-height:1.4; }
.prep-route-list a > span:last-child { color:var(--coral); font:500 19px/1 'DM Mono',monospace; }
.feedback-fab { position:fixed; z-index:20; right:max(16px,calc((100vw - 560px) / 2 + 16px)); bottom:calc(76px + env(safe-area-inset-bottom)); display:grid; place-items:center; width:52px; height:52px; border:1px solid var(--ink); border-radius:50%; background:var(--coral); color:var(--ink); box-shadow:0 8px 24px rgba(16,24,40,.2); cursor:pointer; transition:transform .18s ease, background .18s ease, box-shadow .18s ease; }
.feedback-fab:hover,.feedback-fab:focus-visible { background:var(--yellow); transform:translateY(-3px); box-shadow:0 11px 28px rgba(16,24,40,.24); }
.feedback-fab:focus-visible { outline:2px solid var(--ink); outline-offset:3px; }
.feedback-fab svg { width:23px; height:23px; }
.feedback-panel { position:fixed; z-index:21; right:max(16px,calc((100vw - 560px) / 2 + 16px)); bottom:calc(140px + env(safe-area-inset-bottom)); width:min(360px,calc(100vw - 32px)); padding:18px; border:1px solid var(--ink); background:var(--paper); box-shadow:0 18px 48px rgba(16,24,40,.24); opacity:0; pointer-events:none; transform:translateY(12px) scale(.98); transform-origin:bottom right; transition:opacity .18s ease, transform .18s ease; }
.feedback-panel.is-open { opacity:1; pointer-events:auto; transform:translateY(0) scale(1); }
.feedback-panel-head { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; }
.feedback-panel-head .eyebrow { margin:0 0 8px; color:var(--coral); font-size:9px; }
.feedback-panel h2 { margin:0; font-size:23px; }
.feedback-close { display:grid; place-items:center; width:28px; height:28px; padding:0; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--ink); cursor:pointer; font-size:19px; line-height:1; }
.feedback-close:hover { background:var(--yellow); }
.feedback-lede { margin:10px 0 12px; color:var(--muted); font-size:11px; line-height:1.5; }
.feedback-panel textarea { display:block; width:100%; min-height:118px; padding:12px; resize:vertical; border:1px solid var(--line); border-radius:0; background:rgba(255,255,255,.5); color:var(--ink); font:12px/1.55 Manrope,system-ui,sans-serif; }
.feedback-panel textarea:focus { outline:2px solid var(--coral); outline-offset:-2px; }
.feedback-actions { display:flex; gap:8px; margin-top:10px; }
.feedback-actions button { flex:1; padding:10px 12px; border:1px solid var(--ink); border-radius:999px; font-size:11px; font-weight:800; cursor:pointer; }
.feedback-save { background:var(--coral); color:var(--ink); }
.feedback-copy { background:transparent; color:var(--ink); }
.feedback-actions button:hover { background:var(--yellow); }
.feedback-status { min-height:15px; margin:9px 0 0; color:var(--muted); font:500 9px/1.4 'DM Mono',monospace; }
.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; }
@media (prefers-reduced-motion:reduce) { .feedback-fab,.feedback-panel { transition:none; } }
.schedule-hero { min-height:255px; }
.schedule-hero h1 { font-size:clamp(48px,14vw,76px); }
.schedule-back { display:inline-flex; margin-top:16px; color:var(--yellow); font-size:11px; text-decoration:none; }
.schedule-view-anchor { height:0; }
.schedule-view-tabs {
  position:sticky;
  z-index:var(--z-sticky,10);
  top:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:1px 1px 0;
  background:var(--ink);
}
.schedule-view-tabs button {
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:8px;
  align-items:center;
  min-width:0;
  min-height:56px;
  padding:0 13px;
  border:0;
  border-right:1px solid var(--ink);
  background:var(--paper);
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}
.schedule-view-tabs button:last-child { border-right:0; }
.schedule-view-tabs button[aria-selected="true"] { background:var(--coral); }
.schedule-view-tabs button > span {
  color:var(--coral);
  font:500 .625rem 'DM Mono',monospace;
}
.schedule-view-tabs button[aria-selected="true"] > span { color:var(--ink); }
.schedule-view-tabs button > b { font-size:.8125rem; }
.schedule-view-tabs button > em {
  display:grid;
  place-items:center;
  min-width:20px;
  height:20px;
  padding:0 5px;
  border-radius:999px;
  background:var(--ink);
  color:var(--yellow);
  font:500 .625rem 'DM Mono',monospace;
  font-style:normal;
}
.schedule-view-tabs button:focus-visible {
  z-index:1;
  outline:2px solid var(--ink);
  outline-offset:-4px;
}
.schedule-view-panel[hidden] { display:none; }
.schedule-day { scroll-margin-top:58px; outline:none; }
.schedule-day + .schedule-day { margin-top:24px; }
.schedule-day-card { border:1px solid var(--line); padding:18px; background:rgba(255,255,255,.38); transition:border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.schedule-day.is-active .schedule-day-card { border-color:var(--coral); box-shadow:0 0 0 2px rgba(255,101,77,.12); }
.schedule-day-head { display:flex; align-items:baseline; gap:10px; border-bottom:1px solid var(--line); padding-bottom:12px; margin-bottom:14px; }
.schedule-day-head strong { font:500 34px/.9 'DM Mono',monospace; letter-spacing:-.08em; }
.schedule-day-head span { font:500 10px 'DM Mono',monospace; color:var(--muted); letter-spacing:.06em; }
.schedule-items { list-style:none; padding:0; margin:0; }
.schedule-items li { display:grid; grid-template-columns:54px 1fr; gap:10px; padding:11px 0; border-bottom:1px solid var(--line); font-size:13px; }
.schedule-items li:last-child { border-bottom:0; padding-bottom:0; }
.schedule-items li.meal-item { margin-inline:-8px; padding-inline:8px; background:rgba(255,211,78,.16); border-bottom-color:rgba(234,190,57,.34); }
.schedule-items li.meal-item time { color:#a86d00; }
.schedule-items time { font:500 11px 'DM Mono',monospace; color:var(--coral); }
.schedule-items small { display:block; color:var(--muted); font-size:11px; line-height:1.5; margin-top:3px; }
.schedule-item-links { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.schedule-item-links a { display:inline-flex; align-items:center; justify-content:center; gap:5px; min-height:32px; padding:6px 9px; border:1px solid var(--line); border-radius:999px; background:transparent; color:var(--ink); font:700 10px/1 Manrope,system-ui,sans-serif; text-decoration:none; transition:border-color .15s ease, background .15s ease, color .15s ease; }
.schedule-item-links a:hover,.schedule-item-links a:focus-visible { border-color:var(--ink); background:var(--yellow); outline:2px solid var(--ink); outline-offset:2px; }
.schedule-item-links a:active { background:var(--coral); }
.schedule-item-links span { font-size:11px; line-height:1; }
.schedule-add-place {
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:44px;
  margin-top:14px;
  padding:0 2px;
  border:0;
  border-top:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  font-size:.75rem;
  font-weight:800;
  text-align:left;
}
.schedule-add-place span { color:var(--coral); font-size:1rem; }
.schedule-add-place:focus-visible { outline:2px solid var(--ink); outline-offset:2px; }
.schedule-note { margin:14px 0 0; color:var(--muted); font-size:11px; line-height:1.6; }
.avatar-image { display:block; width:46px; height:46px; border-radius:50%; margin-bottom:10px; object-fit:cover; border:1px solid rgba(16,24,40,.12); transition:transform .18s ease; }
.person { color:inherit; text-decoration:none; cursor:pointer; }
.person:hover .avatar-image { transform:rotate(-4deg) scale(1.04); }
.event-hero,.flight-hero { min-height:330px; }
.event-tabs { display:grid; grid-template-columns:repeat(3,1fr); border-bottom:1px solid var(--line); background:var(--paper); }
.event-tabs a { min-height:54px; display:flex; align-items:center; justify-content:center; gap:5px; border-right:1px solid var(--line); color:var(--muted); text-decoration:none; font:500 11px 'DM Mono',monospace; letter-spacing:.08em; }
.event-tabs a:last-child { border-right:0; }
.event-tabs a.active { background:var(--coral); color:var(--ink); }
.event-tabs a:not(.active):hover { background:rgba(16,24,40,.04); color:var(--ink); }
.event-tabs span { color:var(--coral); }
.flight-head,.flight-cell small { font:500 9px 'DM Mono',monospace; color:var(--muted); letter-spacing:.08em; }
.coral-text { color:var(--coral); }
.official-button { display:flex; justify-content:space-between; align-items:center; margin-top:18px; padding:15px 16px; background:var(--coral); text-decoration:none; font-size:12px; font-weight:800; }
.official-button span,.official-inline { color:var(--ink); }
.official-inline { display:inline-block; margin-top:12px; font-size:11px; font-weight:800; text-decoration:underline; }
.event-files-section { padding-left:0; padding-right:0; }
.event-files-section > .section-label,.event-files-section > h2 { margin-left:20px; margin-right:20px; }
.event-map-section { padding-top:52px; }
.event-media-card { margin:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.event-media-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 20px; }
.event-media-head div { display:flex; align-items:center; gap:9px; }
.event-media-head span { color:var(--coral); font:500 10px 'DM Mono',monospace; }
.event-media-head strong { font:500 11px 'DM Mono',monospace; letter-spacing:.04em; }
.event-media-head small { color:var(--muted); font:500 8px 'DM Mono',monospace; letter-spacing:.05em; }
.event-media-link { display:block; overflow:hidden; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#e9e7e1; }
.event-media-link.timetable { position:relative; }
.event-zoom-frame { position:relative; isolation:isolate; height:clamp(420px,116vw,640px); background:var(--ink); cursor:grab; touch-action:none; user-select:none; outline:none; }
.event-zoom-frame.map { height:clamp(260px,68vw,390px); }
.event-zoom-frame:focus-visible { box-shadow:inset 0 0 0 2px var(--coral); }
.event-zoom-frame.is-dragging { cursor:grabbing; }
.event-zoom-stage { position:absolute; z-index:1; top:50%; left:50%; width:100%; transform:translate3d(calc(-50% + var(--pan-x, 0px)), calc(-50% + var(--pan-y, 0px)), 0) scale(var(--zoom, 1)); transform-origin:center; will-change:transform; }
.event-zoom-frame[data-zoom-anchor="top"] .event-zoom-stage { top:0; transform:translate3d(calc(-50% + var(--pan-x, 0px)), var(--pan-y, 0px), 0) scale(var(--zoom, 1)); transform-origin:top center; }
.event-zoom-stage img { display:block; width:100%; height:auto; pointer-events:none; }
.event-zoom-controls { position:absolute; z-index:4; top:12px; right:12px; display:flex; align-items:center; gap:4px; padding:4px; border:1px solid rgba(245,243,238,.55); border-radius:999px; background:rgba(16,24,40,.9); color:var(--paper); box-shadow:0 6px 18px rgba(16,24,40,.2); }
.event-zoom-controls button { display:grid; place-items:center; width:30px; height:30px; padding:0; border:0; border-radius:50%; background:transparent; color:var(--paper); cursor:pointer; font:500 18px/1 'DM Mono',monospace; touch-action:manipulation; }
.event-zoom-controls button:hover,.event-zoom-controls button:focus-visible { background:var(--coral); color:var(--ink); outline:none; }
.event-zoom-controls output { min-width:42px; text-align:center; font:500 9px 'DM Mono',monospace; letter-spacing:.04em; }
.event-zoom-hint { position:absolute; z-index:3; left:12px; bottom:12px; padding:6px 8px; border:1px solid rgba(245,243,238,.3); background:rgba(16,24,40,.72); color:var(--paper); font:500 8px 'DM Mono',monospace; letter-spacing:.04em; pointer-events:none; }
.current-time-line { --current-time-position:13.45%; position:absolute; z-index:2; top:var(--current-time-position); left:0; right:0; display:flex; align-items:center; justify-content:flex-end; height:2px; background:#e1261c; pointer-events:none; box-shadow:0 0 0 1px rgba(255,255,255,.55); }
.current-time-line[hidden] { display:none; }
.current-time-line::before { content:''; position:absolute; left:7px; width:7px; height:7px; border:2px solid #fff; border-radius:50%; background:#e1261c; box-shadow:0 0 0 1px #e1261c; }
.current-time-line span { margin-right:7px; padding:4px 6px; transform:translateY(-50%); background:#e1261c; color:#fff; font:500 8px/1 'DM Mono',monospace; letter-spacing:.04em; box-shadow:0 1px 0 rgba(255,255,255,.7); }
.event-media-card figcaption { display:flex; align-items:center; justify-content:space-between; padding:11px 20px 12px; color:var(--muted); font-size:10px; }
.event-media-card figcaption span { color:var(--coral); font:500 8px 'DM Mono',monospace; letter-spacing:.05em; }
.event-link-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.event-link-grid a { position:relative; min-height:124px; padding:16px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); text-decoration:none; transition:filter .18s ease, transform .18s ease; }
.event-link-grid a:first-child { background:var(--coral); }
.event-link-grid a:last-child { background:var(--yellow); }
.event-link-grid a:hover,.event-link-grid a:focus-visible { filter:brightness(.96); transform:translateY(-2px); outline:2px solid var(--ink); outline-offset:-2px; }
.event-link-grid span { color:rgba(16,24,40,.7); font:500 9px 'DM Mono',monospace; letter-spacing:.08em; }
.event-link-grid b { display:block; margin-top:28px; max-width:120px; font-size:14px; line-height:1.35; }
.event-link-grid em { position:absolute; right:16px; top:13px; font-style:normal; font-size:17px; }
.check-list { border-top:1px solid var(--line); }
.check-list > div { display:grid; grid-template-columns:30px 1fr auto; gap:8px; align-items:center; padding:15px 0; border-bottom:1px solid var(--line); font-size:12px; }
.check-list b { font:500 11px 'DM Mono',monospace; color:var(--coral); }
.check-list em { font:500 8px 'DM Mono',monospace; color:var(--muted); font-style:normal; }
.link-card { border:1px solid var(--line); padding:18px; }
.link-card p,.section-intro { color:var(--muted); font-size:12px; line-height:1.6; margin:0 0 12px; }
.link-card a { color:var(--coral); font:500 11px 'DM Mono',monospace; }
.schedule-scroll { overflow-x:auto; margin:0 -20px; padding:0 20px 10px; }
.schedule-overview { display:grid; grid-template-columns:52px repeat(5,132px); min-width:712px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.time-col,.date-col { display:grid; grid-template-rows:38px repeat(4,83px); }
.time-col > *, .date-col > * { padding:10px 8px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.time-col strong,.date-col strong { font:500 10px 'DM Mono',monospace; color:var(--muted); }
.time-col strong { font-size:12px; }
.time-col span { font:600 12px 'DM Mono',monospace; color:var(--coral); writing-mode:vertical-rl; text-align:center; }
.date-col > div { font-size:11px; line-height:1.45; background:rgba(255,255,255,.35); }
.date-col > div small { color:var(--muted); font-size:9px; }
.schedule-overview > .date-col:nth-child(2) > * { background:rgba(28,51,79,.055); }
.schedule-overview > .date-col:nth-child(3) > * { background:rgba(255,101,77,.065); }
.schedule-overview > .date-col:nth-child(4) > * { background:rgba(34,119,130,.065); }
.schedule-overview > .date-col:nth-child(5) > * { background:rgba(234,190,57,.09); }
.schedule-overview > .date-col:nth-child(6) > * { background:rgba(123,102,147,.065); }
.detail-jump { position:sticky; top:56px; z-index:5; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:8px; margin:-4px -8px 20px; padding:8px; background:rgba(245,243,238,.94); border-bottom:1px solid transparent; backdrop-filter:blur(12px); }
.detail-jump a { display:grid; place-items:center; width:100%; height:36px; border:1px solid var(--line); text-decoration:none; font:500 11px 'DM Mono',monospace; transition:background .18s ease, border-color .18s ease, color .18s ease; }
.detail-jump a.active { background:var(--coral); border-color:var(--coral); color:var(--ink); }
.detail-jump a:focus-visible { outline:2px solid var(--ink); outline-offset:2px; }
.travel-stay-section { margin-top:0; }
.flight-table { border:1px solid var(--line); min-width:520px; }
.flight-table { overflow-x:auto; }
.flight-head,.flight-row { display:grid; grid-template-columns:120px 1fr 1fr; }
.flight-head > span { padding:10px; background:var(--ink); color:var(--paper); }
.flight-row { border-top:1px solid var(--line); min-height:78px; }
.flight-row > div { padding:11px 10px; border-right:1px solid var(--line); }
.traveler { display:flex; align-items:center; gap:8px; font-size:11px; }
.traveler img { width:30px; height:30px; border-radius:50%; }
.flight-cell strong { display:block; font-size:12px; }
.flight-cell.pending strong { color:var(--coral); }
@media (max-width:420px) { .flight-table { margin-right:-20px; } }
.expense-hero { min-height:300px; }
.expense-form { display:grid; grid-template-columns:minmax(0,400px) minmax(100px,1fr); gap:12px; }
.expense-form label { display:flex; flex-direction:column; gap:6px; color:var(--muted); font:500 9px 'DM Mono',monospace; letter-spacing:.06em; }
.expense-form input,.expense-form select { width:100%; border:1px solid var(--line); border-radius:0; background:rgba(255,255,255,.45); color:var(--ink); padding:12px 10px; font:500 12px Manrope,system-ui,sans-serif; }
.expense-form label:nth-child(3),.expense-form label:nth-child(6),.form-submit,.form-message { grid-column:1/-1; }
.expense-form label:nth-child(4),.expense-form label:nth-child(5) { grid-column:auto; }
.form-submit { border:0; cursor:pointer; color:var(--ink); width:100%; }
.form-message { margin:0; color:#17845a; font-size:11px; }
.form-message.error,.empty-expenses.error { color:var(--coral); }
.expense-totals { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.expense-totals > div { background:var(--blue); padding:16px; display:flex; flex-direction:column; gap:8px; }
.expense-totals span { font:500 9px 'DM Mono',monospace; }
.expense-totals strong { font:500 20px 'DM Mono',monospace; }
.expense-list { border-top:1px solid var(--line); }
.expense-item { display:flex; justify-content:space-between; gap:10px; padding:15px 0; border-bottom:1px solid var(--line); }
.expense-item-main { min-width:0; display:flex; flex-direction:column; gap:4px; }
.expense-item-main strong { color:var(--coral); font:500 18px 'DM Mono',monospace; }
.expense-item-main b { font-size:13px; }
.expense-item-main small { color:var(--muted); font-size:10px; line-height:1.4; }
.expense-actions { display:flex; flex:0 0 auto; align-items:flex-start; gap:5px; }
.expense-actions button { border:1px solid var(--line); background:transparent; padding:6px 7px; color:var(--muted); font-size:10px; cursor:pointer; }
.empty-expenses { color:var(--muted); font-size:12px; padding:18px 0; }
@media (max-width:420px) { .expense-form { grid-template-columns:minmax(0,1fr) 108px; gap:10px; } }
.action-dashboard { margin:20px 0 18px; padding:14px; border:1px solid rgba(245,243,238,.26); background:var(--ink); color:var(--paper); }
.action-dashboard-head { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:10px; }
.dashboard-kicker,.dashboard-label,.dashboard-live { font:500 9px 'DM Mono',monospace; letter-spacing:.08em; }
.dashboard-kicker { color:var(--yellow); }
.dashboard-live { display:inline-flex; align-items:center; gap:5px; color:#aeb6c2; font-size:8px; }
.dashboard-live i { display:block; width:6px; height:6px; border-radius:50%; background:var(--coral); box-shadow:0 0 0 3px rgba(255,101,77,.16); }
.action-dashboard-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:rgba(245,243,238,.18); }
.action-dashboard-card { min-width:0; padding:12px 11px; background:rgba(245,243,238,.08); }
.dashboard-label { display:block; color:#aeb6c2; font-size:8px; }
.action-clock strong { display:block; margin-top:10px; color:var(--yellow); font:500 clamp(27px,8vw,36px)/.9 'DM Mono',monospace; letter-spacing:-.08em; }
.action-clock time { display:block; margin-top:8px; color:#c7ced8; font:500 9px 'DM Mono',monospace; }
.weather-reading { display:flex; align-items:center; gap:7px; margin-top:8px; }
.weather-symbol { display:grid; place-items:center; width:25px; height:25px; color:var(--yellow); font-size:20px; line-height:1; }
.weather-reading strong { color:var(--blue); font:500 clamp(27px,8vw,36px)/.9 'DM Mono',monospace; letter-spacing:-.08em; }
.action-weather > span:last-child { display:block; margin-top:8px; color:#c7ced8; font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.weather-meta { display:flex; flex-wrap:wrap; gap:6px 12px; margin-top:10px; color:#aeb6c2; font:500 8px 'DM Mono',monospace; }
.dashboard-status { min-height:12px; margin:10px 0 0; color:#aeb6c2; font-size:9px; line-height:1.4; }
.dashboard-status[data-state="error"] { color:var(--yellow); }
.dashboard-status[data-state="loading"] { opacity:.72; }
@media (max-width:380px) { .action-dashboard { padding:12px; } .action-dashboard-card { padding:11px 9px; } .weather-meta { gap:5px 8px; } }

.osaka-now-static {
  padding:0 20px 28px;
  background:var(--ink);
  color:var(--paper);
}
.osaka-now-static-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding:20px 0 14px;
  border-top:1px solid rgba(245,243,238,.2);
}
.osaka-now-static-head h2 {
  margin:4px 0 0;
  color:var(--paper);
  font-size:1.125rem;
  letter-spacing:-.04em;
}
.osaka-now-static .action-dashboard-body {
  padding:0;
  border-top:0;
}
.osaka-now-static .action-dashboard-head {
  border-top:1px solid rgba(245,243,238,.18);
}
