.Button_root__BIzKS{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;font:inherit;font-weight:600;line-height:1}.Button_root__BIzKS:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:3px}.Button_root__BIzKS:disabled{cursor:not-allowed;opacity:.55}.Button_root__BIzKS{font-size:.875rem;border-radius:var(--radius-full);min-height:2.75rem;padding:0 1.25rem}.Button_primary__f19Ep{background:var(--color-terracotta);color:var(--foreground-on-accent);box-shadow:var(--shadow-fab)}.Button_primary__f19Ep:hover:not(:disabled){background:var(--color-terracotta-strong)}.Button_secondary__57db9{background:var(--surface-primary);color:var(--color-terracotta);border-color:var(--border-soft)}.Button_secondary__57db9:hover:not(:disabled){background:var(--color-terracotta-soft);border-color:var(--color-terracotta)}.Button_fullWidth__zOlDg{width:100%}.DebugPage_page__VTOt8{display:flex;flex-direction:column;gap:1.5rem;padding:1.25rem 1rem 1.5rem}.DebugPage_header__E0Y1f{display:flex;flex-direction:column;gap:.25rem}.DebugPage_title__X1W_T{font-size:1.4rem;font-weight:700;margin:0}.DebugPage_subtitle__IRYjI{font-size:.85rem;color:var(--foreground-muted);margin:0}.DebugPage_section__7uW4r{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.1rem;border-radius:var(--radius-2xl,1rem);border:1px solid var(--border-subtle);background:var(--surface-soft,rgba(0,0,0,.02))}.DebugPage_sectionTitle__t7Uc_{font-size:1rem;font-weight:700;margin:0}.DebugPage_description__p_tja{font-size:.85rem;line-height:1.55;color:var(--foreground-secondary);margin:0}.DebugPage_description__p_tja code{font-family:var(--font-geist-mono),monospace;background:rgba(0,0,0,.06);padding:0 .25rem;border-radius:.25rem}.DebugPage_notice__5F3Jj{font-size:.85rem;color:var(--foreground-muted);margin:0}.DebugPage_actions___kFmF{display:flex;gap:.5rem}.DebugPage_result__1iQWq{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .85rem;border-radius:.6rem;background:var(--surface-soft,rgba(0,0,0,.04))}.DebugPage_resultTitle__63KHX{font-size:.9rem;font-weight:700;margin:0}.DebugPage_resultList__hnkwv{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0;font-size:.85rem;color:var(--foreground-primary)}.DebugPage_errors__KcdRI{font-family:var(--font-geist-mono),monospace;font-size:.75rem;background:rgba(0,0,0,.06);padding:.5rem .6rem;border-radius:.4rem;overflow-x:auto}.DebugPage_errorMessage__YHEr_{font-size:.85rem;color:var(--color-danger,#c0392b);margin:0}.LoginPage_page__65l19{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:3rem 1.75rem;min-height:100vh;text-align:center}.LoginPage_logo__UzG4Q{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:var(--radius-full);background:var(--color-terracotta);color:var(--foreground-on-accent);box-shadow:var(--shadow-fab)}.LoginPage_titleBlock__9mU1k{display:flex;flex-direction:column;gap:.35rem}.LoginPage_title__AQq3M{font-size:1.45rem;font-weight:700}.LoginPage_subtitle__W7USy{font-size:.9rem;color:var(--foreground-secondary);font-family:var(--font-geist-mono),monospace}.LoginPage_description__AMNWb{font-size:.92rem;color:var(--foreground-secondary);line-height:1.6;max-width:32ch}.LoginPage_actions__XUrTo{display:flex;flex-direction:column;gap:.8rem;width:100%;margin-top:.5rem}.LoginPage_hint__YoluY{font-size:.78rem;color:var(--foreground-muted)}.LoginPage_guestLink__crhPz{font-size:.9rem;color:var(--foreground-secondary);text-decoration:underline;text-underline-offset:4px;padding:.4rem 0}.LoginPage_guestLink__crhPz:hover{color:var(--color-terracotta)}.Chip_root__Xu_aR{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .95rem;border-radius:var(--radius-full);background:var(--surface-primary);border:1px solid var(--border-subtle);color:var(--foreground-secondary);font-size:.85rem;font-weight:600;line-height:1;white-space:nowrap;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.Chip_root__Xu_aR:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}.Chip_root__Xu_aR:hover:not(:disabled){border-color:var(--border-strong);color:var(--foreground-primary)}.Chip_active__dlcSc{background:var(--color-terracotta);border-color:var(--color-terracotta);color:var(--foreground-on-accent)}.Chip_active__dlcSc:hover:not(:disabled){background:var(--color-terracotta-strong);border-color:var(--color-terracotta-strong);color:var(--foreground-on-accent)}.Pagination_root__qq0JQ{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 0}.Pagination_list___EeuD{display:flex;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none}.Pagination_navButton__LwDnE,.Pagination_pageButton__7RCzI{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;border-radius:var(--radius-md);background:var(--surface-primary);border:1px solid var(--border-subtle);color:var(--foreground-secondary);font-size:.85rem;font-weight:600;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.Pagination_navButton__LwDnE:focus-visible,.Pagination_pageButton__7RCzI:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}.Pagination_navButton__LwDnE:hover:not(:disabled),.Pagination_pageButton__7RCzI:hover:not(:disabled){border-color:var(--border-strong);color:var(--foreground-primary)}.Pagination_navButton__LwDnE:disabled,.Pagination_pageButton__7RCzI:disabled{opacity:.4;cursor:not-allowed}.Pagination_pageButtonActive__ca9yC{background:var(--color-terracotta);border-color:var(--color-terracotta);color:var(--foreground-on-accent)}.Pagination_pageButtonActive__ca9yC:hover:not(:disabled){background:var(--color-terracotta-strong);border-color:var(--color-terracotta-strong);color:var(--foreground-on-accent)}.Pagination_ellipsis__foCAT{justify-content:center;min-width:1.5rem;height:2.25rem;color:var(--foreground-muted);font-size:.85rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Pagination_ellipsis__foCAT,.Pill_root__yWEIv{display:inline-flex;align-items:center;font-weight:600}.Pill_root__yWEIv{gap:.35rem;border-radius:var(--radius-full);line-height:1;white-space:nowrap}.Pill_sizeSm__7YHQG{padding:.25rem .55rem;font-size:.7rem;letter-spacing:.04em}.Pill_sizeMd__rAUUU{padding:.4rem .75rem;font-size:.8rem}.Pill_accent__Uk4y2{background:var(--color-terracotta);color:var(--foreground-on-accent)}.Pill_leaf__NdpID{background:var(--color-leaf);color:var(--foreground-on-accent)}.Pill_muted__iCU_l{background:var(--surface-tertiary);color:var(--foreground-secondary)}.Pill_soft__7d_37{background:var(--color-terracotta-soft);color:var(--color-terracotta)}.Pill_outline__unugv{border:1px solid var(--border-strong);color:var(--foreground-primary);background:rgba(0,0,0,0)}.MapPostPopup_root__WiQvC{position:fixed;left:50%;top:max(.75rem,env(safe-area-inset-top));transform:translateX(-50%);width:calc(100% - 1.5rem);max-width:calc(480px - 1.5rem);height:var(--map-popup-height,104px);display:flex;align-items:stretch;gap:.75rem;padding:.6rem;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-2xl);box-shadow:var(--shadow-elevated);text-decoration:none;color:inherit;z-index:40;transition:transform .2s cubic-bezier(.32,.72,0,1)}.MapPostPopup_root__WiQvC:active{transform:translateX(-50%) scale(.985)}.MapPostPopup_hasLatestTab__mxOFo{border-bottom-left-radius:0}.MapPostPopup_photoWrap__Z7MvE{position:relative;flex-shrink:0;width:calc(var(--map-popup-height, 104px) - 1.2rem);height:calc(var(--map-popup-height, 104px) - 1.2rem);border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-tertiary)}.MapPostPopup_photo__lQsck{width:100%;height:100%;object-fit:cover;display:block}.MapPostPopup_photoBadge__pFm9S{position:absolute;right:4px;bottom:4px;padding:1px 6px;border-radius:var(--radius-full);background:rgba(0,0,0,.55);color:#fff;font-size:.68rem;font-weight:600}.MapPostPopup_text__GcJR3{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.3rem;overflow:hidden}.MapPostPopup_metaRow__itVQD{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.MapPostPopup_time__vLdv2{font-size:.78rem;color:var(--foreground-secondary);font-weight:600}.MapPostPopup_authorRow__fVIYU{display:inline-flex;align-items:center;gap:.3rem;min-width:0}.MapPostPopup_authorName__6M889{font-size:.8rem;font-weight:600;color:var(--foreground-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MapPostPopup_body__jdRxA{font-size:.82rem;line-height:1.4;color:var(--foreground-secondary);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.MapPostPopup_textWide__aSBYY .MapPostPopup_body__jdRxA{-webkit-line-clamp:3;line-clamp:3}.MapPostPopup_chevron__L64Si{align-self:center;color:var(--foreground-muted);flex-shrink:0}.MapPostPopup_latestTab__ExbP9{position:absolute;top:100%;left:0;padding:3px 10px;border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--color-terracotta);color:var(--foreground-on-accent);font-size:.68rem;font-weight:700;letter-spacing:.04em;line-height:1.4;box-shadow:0 6px 14px -6px rgba(194,90,60,.55);white-space:nowrap;pointer-events:none}.MapFabStack_root__hcpvU{position:absolute;right:1rem;bottom:min(var(--bottom-tab-height,0px) + env(safe-area-inset-bottom) + 16px,100dvh - 120px);display:flex;flex-direction:column;align-items:center;gap:.65rem;z-index:5;transition:bottom .28s cubic-bezier(.32,.72,0,1)}.MapFabStack_postFab__fGurb{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--foreground-primary);color:var(--foreground-on-accent);box-shadow:0 6px 16px rgba(0,0,0,.2);transition:transform .16s ease}.MapFabStack_postFab__fGurb:active{transform:scale(.94)}.MapFabStack_locateFab__sxO7p{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--surface-primary);color:var(--foreground-primary);border:1px solid var(--border-subtle);box-shadow:0 6px 16px rgba(0,0,0,.15);transition:transform .16s ease}.MapFabStack_locateFab__sxO7p:active{transform:scale(.94)}.MapFabStack_locateFab__sxO7p:disabled{opacity:.6;cursor:progress}.MapTypeSwitcher_root__Gs8Q3{position:absolute;left:1rem;bottom:min(var(--bottom-tab-height,0px) + env(safe-area-inset-bottom) + 16px,100dvh - 120px);display:inline-flex;padding:2px;border-radius:var(--radius-full);background:var(--surface-elevated);box-shadow:0 6px 16px rgba(0,0,0,.2);z-index:5;transition:bottom .28s cubic-bezier(.32,.72,0,1)}.MapTypeSwitcher_option__oVcZL{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--radius-full);background:rgba(0,0,0,0);color:var(--foreground-secondary);cursor:pointer;transition:background .16s ease,color .16s ease}.MapTypeSwitcher_option__oVcZL:active{transform:scale(.94)}.JumpToLatestButton_root__rH0xc,.MapTypeSwitcher_active__Ybo0A{background:var(--foreground-primary);color:var(--foreground-on-accent)}.JumpToLatestButton_root__rH0xc{position:absolute;left:50%;bottom:min(var(--bottom-tab-height,0px) + env(safe-area-inset-bottom) + 16px + 28px,100dvh - 120px);transform:translateX(-50%);display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border:none;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;letter-spacing:.02em;box-shadow:0 8px 20px rgba(0,0,0,.22);cursor:pointer;z-index:6;transition:transform .16s ease,bottom .28s cubic-bezier(.32,.72,0,1)}.JumpToLatestButton_root__rH0xc:active{transform:translateX(-50%) scale(.96)}.JumpToLatestButton_label__u9bvS{white-space:nowrap}.Map_root__QBAy6{position:absolute;inset:0;display:flex;flex-direction:column;overflow:hidden}.AppShell_root__LKh6Q{display:flex;justify-content:center;height:100vh;height:100dvh;width:100%}.AppShell_viewport__P9VQi{position:relative;display:flex;flex-direction:column;width:100%;max-width:480px;height:100%;background:var(--cream);box-shadow:0 0 0 1px var(--border-subtle);overflow:hidden}.AppShell_scrollArea__mthEN{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.AppShell_mapLayer__AlWnc{position:absolute;inset:0;z-index:1;overflow:hidden}.AppShell_mapLayerHidden__OCgDL{visibility:hidden;pointer-events:none}.AppShell_main__HtMTX{display:flex;flex-direction:column;min-height:100%;padding-bottom:84px}.AppShell_mainFull__Y_j4k{padding-bottom:0}.AppShell_topLogin____sG8{position:absolute;top:max(.75rem,env(safe-area-inset-top));right:1rem;z-index:50;display:inline-flex;align-items:center;gap:.3rem;padding:.45rem .85rem;border-radius:var(--radius-full);background:var(--color-terracotta);color:var(--foreground-on-accent);font-size:.72rem;font-weight:600;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,.18)}.AppShell_topLogin____sG8:hover{background:var(--color-terracotta-strong)}.IconButton_root__wEyC4{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);color:var(--foreground-primary);transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.IconButton_root__wEyC4:focus-visible{outline:2px solid var(--color-terracotta);outline-offset:2px}.IconButton_root__wEyC4:active:not(:disabled){transform:scale(.96)}.IconButton_sizeSm__fsQr_{width:32px;height:32px}.IconButton_sizeMd___irJ4{width:40px;height:40px}.IconButton_sizeLg__5SIye{width:48px;height:48px}.IconButton_surface__2DPyc{background:var(--surface-primary);box-shadow:var(--shadow-card)}.IconButton_surface__2DPyc:hover:not(:disabled){background:var(--surface-secondary)}.IconButton_ghost__KsBfY{background:rgba(0,0,0,0);color:var(--foreground-secondary)}.IconButton_ghost__KsBfY:hover:not(:disabled){background:var(--surface-secondary);color:var(--foreground-primary)}.IconButton_primary___R5T9{background:var(--color-terracotta);color:var(--foreground-on-accent);box-shadow:var(--shadow-fab)}.IconButton_primary___R5T9:hover:not(:disabled){background:var(--color-terracotta-strong)}.PdfList_groups__bk_CW{display:flex;flex-direction:column;gap:1.25rem}.PdfList_group__3T0PG{display:flex;flex-direction:column;gap:.5rem}.PdfList_groupHeader__zeCpq{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:var(--foreground-secondary);letter-spacing:.04em;margin:0 .15rem;text-transform:uppercase}.PdfList_groupHeaderIcon__o2AvF{display:inline-flex;align-items:center;justify-content:center;color:var(--color-terracotta)}.PdfList_list__3fOnG{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.PdfList_item__ODWh5{background:var(--surface-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);width:100%;display:flex;align-items:center;gap:.75rem;padding:.85rem .95rem;text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.PdfList_item__ODWh5:hover:not(:disabled){border-color:var(--color-terracotta)}.PdfList_item__ODWh5:disabled{cursor:progress;opacity:.7}.PdfList_icon__dsUzN{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-lg);background:var(--surface-secondary);color:var(--color-terracotta);flex-shrink:0}.PdfList_body__Jsb3S{display:flex;flex-direction:column;gap:.15rem;flex:1 1;min-width:0}.PdfList_title__tl3MI{font-weight:600;color:var(--foreground-primary);font-size:.9rem}.PdfList_description__P8Goi{font-size:.78rem;color:var(--foreground-secondary);display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.PdfList_error__MHZBF{font-size:.75rem;color:var(--color-terracotta);margin-top:.15rem}.PdfList_trailing__cAGNM{color:var(--foreground-muted);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.PdfList_spinner__BhfEz{animation:PdfList_spin__aOfuP .8s linear infinite}@keyframes PdfList_spin__aOfuP{to{transform:rotate(1turn)}}.PdfListPage_page__wrGHH{display:flex;flex-direction:column;gap:1rem;padding:0 0 1.5rem}.PdfListPage_headerBar__ZC_oI{display:flex;align-items:center;padding:.6rem .75rem}.PdfListPage_intro__XEMrf{display:flex;flex-direction:column;gap:.2rem;padding:0 1rem}.PdfListPage_title__ysmRU{font-size:1.25rem;font-weight:700;color:var(--foreground-primary)}.PdfListPage_subtitle__rlwuG{font-size:.82rem;color:var(--foreground-secondary)}.PdfListPage_section__syFoj{padding:0 1rem}.Modal_overlay__B1db3{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--surface-overlay);z-index:100;animation:Modal_fadeIn__fwn_f .16s ease}.Modal_modal__JuV44{width:100%;max-width:340px;background:var(--surface-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-elevated);padding:1.5rem;animation:Modal_lift__ugiJq .2s ease}@keyframes Modal_fadeIn__fwn_f{0%{opacity:0}to{opacity:1}}@keyframes Modal_lift__ugiJq{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.PostDeleteModal_root__QFfae{display:flex;flex-direction:column;align-items:center;gap:.85rem}.PostDeleteModal_iconWrap__YkpdG{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-full);background:var(--color-terracotta-soft);color:var(--color-terracotta)}.PostDeleteModal_title__EtM_C{font-size:1.05rem;font-weight:700;text-align:center;color:var(--foreground-primary)}.PostDeleteModal_description__kqNWD{font-size:.85rem;color:var(--foreground-secondary);text-align:center;line-height:1.55}.PostDeleteModal_preview__EJyIw{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem;border-radius:var(--radius-xl);background:var(--surface-secondary)}.PostDeleteModal_previewPlaceholder__MSGu3,.PostDeleteModal_previewThumb__A8cHg{width:56px;height:56px;border-radius:var(--radius-lg);object-fit:cover;flex-shrink:0;background:var(--surface-tertiary)}.PostDeleteModal_previewMeta__ADZWw{display:flex;flex-direction:column;gap:.2rem;min-width:0}.PostDeleteModal_previewPlace__ioAw8{font-weight:600;color:var(--foreground-primary);font-size:.9rem}.PostDeleteModal_previewSub__eKOSc{font-size:.78rem;color:var(--foreground-secondary)}.PostDeleteModal_actions__KBshC{display:flex;gap:.6rem;width:100%;margin-top:.4rem}.PostDetailPage_page__vzeOf{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}.PostDetailPage_headerBar__STY0R{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;background:rgba(0,0,0,0);pointer-events:none}.PostDetailPage_headerBar__STY0R>*{pointer-events:auto}.PostDetailPage_headerGroup__hhQ6e{display:inline-flex;align-items:center;gap:.5rem}.PostDetailPage_listLinkFloating__f4WNJ{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-full);background:var(--surface-primary);box-shadow:var(--shadow-card);color:var(--foreground-primary);transition:background-color .16s ease,transform .16s ease}.PostDetailPage_listLinkFloating__f4WNJ:hover{background:var(--surface-secondary)}.PostDetailPage_listLinkFloating__f4WNJ:active{transform:scale(.96)}.PostDetailPage_photoCard__fQjkf{position:relative;margin:0 1rem;aspect-ratio:4/3;border-radius:var(--radius-lg);background:var(--surface-tertiary);overflow:hidden;border:1px solid var(--border-subtle)}.PostDetailPage_photoImage__XJbd0{width:100%;height:100%;object-fit:cover;display:block}.PostDetailPage_photoBadge__FgPzH{position:absolute;bottom:.6rem;right:.6rem;padding:.25rem .55rem;border-radius:var(--radius-full);background:rgba(26,26,26,.6);color:var(--foreground-on-accent);font-size:.72rem;font-weight:600;font-family:var(--font-geist-mono),monospace}.PostDetailPage_thumbRow__MZQWg{display:flex;gap:.5rem;padding:0 1rem;overflow-x:auto;scrollbar-width:none}.PostDetailPage_thumbRow__MZQWg::-webkit-scrollbar{display:none}.PostDetailPage_thumbButton__0w0Hg{flex-shrink:0;width:64px;height:64px;border-radius:var(--radius-lg);overflow:hidden;border:2px solid rgba(0,0,0,0);padding:0;background:var(--surface-tertiary);transition:border-color .16s ease}.PostDetailPage_thumbActive__vKyZx{border-color:var(--color-terracotta)}.PostDetailPage_thumb__1wFbR{width:100%;height:100%;object-fit:cover}.PostDetailPage_info___72__{display:flex;flex-direction:column;gap:.85rem;padding:0 1rem}.PostDetailPage_metaRow__8Uqih{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.PostDetailPage_metaTime__YvA39{font-size:.85rem;color:var(--foreground-secondary)}.PostDetailPage_locRow__Xv4dw{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.82rem;color:var(--foreground-secondary)}.PostDetailPage_locName__puiY2{font-weight:600;color:var(--foreground-primary)}.PostDetailPage_locCoord__Jstso{font-family:var(--font-geist-mono),monospace}.PostDetailPage_locLink__HJBDp{color:var(--color-terracotta)}.PostDetailPage_body__bZ2s5{font-size:.95rem;color:var(--foreground-primary);line-height:1.65;white-space:pre-wrap}.PostDetailPage_authorRow__sr2V8{display:flex;align-items:center;gap:.55rem;padding-top:.4rem;border-top:1px solid var(--border-subtle)}.PostDetailPage_authorName__rxs_s{font-weight:600;font-size:.85rem;color:var(--foreground-primary)}.PostDetailPage_authorMeta__hj2nU{font-size:.78rem;color:var(--foreground-muted)}.PostDetailPage_actions__x39S6{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-top:.6rem}.PostDetailPage_deleteLink__ikktQ{background:none;border:none;padding:.25rem .5rem;font-size:.78rem;color:var(--color-danger,#c8443c);text-decoration:underline;cursor:pointer}.PostDetailPage_deleteLink__ikktQ:hover{opacity:.75}.AlbumLightbox_overlay__nw2xp{position:fixed;inset:0;z-index:200;display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;width:100vw;max-width:100vw;overflow-x:hidden;background:rgba(10,10,10,.94);color:var(--foreground-inverse);animation:AlbumLightbox_fadeIn__hlqfl .16s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.AlbumLightbox_topBar__mzHIJ{display:flex;align-items:center;justify-content:space-between;padding:max(env(safe-area-inset-top),.75rem) 1rem .5rem}.AlbumLightbox_counter__81z3r{font-size:.85rem;color:hsla(0,0%,100%,.75);letter-spacing:.04em}.AlbumLightbox_topAction__D9HDL{background:hsla(0,0%,100%,.12);color:var(--foreground-inverse);box-shadow:none}.AlbumLightbox_topAction__D9HDL:hover:not(:disabled){background:hsla(0,0%,100%,.22);color:var(--foreground-inverse)}.AlbumLightbox_stage__18C46{position:relative;overflow:hidden;touch-action:pan-y;min-height:0;min-width:0;width:100%;max-width:100%}.AlbumLightbox_track__4KUjN{display:flex;height:100%;width:100%;max-width:100%;will-change:transform}.AlbumLightbox_slide__TAeul{flex:0 0 100%;width:100%;max-width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box;overflow:hidden}.AlbumLightbox_photo__RnxLB{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;pointer-events:none}.AlbumLightbox_nav__AlQqw{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);padding:.25rem;display:none}.AlbumLightbox_navPrev__nRTQp{left:.5rem}.AlbumLightbox_navNext__S5mxO{right:.5rem}@media(hover:hover)and (pointer:fine){.AlbumLightbox_nav__AlQqw{display:block}}.AlbumLightbox_footer__eVjI7{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem max(env(safe-area-inset-bottom),.9rem);background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,0))}.AlbumLightbox_footerText__xH8gs{min-width:0;display:flex;flex-direction:column;gap:.2rem}.AlbumLightbox_author__1pvsl{font-size:.95rem;font-weight:600}.AlbumLightbox_author__1pvsl,.AlbumLightbox_meta___Bov1{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.AlbumLightbox_meta___Bov1{font-size:.78rem;color:hsla(0,0%,100%,.7)}.AlbumLightbox_detailLink__oVFBF{flex-shrink:0;display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:var(--radius-full);background:var(--surface-primary);color:var(--foreground-primary);font-size:.85rem;font-weight:600;transition:background-color .16s ease}.AlbumLightbox_detailLink__oVFBF:hover{background:var(--surface-secondary)}@keyframes AlbumLightbox_fadeIn__hlqfl{0%{opacity:0}to{opacity:1}}.PostAlbumGrid_album__ETsM5{display:flex;flex-direction:column;gap:1.5rem}.PostAlbumGrid_section__GgW8q{display:flex;flex-direction:column;gap:.5rem}.PostAlbumGrid_sectionHeader__gh_bJ{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:0 .1rem}.PostAlbumGrid_sectionDate__55uZ3{font-size:.9rem;font-weight:700;color:var(--foreground-primary)}.PostAlbumGrid_sectionCount__Qz6Cu{margin-left:auto;font-size:.75rem;color:var(--foreground-secondary)}.PostAlbumGrid_grid__uIOtf{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.PostAlbumGrid_cell__sj68A{position:relative;display:block;padding:0;border:none;aspect-ratio:1/1;overflow:hidden;background:var(--surface-tertiary);cursor:pointer;transition:opacity .16s ease}.PostAlbumGrid_cell__sj68A:active{opacity:.7}.PostAlbumGrid_photo__D28oJ{width:100%;height:100%;object-fit:cover;display:block}.PostAlbumGrid_empty__CH_5s{color:var(--foreground-muted);font-size:.9rem;padding:2rem 0;text-align:center}.PostPhotoGrid_grid__jwFLp{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.PostPhotoGrid_cell__oXZpg{position:relative;display:block;padding:0;border:none;aspect-ratio:1/1;overflow:hidden;background:var(--surface-tertiary);cursor:pointer;transition:opacity .16s ease}.PostPhotoGrid_cell__oXZpg:active{opacity:.7}.PostPhotoGrid_photo__9bGv5{width:100%;height:100%;object-fit:cover;display:block}.ScheduleMap_root__1ElpG{position:relative;width:100%;height:180px;overflow:hidden;background:var(--surface-secondary);border-radius:var(--radius-md);box-shadow:0 2px 10px rgba(0,0,0,.08)}.ScheduleMap_pin__c_vGG{position:relative;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-full);background:var(--color-terracotta);border:2px solid var(--surface-primary);color:var(--surface-primary);box-shadow:0 4px 12px rgba(0,0,0,.25);transform-origin:center}.ScheduleMap_pinAttention__zEsRE{animation:ScheduleMap_pinAttention__zEsRE .85s ease-out}@keyframes ScheduleMap_pinAttention__zEsRE{0%{transform:scale(1);box-shadow:0 4px 12px rgba(0,0,0,.25)}25%{transform:scale(1.45);box-shadow:0 8px 22px rgba(0,0,0,.35)}60%{transform:scale(.95)}to{transform:scale(1);box-shadow:0 4px 12px rgba(0,0,0,.25)}}.ScheduleMap_pinIndex__yVNaq{font-size:.7rem;font-weight:700;line-height:1;font-family:var(--font-geist-mono),monospace}.DayDetail_root__ojyLX{display:flex;flex-direction:column;gap:1.25rem;padding:0 1rem}.DayDetail_header__P8dPh{display:flex;flex-direction:column;gap:.4rem}.DayDetail_title__PzH3T{font-size:1.45rem;font-weight:700;color:var(--foreground-primary);line-height:1.3}.DayDetail_description__1PStM{font-size:.9rem;color:var(--foreground-secondary);line-height:1.55}.DayDetail_section__lo15H{display:flex;flex-direction:column;gap:.5rem}.DayDetail_sectionTitle__ObPGv{display:inline-flex;align-items:center;gap:.4rem;align-self:flex-start;padding:.2rem .65rem .2rem .55rem;border-radius:var(--radius-full);background:var(--color-terracotta-soft);color:var(--color-terracotta);font-size:.82rem;font-weight:700;letter-spacing:.02em}.DayDetail_sectionBody__sXGXW{display:flex;flex-direction:column;background:var(--surface-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);padding:1rem 1.1rem 1.1rem}.DayDetail_placeList__1gYV0{display:flex;flex-direction:column;gap:.55rem}.DayDetail_placeItem__HI9Ht{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.5rem .6rem;margin:-.5rem -.6rem;background:rgba(0,0,0,0);border:none;border-radius:var(--radius-md);text-align:left;cursor:pointer;color:inherit;font:inherit;transition:background .12s ease}.DayDetail_placeItem__HI9Ht:active:not(:disabled){background:var(--color-terracotta-soft)}.DayDetail_placeItem__HI9Ht:disabled{cursor:default}.DayDetail_placeIndex__pfK_X{flex-shrink:0;width:24px;height:24px;border-radius:var(--radius-full);background:var(--color-terracotta-soft);color:var(--color-terracotta);font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.DayDetail_placeText__AMmuo{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1 1}.DayDetail_placeName__R4_Pd{font-weight:600;font-size:.95rem;color:var(--foreground-primary)}.DayDetail_placeDesc__Yyvjh{font-size:.8rem;color:var(--foreground-secondary)}.DayDetail_timedList__AUkJD{display:flex;flex-direction:column;gap:.85rem}.DayDetail_timedItem__pnk6i{display:flex;gap:.85rem}.DayDetail_timedTime__ESkBS{font-family:var(--font-geist-mono),monospace;font-weight:700;font-size:.9rem;color:var(--color-terracotta);min-width:3.25rem;padding-top:.15rem}.DayDetail_timedBody__EKuWB{display:flex;flex-direction:column;gap:.3rem;flex:1 1}.DayDetail_timedTitleRow__Av5mX{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.DayDetail_timedTitle__L5GiX{font-weight:600;color:var(--foreground-primary);font-size:.92rem}.DayDetail_timedDesc__wZuRY{font-size:.8rem;color:var(--foreground-secondary)}.InputField_root__4qTq9{display:flex;flex-direction:column;gap:.4rem;width:100%}.InputField_label__2Que3{font-size:.78rem;font-weight:600;color:var(--foreground-secondary);letter-spacing:.02em;text-transform:uppercase}.InputField_field__ltWke{width:100%;padding:.85rem 1rem;border-radius:var(--radius-xl);border:1px solid var(--border-subtle);background:var(--surface-primary);color:var(--foreground-primary);font-size:.95rem;font:inherit;transition:border-color .16s ease,box-shadow .16s ease}.InputField_field__ltWke::placeholder{color:var(--foreground-muted)}.InputField_field__ltWke:focus{outline:none;border-color:var(--color-terracotta);box-shadow:0 0 0 3px var(--color-terracotta-soft)}.InputField_textarea___hhz5{min-height:7rem;resize:vertical;line-height:1.55}.InputField_fieldError__NGpop{border-color:var(--color-terracotta)}.InputField_helper__W_8_0{font-size:.78rem;color:var(--foreground-muted)}.InputField_helperError__Z6ySH{color:var(--color-terracotta)}.Toggle_root__DThpA{display:inline-flex;align-items:center;gap:.65rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Toggle_label__P8e6M{font-size:.85rem;color:var(--foreground-primary)}.Toggle_input__Es6Za{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.Toggle_input__Es6Za:focus-visible+.Toggle_track__o2bMZ{box-shadow:0 0 0 2px var(--color-terracotta)}.Toggle_track__o2bMZ{position:relative;width:44px;height:26px;border-radius:var(--radius-full);background:var(--surface-tertiary);transition:background-color .16s ease;flex-shrink:0}.Toggle_thumb__y0Zx2{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:var(--radius-full);background:var(--surface-primary);box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .16s ease}.Toggle_on__vlra7{background:var(--color-leaf)}.Toggle_on__vlra7 .Toggle_thumb__y0Zx2{transform:translateX(18px)}.PhotoPicker_root__AepsU{display:flex;flex-direction:column;gap:.65rem}.PhotoPicker_header__gIc5F{display:flex;align-items:baseline;justify-content:space-between}.PhotoPicker_title__05kCT{font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--foreground-secondary);text-transform:uppercase}.PhotoPicker_count__nqgdU{font-size:.78rem;color:var(--foreground-muted)}.PhotoPicker_grid__AUMrd{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.6rem;gap:.6rem}.PhotoPicker_cell__8oKgv{position:relative;aspect-ratio:1/1;border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-tertiary)}.PhotoPicker_thumb__VUIn2{width:100%;height:100%;object-fit:cover}.PhotoPicker_removeButton__kYlcY{position:absolute;top:6px;right:6px;width:28px;height:28px}.PhotoPicker_addButton__QDMpA{aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border:1.5px dashed var(--border-strong);background:var(--surface-secondary);border-radius:var(--radius-xl);color:var(--foreground-secondary);font-size:.75rem;font-weight:600;transition:border-color .16s ease,color .16s ease}.PhotoPicker_addButton__QDMpA:hover{border-color:var(--color-terracotta);color:var(--color-terracotta)}.PostCreatePage_page__dd3RJ{display:flex;flex-direction:column;flex:1 1}.PostCreatePage_header__AUxoN{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.85rem 1rem}.PostCreatePage_headerTitle__Dtt8Q{text-align:center;font-size:.95rem;font-weight:700;color:var(--foreground-primary)}.PostCreatePage_headerButton__sMdUw{font-size:.88rem;font-weight:600;color:var(--foreground-secondary);padding:.4rem .65rem;background:rgba(0,0,0,0);border:none;cursor:pointer}.PostCreatePage_headerButton__sMdUw:first-of-type{justify-self:start}.PostCreatePage_headerButton__sMdUw:last-of-type{justify-self:end}.PostCreatePage_headerButton__sMdUw:disabled{opacity:.45;cursor:not-allowed}.PostCreatePage_headerSubmit__549dL{color:var(--color-terracotta)}.PostCreatePage_body__zNfgy{display:flex;flex-direction:column;gap:1.25rem;padding:1.1rem 1rem 1.75rem}.PostCreatePage_field__iUySS{display:flex;flex-direction:column;gap:.55rem}.PostCreatePage_fieldLabel__t_7hh{font-size:.78rem;font-weight:700;letter-spacing:.04em;color:var(--foreground-secondary);text-transform:uppercase}.PostCreatePage_fieldHint__IbU2A{display:block;font-size:.78rem;color:var(--foreground-muted);margin-top:.2rem}.PostCreatePage_dateRow__3vvSt{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl)}.PostCreatePage_dateValue__jqM8I{font-size:.95rem;color:var(--foreground-primary);font-weight:600}.PostCreatePage_tabRow__Db9wT{display:flex;gap:.5rem}.PostCreatePage_locationError__jofeh{font-size:.78rem;color:var(--color-terracotta)}.PostCreatePage_locationHint__eVabY{font-size:.78rem;color:var(--foreground-muted)}.PostCreatePage_publicRow__1uTw3{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl)}.DayNoteCard_root__3h3Lz{display:flex;flex-direction:column;gap:.5rem}.DayNoteCard_title__pj4t7{display:inline-flex;align-items:center;gap:.3rem;align-self:flex-start;padding:.2rem .65rem;border-radius:var(--radius-full);background:var(--color-terracotta-soft);color:var(--color-terracotta);font-size:.82rem;font-weight:700;letter-spacing:.02em}.DayNoteCard_card__b0_BF{background:var(--surface-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.1rem}.DayNoteCard_header__X6yFt{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.DayNoteCard_subtitle__KgGx4{font-size:.78rem;color:var(--foreground-muted)}.DayNoteCard_list__UnE5L{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.DayNoteCard_item__mHtr6{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .85rem;border-radius:.6rem;background:var(--surface-soft,rgba(0,0,0,.03))}.DayNoteCard_body__OEBVJ{font-size:.92rem;color:var(--foreground-primary);line-height:1.55;white-space:pre-wrap;margin:0}.DayNoteCard_empty__rYXZP{font-size:.85rem;color:var(--foreground-muted)}.DayNoteCard_footer__Oyaht{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.DayNoteCard_footerLeft__DxlZn{display:flex;align-items:center;gap:.5rem;min-width:0}.DayNoteCard_author__xu1zo{font-size:.78rem;color:var(--foreground-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DayNoteCard_actions__T_PYS{display:flex;gap:.25rem}.DayNoteCard_editor__jhYeT{display:flex;flex-direction:column;gap:.6rem}.DayNoteCard_editorActions__j_f76{display:flex;gap:.5rem;justify-content:flex-end}.DaySlider_root__2BvN1{display:flex;flex-direction:column;gap:.7rem;padding:.5rem 1.25rem .25rem}.DaySlider_summary__VpwCP{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;min-height:1.7rem}.DaySlider_summaryDay__Mfu3i{font-size:.95rem;font-weight:700;color:var(--color-terracotta);letter-spacing:.04em}.DaySlider_summaryDay__Mfu3i strong{font-family:var(--font-geist-mono),monospace;font-size:1.4rem;font-weight:800}.DaySlider_summaryPre__Bo4pV{font-size:1.05rem;font-weight:800;color:var(--color-terracotta);letter-spacing:.04em}.DaySlider_summaryDayTotal____5pr{color:var(--foreground-muted);font-weight:600}.DaySlider_summaryDate__lMO89{font-size:.85rem;color:var(--foreground-secondary);font-weight:600}.DaySlider_sliderRow__MuTeb{--nav-size:32px;--nav-gap:0.5rem;display:grid;grid-template-columns:var(--nav-size) 1fr var(--nav-size);align-items:center;grid-gap:var(--nav-gap);gap:var(--nav-gap)}.DaySlider_navButton__EfOp6{display:inline-flex;align-items:center;justify-content:center;width:var(--nav-size);height:var(--nav-size);padding:0;border:1px solid rgba(194,90,60,.35);border-radius:var(--radius-full);background:var(--surface-primary);color:var(--color-terracotta);line-height:1;cursor:pointer;transition:background .12s ease,transform .12s ease,box-shadow .12s ease;box-shadow:0 4px 10px -6px rgba(194,90,60,.45)}.DaySlider_navButton__EfOp6:hover:not(:disabled){background:rgba(194,90,60,.08)}.DaySlider_navButton__EfOp6:active:not(:disabled){transform:scale(.94)}.DaySlider_navButton__EfOp6:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.DaySlider_sliderWrap__cUInJ{--thumb-size:28px;--track-h:10px;--progress:0;--thumb-left:calc(var(--thumb-size) / 2 + (100% - var(--thumb-size)) * var(--progress) / 100);position:relative;height:calc(var(--thumb-size) + 44px);padding-top:22px}.DaySlider_track__9ryTD{position:absolute;left:0;right:0;top:50%;height:var(--track-h);border-radius:var(--radius-full);background:linear-gradient(90deg,rgba(194,90,60,.18),rgba(194,90,60,.1));transform:translateY(-50%);overflow:hidden;pointer-events:none}.DaySlider_trackFill__jHp7f{width:var(--thumb-left);height:100%;background:linear-gradient(90deg,var(--color-terracotta) 0,#e07a5a 100%);border-radius:inherit;transition:width .12s ease-out}.DaySlider_ticks__r9Dpj{position:absolute;left:0;right:0;top:50%;height:var(--track-h);transform:translateY(-50%);pointer-events:none}.DaySlider_tick__DPQK9{position:absolute;top:50%;width:2px;height:14px;background:hsla(0,0%,100%,.7);transform:translate(-50%,-50%);border-radius:1px}.DaySlider_tickSelected__1cCLD{background:var(--surface-primary);height:18px;width:3px;box-shadow:0 0 0 2px rgba(194,90,60,.25)}.DaySlider_tickToday__YI6h9:after{content:"";position:absolute;left:50%;top:-10px;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:var(--color-leaf);box-shadow:0 0 0 3px rgba(90,117,72,.18)}.DaySlider_range__r9EPp{position:absolute;inset:0;width:100%;height:100%;margin:0;background:rgba(0,0,0,0);-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:-webkit-grab;cursor:grab;z-index:2}.DaySlider_range__r9EPp::-webkit-slider-runnable-track{height:var(--thumb-size);background:rgba(0,0,0,0)}.DaySlider_range__r9EPp::-moz-range-track{height:var(--thumb-size);background:rgba(0,0,0,0)}.DaySlider_range__r9EPp::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--thumb-size);height:var(--thumb-size);border-radius:50%;background:var(--surface-primary);border:3px solid var(--color-terracotta);box-shadow:0 6px 14px -4px rgba(194,90,60,.55);cursor:-webkit-grab;cursor:grab;-webkit-transition:transform .12s ease;transition:transform .12s ease}.DaySlider_range__r9EPp::-moz-range-thumb{width:var(--thumb-size);height:var(--thumb-size);border-radius:50%;background:var(--surface-primary);border:3px solid var(--color-terracotta);box-shadow:0 6px 14px -4px rgba(194,90,60,.55);cursor:grab}.DaySlider_range__r9EPp:active{cursor:-webkit-grabbing;cursor:grabbing}.DaySlider_range__r9EPp:active::-webkit-slider-thumb{transform:scale(1.08);cursor:-webkit-grabbing;cursor:grabbing}.DaySlider_range__r9EPp:focus-visible{outline:none}.DaySlider_range__r9EPp:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(194,90,60,.3),0 6px 14px -4px rgba(194,90,60,.55)}.DaySlider_range__r9EPp:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px rgba(194,90,60,.3),0 6px 14px -4px rgba(194,90,60,.55)}.DaySlider_thumbBadge__mtEpi{position:absolute;bottom:calc(50% + var(--thumb-size)/2 + 6px);left:var(--thumb-left);font-family:var(--font-geist-mono),monospace;font-size:.7rem;font-weight:800;color:var(--color-terracotta);background:var(--surface-primary);border:1px solid rgba(194,90,60,.35);border-radius:var(--radius-full);padding:.05rem .4rem;transform:translateX(-50%);pointer-events:none;white-space:nowrap}.PreTripView_root__IWUlg{display:flex;flex-direction:column;gap:1.25rem;padding:0 1rem}.PreTripView_header__pf2Jz{display:flex;flex-direction:column;gap:.4rem}.PreTripView_title__qNma4{font-size:1.45rem;font-weight:700;color:var(--foreground-primary);line-height:1.3}.PreTripView_description__BNRQx{font-size:.9rem;color:var(--foreground-secondary);line-height:1.55}.PreTripView_section__3K54Q{display:flex;flex-direction:column;gap:.5rem}.PreTripView_sectionTitle__J_8lN{display:inline-flex;align-items:center;align-self:flex-start;padding:.2rem .65rem;border-radius:var(--radius-full);background:var(--color-terracotta-soft);color:var(--color-terracotta);font-size:.82rem;font-weight:700;letter-spacing:.02em}.PreTripView_sectionBody__YakwM{display:flex;flex-direction:column;gap:.6rem;background:var(--surface-primary);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);border:1px solid var(--border-subtle);padding:1rem 1.1rem}.PreTripView_empty__PT0_k{font-size:.85rem;color:var(--foreground-muted);padding:.5rem 0}.SchedulePage_page__Pmimf{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 0 1.5rem;flex:1 1}.SchedulePage_header__bokzS{display:flex;flex-direction:column;gap:.75rem}.SchedulePage_headerInner__d_4MQ{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1rem}.SchedulePage_titleGroup__zCPJB{display:flex;align-items:baseline;gap:.6rem;min-width:0}.SchedulePage_accent__3clo_{align-self:center;width:3px;height:1.1rem;border-radius:var(--radius-full);background:var(--color-terracotta);flex-shrink:0}.SchedulePage_title__NujVe{font-size:1.15rem;font-weight:700;letter-spacing:.01em;color:var(--foreground-primary)}.SchedulePage_subtitle__CidcI{font-size:.78rem;font-weight:500;color:var(--foreground-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SchedulePage_body__nWZL_{display:flex;flex-direction:column;gap:1.25rem}.SchedulePage_noteWrap__eyQik{padding:0 1rem}