@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Instrument+Serif:ital@0;1&family=Noto+Sans+TC:wght@400;500;600;700&display=swap";.app-shell{flex-direction:column;min-height:100dvh;display:flex}.mobile-header{z-index:20;height:var(--header-h);padding:0 1rem;padding-top:env(safe-area-inset-top,0);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0f1419eb;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.mobile-header-brand{align-items:center;gap:.6rem;min-width:0;display:flex}.mobile-header-brand .brand-title{white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;overflow:hidden}.mobile-header-brand .brand-sub{white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.sidebar{display:none}.bottom-nav{z-index:20;height:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0));padding-bottom:env(safe-area-inset-bottom,0);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#1a222df5;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{min-height:var(--bottom-nav-h);color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.15rem;padding:.35rem .25rem;font-size:.65rem;transition:color .15s;display:flex}.bottom-nav-item.active{color:var(--accent);font-weight:600}.bottom-nav-icon{font-size:1.25rem;line-height:1}.bottom-nav-label{line-height:1.1}.sheet-backdrop{z-index:30;background:#0000008c;animation:.2s fade-in;position:fixed;inset:0}.more-sheet{z-index:40;background:var(--bg-elevated);padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0));pointer-events:none;border-radius:16px 16px 0 0;transition:transform .28s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.more-sheet.open{pointer-events:auto;transform:translateY(0)}.sheet-handle{background:var(--border);border-radius:999px;width:2.5rem;height:4px;margin:0 auto .85rem}.sheet-title{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.sheet-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.sheet-item{min-height:var(--touch-min);background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.75rem .5rem;font-size:.8rem;display:flex}.sheet-item.active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft);font-weight:600}.sheet-icon{font-size:1.35rem}.sheet-reset{width:100%;min-height:var(--touch-min);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:10px;margin-top:.85rem;font-size:.9rem}.sheet-reset.danger{color:#e86f4a}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.brand{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1rem;padding:0 .5rem 1.5rem;display:flex}.brand-icon{font-size:1.75rem}.brand-title{font-family:Instrument Serif,Georgia,serif;font-size:1.25rem;font-weight:400}.brand-sub{color:var(--text-muted);font-size:.75rem}.nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.nav-item{color:var(--text-muted);text-align:left;min-height:var(--touch-min);border-radius:8px;align-items:center;gap:.6rem;padding:.65rem .75rem;transition:all .15s;display:flex}.nav-item:hover{background:var(--bg-card);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.nav-icon{text-align:center;width:1.25rem}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.btn-ghost{color:var(--text-muted);text-align:left;min-height:var(--touch-min);border-radius:8px;padding:.65rem .75rem;font-size:.85rem}.btn-ghost:hover{background:var(--bg-card);color:var(--text)}.btn-ghost:disabled{opacity:.35;pointer-events:none}.btn-ghost.danger:hover{color:#e86f4a}.main{width:100%;max-width:960px;padding:calc(var(--header-h) + env(safe-area-inset-top,0) + 1rem) 1rem calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0) + 1.25rem);flex:1;margin:0 auto}.page-header{margin-bottom:1.25rem}.page-header.hero h1{font-family:Instrument Serif,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.15}.page-header h1{font-family:Instrument Serif,Georgia,serif;font-size:1.65rem;font-weight:400}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.subtitle{color:var(--text-muted);margin-top:.35rem}.muted{color:var(--text-muted)}.small{font-size:.85rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem 1.1rem}.card h2{margin-bottom:1rem;font-size:1rem;font-weight:600}.section-title{text-transform:capitalize}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:1.25rem}.stat-value{color:var(--accent);font-family:Instrument Serif,Georgia,serif;font-size:2rem}.stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.traveler-row{flex-wrap:wrap;gap:1rem;display:flex}.traveler-chip{background:var(--bg);border-radius:10px;flex:1;align-items:center;gap:.75rem;min-width:160px;padding:.75rem 1rem;display:flex}.avatar{background:var(--accent-soft);width:2.5rem;height:2.5rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.traveler-chip strong{display:block}.traveler-chip .muted{text-transform:capitalize;font-size:.8rem}.visa-list{flex-direction:column;gap:1rem;display:flex}.visa-row{border-bottom:1px solid var(--border);padding-bottom:1rem}.visa-row:last-child{border-bottom:none;padding-bottom:0}.visa-head{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.badge.ok{color:var(--teal);text-transform:none;letter-spacing:.02em;background:#3db8a926}.visa-meta{flex-direction:column;gap:.2rem;display:flex}.visa-actions{gap:1rem;margin-top:.5rem;display:flex}.visa-actions a{color:var(--accent);font-weight:600}.flight-grid{gap:1.25rem;display:grid}.flight-card h2{margin-bottom:.25rem;font-family:Instrument Serif,Georgia,serif;font-size:1.75rem;font-weight:400}.flight-card-top{gap:.5rem;margin-bottom:.75rem;display:flex}.flight-route{grid-template-columns:1fr;gap:.75rem;margin:1.25rem 0 1rem;display:grid}.route-line{text-align:center;color:var(--text-muted);padding:.25rem 0}.leg .airport{letter-spacing:.05em;font-size:1.35rem;font-weight:700}.leg .time{margin-top:.25rem;font-size:.9rem}.route-line .duration{margin-top:.25rem;font-size:.75rem;display:block}.flight-notes{color:var(--text-muted);border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem;font-size:.9rem}.flight-row.compact{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.5rem 0;display:flex}.flight-row.compact:last-child{border-bottom:none}.badge{text-transform:uppercase;letter-spacing:.05em;background:var(--bg);color:var(--text-muted);border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.badge.outbound{background:var(--accent-soft);color:var(--accent)}.badge.return{color:var(--teal);background:#3db8a926}.badge.status{margin-left:auto}.day-chip-row{scrollbar-width:thin;-webkit-overflow-scrolling:touch;gap:.5rem;margin:0 -.25rem .25rem;padding:.15rem 0 1rem;display:flex;overflow-x:auto}.day-chip{border:1px solid var(--border);background:var(--card,var(--bg-elevated,var(--bg)));min-width:3.25rem;color:var(--text);cursor:pointer;font:inherit;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.1rem;padding:.55rem .65rem;display:flex;position:relative}.day-chip:hover{border-color:var(--accent)}.day-chip.is-selected{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.day-chip.is-today:not(.is-selected){box-shadow:inset 0 0 0 1px var(--teal)}.day-chip-num{font-size:1.05rem;font-weight:700;line-height:1.1}.day-chip-wd{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.day-chip.is-selected .day-chip-wd{color:var(--accent)}.day-chip-today{letter-spacing:.06em;text-transform:uppercase;color:var(--teal);margin-top:.15rem;font-size:.55rem;font-weight:700}.day-focus{margin-top:.25rem}.day-focus-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.day-focus-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--teal);margin:0 0 .25rem;font-size:.75rem;font-weight:600}.day-focus-header h2{margin:0 0 .2rem;font-size:1.25rem;line-height:1.25}.day-focus-meta{text-align:right;flex-shrink:0}.day-count{background:var(--bg);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:.35rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.theme-tag{color:var(--teal);margin-bottom:.85rem;font-size:.85rem;display:inline-block}.day-nav-row{justify-content:space-between;gap:.75rem;margin-top:.75rem;display:flex}.activity-list{list-style:none}.activity-list-timeline{margin:0;padding:0}.activity-item{border-top:1px solid var(--border);grid-template-columns:4.75rem 8px 1fr;align-items:start;gap:.65rem .75rem;padding:.75rem 0;display:grid}.activity-item:first-child{border-top:none;padding-top:.15rem}.activity-time-col{flex-direction:column;align-items:flex-start;gap:.35rem;padding-top:.15rem;display:flex}.activity-time{font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--text);font-size:.8rem;font-weight:700;line-height:1.25}.activity-kind-icon{opacity:.75;font-size:.85rem;line-height:1}.activity-body{text-align:left;flex:1;min-width:0}.activity-toggle{width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;margin:0;padding:0}.activity-item-expandable .activity-toggle:hover .activity-name{color:var(--accent)}.activity-main-row{align-items:flex-start;gap:.5rem;display:flex}.activity-name{font-size:.98rem;font-weight:650;line-height:1.35}.activity-chevron{color:var(--text-muted);flex-shrink:0;margin-left:auto;font-size:.85rem;line-height:1.35}.activity-steps{color:var(--text);margin:.5rem 0 0;padding-left:1.25rem;font-size:.85rem;line-height:1.5}.activity-steps li{margin-bottom:.35rem}.activity-steps li:last-child{margin-bottom:0}.activity-links{flex-wrap:wrap;gap:.5rem .75rem;margin-top:.5rem;display:flex}.activity-item.is-open{background:#ffffff05;border-radius:10px;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.activity-item.is-skipped{opacity:.55}.activity-item.is-skipped .activity-name{text-decoration:line-through}.activity-location{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.35rem;font-size:.85rem;display:flex}.location-label{color:var(--text-muted)}.map-link{color:var(--teal);border-radius:6px;margin:-.35rem -.5rem;padding:.35rem .5rem;font-size:.8rem;font-weight:600;text-decoration:none}.map-link:hover{text-decoration:underline}.activity-notes{color:var(--text-muted);margin:.45rem 0 0;font-size:.82rem;line-height:1.45}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.55rem}.status-dot.gray{background:var(--text-muted)}.status-dot.blue{background:var(--blue)}.status-dot.green{background:var(--green)}.status-dot.teal{background:var(--teal)}.status-dot.red{background:#d9534f}.tags{flex-wrap:wrap;gap:.35rem;margin-top:.35rem;display:flex}.tag{background:var(--bg);color:var(--text-muted);text-transform:capitalize;border-radius:999px;padding:.15rem .5rem;font-size:.7rem}.tag.person{background:var(--accent-soft);color:var(--accent)}.day-notes-fold{border-top:1px solid var(--border);margin-top:1rem;padding-top:.75rem;font-size:.9rem}.day-notes-fold summary{cursor:pointer;color:var(--text-muted);font-weight:600}.day-notes{color:var(--text-muted);margin-top:.5rem;font-size:.85rem;font-style:italic;line-height:1.5}.empty{font-style:italic}@media (width<=480px){.activity-item{grid-template-columns:3.75rem 6px 1fr;gap:.5rem .55rem}.activity-time{font-size:.72rem}}.place-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.place-card{background:var(--bg);border-radius:10px;padding:1rem}.place-top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.status-select{width:auto;padding:.25rem .4rem;font-size:.75rem}.add-form{flex-direction:column;gap:.75rem;display:flex}.form-row{flex-direction:column;gap:.65rem;display:flex}.form-row input,.form-row select{flex:1;width:100%;min-width:0}.btn-primary{background:var(--accent);color:#fff;width:100%;min-height:var(--touch-min);border-radius:10px;padding:.75rem 1.25rem;font-weight:600;transition:opacity .15s}.btn-primary:hover{opacity:.9}.memory-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.memory-card h2{font-family:Instrument Serif,Georgia,serif;font-size:1.25rem;font-weight:400}.memory-top{justify-content:space-between;margin-bottom:.5rem;display:flex}.mood-badge{font-size:1.25rem}.expense-table-wrap{display:none}.expense-cards{flex-direction:column;gap:.65rem;display:flex}.expense-card-row{background:var(--bg);border-radius:10px;flex-direction:column;gap:.35rem;padding:.85rem 1rem;display:flex}.expense-card-row strong{font-size:.95rem}.expense-card-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.expense-card-amount{color:var(--accent);font-size:1rem;font-weight:700}.expense-table{border-collapse:collapse;width:100%;font-size:.9rem}.expense-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.5rem .75rem;font-weight:500}.expense-table td{border-bottom:1px solid var(--border);padding:.65rem .75rem}.progress-bar{background:var(--bg-card);border-radius:999px;height:6px;margin-bottom:1.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--accent), var(--teal));border-radius:999px;height:100%;transition:width .3s}.checklist{list-style:none}.check-item{border-bottom:1px solid var(--border);padding:.85rem 0}.check-item:last-child{border-bottom:none}.check-item.done .check-title{color:var(--text-muted);text-decoration:line-through}.check-item label{cursor:pointer;align-items:center;gap:.75rem;display:flex}.check-item input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--accent)}.check-meta{align-items:center;gap:.5rem;margin-top:.35rem;padding-left:1.85rem;display:flex}.loading-screen{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;color:var(--text-muted);padding:2rem}.note-card p{color:var(--text-muted);line-height:1.6}.currency-card .rate-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.rate-value{color:var(--accent);margin:0 .5rem;font-family:Instrument Serif,Georgia,serif;font-size:1.5rem}.rate-badge{background:var(--bg);color:var(--text-muted);border-radius:999px;padding:.15rem .5rem;font-size:.7rem}.rate-badge.live{color:var(--teal);background:#3db8a926}.rate-edit{flex-direction:column;gap:.35rem;max-width:200px;margin-bottom:.5rem;display:flex}.currency-converter{grid-template-columns:1fr;gap:.75rem;display:grid}.swap-btn{width:var(--touch-min);height:var(--touch-min);background:var(--bg);border:1px solid var(--border);color:var(--text-muted);border-radius:50%;justify-self:center;font-size:1.25rem}.swap-btn:hover{border-color:var(--accent);color:var(--accent)}.currency-field label{color:var(--text-muted);margin-bottom:.35rem;font-size:.85rem;display:block}.currency-field input{padding:.75rem 1rem;font-size:1.35rem;font-weight:600}.quick-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;display:grid}.quick-btn{min-height:var(--touch-min);background:var(--bg);border:1px solid var(--border);text-align:left;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.85rem 1rem;display:flex}.quick-btn:hover{border-color:var(--accent)}@media (width>=768px){.app-shell{flex-direction:row}.mobile-header,.bottom-nav,.sheet-backdrop,.more-sheet{display:none!important}.sidebar{width:var(--sidebar-w);background:var(--bg-elevated);border-right:1px solid var(--border);z-index:10;flex-direction:column;padding:1.5rem 1rem;display:flex;position:fixed;top:0;bottom:0;left:0}.main{margin-left:var(--sidebar-w);padding:2rem 2.5rem 3rem}.page-header{margin-bottom:2rem}.page-header.hero h1{font-size:2.75rem}.page-header h1{font-size:2rem}.card{margin-bottom:1.25rem;padding:1.25rem 1.5rem}.flight-route{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.route-line{padding:0}.leg .airport{font-size:1.5rem}.day-header{flex-direction:row;justify-content:space-between;align-items:baseline}.form-row{flex-flow:wrap;align-items:center}.form-row input,.form-row select{width:auto;min-width:120px}.btn-primary{white-space:nowrap;width:auto;min-height:auto;padding:.6rem 1.25rem}.expense-table-wrap{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.expense-cards{display:none}.currency-converter{grid-template-columns:1fr auto 1fr;align-items:end;gap:1rem}.swap-btn{width:2.5rem;height:2.5rem;margin-bottom:.25rem}}.inline-load{min-height:40vh;position:relative}.stay-summary{margin-bottom:1rem}.stay-summary-row{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.35rem;display:flex}.stay-trip-total{color:var(--accent);font-size:1.25rem}.small-btn{margin-top:.5rem;padding:.4rem .75rem;font-size:.85rem}.stay-segment-tabs{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.stay-segment-tab{text-align:left;border-radius:var(--radius);border:1px solid var(--border);color:inherit;font:inherit;cursor:pointer;background:#ffffff08;padding:.75rem 1rem;transition:all .15s}.stay-segment-tab.active{border-color:var(--accent);background:#e8a87c1a}.stay-segment-tab strong{font-size:.95rem;display:block}.stay-segment-dates{color:var(--text-muted);font-size:.78rem}.stay-segment-meta{margin-bottom:.75rem;font-size:.9rem}.stay-search-link{color:var(--teal);margin-top:.35rem;margin-right:1rem;font-size:.85rem;font-weight:600;display:inline-block}.stay-search-links{flex-wrap:wrap;gap:.5rem 1rem;margin-top:.35rem;display:flex}.stay-platform-filter-row{margin-bottom:.5rem}.stay-platform-compare{border-top:1px solid var(--border);margin-bottom:.85rem;padding-top:.75rem}.stay-platform-compare-title{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.stay-platform-grid{flex-direction:column;gap:.45rem;display:flex}.stay-platform-chip{border-radius:var(--radius);border:1px solid var(--border);color:inherit;grid-template-columns:5.5rem 4.5rem 1fr;align-items:center;gap:.5rem;padding:.55rem .65rem;text-decoration:none;transition:border-color .15s,background .15s;display:grid}.stay-platform-chip:hover{border-color:var(--teal);background:#3db8a90f}.stay-platform-chip.best{background:#e8a87c14;border-color:#e8a87c8c}.stay-platform-name{font-size:.82rem;font-weight:700}.stay-platform-chip.best .stay-platform-name{color:var(--accent)}.stay-platform-price{color:var(--teal);font-size:.82rem;font-weight:600}.stay-platform-link{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}@media (width<=480px){.stay-platform-chip{grid-template-columns:1fr;gap:.15rem}}.stay-sort-row{flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;display:flex}.stay-sort-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;min-height:var(--touch-min);background:0 0;border-radius:999px;padding:.45rem .85rem;font-size:.8rem}.stay-sort-btn.active{border-color:var(--teal);color:var(--teal);background:#3db8a91f;font-weight:600}.stay-list{flex-direction:column;gap:.85rem;display:flex}.stay-card h3{margin-bottom:.35rem;font-size:1.05rem;line-height:1.35}.stay-top-pick{border-color:#e8a87c80;box-shadow:0 0 0 1px #e8a87c26}.stay-pick-badge{color:var(--accent);margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:inline-block}.stay-card-top{justify-content:space-between;gap:1rem;margin-bottom:.5rem;display:flex}.stay-price-block{text-align:right;flex-shrink:0;min-width:9.5rem}.stay-basis-tag{color:var(--blue)!important;background:#5b9fd426!important}.stay-price-line{margin-bottom:.65rem}.stay-price-line.emphasize .stay-price-aud{color:var(--accent);font-size:1.35rem;font-weight:700;line-height:1.1}.stay-price-line-label{color:var(--text-muted);text-transform:none;margin-bottom:.15rem;font-size:.72rem}.stay-price-aud{color:var(--accent);font-size:1.05rem;font-weight:700}.stay-price-hkd{color:var(--teal);margin-top:.1rem;font-size:.82rem;font-weight:600}.stay-price-per-person{margin-top:.2rem;line-height:1.35}.stay-price-total-block{border-top:1px dashed var(--border);margin-top:.25rem;padding-top:.5rem}.stay-price-total{color:var(--text);font-size:.88rem;font-weight:600;line-height:1.4}.stay-price-total-sub{color:var(--teal);margin-top:.2rem;font-size:.78rem;line-height:1.35}.stay-summary-prices{text-align:right;flex-direction:column;gap:.15rem;display:flex}.stay-trip-hkd{color:var(--teal);font-size:.9rem;font-weight:600}.stay-summary-per-person{color:var(--text-muted);margin:.35rem 0;font-size:.88rem}.stay-summary-per-person strong{color:var(--accent)}.stay-price-main{color:var(--accent);font-size:1.35rem;font-weight:700;line-height:1.1}.stay-price-sub{color:var(--text-muted);font-size:.75rem}.stay-anchor{color:var(--teal);margin:.35rem 0 .65rem;font-size:.88rem;line-height:1.45}.stay-pier-banner{background:#00808014;border:1px solid #00808033;border-radius:10px;margin:.75rem 0;padding:.75rem .85rem}.stay-pier-banner-title{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.stay-pier-banner-address{margin:0 0 .35rem}.stay-pier-banner-timing{margin:0 0 .35rem;font-size:.88rem}.stay-pier-walk{background:var(--surface-2,#00000008);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:flex-start;gap:.75rem;margin:.5rem 0 .65rem;padding:.65rem .75rem;display:flex}.stay-pier-walk-main{align-items:flex-start;gap:.5rem;display:flex}.stay-pier-walk-icon{font-size:1.1rem;line-height:1.2}.stay-pier-walk-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;margin-bottom:.15rem;font-size:.75rem}.stay-pier-walk-time{font-size:.95rem;line-height:1.35}.stay-pier-walk-km{color:var(--text-muted);margin-left:.25rem;font-size:.88rem}.stay-pier-verified{color:var(--teal);vertical-align:middle;background:#0080801f;border-radius:4px;margin-left:.4rem;padding:.1rem .35rem;font-size:.68rem;font-weight:600;display:inline-block}.stay-pier-drive{margin-top:.2rem}.stay-pier-walk-link{color:var(--teal);white-space:nowrap;flex-shrink:0;align-self:center;font-size:.78rem}.stay-scores{border-top:1px solid var(--border);margin-bottom:.75rem;padding-top:.75rem}.stay-score-row{grid-template-columns:3rem 1fr 2.5rem;align-items:center;gap:.5rem;margin-bottom:.35rem;display:grid}.stay-score-label{color:var(--text-muted);font-size:.78rem}.stay-score-bar{background:var(--border);border-radius:999px;height:6px;overflow:hidden}.stay-score-fill{background:linear-gradient(90deg, var(--teal), var(--blue));border-radius:999px;height:100%}.stay-score-num{text-align:right;font-size:.78rem;font-weight:600}.stay-overall{color:var(--text-muted);text-align:right;margin-top:.5rem;font-size:.85rem}.stay-overall strong{color:var(--accent);font-size:1rem}.stay-pros-cons{color:var(--text-muted);margin-bottom:.85rem;font-size:.85rem;line-height:1.5}.stay-pros-cons p{margin:.25rem 0}.stay-actions{flex-wrap:wrap;gap:.5rem;display:flex}.stay-btn{text-align:center;min-width:7rem;min-height:var(--touch-min);flex:1;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.stay-book-link{word-break:break-all;margin-top:.65rem;line-height:1.4}.stay-book-url{color:var(--teal);font-weight:500;text-decoration:underline}.muted-tag{opacity:.75}@media (width>=768px){.stay-segment-tabs{flex-direction:row}.stay-segment-tab{flex:1}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1419;--bg-elevated:#1a222d;--bg-card:#1e2836;--border:#2d3a4d;--text:#f0ebe3;--text-muted:#8b9cb3;--accent:#e86f4a;--accent-soft:#e86f4a26;--teal:#3db8a9;--green:#5cb85c;--blue:#5b9fd4;--radius:12px;--sidebar-w:240px;--header-h:3.25rem;--bottom-nav-h:4rem;--touch-min:44px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Noto Sans TC,DM Sans,system-ui,sans-serif;line-height:1.5}body{overscroll-behavior-y:none;min-height:100dvh}#root{min-height:100dvh}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none}input,select,textarea{background:var(--bg);border:1px solid var(--border);border-radius:8px;width:100%;padding:.75rem .85rem;font-size:16px}textarea{resize:vertical}select{cursor:pointer}
