@font-face{font-family:Pretendard Variable;font-display:swap;src:local("Pretendard Variable")}.map-placeholder{aspect-ratio:1.5;background:var(--tt-sand,#F6F2E9);border-radius:16px}:root{--tt-teal:#0F5C63;--tt-teal-dark:#12303B;--tt-teal-light:#E7F0EE;--tt-teal-bg:#EDF4F1;--tt-teal-text:#6E8B76;--tt-orange:#F2691D;--tt-orange-light:#F58A3C;--tt-orange-bg:#FBEDE2;--tt-orange-text:#B05A14;--tt-ink:#12303B;--tt-text:#5C5546;--tt-muted:#8B8371;--tt-muted-light:#A79E8B;--tt-sub:#8B8371;--tt-muted-lightest:#C9C0AC;--tt-line:#E3DCCB;--tt-sand-border:#E9E2D1;--tt-sand-deep:#EFE9DB;--tt-sand:#F6F2E9;--tt-cream:#FDFBF6;--tt-progress-empty:#EAE3D2;--toss-blue:var(--tt-teal);--toss-blue-light:var(--tt-teal-light);--toss-gray-900:var(--tt-ink);--toss-gray-700:var(--tt-text);--toss-gray-500:var(--tt-muted);--toss-gray-300:var(--tt-line);--toss-gray-100:var(--tt-sand);--toss-white:var(--tt-cream);--ink:var(--tt-ink);--muted:var(--tt-muted);--line:var(--tt-line);--paper:var(--tt-cream);--cream:var(--tt-sand);--green:var(--tt-teal);--green-dark:var(--tt-teal-dark);--green-soft:var(--tt-teal-light);--orange:var(--tt-orange);--yellow:#FFC85A;--pink:#FFE4E0;--lime:#4CD964;--shadow:0 2px 8px rgba(0,0,0,0.08);--shadow-soft:0 2px 12px rgba(0,0,0,0.06);--radius-xl:28px;--radius-lg:20px;--radius-md:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--tt-cream)}body{margin:0;color:var(--ink);font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a,button{color:inherit}a{text-decoration:none}.app-shell{width:100%;max-width:720px;margin:0 auto;padding:0 20px 60px;background:var(--tt-cream)}.app-shell:not(.community-shell):not(.plan-presentation-shell){display:flex;flex-direction:column;min-height:100dvh}.topbar{position:sticky;z-index:50;top:0;min-height:56px;display:flex;justify-content:space-between;gap:12px;background:rgba(253,251,246,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--tt-sand-deep)}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:10px}.brand-badge{width:34px;height:34px;display:grid;place-items:center}.brand-text{font-size:18px;font-weight:800;letter-spacing:-.01em;color:var(--tt-ink)}.brand-dot{color:var(--tt-orange)}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:white;font-weight:900;font-size:18px;background:var(--tt-teal);box-shadow:none}.brand>span:last-child{display:flex;align-items:baseline;line-height:1.1}.brand strong{letter-spacing:-.01em;font-size:18px;font-weight:800;color:var(--tt-ink)}.brand small{margin-top:3px;color:var(--tt-muted);font-size:9px;letter-spacing:.1em;font-weight:700}.topbar-status{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--toss-gray-300);border-radius:999px;background:var(--toss-white);color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.04em}.topbar-status span{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px rgba(76,217,100,.15)}.step-indicator{display:flex;justify-content:center;gap:8px;padding:20px 0 8px}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--toss-gray-300);transition:background .3s ease,transform .3s ease}.step-dot.is-current{background:var(--toss-blue);transform:scale(1.25)}.step-dot.is-done{background:var(--toss-blue);opacity:.4}.step-view{display:flex;flex-direction:column;gap:24px;padding:24px 0 32px}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.step-label{font-size:12px;font-weight:700;color:var(--tt-orange);letter-spacing:.06em;margin-bottom:-14px}.step-title{margin:0;font-size:27px;line-height:1.32;letter-spacing:-.02em;font-weight:800;color:var(--tt-ink)}.step-title em{color:var(--tt-teal);font-style:normal}.step-desc{margin:-8px 0 0;color:var(--tt-muted);font-size:13px;line-height:1.6}.step-nav{display:flex;gap:10px;margin-top:8px}.step-nav--sticky{position:fixed;bottom:0;left:0;right:0;background:var(--tt-cream);padding:12px 20px max(12px,env(safe-area-inset-bottom));z-index:10;border-top:1px solid var(--tt-line);box-shadow:0 -4px 16px rgba(0,0,0,.06)}.step-next{flex:1 1;min-height:52px;border:0;border-radius:16px;background:var(--tt-ink);color:var(--tt-sand);cursor:pointer;font-size:15px;font-weight:800;transition:background .15s ease}.step-next:hover{background:var(--tt-teal)}.step-back{min-width:72px;min-height:52px;border:1.5px solid var(--tt-line);border-radius:16px;background:#FFF;color:var(--tt-text);cursor:pointer;font-size:15px;font-weight:600;transition:background .15s ease}.step-back:hover{background:var(--tt-sand)}.step-restart{width:100%;min-height:52px;margin-top:16px;margin-bottom:80px;border:1.5px solid var(--tt-line);border-radius:16px;background:#FFF;color:var(--tt-text);cursor:pointer;font-size:15px;font-weight:600;transition:background .15s ease}.step-restart:hover{background:var(--tt-sand)}.ai-mode-cards{display:flex;gap:12px;margin-top:20px}.ai-mode-card{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;border:1.5px solid var(--tt-line);border-radius:16px;background:#FFF;cursor:pointer;text-align:center;transition:all .15s ease}.ai-mode-card.is-selected,.ai-mode-card:hover{border-color:var(--tt-teal);background:#F3F7F5}.ai-mode-card.is-selected{box-shadow:0 0 0 1px var(--tt-teal)}.ai-mode-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tt-sand);color:var(--tt-teal)}.ai-mode-card.is-selected .ai-mode-card__icon{background:var(--tt-teal);color:#FFF}.ai-mode-card strong{font-size:16px;color:var(--tt-ink)}.ai-mode-card p{font-size:13px;color:var(--tt-sub);line-height:1.5;margin:0}.theme-grid{margin-top:12px}.theme-chip{display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 6px 10px;border:1.5px solid var(--tt-line);border-radius:14px;background:#FFF;cursor:pointer;text-align:center;transition:all .15s ease}.theme-chip.is-selected,.theme-chip:hover{border-color:var(--tt-teal);background:#F3F7F5}.theme-chip.is-selected{box-shadow:0 0 0 1px var(--tt-teal)}.theme-chip__emoji{font-size:22px;line-height:1}.theme-chip strong{font-size:14px;color:var(--tt-ink);font-weight:700}.theme-chip small{font-size:11px;color:var(--tt-sub);line-height:1.3;font-weight:500}.theme-chip.is-selected strong{color:var(--tt-teal)}@media (max-width:400px){.theme-grid{grid-template-columns:repeat(3,1fr);gap:6px}.theme-chip{padding:10px 4px 8px}}.free-text-input{width:100%;min-height:120px;margin-top:16px;padding:16px;border:1.5px solid var(--tt-line);border-radius:12px;background:#FFF;font-size:15px;line-height:1.6;color:var(--tt-text);resize:vertical;font-family:inherit;transition:border-color .15s ease}.free-text-input:focus{outline:none;border-color:var(--tt-teal);box-shadow:0 0 0 2px rgba(15,92,99,.1)}.free-text-input::placeholder{color:var(--tt-sub)}.parsed-conditions{margin-top:16px;padding:16px;background:#F3F7F5;border:1px solid #d9e6e0;border-radius:12px}.parsed-conditions__title{font-size:13px;font-weight:600;color:var(--tt-teal);margin:0 0 10px}.parsed-conditions__items{display:flex;flex-wrap:wrap;gap:6px}.parsed-tag{display:inline-block;padding:4px 10px;background:#FFF;border:1px solid var(--tt-line);border-radius:20px;font-size:13px;color:var(--tt-text)}.parsed-time-editor{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--tt-line);border-radius:12px;background:#FFF}.parsed-time-editor label{display:flex;align-items:center;gap:5px;color:var(--tt-muted);font-size:12px;font-weight:700}.parsed-time-editor input{width:88px;border:0;background:transparent;color:var(--tt-text);font:inherit;font-weight:800}.step-loading{min-height:40vh;display:flex;align-items:center;justify-content:center}.hero{display:flex;flex-direction:column;gap:24px;padding:24px 0 32px}.eyebrow{display:inline-block;color:var(--tt-teal);font-size:11px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.planner-panel{position:relative;padding:24px;border:1px solid var(--toss-gray-300);border-radius:var(--radius-xl);background:var(--toss-white);box-shadow:var(--shadow);overflow:hidden}.planner-panel:before{display:none}.prompt-label{position:relative;display:block;margin-bottom:10px;font-weight:700;font-size:15px;letter-spacing:-.02em;color:var(--toss-gray-900)}.planner-panel textarea{position:relative;width:100%;resize:vertical;min-height:100px;padding:16px;border:1px solid var(--toss-gray-300);border-radius:var(--radius-md);outline:none;background:var(--toss-gray-100);color:var(--ink);font-size:15px;line-height:1.6;transition:border-color .2s ease,box-shadow .2s ease}.condition-grid input:focus,.condition-grid select:focus,.planner-panel textarea:focus{border-color:var(--tt-teal);box-shadow:0 0 0 3px rgba(15,92,99,.12);background:#FFF}.theme-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:0}.theme-grid button{min-width:0;padding:12px 8px;display:flex;align-items:center;gap:7px;border:1px solid var(--tt-sand-border);border-radius:14px;background:#FFF;color:var(--tt-text);cursor:pointer;font-size:14px;font-weight:700;transition:.15s ease}.theme-grid button span{font-size:18px}.theme-grid button.is-selected,.theme-grid button:hover{transform:none;border-color:var(--tt-teal);border-width:1.5px;background:var(--tt-teal-bg);color:var(--tt-teal);font-weight:800}.condition-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:0}.condition-grid label{min-width:0;display:flex;flex-direction:column;gap:6px}.condition-grid label>span{padding-left:2px;color:var(--toss-gray-500);font-size:12px;font-weight:600}.condition-grid input,.condition-grid select{width:100%;height:44px;padding:0 12px;border:1px solid var(--toss-gray-300);border-radius:12px;outline:none;background:var(--toss-white);color:var(--ink);font-size:14px;font-weight:500}.optimization-toggle{display:flex;padding:4px;gap:4px;border-radius:14px;background:var(--tt-sand-deep)}.optimization-toggle button{flex:1 1;padding:10px 12px;border:0;border-radius:11px;background:transparent;color:var(--tt-muted);cursor:pointer;font-size:13px;font-weight:700}.optimization-toggle button.is-selected{background:#FFF;color:var(--tt-ink);box-shadow:0 2px 6px rgba(18,48,59,.12);font-weight:800}.accom-toggle{display:flex;padding:4px;gap:4px;border-radius:14px;background:var(--tt-sand-deep);margin-bottom:16px}.accom-toggle__btn{flex:1 1;padding:12px;border:0;border-radius:11px;background:transparent;color:var(--tt-muted);cursor:pointer;font-size:14px;font-weight:700;transition:.15s ease}.accom-toggle__btn.is-active{background:#FFF;color:var(--tt-ink);box-shadow:0 2px 6px rgba(18,48,59,.12);font-weight:800}.accom-recommend-info{display:flex;gap:14px;padding:20px;border:1.5px solid var(--tt-teal-light);border-radius:16px;background:var(--tt-teal-bg)}.accom-recommend-info__icon{flex-shrink:0;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--tt-teal-light)}.accom-recommend-info strong{display:block;font-size:15px;font-weight:700;color:var(--tt-ink);margin-bottom:4px}.accom-recommend-info p{margin:0;font-size:13px;line-height:1.5;color:var(--tt-text)}.generate-button{flex:1 1;min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;background:var(--tt-ink);color:var(--tt-sand);cursor:pointer;font-size:15px;font-weight:800;box-shadow:none;transition:background .15s ease,transform .15s ease}.generate-button:hover{background:var(--tt-teal);transform:none;box-shadow:none}.generate-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.error-message{margin:10px 0 0;color:#E53935;font-size:13px;font-weight:500}.loading-bar{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin:0 0 20px;padding:16px 20px;border-radius:var(--radius-md);background:var(--tt-ink);color:var(--tt-sand);box-shadow:var(--shadow)}.loading-orb{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.2);animation:breathe 1.2s ease-in-out infinite}.loading-bar strong{display:block;margin-bottom:8px;font-size:13px}.loading-progress{height:4px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.2)}.loading-progress span{display:block;height:100%;border-radius:inherit;background:white;transition:width .25s ease}@keyframes breathe{0%,to{transform:scale(.92);opacity:.7}50%{transform:scale(1.06);opacity:1}}.plan-overview{display:flex;flex-direction:column;gap:16px;margin:8px 0 20px;padding:0}.plan-overview--dark{background:linear-gradient(165deg,#17494A,#0E3132 70%);color:var(--tt-sand);padding:20px 24px 24px;border-radius:0 0 24px 24px;margin:-1px -20px 20px;box-shadow:0 12px 40px rgba(10,40,40,.15)}.plan-overview__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.plan-overview__brand{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800;white-space:nowrap;flex-shrink:0}.plan-overview__info{margin-top:18px}.plan-overview__meta .eyebrow{font-size:12px;letter-spacing:.1em}.plan-overview__meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.theme-badge{font-weight:800;letter-spacing:.08em;color:#F6F2E9;background:rgba(242,105,29,.25);padding:3px 10px;white-space:nowrap}.plan-overview h2{margin:4px 0;font-size:24px;line-height:1.2;letter-spacing:-.03em;font-weight:800}.plan-overview p{margin:0;color:var(--tt-muted);font-size:13px;line-height:1.55;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-overview--dark p{color:#9FC4C4}.plan-overview__actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.summary-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.summary-pills>span{padding:12px 14px;display:flex;flex-direction:column;gap:4px;border:1px solid #e5dece;border-radius:14px;background:#FFF}.summary-pills--glass>span{background:rgba(246,242,233,.1);border:1px solid rgba(246,242,233,.15)}.summary-pills small{color:var(--tt-muted);font-size:12px;font-weight:600}.summary-pills--glass small{color:#9FC4C4}.summary-pills strong{font-size:17px;font-weight:800}.summary-pills strong em{font-size:12px;font-weight:600;font-style:normal;color:var(--tt-muted)}.summary-pills--glass strong em{color:#9FC4C4}.rental-car-card{margin:0 16px;padding:12px 16px;border-radius:12px;background:var(--tt-sand);border:1px solid var(--tt-sand-border)}.rental-car-card .eyebrow{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--tt-muted);margin-bottom:4px;display:block}.rental-car-card__body{display:flex;flex-direction:column;gap:2px}.rental-car-card__body strong{font-size:15px;font-weight:700;color:var(--tt-ink)}.rental-car-card__body>span{font-size:13px;color:var(--tt-text)}.rental-car-card__body small{font-size:12px;color:var(--tt-muted)}.rental-car-card__cta{margin-top:8px;padding:6px 12px;border:1px solid var(--tt-sand-border);border-radius:8px;background:#fff;font-size:12px;font-weight:600;color:var(--tt-orange);cursor:pointer;transition:background .15s}.rental-car-card__cta:hover{background:var(--tt-sand)}.rental-company-modal{max-width:400px}.rental-company-modal__sub{font-size:13px;color:var(--tt-muted);margin:-4px 0 12px}.rental-company-modal__idp{font-size:12px;color:var(--tt-orange);background:#FFF7ED;padding:6px 10px;border-radius:6px;margin-bottom:12px}.rental-company-list{display:flex;flex-direction:column;gap:8px}.rental-company-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid var(--tt-sand-border);border-radius:10px;text-decoration:none;color:inherit;transition:background .15s}.rental-company-item:hover{background:var(--tt-sand)}.rental-company-item__info{display:flex;flex-direction:column;gap:2px}.rental-company-item__info strong{font-size:14px;font-weight:700;color:var(--tt-ink)}.rental-company-tag{display:inline-block;font-size:10px;font-weight:600;color:var(--tt-orange);background:#FFF7ED;padding:1px 6px;border-radius:4px;width:fit-content}.rental-company-desc{font-size:12px;color:var(--tt-muted)}.rental-company-item__link{font-size:12px;font-weight:600;color:var(--tt-orange);white-space:nowrap}.share-actions{display:flex;gap:8px}.share-button{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--toss-gray-300);border-radius:12px;background:var(--toss-white);cursor:pointer;font-size:13px;font-weight:600;color:var(--toss-blue);transition:.15s ease}.share-button:hover{border-color:var(--toss-blue);background:var(--toss-blue-light)}.share-button:disabled{opacity:.5;cursor:wait}.workspace,.workspace__map{display:flex;flex-direction:column;gap:16px}.workspace__map{min-width:0}.detail-card,.map-card,.ontology-card,.timeline-card{border:1px solid #e5dece;background:#FFFFFF;box-shadow:0 4px 24px rgba(10,40,40,.06)}.map-card{min-width:0;border-radius:18px;overflow:hidden}.map-card__header,.timeline-card__header{min-height:60px;padding:16px 20px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.map-card__header h2,.timeline-card__header h2{margin:4px 0 0;font-size:18px;font-weight:700;letter-spacing:-.03em}.theme-badge{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:3px 10px 3px 6px;border:1px solid var(--tt-orange-light);border-radius:20px;background:rgba(245,138,60,.08);color:var(--tt-orange);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s;line-height:1.4}.theme-badge:hover{background:rgba(245,138,60,.18);border-color:var(--tt-orange)}.theme-badge span{font-size:14px}.theme-modal-backdrop{position:fixed;inset:0;z-index:900;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.theme-modal{background:var(--tt-cream);border-radius:20px;width:90%;max-width:380px;max-height:80vh;overflow-y:auto;padding:24px 20px}.theme-modal h3{margin:0 0 16px;font-size:17px;font-weight:700}.theme-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.theme-modal-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1.5px solid var(--tt-border);border-radius:12px;background:white;cursor:pointer;font-size:13px;font-weight:600;transition:border-color .15s,background .15s}.theme-modal-item:hover{border-color:var(--tt-orange-light);background:rgba(245,138,60,.05)}.theme-modal-item--active{border-color:var(--tt-orange);background:rgba(245,138,60,.1)}.theme-modal-item span:first-child{font-size:18px}.demo-badge,.seed-label{padding:4px 8px;border-radius:999px;background:var(--pink);color:#92503d;font-size:9px;font-weight:800;letter-spacing:.04em}.map-stage{position:relative;min-height:400px;padding:0 8px 8px;overflow:hidden}.map-stage:after{display:none}.map-stage svg{width:100%;height:auto;display:block;overflow:visible}.island-shape{stroke:rgba(0,0,0,.08);stroke-width:2}.island-coastline{fill:none;stroke:rgba(0,0,0,.1);stroke-width:1.5;stroke-dasharray:4 8}.map-context path{fill:none;stroke:rgba(15,92,99,.1);stroke-width:2;stroke-linecap:round;stroke-dasharray:2 10}.map-context text{fill:var(--tt-muted);font-size:17px;font-weight:800;letter-spacing:-.03em}.route-halo{fill:none;stroke:rgba(255,138,61,.15);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.route-line{fill:none;stroke:var(--tt-orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2 7}.route-node{cursor:pointer;outline:none}.route-node__ring{fill:rgba(253,251,246,.7);stroke:rgba(242,105,29,.15);stroke-width:2;transition:.2s ease}.route-node__pin{fill:white;stroke:var(--tt-orange);stroke-width:5;transition:.2s ease}.route-node__pin.is-start{fill:var(--tt-ink);stroke:white}.route-node__pin.is-end{fill:var(--tt-teal);stroke:white}.route-node__number{fill:var(--ink);font-size:14px;font-weight:800;pointer-events:none}.route-node:has(.is-start) .route-node__number{fill:white}.route-node__label{opacity:0;transition:opacity .15s ease;pointer-events:none}.route-node.is-active .route-node__label,.route-node:has(.is-end) .route-node__label,.route-node:has(.is-start) .route-node__label,.route-node:hover .route-node__label{opacity:1}.route-node__label rect{fill:var(--toss-white);stroke:var(--toss-gray-300)}.route-node__label text{fill:var(--ink);font-size:12px;font-weight:700;letter-spacing:-.03em}.route-node.is-active .route-node__ring{fill:var(--tt-teal-light);stroke:rgba(15,92,99,.3)}.route-node.is-active .route-node__pin{transform:scale(1.05);fill:var(--tt-orange);stroke:white}.route-node.is-active .route-node__number{fill:white}.map-floating-summary{position:absolute;z-index:3;left:16px;right:16px;bottom:20px;padding:12px 16px;display:flex;justify-content:center;gap:0;border:1px solid var(--tt-sand-border);border-radius:14px;background:rgba(253,251,246,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.map-floating-summary span{padding:0 12px;color:var(--toss-gray-500);font-size:12px;border-right:1px solid var(--toss-gray-300)}.map-floating-summary span:last-child{border-right:0}.map-floating-summary strong{color:var(--ink);font-size:13px}.map-day-legend{display:flex;justify-content:center;gap:16px;padding:10px 0 4px}.map-day-legend__item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--ink)}.map-day-legend__dot{width:10px;height:10px;border-radius:50%;display:inline-block}.timeline-card{border-radius:18px;overflow:hidden}.timeline-card__header{border-bottom:1px solid var(--toss-gray-100)}.utility-score{width:48px;height:48px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:14px;background:var(--toss-blue-light);color:var(--toss-blue);font-size:18px;font-weight:800;line-height:1}.utility-score small{font-size:8px;margin-top:1px}.timeline-list{padding:12px 16px 20px}.useful-apps{padding:10px 16px;border-bottom:1px solid #eee}.useful-apps__title{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:8px}.useful-apps__groups{display:flex;gap:12px;flex-wrap:wrap}.useful-apps__group{display:flex;flex-direction:column;gap:4px}.useful-apps__group-label{font-size:.65rem;font-weight:600;color:#999}.useful-apps__buttons{display:flex;gap:4px}.useful-apps__btn{all:unset;display:inline-block;padding:4px 10px;border-radius:8px;font-size:.7rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:opacity .15s}.useful-apps__btn:hover{opacity:.85}@media (prefers-color-scheme:dark){.useful-apps{border-bottom-color:#333}.useful-apps__group-label,.useful-apps__title{color:#777}}.taxi-app-links{display:flex;gap:6px;margin-top:2px}.taxi-app-btn{all:unset;display:inline-block;padding:2px 8px;border-radius:6px;font-size:.68rem;font-weight:700;cursor:pointer;color:#191919;background:#fee500}.taxi-app-btn--dark{background:#000;color:#fff}@media (prefers-color-scheme:dark){.taxi-app-btn--dark{background:#333}}.app-link-wrapper{position:relative;display:inline-block}.platform-chooser{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);display:flex;gap:4px;background:#fff;border:1px solid #d0d0d0;border-radius:10px;padding:6px 8px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:50;white-space:nowrap}.platform-chooser a{display:inline-block;padding:4px 10px;border-radius:8px;font-size:.72rem;font-weight:700;text-decoration:none;color:#fff;background:var(--tt-teal);transition:background .15s}.platform-chooser a:hover{background:var(--tt-teal-dark)}@media (prefers-color-scheme:dark){.platform-chooser{background:#2a2a2a;border-color:#444}}.bottom-cta-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:rgba(253,251,246,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid #e5dece;display:flex;justify-content:center}.bottom-cta-bar__btn{width:100%;max-width:400px;min-height:48px;padding:0 24px;border:0;border-radius:999px;background:var(--tt-orange);color:#fff;cursor:pointer;font-size:15px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .15s;box-shadow:0 4px 16px rgba(242,105,29,.3)}.bottom-cta-bar__btn:hover{background:var(--tt-orange-light)}.bottom-cta-bar__btn:disabled{opacity:.5;cursor:wait}.timeline-row{position:relative}.travel-connector{min-height:32px;margin-left:42px;padding-left:16px;display:flex;align-items:center;gap:6px;border-left:2px dotted var(--tt-line);color:var(--tt-muted);font-size:12px;font-weight:600;flex-wrap:wrap}.travel-connector span:first-child{padding:2px 10px;border-radius:999px;background:var(--tt-orange-bg);color:var(--tt-orange);font-weight:700}.travel-connector .bus-route-detail{padding:3px 10px;border-radius:999px;background:#e3f0ff;color:#1a6dca;font-weight:700;font-size:11px;line-height:1.4}@media (prefers-color-scheme:dark){.travel-connector .bus-route-detail{background:#1a3a5c;color:#6db3f8}}.bus-stop-link-wrapper{position:relative;display:inline}.bus-stop-link{all:unset;cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;font:inherit;color:inherit}.bus-stop-link:hover{text-decoration-style:solid}.bus-stop-link--disabled{cursor:not-allowed;text-decoration:none;opacity:.55}.bus-stop-popover{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid #d0d0d0;border-radius:10px;padding:8px 12px;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:50;white-space:nowrap}.bus-stop-popover__title{font-size:.75rem;font-weight:600;color:#333}.bus-stop-popover__title--en{font-size:.68rem;font-weight:500;color:#667085}.bus-stop-popover__id{font-size:.6rem;color:#888;font-family:monospace}.bus-stop-popover__buttons{display:flex;gap:6px}.bus-stop-popover__buttons .is-disabled,.bus-stop-popover__buttons a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:.75rem;font-weight:700;text-decoration:none;color:#fff}.bus-stop-popover__buttons .bus-map-provider--official{width:auto;min-width:64px;padding:0 8px;background:#1677d2}.bus-stop-popover__buttons .is-disabled{background:#e5e7eb;color:#98a2b3;cursor:not-allowed;opacity:.7}.bus-stop-popover__buttons .bus-map-provider--naver:not(.is-disabled){background:#03c75a}.bus-stop-popover__buttons .bus-map-provider--kakao:not(.is-disabled){background:#fee500;color:#191919}.bus-stop-popover__buttons .bus-map-provider--google:not(.is-disabled){background:#4285f4}@media (prefers-color-scheme:dark){.bus-stop-popover{background:#2a2a2a;border-color:#444}.bus-stop-popover__title{color:#ddd}}.bus-village-axis{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;margin:0 20px 14px;padding:10px 12px;border:1px solid #b9ddcf;border-radius:12px;background:#eff8f4;color:#285f4c;font-size:12px}.bus-village-axis strong{color:#173f31}.timeline-stop{border:1px solid transparent;border-radius:14px;transition:.15s ease}.timeline-stop.is-active,.timeline-stop:hover{border-color:#D9E6E0;background:#F3F7F5}.timeline-stop__main{width:100%;min-height:56px;padding:8px 10px 8px 4px;display:grid;grid-template-columns:42px 38px minmax(0,1fr) auto;gap:6px;align-items:center;border:none;border-radius:14px;background:transparent;cursor:pointer;text-align:left}.timeline-stop__activity-tag{justify-self:end;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap;line-height:1.3;letter-spacing:-.01em}.timeline-stop__activity-tag[data-activity=CHECK_IN],.timeline-stop__activity-tag[data-activity=START]{background:#EDF4F1;color:#0F5C63}.timeline-stop__activity-tag[data-activity=BREAKFAST],.timeline-stop__activity-tag[data-activity=DINNER],.timeline-stop__activity-tag[data-activity=LUNCH]{background:#FFF3E0;color:#E65100}.timeline-stop__activity-tag[data-activity=CAFE_VISIT]{background:#F3E5F5;color:#6A1B9A}.timeline-stop__activity-tag[data-activity=BAKERY_VISIT]{background:#FBE9E7;color:#BF360C}.timeline-stop__activity-tag[data-activity=BEACH_WALK]{background:#E0F7FA;color:#00838F}.timeline-stop__activity-tag[data-activity=SCENIC_VISIT]{background:#E8F5E9;color:#2E7D32}.timeline-stop__activity-tag[data-activity=GROCERY_SHOPPING],.timeline-stop__activity-tag[data-activity=LOCAL_SHOPPING]{background:#E1F5FE;color:#0277BD}.timeline-stop__activity-tag[data-activity=PACKED_LUNCH_PICKUP]{background:#fff3c4;color:#765400}.timeline-stop__activity-tag[data-activity=SENIOR_ACTIVITY]{background:#FCE4EC;color:#C2185B}.timeline-stop__activity-tag[data-activity=RAINY_DAY_ACTIVITY]{background:#E8EAF6;color:#283593}.timeline-stop__activity-tag[data-activity=ACCOMMODATION_BBQ]{background:#FBE9E7;color:#D84315}.timeline-stop__activity-tag[data-activity=NIGHTLIFE]{background:#EDE7F6;color:#4527A0}.timeline-stop__time{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.plan-edit-controls{padding:0;align-self:start;justify-self:start;margin-top:0;width:100%}.plan-add-toggle{width:100%;min-height:64px;padding:12px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px dashed #f58a3c;border-radius:16px;background:#FFF8F1;color:var(--tt-ink);cursor:pointer;text-align:left}.plan-add-toggle>span:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#F58A3C;color:#FFF;font-size:22px;line-height:1}.plan-add-toggle>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.plan-add-toggle strong{font-size:14px}.plan-add-toggle small{color:var(--tt-muted);font-size:12px}.plan-add-toggle>span:last-child{color:#D9651F;font-size:12px;font-weight:800}.plan-add-browser{margin-top:8px;padding:14px;border:1px solid var(--tt-line);border-radius:16px;background:#FFF;box-shadow:var(--shadow-soft)}.plan-insert-position{margin-bottom:10px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.plan-insert-position>span{color:var(--tt-muted);font-size:12px;font-weight:800}.plan-insert-position select{min-width:0;height:40px;padding:0 10px;border:1px solid var(--tt-line);border-radius:10px;background:#FFF;color:var(--tt-text);font-size:12px}.stop-remove-section{margin-top:10px}.stop-remove-button{width:100%;min-height:44px;border:1px solid #f3c7c7;border-radius:12px;background:#FFF7F7;color:#B42318;cursor:pointer;font-size:13px;font-weight:800}.stop-remove-button:disabled{cursor:wait;opacity:.6}.timeline-stop__time strong{font-size:14px}.timeline-stop__time small{color:var(--orange);font-size:9px;font-weight:800}.timeline-stop__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#FAEBDC;font-size:17px}.timeline-stop__content{min-width:0;display:flex;flex-direction:column;gap:2px}.timeline-stop__content strong{font-size:15px;line-height:1.35;letter-spacing:-.02em;overflow-wrap:anywhere;white-space:normal}.timeline-stop__content span{color:var(--toss-gray-500);font-size:12px}.timeline-stop__arrow{color:var(--toss-gray-300);font-size:18px}.detail-card{position:fixed;bottom:0;left:0;right:0;z-index:100;max-height:75vh;border-radius:20px 20px 0 0;background:var(--tt-cream);box-shadow:0 -4px 24px rgba(0,0,0,.12);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);overflow-x:hidden;overflow-y:auto;padding:0 16px 32px;scrollbar-width:thin;box-sizing:border-box;max-width:100vw}@media (min-width:480px){.detail-card{padding:0 24px 32px}}.detail-card.is-visible{transform:translateY(0)}.detail-backdrop{position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.25)}.detail-card__handle{width:36px;height:4px;margin:12px auto 16px;border-radius:2px;background:var(--toss-gray-300)}.detail-card__topline{display:flex;align-items:center;gap:8px}.detail-close{margin-left:auto;padding:6px;border:1px solid var(--tt-line);border-radius:50%;background:transparent;color:var(--tt-muted);cursor:pointer;display:grid;place-items:center;transition:background .15s}.detail-close:hover{background:var(--tt-sand)}.stop-order{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:var(--tt-teal);color:white;font-size:13px;font-weight:800}.editor-pick{color:var(--tt-teal);font-size:11px;font-weight:800;letter-spacing:.04em}.detail-card>h2{margin:12px 0 8px;font-size:22px;line-height:1.2;letter-spacing:-.03em;font-weight:700}.detail-description{margin:0;color:var(--toss-gray-700);font-size:14px;line-height:1.6}.place-facts{display:grid;grid-template-columns:42px minmax(0,1fr);gap:6px 10px;margin:12px 0 0;padding:12px 14px;border:1px solid var(--tt-line);border-radius:12px;background:#FFF;font-size:12px;line-height:1.45}.place-facts dt{color:var(--tt-muted);font-weight:700}.place-facts dd{min-width:0;margin:0;color:var(--tt-text);overflow-wrap:anywhere}.place-facts a{color:var(--tt-teal);font-weight:700;text-decoration:none}.feature-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.feature-chips span{padding:6px 10px;border-radius:8px;background:var(--toss-gray-100);color:var(--toss-gray-700);font-size:13px;font-weight:600}.ai-reason{margin-top:16px;padding:16px;border-radius:14px;background:var(--toss-blue-light)}.ai-reason strong{color:var(--toss-blue);font-size:12px;font-weight:700}.ai-reason p{margin:6px 0 0;color:var(--toss-gray-700);font-size:13px;line-height:1.55}.alternatives-section,.facility-section,.parking-section,.place-map-section,.shop-recommendations,.shopping-section{margin-top:20px;padding-top:20px;border-top:1px solid var(--toss-gray-100)}.shop-recommendation-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.shop-recommendation-item{padding:12px 14px;border:1px solid var(--tt-line);border-radius:12px;background:var(--tt-sand)}.shop-recommendation-item strong{display:block;font-size:14px;font-weight:700;color:var(--tt-ink);margin-bottom:2px}.shop-recommendation-item small{font-size:12px;color:var(--tt-muted);line-height:1.4}.beach-facilities{margin-top:20px;padding-top:20px;border-top:1px solid var(--toss-gray-100)}.facility-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.facility-tag{padding:8px 14px;border-radius:20px;background:var(--tt-teal-light);color:var(--tt-teal-dark);font-size:13px;font-weight:600}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.alternatives-section h3,.section-heading h3{margin:4px 0 0;font-size:16px;font-weight:700;letter-spacing:-.02em}.section-heading>small{color:var(--tt-muted);font-size:11px}.section-heading>strong{color:var(--tt-teal);font-size:16px}.shopping-list{display:grid;gap:4px}.shopping-item{width:100%;padding:10px 4px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:10px;align-items:center;border:0;border-bottom:1px solid var(--toss-gray-100);background:transparent;cursor:pointer;text-align:left}.shopping-item.is-checked{opacity:.45}.shopping-item.is-checked .shopping-item__main strong{text-decoration:line-through}.check-box{width:20px;height:20px;display:grid;place-items:center;border:1.5px solid var(--tt-line);border-radius:6px;color:white;font-size:11px;background:white}.shopping-item.is-checked .check-box{background:var(--tt-teal);border-color:var(--tt-teal)}.shopping-item__main{min-width:0;display:flex;flex-direction:column;gap:3px}.shopping-item>strong,.shopping-item__main strong{font-size:13px}.shopping-item__main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--toss-gray-500);font-size:10px}.partner-offer{margin-top:16px;padding:16px;border:1px solid rgba(255,138,61,.2);border-radius:14px;background:#FFF8F3}.partner-offer__label{color:#ad5838;font-size:9px;font-weight:800;letter-spacing:.04em}.partner-offer h4{margin:6px 0 4px;font-size:14px;font-weight:700}.partner-offer p{margin:0 0 10px;color:var(--toss-gray-700);font-size:12px;line-height:1.5}.partner-offer>div:last-of-type{display:flex;align-items:center;gap:8px}.partner-offer>div strong{font-size:17px}.partner-offer>div span{padding:4px 8px;border-radius:6px;background:var(--orange);color:white;font-size:9px;font-weight:800}.partner-offer>small{display:block;margin-top:8px;color:var(--toss-gray-500);font-size:9px;line-height:1.45}.facility-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.facility{padding:10px 12px;border-radius:10px;font-size:12px;font-weight:600}.facility.is-ok{background:#E8F5E9;color:#2E7D32}.facility.is-missing{background:#FFF3E0;color:#E65100}.dependency-note{margin:10px 0 0;color:var(--toss-gray-500);font-size:10px}.replace-toggle{width:100%;min-height:58px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--tt-teal);border-radius:14px;background:var(--tt-teal-light);color:var(--tt-ink);cursor:pointer;text-align:left}.replace-toggle>span:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.replace-toggle strong{font-size:14px}.replace-toggle small{color:var(--tt-muted);font-size:11px}.replace-toggle>span:last-child{flex:0 0 auto;padding:7px 10px;border-radius:9px;background:var(--tt-teal);color:#FFF;font-size:11px;font-weight:800}.replacement-browser{margin-top:12px}.place-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.place-search-form input{min-width:0;min-height:42px;padding:0 12px;border:1px solid var(--tt-line);border-radius:11px;background:#FFF;color:var(--tt-text);font-size:13px}.place-search-form input:focus{border-color:var(--tt-teal);outline:2px solid rgba(15,92,99,.12)}.place-search-form button{min-width:64px;border:0;border-radius:11px;background:var(--tt-ink);color:#FFF;cursor:pointer;font-weight:800}.place-search-form button:disabled{opacity:.55}.replacement-heading{min-height:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:6px}.replacement-heading strong{font-size:12px;color:var(--tt-muted)}.replacement-heading button{padding:4px;border:0;background:transparent;color:var(--tt-teal);cursor:pointer;font-size:11px;font-weight:700}.nearby-place-list,.replacement-list{display:grid;gap:8px;margin-top:8px}.replacement-place{padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid var(--tt-line);border-radius:12px;background:#FFF;overflow:hidden}.replacement-place>div:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.replacement-place strong{font-size:13px}.replacement-place small,.replacement-place>div:first-child>span{overflow:hidden;color:var(--tt-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.replacement-place__actions{display:flex;flex-direction:column;gap:6px}.replacement-place__actions a,.replacement-place__actions button{min-height:30px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--tt-line);border-radius:8px;background:#FFF;color:var(--tt-text);cursor:pointer;font-size:10px;font-weight:800;text-decoration:none}.replacement-place__actions button{border-color:var(--tt-orange);background:var(--tt-orange);color:#FFF}.replacement-place__actions button:disabled{opacity:.55}.section-status{margin:10px 0 0;padding:12px;border-radius:10px;background:var(--tt-sand);color:var(--tt-muted);font-size:12px;line-height:1.45}.section-status.is-error{background:#FFF1F0;color:#B42318}.nearby-place{overflow:hidden;border:1px solid var(--tt-line);border-radius:13px;background:#FFF}.nearby-place.is-selected{border-color:var(--tt-teal)}.nearby-place__summary{width:100%;min-height:58px;padding:10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;border:0;background:transparent;color:var(--tt-text);cursor:pointer;text-align:left;overflow:hidden}.nearby-place__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#1769AA;color:#FFF;font-size:14px;font-weight:900}.nearby-place__summary>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.nearby-place__summary strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.nearby-place__summary small,.nearby-place__summary>span:last-child{color:var(--tt-muted);font-size:11px}.nearby-place__summary>span:last-child{color:var(--tt-teal);font-weight:800}.nearby-place__detail{padding:0 12px 14px;border-top:1px solid var(--tt-line)}.nearby-place__detail>p{margin:12px 0 0;color:var(--tt-muted);font-size:12px;line-height:1.5}.alternative-list{display:grid;gap:8px;margin-top:12px}.alternative-list button{width:100%;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--toss-gray-300);border-radius:12px;background:var(--toss-white);cursor:pointer;text-align:left;transition:.15s ease}.alternative-list button:hover{border-color:var(--toss-blue);background:var(--toss-blue-light)}.alternative-list button>span:first-child{display:flex;flex-direction:column;gap:3px}.alternative-list strong{font-size:13px}.alternative-list button>span:last-child,.alternative-list small{color:var(--toss-gray-500);font-size:12px}.map-link-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-top:20px}.map-link-row a{min-height:44px;display:grid;place-items:center;border:1px solid var(--tt-line);border-radius:12px;background:#FFF;font-size:14px;font-weight:700;text-decoration:none;color:var(--tt-text);transition:.15s ease}.map-link-row a:hover{background:var(--tt-sand)}.map-link-row a.map-link-primary{grid-column:1/-1;background:var(--tt-teal);border-color:var(--tt-teal);color:#FFF;font-size:14px;min-height:48px;display:flex;align-items:center;justify-content:center;gap:6px}.map-link-row a.map-link-primary:hover{background:var(--tt-ink);border-color:var(--tt-ink)}.map-link-row a.map-link-naver{background:#1EC800;border-color:#1EC800;color:#FFF}.map-link-row a.map-link-kakao{background:#FEE500;border-color:#FEE500;color:#3C1E1E}.map-link-row a.map-link-google{background:#4285F4;border-color:#4285F4;color:#FFF}.map-link-locale-tag{font-size:10px;opacity:.75;font-weight:400}.navi-start-button{display:block;width:100%;padding:13px 0;margin-bottom:10px;border-radius:14px;background:var(--tt-teal);color:#fff;font-weight:700;font-size:15px;text-align:center;text-decoration:none;letter-spacing:.02em}.nav-selector{margin-top:16px}.nav-selector>strong{display:block;margin-bottom:8px;font-size:14px;color:var(--tt-ink)}.nav-selector__buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nav-btn{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;font-size:13px;font-weight:700;text-decoration:none;transition:.15s ease}.nav-btn--naver{background:#1EC800;color:#FFF}.nav-btn--naver:hover{background:#17a300}.nav-btn--kakao{background:#fee500;color:#3C1E1E}.nav-btn--kakao:hover{background:#e6cf00}.nav-btn--tmap{background:#EF4452;color:#FFF}.nav-btn--tmap:hover{background:#d63b48}.ontology-card{margin-top:16px;padding:20px;display:flex;flex-direction:column;gap:16px;border-radius:var(--radius-xl)}.ontology-card h2{margin:4px 0 0;font-size:18px;font-weight:700;letter-spacing:-.03em}.ontology-flow{display:flex;flex-wrap:wrap;gap:6px}.ontology-flow span{position:relative;padding:7px 10px;border-radius:8px;background:var(--toss-blue-light);color:var(--toss-blue);font-size:11px;font-weight:600}.ontology-flow span:not(:last-child):after{content:"\2192";position:absolute;right:-8px;top:50%;transform:translate(50%,-50%);color:var(--toss-gray-300)}.copy-plan-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:12px;border:2px solid var(--tt-orange);border-radius:14px;background:var(--tt-orange-bg);color:var(--tt-orange);font-size:15px;font-weight:700;cursor:pointer;transition:.15s ease}.copy-plan-cta:hover{background:var(--tt-orange);color:#FFF}.shared-plan-cta{min-height:44px;padding:0 20px;display:inline-flex;align-items:center;border:0;border-radius:14px;background:var(--toss-blue);color:white;font-size:14px;font-weight:700;text-decoration:none;box-shadow:none;transition:background .15s ease}.shared-plan-cta:hover{background:var(--green-dark);transform:none;box-shadow:none}.shared-workspace{grid-template-columns:1fr}.warning-strip{margin-top:12px;padding:12px 0;display:flex;flex-direction:column;gap:6px;color:var(--tt-muted);font-size:11px;line-height:1.5}.region-polygon{fill:#F3EDDD;stroke:#A8C3B4;stroke-width:2.5;stroke-linejoin:round;transition:fill .2s ease}.region-polygon.is-visited{fill:rgba(15,92,99,.14)}.island-outline{fill:none;stroke:#A8C3B4;stroke-width:3}.region-label{fill:var(--tt-muted);font-size:20px;font-weight:700;pointer-events:none}.region-label.is-visited{fill:var(--tt-ink);font-weight:800}@media (min-width:641px){.app-shell{padding:0 24px 80px}.hero h1{font-size:32px}.plan-overview{flex-direction:row;justify-content:space-between;align-items:flex-end}.plan-overview--dark{flex-direction:column;align-items:stretch}.plan-overview__actions{align-items:flex-end;flex-shrink:0}.tour-detail-overview{flex-direction:column;align-items:stretch}.tour-detail-overview>div:first-child{min-width:0;width:100%}.tour-detail-overview h2{max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.tour-detail-overview h2::-webkit-scrollbar{display:none}.tour-detail-overview .plan-overview__actions{width:100%;align-items:stretch}.planner-actions{flex-direction:row}.condition-grid{grid-template-columns:1fr 1fr 1fr}.detail-card{max-width:480px;left:auto;right:24px;border-radius:20px;bottom:16px;max-height:80vh;box-shadow:0 8px 40px rgba(0,0,0,.15)}.timeline-stop__main{grid-template-columns:48px 40px minmax(0,1fr) 18px;gap:8px}.tour-detail-shell .timeline-card__header>div{min-width:0;width:100%}.tour-detail-shell .timeline-card__header h2{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.tour-detail-shell .timeline-card__header h2::-webkit-scrollbar{display:none}}@media (min-width:1024px){.app-shell{max-width:960px;padding:0 40px 80px}.theme-grid{grid-template-columns:repeat(3,1fr)}.summary-pills{grid-template-columns:repeat(6,1fr)}}@media (max-width:640px){.app-shell{padding:0 16px 40px}.topbar{min-height:50px}.brand small,.topbar-status{display:none}.hero{padding-top:20px}.hero h1{margin-top:10px;font-size:24px}.hero-copy p{font-size:14px;line-height:1.6}.planner-panel{padding:18px;border-radius:20px}.theme-grid{grid-template-columns:repeat(2,1fr)}.theme-grid button{justify-content:flex-start;padding-left:10px}.condition-grid{grid-template-columns:1fr 1fr}.planner-actions{align-items:stretch;flex-direction:column}.optimization-toggle{display:grid;grid-template-columns:repeat(3,1fr)}.generate-button{width:100%}.plan-overview--dark{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.plan-overview h2{font-size:22px}.map-card__header,.timeline-card__header{min-height:54px;padding:14px 16px 10px}.map-card__header h2,.timeline-card__header h2{font-size:16px}.map-stage{min-height:300px;padding:0}.map-stage svg{width:100%;height:auto}.route-node__label{display:none}.map-floating-summary{left:10px;right:10px;bottom:12px;padding:10px 8px}.map-floating-summary span{padding:0 8px;font-size:9px}.map-floating-summary strong{font-size:11px}.detail-card{padding:0 20px 28px}.detail-card>h2{font-size:20px}.ontology-card{padding:18px;border-radius:20px}.summary-pills{grid-template-columns:repeat(3,1fr);gap:6px}.summary-pills>span{padding:10px}.summary-pills strong{font-size:12px}}.create-progress-bar{height:3px;background:var(--tt-progress-empty);border-radius:2px;overflow:hidden;margin-top:4px;display:flex;gap:4px}.create-progress-fill{height:100%;background:var(--tt-orange);border-radius:2px;transition:width .35s cubic-bezier(.32,.72,0,1)}.progress-segment{flex:1 1;height:100%;border-radius:2px;background:var(--tt-progress-empty);transition:background .3s ease}.progress-segment.is-filled{background:var(--tt-orange)}.create-step{animation:stepSlideIn .35s cubic-bezier(.32,.72,0,1)}@keyframes stepSlideIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.topbar-close{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--tt-line);border-radius:50%;background:transparent;color:var(--tt-text);cursor:pointer;font-size:14px;font-weight:700;transition:background .15s}.topbar-close:hover{background:var(--tt-sand)}.topbar-actions{display:flex;align-items:center;gap:8px}.topbar-icon-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--tt-line);border-radius:50%;background:transparent;color:var(--tt-ink);cursor:pointer;font-size:14px;font-weight:700;transition:background .15s}.topbar-icon-btn:hover{background:var(--tt-sand)}.topbar-login-btn{padding:9px 18px;border:0;border-radius:12px;background:var(--tt-ink);color:var(--tt-sand);cursor:pointer;font-size:13px;font-weight:700;transition:background .15s;white-space:nowrap}.topbar-login-btn:hover{background:var(--tt-teal)}.topbar-profile{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--tt-teal);color:var(--tt-sand);cursor:pointer;font-size:14px;font-weight:800}.option-cards{display:flex;flex-direction:column;gap:10px}.option-card{width:100%;padding:18px 20px;display:flex;align-items:center;gap:14px;border:1.5px solid var(--tt-sand-border);border-radius:16px;background:var(--tt-cream);cursor:pointer;text-align:left;transition:.15s ease}.option-card.is-selected,.option-card:hover{border-color:var(--tt-teal);background:var(--tt-teal-light)}.option-card__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--tt-sand);color:var(--tt-text);font-size:18px;font-weight:700;flex-shrink:0}.option-card.is-selected .option-card__icon{background:var(--tt-teal);color:white}.option-card__text{display:flex;flex-direction:column;gap:2px}.option-card__text strong{font-size:16px;font-weight:700}.option-card__text small{color:var(--tt-muted);font-size:12px}.party-steppers{display:flex;flex-direction:column;gap:12px}.party-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border:1px solid var(--tt-sand-border);border-radius:16px;background:var(--tt-cream)}.party-label{font-size:16px;font-weight:700}.stepper{display:flex;align-items:center;gap:4px}.stepper button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--tt-sand-border);border-radius:50%;background:var(--tt-cream);cursor:pointer;font-size:18px;font-weight:700;color:var(--tt-text);transition:.15s ease}.stepper button:hover:not(:disabled){border-color:var(--tt-teal);background:var(--tt-teal-light);color:var(--tt-teal)}.stepper button:disabled{opacity:.3;cursor:not-allowed}.stepper span{width:44px;text-align:center;font-size:20px;font-weight:800}.time-picker-group{display:flex;flex-direction:column;gap:12px}.time-picker-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border:1px solid var(--tt-sand-border);border-radius:16px;background:var(--tt-cream)}.time-picker-row span{font-size:16px;font-weight:700;color:var(--tt-text)}.time-picker-row input[type=time]{border:1px solid var(--tt-sand-border);border-radius:10px;padding:8px 14px;font-size:16px;font-weight:700;color:var(--tt-teal);background:var(--tt-teal-light);outline:none}.time-picker-row input[type=time]:focus{border-color:var(--tt-teal)}.result-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.image-share-button{min-height:36px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--tt-teal);border-radius:999px;background:var(--tt-cream);color:var(--tt-teal);cursor:pointer;font-size:13px;font-weight:800;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.image-share-button:hover{background:var(--tt-teal-light)}.plan-overview--dark .image-share-button{border-color:rgba(246,242,233,.35);background:rgba(246,242,233,.1);color:var(--tt-cream)}.plan-overview--dark .image-share-button:hover{border-color:rgba(246,242,233,.65);background:rgba(246,242,233,.18)}.copy-url-button{flex:0 0 auto;min-height:36px;padding:0 16px;border:1px solid rgba(246,242,233,.3);border-radius:999px;background:rgba(246,242,233,.12);color:var(--tt-cream);cursor:pointer;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.copy-url-button:hover{background:rgba(246,242,233,.22);border-color:rgba(246,242,233,.5)}.copy-url-button:disabled{opacity:.35;cursor:default}.save-tour-button{flex:0 0 auto;min-height:36px;padding:0 16px;border:0;border-radius:999px;background:var(--tt-orange-light);color:white;cursor:pointer;font-size:13px;font-weight:700;transition:background .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.save-tour-button:hover{background:var(--tt-orange)}.save-tour-button:disabled{opacity:.5;cursor:wait}.tour-share-actions{display:flex;justify-content:flex-end;margin:12px 0 4px}.modal-backdrop{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.4)}.modal-card{position:fixed;bottom:0;left:0;right:0;z-index:201;padding:0 24px 40px;border-radius:24px 24px 0 0;background:var(--toss-white);box-shadow:0 -8px 32px rgba(0,0,0,.15);animation:modalSlideUp .3s cubic-bezier(.32,.72,0,1)}@keyframes modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:36px;height:4px;margin:12px auto 24px;border-radius:2px;background:var(--toss-gray-300)}.modal-title{margin:0 0 8px;font-size:22px;font-weight:800;letter-spacing:-.03em}.modal-desc{margin:0 0 24px;color:var(--toss-gray-500);font-size:14px;line-height:1.6}.modal-input{width:100%;height:52px;padding:0 16px;border:1.5px solid var(--toss-gray-300);border-radius:14px;outline:none;background:var(--toss-gray-100);font-size:16px;transition:border-color .15s,background .15s}.modal-input:focus{border-color:var(--tt-teal);background:var(--tt-cream);box-shadow:0 0 0 3px rgba(15,92,99,.12)}.modal-submit{width:100%;min-height:52px;margin-top:16px;border:0;border-radius:16px;background:var(--toss-blue);color:white;cursor:pointer;font-size:16px;font-weight:700;transition:background .15s}.modal-submit:hover{background:var(--green-dark)}.modal-submit:disabled{opacity:.4;cursor:not-allowed}.share-image-modal{width:min(560px,100%);max-height:94vh;margin:0 auto;padding-bottom:24px;overflow-y:auto}.share-image-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.share-image-modal__header .modal-desc{margin-bottom:16px}.share-image-modal__close{width:34px;height:34px;flex:none;display:grid;place-items:center;border:0;border-radius:50%;background:var(--toss-gray-100);color:var(--tt-muted);cursor:pointer;font-size:24px;line-height:1}.share-image-preview{position:relative;min-height:260px;max-height:52vh;padding:10px;overflow:auto;border:1px solid var(--tt-sand-border);border-radius:18px;background:#E7E1D5}.share-image-preview canvas{width:100%;height:auto;display:block;border-radius:10px;box-shadow:0 8px 24px rgba(18,48,59,.13)}.share-image-preview.is-loading{display:grid;place-items:center}.share-image-preview.is-loading canvas{position:absolute;opacity:0;pointer-events:none}.share-image-preview>span{color:var(--tt-muted);font-size:14px;font-weight:700}.share-image-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.share-image-actions button{min-height:48px;border-radius:14px;cursor:pointer;font-size:15px;font-weight:800}.share-image-actions button:disabled{opacity:.45;cursor:wait}.share-image-actions__secondary{border:1px solid var(--tt-sand-border);background:var(--tt-cream);color:var(--tt-text)}.share-image-actions__primary{border:0;background:var(--tt-teal);color:#FFFFFF}.share-image-status{min-height:18px;margin:8px 0 0;color:var(--tt-teal);text-align:center;font-size:12px;font-weight:700}.share-image-status.is-error{color:#C43C2E}.useful-apps-toggle{flex:0 0 auto;min-height:36px;padding:0 16px;border:1px solid rgba(246,242,233,.3);border-radius:999px;background:rgba(246,242,233,.12);color:var(--tt-cream);cursor:pointer;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.useful-apps-toggle:hover{background:rgba(246,242,233,.22);border-color:rgba(246,242,233,.5)}.useful-apps-modal{max-width:440px}.useful-apps-modal .useful-apps{padding:0;border-bottom:none}.useful-apps-modal .useful-apps__title{display:none}.useful-apps-modal .useful-apps__groups{gap:20px;flex-direction:column}.useful-apps-modal .useful-apps__group{gap:8px}.useful-apps-modal .useful-apps__group-label{font-size:12px;font-weight:800;color:var(--tt-muted);letter-spacing:.06em}.useful-apps-modal .useful-apps__buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.useful-apps-modal .useful-apps__btn{padding:14px 16px;border-radius:14px;font-size:14px;font-weight:700;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .12s,box-shadow .12s}.useful-apps-modal .useful-apps__btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.18);opacity:1}.download-modal{width:min(600px,100%)}.download-image-grid{display:flex;flex-direction:column;gap:14px;max-height:54vh;overflow-y:auto;padding:4px}.download-image-item{border:1px solid var(--tt-sand-border);border-radius:14px;overflow:hidden;background:#E7E1D5}.download-image-item img{width:100%;height:auto;display:block;max-height:300px;object-fit:contain;background:#F6F2E9}.download-image-item__footer{display:flex;align-items:center;justify-content:space-between;padding:8px 14px}.download-image-item__footer span{font-size:13px;font-weight:700;color:var(--tt-text)}.download-image-item__footer button{padding:4px 14px;border:1px solid var(--tt-teal);border-radius:8px;background:transparent;color:var(--tt-teal);cursor:pointer;font-size:12px;font-weight:700}.download-image-item__footer button:hover{background:var(--tt-teal-light)}.story-preview{max-height:60vh}.story-preview canvas{max-height:55vh;object-fit:contain}.story-share-modal{width:min(420px,100%)}.home-shell{padding-bottom:100px}.home-topbar{justify-content:space-between}.home-search{position:relative;margin:12px 0}.home-search__input{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid var(--toss-gray-300);border-radius:14px;outline:none;background:var(--toss-gray-100);font-size:15px;transition:border-color .15s,background .15s}.home-search__input:focus{border-color:var(--toss-blue);background:var(--toss-white)}.home-search__clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--toss-gray-300);color:var(--toss-white);cursor:pointer;font-size:11px;font-weight:800}.home-section{margin-top:28px}.home-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.home-section__header h2{margin:0;font-size:17px;font-weight:800;letter-spacing:-.02em;color:var(--tt-ink)}.home-section__action{padding:6px 12px;border:0;border-radius:8px;background:var(--tt-sand)}.home-section__action,.home-section__more{color:var(--tt-muted);cursor:pointer;font-size:12px;font-weight:600}.home-empty{padding:32px 0;text-align:center;color:var(--tt-muted);font-size:14px}.home-hero{padding:22px 0 8px;display:flex;flex-direction:column;gap:10px}.home-hero__greeting{font-size:24px;font-weight:800;color:var(--tt-ink);letter-spacing:-.02em;line-height:1.3}.home-hero__cta{background:linear-gradient(135deg,#0F5C63,#12303B);border-radius:18px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;transition:opacity .15s}.home-hero__cta:hover{opacity:.92}.home-hero__cta-title{color:var(--tt-sand);font-size:15px;font-weight:700}.home-hero__cta-sub{color:#9FC4C4;font-size:12px;margin-top:3px}.home-hero__cta-arrow{width:36px;height:36px;border-radius:50%;background:var(--tt-orange-light);display:grid;place-items:center;flex:none}.tour-grid{display:flex;flex-direction:column;gap:12px}.tour-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.tour-scroll::-webkit-scrollbar{display:none}.tour-card{display:flex;flex-direction:column;border:1px solid var(--tt-sand-border);border-radius:20px;background:#FFFFFF;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .15s}.tour-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}.tour-card--horizontal{flex:0 0 260px;min-width:260px}.tour-card__thumb{aspect-ratio:16/10;background:linear-gradient(180deg,#E7F0EE,#D4E6E0);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.tour-card__mini-map{width:100%;height:100%}.tour-card__body{padding:16px 18px;display:flex;flex-direction:column;gap:12px}.tour-card__title{font-size:16px;font-weight:800;letter-spacing:-.01em;color:var(--tt-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tour-card__tags{display:flex;flex-wrap:wrap;gap:6px}.tour-card__tag{padding:4px 10px;border-radius:20px;border:1px solid var(--tt-line);background:transparent;color:var(--tt-text);font-size:11px;font-weight:600}.tour-card__tag--theme{background:var(--tt-teal-light);color:var(--tt-teal);border-color:transparent;font-weight:700}.tour-card__tag--days{background:var(--tt-orange);color:#FFF;border-color:transparent;font-weight:700}.tour-card__meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1ebdd;padding-top:12px}.tour-card__author{display:flex;align-items:center;gap:8px;color:var(--tt-text);font-size:13px;font-weight:600}.tour-card__author-avatar{width:24px;height:24px;border-radius:50%;background:#C9E0DC;display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--tt-teal)}.tour-card__stats{display:flex;gap:14px;color:var(--tt-muted);font-size:13px;font-weight:600}.tour-card__stat{display:flex;align-items:center;gap:4px}.fab-create{position:fixed;bottom:24px;right:24px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:var(--tt-teal);color:var(--tt-sand);font-size:28px;font-weight:300;box-shadow:0 4px 16px rgba(15,92,99,.35);z-index:90;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.fab-create:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(15,92,99,.45)}.tour-social{margin-top:24px;padding-top:24px;border-top:1px solid var(--toss-gray-100)}.tour-author-row{display:flex;align-items:center;gap:8px;margin-top:12px}.tour-author-avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--toss-blue);color:white;font-size:12px;font-weight:800}.tour-author-name{font-size:13px;font-weight:600;color:var(--toss-gray-700)}.like-button{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:1.5px solid var(--toss-gray-300);border-radius:14px;background:var(--toss-white);cursor:pointer;font-size:14px;font-weight:700;color:var(--toss-gray-700);transition:.15s ease;margin-bottom:20px}.like-button.is-liked,.like-button:hover{border-color:var(--tt-orange);background:var(--tt-orange-bg)}.like-button.is-liked{color:var(--tt-orange)}.like-heart{font-size:16px}.comment-section{margin-top:4px}.comment-section__title{margin:0 0 14px;font-size:17px;font-weight:700}.comment-section__title span{color:var(--toss-blue)}.comment-list{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.comment-empty{padding:20px 0;text-align:center;color:var(--toss-gray-500);font-size:13px}.comment-item{padding:14px 16px;border-radius:14px;background:var(--toss-gray-100)}.comment-item__header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.comment-avatar{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--toss-blue);color:white;font-size:10px;font-weight:800;flex-shrink:0}.comment-item__header strong{font-size:13px;font-weight:700}.comment-time{color:var(--toss-gray-500);font-size:11px;margin-left:auto}.comment-item__body{margin:0;font-size:14px;line-height:1.5;color:var(--toss-gray-700)}.comment-form{display:flex;gap:8px}.comment-input{flex:1 1;height:44px;padding:0 14px;border:1.5px solid var(--toss-gray-300);border-radius:12px;outline:none;background:var(--toss-gray-100);font-size:14px;transition:border-color .15s,background .15s}.comment-input:focus{border-color:var(--toss-blue);background:var(--toss-white)}.comment-submit{padding:0 18px;border:0;border-radius:12px;background:var(--toss-blue);color:white;cursor:pointer;font-size:14px;font-weight:700;transition:background .15s;flex-shrink:0}.comment-submit:hover{background:var(--green-dark)}.comment-submit:disabled{opacity:.4;cursor:not-allowed}.comment-form__meta{min-height:20px;margin-top:6px;display:flex;justify-content:space-between;gap:12px;color:var(--tt-muted);font-size:11px}.comment-form__meta span{flex:1 1}.comment-form__meta .is-error{color:#C43C2E}.comment-form__meta small{margin-left:auto;font-size:inherit}.search-select{position:relative}.search-select__input{width:100%;height:48px;padding:0 40px 0 16px;border:1.5px solid var(--toss-gray-300);border-radius:14px;outline:none;background:var(--toss-gray-100);font-size:15px;transition:border-color .15s,background .15s}.search-select__input:focus{border-color:var(--tt-teal);background:var(--tt-cream);box-shadow:0 0 0 3px rgba(15,92,99,.12)}.search-select__clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--toss-gray-300);color:var(--toss-white);cursor:pointer;font-size:11px;font-weight:800}.option-cards--compact{gap:6px}.option-card--sm{padding:12px 14px}.option-card--sm .option-card__icon{width:36px;height:36px;border-radius:10px;font-size:14px}.option-card--sm .option-card__text strong{font-size:14px}.option-card--sm .option-card__text small{font-size:11px}.step-sub-label{margin:0;color:var(--tt-muted);font-size:13px;font-weight:600}.search-empty{text-align:center;color:var(--tt-muted);font-size:14px;padding:16px 0}.trip-days-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border:1px solid var(--tt-sand-border);border-radius:16px;background:var(--tt-cream)}.trip-days-label{display:flex;flex-direction:column;gap:2px}.trip-days-label span:first-child{font-size:16px;font-weight:700;color:var(--tt-text)}.trip-days-label small{color:var(--tt-muted);font-size:12px}.trip-date-input{max-width:148px;padding:9px 10px;border:1px solid var(--tt-sand-border);border-radius:10px;background:var(--tt-teal-light);color:var(--tt-teal);font:inherit;font-size:14px;font-weight:700}.trip-date-input:focus{border-color:var(--tt-teal);outline:none}.trip-time-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:226px}.trip-time-inputs label{display:flex;flex-direction:column;gap:2px;min-width:0}.trip-time-inputs small{color:var(--tt-muted);font-size:11px;font-weight:700}.trip-time-inputs input{width:100%;min-width:0;padding:8px 9px;border:1px solid var(--tt-sand-border);border-radius:10px;background:#FFF;color:var(--tt-teal);font:inherit;font-size:13px;font-weight:800}.time-range-error{margin:-8px 4px 0;color:#B42318;font-size:12px;font-weight:700}@media (max-width:560px){.trip-time-row{align-items:flex-start;flex-direction:column;gap:12px}.trip-time-inputs{width:100%;min-width:0;grid-template-columns:1fr}.trip-time-inputs input,.trip-time-inputs label{width:100%}.parsed-time-editor{width:100%;flex-direction:column;align-items:stretch}.parsed-time-editor label{justify-content:space-between;min-width:0}.parsed-time-editor input{width:112px;min-width:0}}.day-tabs{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding:4px 0 12px;scrollbar-width:none}.day-tabs::-webkit-scrollbar{display:none}.day-tab{min-width:0;flex:1 1 150px;padding:10px 16px;display:flex;align-items:center;gap:6px;border:1.5px solid var(--tt-sand-border);border-radius:14px;background:var(--tt-cream);cursor:pointer;text-align:left;justify-content:center;transition:.15s ease}.day-tab:hover{border-color:var(--tt-ink);background:var(--tt-sand)}.day-tab.is-active{border-color:var(--tt-ink);background:var(--tt-ink);color:white}.day-tab__num{font-size:11px;font-weight:800;letter-spacing:.04em;opacity:.7}.day-tab.is-active .day-tab__num{opacity:.9}.day-tab__title{font-weight:700;max-width:120px}.day-tab__label,.day-tab__title{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-tab__label{display:block;max-width:100%;font-weight:750;line-height:1.2}.day-tabs--tour-detail{margin-top:16px;padding-bottom:10px}.day-tabs--tour-detail .day-tab{min-height:44px}.overview-day-section{margin-top:16px}.overview-day-section:first-of-type{margin-top:8px}.overview-day-header{display:flex;align-items:center;gap:6px 10px;padding:12px 16px;background:var(--tt-cream);border:1.5px solid var(--tt-sand-border);border-radius:14px;margin-bottom:4px;flex-wrap:wrap}.overview-day-badge{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:4px 10px;border-radius:8px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;flex-shrink:0}.overview-day-title{font-size:14px;font-weight:700;color:var(--tt-ink);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-day-meta{font-size:12px;color:var(--tt-muted);white-space:nowrap;flex-shrink:0}@media (max-width:380px){.overview-day-title{flex-basis:calc(100% - 72px)}.overview-day-meta{margin-left:62px}}.admin-page{max-width:960px;margin:0 auto;padding:24px 16px;font-family:var(--font-body);color:var(--tt-text)}.admin-login{max-width:320px;margin:80px auto;display:flex;flex-direction:column;gap:12px;text-align:center}.admin-login h1{font-size:24px;color:var(--tt-ink)}.admin-login input{padding:12px;border:1.5px solid var(--tt-line);border-radius:10px;font-size:15px}.admin-login button{padding:12px;border:none;border-radius:10px;background:var(--tt-teal);color:#FFF;font-weight:600;cursor:pointer}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-header h1{font-size:22px;color:var(--tt-ink)}.admin-header span{font-size:14px;color:var(--tt-sub)}.admin-message{padding:10px 14px;margin-bottom:16px;background:#F3F7F5;border:1px solid #d9e6e0;border-radius:8px;font-size:13px;color:var(--tt-teal)}.admin-section{margin-bottom:32px}.admin-section h2{font-size:17px;margin-bottom:12px;color:var(--tt-ink)}.admin-section__help{margin:-5px 0 12px;color:var(--tt-sub);font-size:13px;line-height:1.55}.admin-reports__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-reports__heading button{min-height:34px;padding:0 12px;border:1px solid #c8d8d4;border-radius:8px;background:#FFF;color:#276F68;cursor:pointer;font-size:12px;font-weight:700}.admin-report-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.admin-report-card{padding:15px;border:1px solid #e4e8e4;border-left:4px solid #e58a3d;border-radius:12px;background:#FFF}.admin-report-card.is-reviewed{border-left-color:#5B92BA}.admin-report-card.is-actioned{border-left-color:#3B8C65}.admin-report-card.is-dismissed{border-left-color:#AAB3AF;opacity:.76}.admin-report-card__meta{display:flex;align-items:center;gap:7px;color:#78847F;font-size:10px}.admin-report-card__meta b,.admin-report-card__meta span{padding:3px 6px;border-radius:5px;background:#F2F6F4}.admin-report-card__meta b{background:#FFF0E6;color:#A04B22}.admin-report-card__meta time{margin-left:auto}.admin-report-card h3{margin:10px 0 5px;font-size:15px}.admin-report-card>p{margin:0;color:#53615D;font-size:12px;line-height:1.5}.admin-report-card blockquote{margin:10px 0 0;padding:9px 10px;border-radius:8px;background:#F8F5EE;color:#675B4B;font-size:11px;line-height:1.5}.admin-report-card__footer{margin-top:12px;padding-top:10px;display:flex;align-items:center;gap:10px;border-top:1px solid #eef0ed}.admin-report-card__footer small{min-width:0;flex:1 1;overflow:hidden;color:#86908C;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-report-card__footer select{min-height:32px;padding:0 8px;border:1px solid #d6deda;border-radius:7px;background:#FFF;font-size:11px}.admin-reports__empty{margin:0;padding:25px;border:1px dashed #d9dfdb;border-radius:10px;color:#7E8A85;font-size:12px;text-align:center}@media (max-width:640px){.admin-report-list{grid-template-columns:1fr}.admin-report-card__footer{align-items:stretch;flex-direction:column}.admin-report-card__footer select{width:100%}}.admin-import{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-import input{flex:1 1;min-width:180px;padding:10px 12px;border:1.5px solid var(--tt-line);border-radius:8px;font-size:14px}.admin-import button{padding:10px 16px;border:none;border-radius:8px;background:var(--tt-teal);color:#FFF;font-weight:600;cursor:pointer;white-space:nowrap}.admin-import button:disabled{opacity:.5}.admin-link-import{margin-top:10px;color:var(--tt-sub);font-size:12px}.admin-link-import summary{display:inline-block;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.admin-link-import[open] summary{margin-bottom:10px}.admin-search-results{margin-top:14px;padding:14px;border:1px solid var(--tt-line);border-radius:12px;background:#F8FAF8}.admin-search-results h3{margin:0 0 8px;font-size:14px}.admin-search-results h3 small{color:var(--tt-sub);font-weight:500}.admin-search-results>button{width:100%;padding:11px 12px;display:grid;grid-template-columns:minmax(150px,.8fr) minmax(220px,1.4fr) auto;align-items:center;gap:12px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--tt-ink);text-align:left;cursor:pointer}.admin-search-results>button+button{margin-top:3px}.admin-search-results>button.is-selected,.admin-search-results>button:hover{border-color:#BBD6CE;background:#FFF}.admin-search-results>button.is-duplicate{opacity:.62;cursor:not-allowed}.admin-search-results>button.is-duplicate:hover{border-color:transparent;background:transparent}.admin-search-results>button span{display:flex;flex-direction:column;gap:2px}.admin-search-results>button em,.admin-search-results>button small{color:var(--tt-sub);font-size:11px;font-style:normal}.admin-search-results>button b{padding:5px 9px;border-radius:999px;background:var(--tt-teal-light);color:var(--tt-teal);font-size:11px;white-space:nowrap}.admin-search-results>button.is-duplicate b{background:#EFEDEA;color:#77716B}.admin-or{font-size:12px;color:var(--tt-sub)}.admin-preview{margin-top:16px;padding:16px;background:#FFF;border:1px solid var(--tt-line);border-radius:12px}.admin-preview h3{font-size:15px;margin-bottom:8px}.admin-preview table{width:100%;font-size:13px}.admin-preview td{padding:4px 8px;border-bottom:1px solid var(--tt-line)}.admin-preview td:first-child{font-weight:600;color:var(--tt-sub);width:80px}.admin-preview__actions{margin-top:12px;display:flex;gap:8px}.admin-btn-save{padding:8px 20px;border:none;border-radius:8px;background:var(--tt-teal);color:#FFF;font-weight:600;cursor:pointer}.admin-btn-cancel{padding:8px 20px;border:1px solid var(--tt-line);border-radius:8px;background:#FFF;cursor:pointer}.admin-filters{display:flex;gap:8px;margin-bottom:12px}.admin-filters button,.admin-filters select{padding:8px 12px;border:1px solid var(--tt-line);border-radius:8px;font-size:13px;background:#FFF;cursor:pointer}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;padding:8px;border-bottom:2px solid var(--tt-line);font-weight:600;color:var(--tt-sub);font-size:11px;text-transform:uppercase}.admin-table td{padding:8px;border-bottom:1px solid var(--tt-line);vertical-align:top}.admin-table td strong{display:block;font-size:13px}.admin-table td small{color:var(--tt-sub);font-size:11px}.admin-table a{color:var(--tt-teal);text-decoration:none;font-weight:600}.admin-btn-delete{padding:4px 10px;border:1px solid #e8d5d5;border-radius:6px;background:#FFF;color:#C44;font-size:11px;cursor:pointer}.admin-btn-delete:hover{background:#FEE}@media (max-width:640px){.admin-search-results>button{grid-template-columns:1fr auto}.admin-search-results>button em{grid-column:1/-1;grid-row:2}}.community-shell{max-width:760px;min-height:100vh;padding-bottom:120px}.community-topbar{margin:0 -2px;border-bottom:0}.community-topbar .brand{padding:0;border:0;background:transparent;cursor:pointer}.topbar-left{gap:20px}.topbar-left,.topbar-primary{display:flex;align-items:center}.topbar-primary{gap:6px}.topbar-tab{display:flex;align-items:center;gap:8px;padding:10px 20px;border:0;border-radius:14px;background:transparent;color:var(--tt-muted);font-size:15px;font-weight:800;cursor:pointer;transition:background .18s,color .18s}.topbar-tab.is-active{background:#EFE7D7;color:var(--tt-ink)}.topbar-tab:hover:not(.is-active){background:rgba(239,231,215,.5)}.topbar-tab svg{flex-shrink:0}.topbar-cta{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:14px;background:var(--tt-orange);color:#FFF7EE;font-size:15px;font-weight:800;box-shadow:0 6px 16px rgba(240,102,43,.3);transition:background .18s,box-shadow .18s}.topbar-cta:hover{background:var(--tt-orange-light);color:#FFF7EE}.topbar-right{display:flex;align-items:center;gap:16px}.topbar-secondary{display:flex;align-items:center;gap:4px}.topbar-tab-sm{padding:9px 16px;border:0;border-radius:12px;background:transparent;color:#5A6B68;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s,color .18s}.topbar-tab-sm.is-active{background:#EFE7D7;color:var(--tt-ink)}.topbar-tab-sm:hover:not(.is-active){background:rgba(239,231,215,.5)}.topbar-divider{width:1px;height:20px;background:#DCD4C2}.topbar-community-profile{width:40px;height:40px;padding:0;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:transparent;box-shadow:0 0 0 1px var(--tt-line);cursor:pointer}.topbar-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#CBDBD6;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#123B3C}.mobile-tabbar{display:none}.community-feed,.profile-login-card,.profile-panel{animation:community-enter .26s ease-out}@keyframes community-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.board-intro,.feed-intro{position:relative;min-height:220px;margin:22px 0 18px;padding:30px;overflow:hidden;border-radius:26px}.feed-intro{display:flex;justify-content:space-between;background:var(--tt-ink);color:#FFF}.feed-intro:after,.feed-intro:before{content:"";position:absolute;border:1px solid rgba(255,255,255,.11);border-radius:50%}.feed-intro:before{width:260px;height:260px;right:-110px;top:-90px}.feed-intro:after{width:170px;height:170px;right:-45px;top:-30px}.board-intro>*,.feed-intro>div{position:relative;z-index:2}.live-indicator{display:inline-flex;align-items:center;gap:6px;color:#A9CFCA;font-size:10px;font-weight:800;letter-spacing:.16em}.feed-status-row button i,.live-indicator i{width:7px;height:7px;border-radius:50%;background:#42D392;box-shadow:0 0 0 4px rgba(66,211,146,.13)}.board-intro h1,.feed-intro h1,.profile-login-card h1{margin:17px 0 10px;font-size:29px;line-height:1.22;letter-spacing:-.045em}.board-intro p,.feed-intro p{max-width:420px;margin:0;color:#A9C4C3;line-height:1.65}.feed-intro__mark{position:absolute;bottom:-24px;color:rgba(242,105,29,.2);font-size:104px;font-weight:900;letter-spacing:-.18em}.board-intro{background:radial-gradient(circle at 85% 20%,rgba(242,105,29,.2),transparent 27%),linear-gradient(135deg,#E6F0EC,#F4EFE2);border:1px solid #dde5dc}.board-intro:after{content:"같이";position:absolute;right:24px;bottom:-24px;color:rgba(15,92,99,.08);font-size:104px;font-weight:900}.board-intro>span{color:var(--tt-orange);font-size:10px;font-weight:850;letter-spacing:.15em}.board-intro p{color:var(--tt-text)}.companion-safety-guide{margin:-4px 0 16px;padding:16px 18px;border:1px solid #f1d2b8;border-radius:17px;background:#FFF8EF}.companion-safety-guide>strong{color:#8C431E;font-size:13px}.companion-safety-guide>div{margin-top:9px;display:grid;gap:7px}.companion-safety-guide span{display:flex;align-items:flex-start;gap:8px;color:#624C3D}.companion-safety-guide b{flex:0 0 auto;display:inline-grid;place-items:center;border-radius:50%;background:#E97432;color:#FFF}.thread-composer-collapsed{width:100%;min-height:70px;padding:12px 14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--tt-sand-border);border-radius:18px;background:#FFF;color:var(--tt-muted);cursor:pointer;text-align:left}.thread-composer-collapsed:hover{border-color:#B7CCC4;box-shadow:0 5px 20px rgba(18,48,59,.06)}.thread-composer-collapsed strong{padding:8px 13px;background:var(--tt-teal-light);color:var(--tt-teal)}.post-composer{padding:20px;border:1px solid var(--tt-sand-border);border-radius:22px;background:#FFF;box-shadow:0 10px 32px rgba(18,48,59,.06)}.post-composer--companion{border-color:#BCD2CA}.post-composer__head{display:flex;align-items:center;gap:11px;margin-bottom:14px}.post-composer__head>div{min-width:0;display:flex;flex-direction:column;gap:2px}.post-composer__head small{color:var(--tt-muted)}.post-composer__close{width:30px;height:30px;margin-left:auto;border:0;border-radius:50%;background:var(--tt-sand);color:var(--tt-muted);cursor:pointer;font-size:19px}.post-composer>textarea{width:100%;min-height:105px;padding:14px;resize:vertical;border:0;border-radius:14px;outline:0;background:var(--tt-cream);color:var(--tt-ink);line-height:1.65}.post-composer>textarea:focus{box-shadow:inset 0 0 0 1.5px var(--tt-teal)}.companion-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.companion-fields label,.profile-edit-form label{display:flex;flex-direction:column;gap:6px}.companion-fields label>span,.post-composer__tour-row>label,.profile-edit-form label>span{color:var(--tt-muted);font-size:11px;font-weight:700}.companion-fields input,.companion-fields select,.post-composer__tour-row select{width:100%;height:42px;padding:0 12px;border:1px solid var(--tt-line);border-radius:11px;outline:0;background:#FFF;color:var(--tt-ink)}.post-composer__tour-row{display:grid;grid-template-columns:62px minmax(0,1fr);gap:10px;align-items:center;margin-top:12px}.post-composer__tour-row a{padding:11px 12px;border-radius:11px;background:var(--tt-orange-bg);color:var(--tt-orange-text);font-size:12px;font-weight:750}.composer-tour-preview{margin-top:10px;padding:13px 14px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 10px;border-radius:13px;background:var(--tt-ink);color:#FFF}.composer-tour-preview>span{grid-row:1/3;align-self:center;padding:5px 7px;border-radius:7px;background:var(--tt-orange);font-size:8px;font-weight:850;letter-spacing:.08em}.composer-tour-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-tour-preview small{color:#9FC4C4;line-height:1.5;overflow-wrap:anywhere;white-space:normal}.post-composer__footer{min-height:42px;margin-top:12px;display:flex;align-items:center;gap:10px}.post-composer__footer>span{flex:1 1;color:var(--tt-teal);font-size:11px}.post-composer__footer>span.is-error{color:#C44738}.post-composer__footer>small{color:var(--tt-muted-light);font-size:10px}.post-composer__footer>button{min-height:38px;padding:0 17px;border:0;border-radius:11px;background:var(--tt-teal);color:#FFF;cursor:pointer;font-size:12px;font-weight:750}.post-composer__footer>button:disabled{opacity:.38;cursor:not-allowed}.feed-status-row{min-height:50px;margin-top:18px;display:flex;align-items:center;justify-content:space-between}.feed-status-row>strong{font-size:15px}.feed-status-row>button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--tt-muted);cursor:pointer;font-size:10px}.feed-status-row button i{width:5px;height:5px;box-shadow:none}.companion-board,.thread-list{display:flex;flex-direction:column;gap:12px}.community-post{display:flex;border:1px solid var(--tt-sand-border);border-radius:20px;background:#FFF;overflow:hidden;transition:border-color .18s,box-shadow .18s}.community-post:hover{border-color:#C9D5CD;box-shadow:0 8px 28px rgba(18,48,59,.055)}.community-post__main{min-width:0;flex:1 1;padding:17px 18px 14px}.community-post__header{display:flex;align-items:center;gap:10px}.community-post__author{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.community-post__author>div{display:flex;align-items:center;gap:6px}.community-post__author strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-post__author small{color:var(--tt-muted);font-size:10px}.mutual-badge{padding:2px 5px;border-radius:5px;background:var(--tt-orange-bg);color:var(--tt-orange-text);font-size:8px;font-weight:800}.community-follow{min-width:61px;min-height:29px;padding:0 10px;border:1px solid var(--tt-teal);border-radius:9px;background:var(--tt-teal);color:#FFF;cursor:pointer;font-weight:750}.community-follow.is-following{border-color:var(--tt-line);background:#FFF;color:var(--tt-muted)}.community-follow.is-mutual{border-color:#F4CDB5;background:var(--tt-orange-bg);color:var(--tt-orange-text)}.community-follow:disabled{opacity:.5}.community-safety-menu{position:relative;flex:0 0 auto}.community-safety-menu__trigger{width:30px;height:30px;padding:0;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--tt-muted);cursor:pointer}.community-safety-menu__trigger:hover,.community-safety-menu__trigger[aria-expanded=true]{background:var(--tt-sand);color:var(--tt-ink)}.community-safety-menu__trigger span{transform:translateY(-3px);font-size:13px;font-weight:850;letter-spacing:1px}.community-safety-menu__popover{position:absolute;z-index:80;top:calc(100% + 5px);right:0;width:max-content;min-width:174px;padding:6px;border:1px solid var(--tt-line);border-radius:13px;background:#FFF;box-shadow:0 14px 38px rgba(18,48,59,.18)}.community-safety-menu__popover button{width:100%;min-height:36px;padding:0 10px;display:block;border:0;border-radius:8px;background:transparent;color:#495B5D;cursor:pointer;font-size:11px;text-align:left}.community-safety-menu__popover button:hover{background:#FFF1E8;color:#A84323}.community-safety-menu__popover button:disabled{opacity:.45}.community-safety-menu__status{position:absolute;z-index:70;top:calc(100% + 5px);right:0;width:240px;margin:0;padding:9px 11px;border:1px solid var(--tt-line);border-radius:10px;background:#FFF;box-shadow:0 10px 24px rgba(18,48,59,.12);color:var(--tt-teal);font-size:10px;line-height:1.45}.community-report-modal{position:fixed;z-index:260;inset:0;padding:20px;display:grid;place-items:center}.community-report-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(9,28,34,.58);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.community-report-modal__card{position:relative;width:min(100%,460px);padding:22px;border-radius:22px;background:#FFF;box-shadow:0 28px 80px rgba(9,28,34,.3)}.community-report-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.community-report-modal__header span{color:var(--tt-orange);font-size:8px;font-weight:850;letter-spacing:.15em}.community-report-modal__header h2{margin:3px 0 0;color:var(--tt-ink);font-size:20px}.community-report-modal__header>button{width:31px;height:31px;border:0;border-radius:50%;background:var(--tt-sand);color:var(--tt-muted);cursor:pointer;font-size:18px}.community-report-modal__card>p{margin:12px 0 17px;color:var(--tt-muted);font-size:11px;line-height:1.55}.community-report-modal__card label{margin-top:12px;display:flex;flex-direction:column;gap:6px}.community-report-modal__card label>span{color:var(--tt-ink);font-size:11px;font-weight:750}.community-report-modal__card select,.community-report-modal__card textarea{width:100%;padding:10px 11px;border:1px solid var(--tt-line);border-radius:11px;outline:none;background:#FFF;color:var(--tt-text);font:inherit;font-size:12px}.community-report-modal__card select:focus,.community-report-modal__card textarea:focus{border-color:var(--tt-teal);box-shadow:0 0 0 3px rgba(39,112,104,.09)}.community-report-modal__card textarea{min-height:100px;resize:vertical}.community-report-modal__card label small{align-self:flex-end;color:var(--tt-muted-light);font-size:9px}.community-report-modal__error{color:#A33C31!important}.community-report-modal__actions{margin-top:18px;display:grid;grid-template-columns:1fr 2fr;gap:8px}.community-report-modal__actions button{min-height:43px;border:0;border-radius:11px;background:var(--tt-sand);color:var(--tt-text);cursor:pointer;font-size:11px;font-weight:750}.community-report-modal__actions button[type=submit]{background:var(--tt-orange);color:#FFF}.community-report-modal__actions button:disabled{opacity:.45}.community-post__content{margin:14px 0 0;color:#33474B;line-height:1.72;white-space:pre-wrap;overflow-wrap:anywhere}.attached-tour{position:relative;margin-top:14px;padding:15px;display:block;overflow:hidden;border-radius:15px;background:radial-gradient(circle at 92% 12%,rgba(242,105,29,.22),transparent 26%),var(--tt-ink);color:#FFF}.attached-tour:hover{background-color:#193F49}.attached-tour__label{margin-bottom:6px;color:#79B5AF;font-size:8px;font-weight:850;letter-spacing:.14em}.attached-tour>strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attached-tour>p{margin:6px 0 11px;color:#A7C3C2;font-size:10px;line-height:1.5;overflow-wrap:anywhere;white-space:normal}.attached-tour>div:last-child{display:flex;align-items:center;gap:5px}.attached-tour>div span{padding:4px 7px;border-radius:6px;background:rgba(255,255,255,.09);color:#C7DAD8}.attached-tour>div span:first-child{color:#FFF}.attached-tour em{margin-left:auto;color:#FFF;font-size:9px;font-style:normal;font-weight:700}.community-post__actions{margin-top:13px;padding-top:10px;display:flex;align-items:center;gap:6px;border-top:1px solid #f2ede2}.community-post__actions>button{min-height:31px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:9px;background:transparent;color:var(--tt-muted);cursor:pointer;font-size:10px;font-weight:650}.community-post__actions>button.is-active,.community-post__actions>button:hover{background:var(--tt-orange-bg);color:var(--tt-orange)}.community-post__actions>.companion-chat-open{margin-left:auto;padding-right:11px;padding-left:11px;background:var(--tt-teal-light);color:var(--tt-teal);font-weight:800}.companion-chat-backdrop{position:fixed;inset:0;z-index:1000;padding:24px;display:grid;place-items:center;background:rgba(9,28,34,.64);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.companion-chat{width:min(980px,100%);height:min(780px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden;border-radius:24px;background:#FFF;box-shadow:0 30px 90px rgba(3,22,28,.32)}.companion-chat__header{padding:17px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e8ece7;background:var(--tt-ink);color:#FFF}.companion-chat__header>div{min-width:0;flex:1 1}.companion-chat__header span{color:#7DB8B2;font-size:8px;font-weight:850;letter-spacing:.14em}.companion-chat__header h2{margin:3px 0 1px;letter-spacing:-.03em}.companion-chat__header small{color:#A8C4C2;font-size:10px}.chat-lock-button,.companion-chat__close{border:0;color:#FFF;cursor:pointer}.chat-lock-button{min-height:34px;padding:0 12px;border-radius:9px;background:rgba(255,255,255,.12);font-size:10px;font-weight:750}.chat-lock-button.is-locked{background:var(--tt-orange)}.companion-chat__close{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);font-size:22px}.companion-chat__safety{padding:11px 18px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;align-items:center;border-bottom:1px solid #f2dbc6;background:#FFF7EC}.companion-chat__safety strong{color:#9A4B22;font-size:10px;white-space:nowrap}.companion-chat__safety p{margin:0;color:#6E5747;line-height:1.45}.chat-tour-card{margin:10px 14px 0;padding:10px 12px;display:flex;align-items:center;gap:10px;border-radius:12px;background:#EFF5F2;color:var(--tt-ink)}.chat-tour-card>span{padding:4px 6px;border-radius:6px;background:var(--tt-teal);color:#FFF;font-size:8px;font-weight:800}.chat-tour-card>div{min-width:0;flex:1 1;display:flex;flex-direction:column}.chat-tour-card small,.chat-tour-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-tour-card strong{font-size:11px}.chat-tour-card small{margin-top:2px;color:var(--tt-muted);font-size:9px}.chat-tour-card em{font-size:9px;font-style:normal;font-weight:800}.chat-state{flex:1 1;display:grid;place-content:center;color:var(--tt-muted);font-size:13px;text-align:center}.chat-state strong{color:#A23B2D}.chat-state p{margin:6px 0 0;font-size:11px}.companion-chat__body{min-height:0;flex:1 1;display:grid;grid-template-columns:230px minmax(0,1fr)}.chat-members{min-height:0;padding:15px 13px;overflow-y:auto;border-right:1px solid #e7ebe6;background:#F8F8F4}.chat-members__title{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.chat-members__title strong{font-size:12px}.chat-members__title span{color:var(--tt-muted);font-size:10px}.chat-member{padding:8px 0;display:flex;align-items:center;gap:8px;border-bottom:1px solid #eaece7}.chat-member>div:nth-child(2){min-width:0;flex:1 1;display:flex;flex-direction:column}.chat-member strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.chat-member small{color:var(--tt-muted);font-size:8px}.chat-member__actions{display:flex;gap:3px}.chat-member__actions button{min-height:25px;padding:0 7px;border:0;border-radius:7px;background:var(--tt-teal);color:#FFF;cursor:pointer;font-size:8px;font-weight:750}.chat-member__actions button.is-kick{background:#EFE4DF;color:#A13E31}.chat-member__actions button:disabled{opacity:.45}.chat-conversation{min-width:0;min-height:0;display:flex;flex-direction:column}.chat-approval-status{padding:8px 12px;background:#FFF4DF;color:#855A17;font-size:9px;text-align:center}.chat-approval-status.is-approved{background:#EAF5EF;color:#256A4C}.chat-messages{min-height:0;flex:1 1;padding:16px;overflow-y:auto;background:#FFF}.chat-system-message{width:fit-content;max-width:88%;margin:7px auto;padding:6px 10px;border-radius:999px;background:#F3F3EE;color:var(--tt-muted);font-size:8px;line-height:1.4;text-align:center}.chat-message{margin:9px 0;display:flex;align-items:flex-start;gap:7px}.chat-message>div{max-width:min(72%,480px)}.chat-message strong{display:block;margin:0 0 3px 2px;font-size:9px}.chat-message p{margin:0;padding:9px 11px;border-radius:4px 13px 13px 13px;background:#F0F3F0;color:var(--tt-text);font-size:11px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message small{margin:2px 3px 0;display:block;color:var(--tt-muted-light);font-size:7px}.chat-message.is-mine{justify-content:flex-end}.chat-message.is-mine>div{display:flex;flex-direction:column;align-items:flex-end}.chat-message.is-mine strong{display:none}.chat-message.is-mine p{border-radius:13px 4px 13px 13px;color:#FFF}.chat-message-form{padding:11px 13px;display:flex;gap:7px;border-top:1px solid #e8ece7;background:#FAFAF7}.chat-message-form input{min-width:0;height:42px;flex:1 1;padding:0 12px;border:1px solid var(--tt-line);border-radius:11px;outline:0;background:#FFF;font-size:11px}.chat-message-form input:focus{border-color:var(--tt-teal)}.chat-message-form button{padding:0 15px;border:0;border-radius:10px;background:var(--tt-teal);color:#FFF;font-size:10px;font-weight:800}.chat-message-form button:disabled{opacity:.4}.chat-inline-error{margin:0;padding:0 14px 8px;background:#FAFAF7;color:#B13B2D;font-size:9px}.companion-date-block{width:84px;padding:23px 8px 16px;display:flex;flex-direction:column;align-items:center;align-self:stretch;background:var(--tt-teal-light);border-right:1px solid #cfdfd9;color:var(--tt-teal)}.companion-date-block small{font-size:10px;font-weight:750}.companion-date-block strong{margin:-2px 0 0;font-size:31px;letter-spacing:-.05em}.companion-meta-row{margin-top:12px;display:flex;gap:8px}.companion-meta-row>span{padding:7px 10px;border-radius:9px;background:#F4F7F4;color:var(--tt-muted);font-size:10px}.companion-meta-row b{color:var(--tt-ink)}.thread-replies{margin:4px -18px -14px;padding:13px 18px 15px;background:#FAF8F2;border-top:1px solid #f1ebdd}.thread-reply{display:flex;gap:8px;padding:9px 0}.thread-reply>div{min-width:0;flex:1 1}.thread-reply>.community-safety-menu{margin-left:auto;min-width:auto;flex:0 0 auto}.thread-reply .community-safety-menu__trigger{width:26px;height:26px}.thread-reply strong{font-size:11px}.thread-reply span{margin-left:6px;color:var(--tt-muted-light);font-size:9px}.thread-reply p{margin:3px 0 0;color:var(--tt-text);font-size:12px;line-height:1.5}.thread-replies__empty{margin:4px 0 12px;color:var(--tt-muted);font-size:11px;text-align:center}.thread-reply-form{display:flex;gap:7px;margin-top:7px}.thread-reply-form input{min-width:0;height:38px;flex:1 1;padding:0 12px;border:1px solid var(--tt-line);border-radius:10px;outline:0;background:#FFF;font-size:11px}.thread-reply-form input:focus{border-color:var(--tt-teal)}.thread-reply-form button{padding:0 13px;border:0;border-radius:10px;background:var(--tt-teal);color:#FFF;font-size:10px;font-weight:750}.community-avatar{flex:0 0 auto;display:inline-grid;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(145deg,#CFE2DD,#A7CAC2);background-position:50%;background-size:cover;color:var(--tt-teal);font-weight:850}.community-avatar--sm{width:30px;height:30px;font-size:10px}.community-avatar--md{width:40px;height:40px;font-size:13px}.community-avatar--lg{width:58px;height:58px;font-size:18px}.community-avatar--xl{width:92px;height:92px;font-size:29px}.community-loading{min-height:120px;display:flex;align-items:center;justify-content:center;gap:6px}.community-loading span{width:7px;height:7px;border-radius:50%;background:var(--tt-teal);animation:community-loading 1s infinite alternate}.community-loading span:nth-child(2){animation-delay:.18s}.community-loading span:nth-child(3){animation-delay:.36s}@keyframes community-loading{to{opacity:.2;transform:translateY(-5px)}}.community-empty{padding:45px 20px;border:1px dashed var(--tt-line);border-radius:18px;color:var(--tt-muted);text-align:center}.community-empty strong{display:block;color:var(--tt-ink);font-size:14px}.community-empty p{margin:6px 0 0;font-size:11px}.community-empty button{margin-top:12px;padding:8px 12px;border:0;border-radius:9px;background:var(--tt-teal);color:#FFF;font-size:11px}.profile-login-card{margin-top:24px;padding:38px 30px;overflow:hidden;border-radius:26px;background:var(--tt-ink);color:#FFF;text-align:center}.profile-login-card>span{color:var(--tt-orange-light);font-size:10px;font-weight:850;letter-spacing:.16em}.profile-login-card p{max-width:450px;margin:0 auto;color:#A9C4C3;font-size:13px;line-height:1.7}.profile-login-card button{min-height:45px;margin-top:22px;padding:0 21px;border:0;border-radius:13px;background:var(--tt-orange);color:#FFF;cursor:pointer;font-size:13px;font-weight:750}.profile-cover{position:relative;height:150px;margin:22px 0 0;overflow:hidden;border-radius:25px 25px 10px 10px;background:linear-gradient(105deg,rgba(18,48,59,.96),rgba(15,92,99,.76)),var(--tt-teal)}.profile-cover>span{position:absolute;left:24px;bottom:20px;color:rgba(255,255,255,.58);font-size:9px;font-weight:800;letter-spacing:.16em}.profile-cover i{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:50%}.profile-cover i:nth-child(2){width:180px;height:180px;right:-35px;top:-75px}.profile-cover i:nth-child(3){width:115px;height:115px;right:10px;top:-38px}.profile-cover i:nth-child(4){width:45px;height:45px;right:45px;top:0;background:var(--tt-orange);border:0;opacity:.75}.profile-card{position:relative;margin-top:-10px;padding:0 24px 22px 136px;min-height:154px;border:1px solid var(--tt-sand-border);border-radius:0 0 22px 22px;background:#FFF}.profile-photo-button{position:absolute;left:24px;top:-44px;padding:0;border:4px solid #fff;border-radius:50%;background:#FFF;cursor:pointer;box-shadow:0 4px 14px rgba(18,48,59,.15)}.profile-photo-button>span:last-child{position:absolute;right:-8px;bottom:0;padding:4px 6px;border:2px solid #fff;border-radius:7px;background:var(--tt-ink);color:#FFF;font-size:8px;white-space:nowrap}.profile-summary{padding-top:18px}.profile-summary h1{margin:0;font-size:21px;letter-spacing:-.03em}.profile-summary p{min-height:18px;margin:5px 0 10px;color:var(--tt-muted);font-size:11px}.profile-summary>button{padding:7px 11px;border:1px solid var(--tt-line);border-radius:9px;background:#FFF;color:var(--tt-text);cursor:pointer;font-size:10px;font-weight:700}.profile-counts{grid-column:1/-1;margin:20px 0 0 -112px;padding-top:16px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #f1ebdd}.profile-counts>button,.profile-counts>div{min-height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:0;border-right:1px solid #f1ebdd;background:transparent}.profile-counts>button{cursor:pointer}.profile-counts>:last-child{border-right:0}.profile-counts strong{font-size:16px}.profile-counts span{margin-top:2px;color:var(--tt-muted);font-size:9px}.profile-edit-form{padding-top:16px;display:grid;gap:10px}.profile-edit-form input,.profile-edit-form textarea{width:100%;padding:9px 11px;border:1px solid var(--tt-line);border-radius:10px;outline:0;background:var(--tt-cream);font-size:11px}.profile-edit-form textarea{min-height:54px;resize:vertical}.profile-edit-form input:focus,.profile-edit-form textarea:focus{border-color:var(--tt-teal)}.profile-edit-form>div{display:flex;justify-content:flex-end;gap:6px}.profile-edit-form button{padding:7px 12px;border:0;border-radius:8px;background:var(--tt-sand);cursor:pointer;font-size:10px;font-weight:700}.profile-edit-form button[type=submit]{background:var(--tt-teal);color:#FFF}.profile-message{margin:8px 0 -8px -112px;color:var(--tt-teal);font-size:10px;text-align:center}.profile-quick-actions{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-quick-actions>a,.profile-quick-actions>button{min-height:66px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid var(--tt-sand-border);border-radius:16px;background:#FFF;cursor:pointer;text-align:left}.profile-quick-actions>*>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:var(--tt-teal-light);color:var(--tt-teal);font-size:17px}.profile-quick-actions>*>div{display:flex;flex-direction:column;gap:2px}.profile-quick-actions strong{font-size:11px}.profile-quick-actions small{color:var(--tt-muted);font-size:9px}.profile-posts{margin-top:28px}.profile-section-title{margin-bottom:12px;display:flex;align-items:flex-end;justify-content:space-between}.profile-section-title span{color:var(--tt-orange);font-size:8px;font-weight:850;letter-spacing:.14em}.profile-section-title h2{margin:3px 0 0;font-size:17px}.profile-section-title>strong{color:var(--tt-muted-light);font-size:22px}.community-post.is-compact{margin-bottom:10px}.connection-modal{position:fixed;z-index:150;inset:0;display:grid;place-items:center;padding:20px}.connection-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(18,48,59,.48);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.connection-modal__card{position:relative;width:min(100%,420px);max-height:min(620px,82vh);padding:18px;overflow-y:auto;border-radius:22px;background:#FFF;box-shadow:0 24px 70px rgba(18,48,59,.25)}.connection-modal__header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.connection-modal__header h2{margin:0;font-size:17px}.connection-modal__header button{width:30px;height:30px;border:0;border-radius:50%;background:var(--tt-sand);cursor:pointer;font-size:18px}.connection-person{min-height:64px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f1ebdd}.connection-person>div{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.connection-person strong{font-size:12px}.connection-person small{overflow:hidden;color:var(--tt-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.avatar-crop-modal{position:fixed;z-index:230;inset:0;display:grid;place-items:center;padding:18px}.avatar-crop-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(8,26,32,.68);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.avatar-crop-card{position:relative;width:min(100%,450px);max-height:94vh;padding:22px;overflow-y:auto;border-radius:24px;background:#FFF;box-shadow:0 26px 80px rgba(8,26,32,.34)}.avatar-crop-header{display:flex;align-items:center;justify-content:space-between}.avatar-crop-header span{color:var(--tt-orange);font-size:8px;font-weight:850;letter-spacing:.15em}.avatar-crop-header h2{margin:3px 0 0;font-size:20px;letter-spacing:-.03em}.avatar-crop-header>button{width:34px;height:34px;border:0;border-radius:50%;background:var(--tt-sand);color:var(--tt-muted);cursor:pointer;font-size:21px}.avatar-crop-guide{margin:8px 0 16px;color:var(--tt-muted);font-size:11px}.avatar-crop-stage{position:relative;width:min(100%,320px);aspect-ratio:1;margin:0 auto;overflow:hidden;border-radius:18px;background:var(--tt-ink)}.avatar-crop-stage canvas{width:100%;height:100%;display:block;cursor:grab;touch-action:none}.avatar-crop-stage canvas:active{cursor:grabbing}.avatar-crop-mask{position:absolute;inset:9%;border:2px solid rgba(255,255,255,.92);border-radius:50%;box-shadow:0 0 0 100px rgba(8,26,32,.52);pointer-events:none}.avatar-crop-mask:after,.avatar-crop-mask:before{content:"";position:absolute;background:rgba(255,255,255,.3)}.avatar-crop-mask:before{top:0;bottom:0;left:50%;width:1px}.avatar-crop-mask:after{top:50%;right:0;left:0;height:1px}.avatar-crop-hint{position:absolute;bottom:17px;left:50%;padding:5px 9px;transform:translateX(-50%);border-radius:999px;background:rgba(18,48,59,.78);color:#FFF;font-size:9px;pointer-events:none;white-space:nowrap}.avatar-zoom-control{margin:17px 2px 0;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.avatar-zoom-control span{color:var(--tt-muted);font-size:9px;font-weight:700}.avatar-zoom-control input{width:100%;accent-color:var(--tt-orange)}.avatar-rotate-controls{margin-top:12px;display:grid;grid-template-columns:1fr 1fr auto;gap:7px}.avatar-rotate-controls button{min-height:38px;padding:0 10px;border:1px solid var(--tt-line);border-radius:10px;background:var(--tt-cream);color:var(--tt-text);cursor:pointer;font-size:10px;font-weight:700}.avatar-rotate-controls button span{margin-right:3px;font-size:16px}.avatar-crop-actions{margin-top:18px;display:grid;grid-template-columns:1fr 2fr;gap:8px}.avatar-crop-actions button{min-height:45px;border:0;border-radius:12px;background:var(--tt-sand);cursor:pointer;font-size:12px;font-weight:750}.avatar-crop-actions button:last-child{background:var(--tt-orange);color:#FFF}.avatar-crop-actions button:disabled{opacity:.4}@media (max-width:640px){.companion-chat-backdrop{padding:0;place-items:stretch}.companion-chat{width:100%;height:100dvh;border-radius:0}.companion-chat__header{padding:13px 14px}.companion-chat__header h2{font-size:16px}.chat-lock-button{padding:0 9px}.companion-chat__safety{grid-template-columns:1fr;gap:4px;padding:9px 13px}.companion-chat__safety strong{white-space:normal}.chat-tour-card{margin:8px 10px 0}.chat-tour-card small{max-width:190px}.companion-chat__body{display:flex;flex-direction:column}.chat-members{flex:0 0 auto;padding:8px 10px;display:flex;gap:8px;overflow-x:auto;border-right:0;border-bottom:1px solid #e7ebe6}.chat-members__title{min-width:48px;margin:0;flex-direction:column;justify-content:center}.chat-member{min-width:150px;padding:4px 7px;border:1px solid #e1e6e0;border-radius:10px;background:#FFF}.chat-message>div{max-width:82%}.companion-safety-guide{padding:14px}.community-shell{padding-right:14px;padding-bottom:98px;padding-left:14px}.community-topbar{min-height:52px}.topbar-divider,.topbar-primary,.topbar-secondary{display:none}.board-intro,.feed-intro{min-height:190px;margin-top:14px;padding:24px 22px;border-radius:22px}.board-intro h1,.feed-intro h1,.profile-login-card h1{margin-top:14px;font-size:25px}.board-intro p,.feed-intro p{max-width:280px;font-size:11px}.post-composer{padding:16px;border-radius:18px}.post-composer__head small{display:none}.post-composer>textarea{min-height:92px}.post-composer__footer>span{max-width:130px}.community-post__main{padding:15px 14px 12px}.community-post__content{font-size:13px}.thread-replies{margin-right:-14px;margin-bottom:-12px;margin-left:-14px;padding-right:14px;padding-left:14px}.companion-date-block{width:62px;padding-right:5px;padding-left:5px}.companion-date-block strong{font-size:27px}.companion-meta-row{flex-wrap:wrap}.attached-tour em,.attached-tour>div span:nth-of-type(n+4){display:none}.profile-card{padding-right:16px;padding-left:120px}.profile-photo-button{left:16px}.profile-counts,.profile-message{margin-left:-104px}.mobile-tabbar{position:fixed;z-index:100;right:0;bottom:0;left:0;padding:8px 12px 20px;display:grid;grid-template-columns:repeat(4,1fr);align-items:end;background:#FBF8F0;border-top:1px solid #e5dece}.mobile-tabbar>a,.mobile-tabbar>button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 0;border:0;background:transparent;color:#8A948E;font-size:10.5px;font-weight:700;cursor:pointer;text-decoration:none}.mobile-tabbar>button.is-active{color:var(--tt-orange)}.mobile-tabbar>button.is-active span{font-weight:800}.avatar-crop-card{padding:18px;border-radius:21px}.avatar-crop-stage{width:min(100%,300px)}}@media (max-width:390px){.companion-fields,.post-composer__tour-row{grid-template-columns:1fr}.post-composer__tour-row{gap:6px}.community-post__actions>button span{font-size:0}.community-post__actions>button span:after{content:attr(data-count);font-size:10px}.profile-quick-actions{grid-template-columns:1fr}}.community-shell{--community-card:#fffefa;--community-soft:#f4efe4;--community-peach:#fff0df;max-width:1240px;padding-top:14px}.community-topbar{top:10px;min-height:68px;margin:0;padding:14px 24px;gap:12px;border:1px solid var(--tt-sand-border);border-radius:20px;background:rgba(251,248,240,.94);box-shadow:0 10px 30px rgba(10,40,40,.1);display:flex;align-items:center;justify-content:space-between}.community-topbar .brand{flex:0 0 auto}.community-topbar .brand-badge{width:36px;height:36px}.community-topbar .brand-text{font-size:19px;letter-spacing:-.02em}.community-topbar .topbar-community-profile{width:40px;height:40px;border-color:#e8e0d1;box-shadow:none}.community-feed,.profile-login-card,.profile-panel{max-width:760px;margin-right:auto;margin-left:auto}.board-intro,.feed-intro{min-height:132px;margin:18px 0 14px;padding:21px 23px;border-radius:19px}.feed-intro{align-items:center;background:#0f4952}.board-intro:after,.feed-intro:after,.feed-intro:before{display:none}.live-indicator{color:#a9d3ca;font-size:9px;letter-spacing:.12em}.board-intro h1,.feed-intro h1{max-width:540px;margin:9px 0 5px;font-size:23px;line-height:1.28;letter-spacing:-.04em}.board-intro p,.feed-intro p{font-size:11px;line-height:1.55}.feed-intro__mark{right:18px;bottom:18px;width:172px;height:62px;background:50%/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 64'%3E%3Cpath d='M0 18c16-18 30 18 46 0s30 18 46 0 30 18 46 0 26 13 42 2' fill='none' stroke='%232c7a7d' stroke-width='3' opacity='.72'/%3E%3Cpath d='M0 48c16-18 30 18 46 0s30 18 46 0 30 18 46 0 26 13 42 2' fill='none' stroke='%23d57c37' stroke-width='3' opacity='.58'/%3E%3C/svg%3E");color:transparent;font-size:0}.board-intro{min-height:126px;border-color:#f1d8bd;background:linear-gradient(135deg,#fff2e4,#fee7d1)}.board-intro>span{font-size:9px}.board-intro p{color:#7c624d}.companion-safety-guide{margin:0 0 13px;padding:11px 13px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;border-color:#e6dfd0;border-radius:13px;background:#fff}.companion-safety-guide>strong{color:var(--tt-teal);font-size:10px;white-space:nowrap}.companion-safety-guide>div{min-width:0;margin:0;display:flex;gap:11px}.companion-safety-guide span{min-width:0;flex:1 1;gap:5px;color:#776c5c;font-size:8px;line-height:1.4}.companion-safety-guide b{width:15px;height:15px;background:#e9f2ef;color:var(--tt-teal);font-size:7px}.thread-composer-collapsed{min-height:58px;padding:9px 12px;gap:10px;border-radius:15px;background:var(--community-card)}.thread-composer-collapsed>span{font-size:11px}.thread-composer-collapsed strong{padding:8px 14px;border-radius:10px;background:var(--tt-ink);color:#fff;font-size:10px}.post-composer{padding:16px;border-radius:18px;background:var(--community-card);box-shadow:none}.post-composer--companion{border-color:#e5dccb}.post-composer__head{margin-bottom:10px}.post-composer__head strong{font-size:12px}.post-composer__head small{font-size:9px}.post-composer>textarea{min-height:86px;padding:12px;border:1px solid #ebe3d4;border-radius:12px;background:#f8f5ed;font-size:11px}.companion-fields{margin-top:10px}.companion-fields input,.companion-fields select,.post-composer__tour-row select{height:38px;border-radius:10px;font-size:10px}.companion-fields label>span,.post-composer__tour-row>label{font-size:9px}.post-composer__tour-row{margin-top:10px}.composer-tour-preview{padding:10px 11px;border:1px solid #2c7479;border-radius:11px;background:#edf5f2;color:var(--tt-ink)}.composer-tour-preview>span{background:var(--tt-teal)}.composer-tour-preview strong{font-size:10px}.composer-tour-preview small{color:#758d88;font-size:8px}.post-composer__footer{min-height:36px;margin-top:8px}.post-composer__footer>button{min-height:36px;border-radius:10px;background:var(--tt-orange);font-size:10px}.feed-status-row{min-height:44px;margin-top:10px}.feed-status-row>strong{font-size:13px}.companion-board,.thread-list{gap:9px}.community-post{border-radius:17px;background:var(--community-card)}.community-post__main{padding:14px 15px 11px}.community-post__header{gap:8px}.community-post__author strong{font-size:11px}.community-post__author small{font-size:8px}.community-follow{min-width:54px;min-height:27px;border-radius:8px;font-size:8px}.community-post__content{margin-top:10px;font-size:12px;line-height:1.62}.attached-tour{min-height:112px;margin-top:11px;padding:10px;display:grid;grid-template-columns:116px minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr) auto;gap:2px 12px;border:1px solid #e7decd;border-radius:14px;background:#f8f4e9;color:var(--tt-ink)}.attached-tour:hover{border-color:#cbd9d3;background:#f3f5ec}.attached-tour__visual{position:relative;grid-row:1/5;min-height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#d7eceb}.attached-tour__map{width:100%;height:100%;padding:6px}.attached-tour__label{margin:0;color:var(--tt-orange);font-size:7px}.attached-tour>strong{color:var(--tt-ink);font-size:12px}.attached-tour>p{margin:3px 0 7px;color:#756d5f;font-size:8px}.attached-tour>div:last-child{flex-wrap:wrap}.attached-tour>div span{padding:3px 6px;background:#fff;color:#786f60;font-size:7px}.attached-tour>div span:first-child{background:var(--tt-orange)}.attached-tour em{color:var(--tt-teal);font-size:8px}.community-post__actions{margin-top:10px;padding-top:8px}.community-post__actions>button{min-height:28px;padding:0 8px;border:1px solid #ebe3d5;border-radius:999px;font-size:9px}.community-post__actions>.companion-chat-open{border-color:#d8e7e2;border-radius:9px}.companion-date-block{width:76px;padding:20px 7px 14px;border-right:0;background:#123f49;color:#fff}.companion-date-block small{color:#b6d4cf;font-size:9px}.companion-date-block strong{margin-top:-3px;font-size:29px}.companion-date-block em{margin-top:3px;color:var(--tt-orange-light);font-size:8px;font-style:normal;font-weight:800}.companion-meta-row{margin-top:9px}.companion-meta-row>span{padding:5px 8px;border:1px solid #e8dfd0;background:#fff;font-size:8px}.thread-replies{margin-top:2px;background:#faf7ef}.companion-chat{width:min(620px,100%);height:min(760px,calc(100vh - 48px));border-radius:22px;background:#fbf8ef}.companion-chat__header{padding:15px 18px;background:#0f4d56}.companion-chat__header h2{font-size:16px}.companion-chat__safety{margin:9px 14px 0;padding:8px 11px;grid-template-columns:1fr;gap:2px;border:1px solid #f0d8c4;border-radius:999px;background:#fff3e7;text-align:center}.companion-chat__safety strong{display:none}.companion-chat__safety p{font-size:9px;line-height:1.5;white-space:normal}.chat-tour-card{margin:9px 0 0;padding:9px 18px;border-radius:0;background:#fff}.companion-chat__body{display:flex;flex-direction:column}.chat-members{min-height:auto;flex:0 0 auto;padding:8px 13px;display:flex;gap:7px;overflow-x:auto;border-right:0;border-bottom:1px solid #e8e1d3;background:#f7f3e9}.chat-members__title{min-width:48px;margin:0;flex-direction:column;justify-content:center}.chat-member{min-width:152px;padding:5px 7px;border:1px solid #e5ddcf;border-radius:10px;background:#fff}.chat-conversation{flex:1 1}.chat-messages{padding:13px 18px;background:#fbf8ef}.chat-message p{background:#fff;box-shadow:0 1px 0 rgba(18,48,59,.04)}.chat-message.is-mine p{background:var(--tt-teal)}.chat-message-form{background:#fff}.profile-cover{height:132px;margin-top:18px;border-radius:22px 22px 0 0;background:#104b54}.profile-cover:after{content:"";position:absolute;right:18px;bottom:18px;width:180px;height:62px;background:50%/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 64'%3E%3Cpath d='M0 18c16-18 30 18 46 0s30 18 46 0 30 18 46 0 26 13 42 2' fill='none' stroke='%232c7a7d' stroke-width='3' opacity='.72'/%3E%3Cpath d='M0 48c16-18 30 18 46 0s30 18 46 0 30 18 46 0 26 13 42 2' fill='none' stroke='%23d57c37' stroke-width='3' opacity='.58'/%3E%3C/svg%3E")}.profile-cover>i,.profile-cover>span{display:none}.profile-card{margin-top:0;padding-top:0;border-top:0;border-radius:0 0 19px 19px}.profile-summary>button{position:absolute;top:17px;right:18px;padding:8px 12px}.profile-counts{margin-top:15px;padding:13px 0;border:1px solid #eee5d7;border-radius:13px}.profile-quick-actions{gap:8px}.profile-quick-actions>a,.profile-quick-actions>button{min-height:58px;border-radius:14px}@media (max-width:900px){.community-shell{max-width:834px}.community-topbar{padding:12px 20px}.topbar-left{gap:14px}.community-topbar .brand-text{display:none}.community-topbar .brand-badge{width:34px;height:34px}.topbar-cta,.topbar-tab{padding:10px 16px;font-size:14px}.topbar-tab-sm{padding:9px 12px;font-size:13px}}@media (max-width:700px){.community-shell{padding-top:8px;max-width:100%;padding-bottom:100px}.community-topbar{top:0;min-height:56px;padding:16px 20px;border-radius:0;border:0;box-shadow:none;background:transparent}.topbar-left{gap:8px}.topbar-divider,.topbar-primary,.topbar-secondary{display:none}.community-topbar .brand-badge{width:32px;height:32px}.community-topbar .brand-text{font-size:17px}.board-intro,.feed-intro{min-height:126px;margin-top:12px;padding:18px;border-radius:17px}.board-intro h1,.feed-intro h1{max-width:290px;font-size:20px}.board-intro p,.feed-intro p{max-width:280px;font-size:9px}.feed-intro__mark{right:-25px;width:145px;opacity:.7}.companion-safety-guide{grid-template-columns:1fr;gap:7px}.companion-safety-guide>div{display:grid;gap:5px}.post-composer__head small{display:block}.community-post__main{padding:13px 12px 10px}.attached-tour{grid-template-columns:92px minmax(0,1fr);gap:2px 9px}.companion-date-block{width:62px}.companion-chat{border-radius:0}.companion-chat__safety{border-radius:12px}.companion-chat__safety p{line-height:1.45;white-space:normal}}@media (max-width:420px){.thread-composer-collapsed>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attached-tour{grid-template-columns:1fr}.attached-tour__visual{grid-row:auto;min-height:84px}.attached-tour>div:last-child,.attached-tour>p,.attached-tour>strong,.attached-tour__label{grid-column:1}}.toss-sheet-layer{position:fixed;inset:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center}.toss-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(9,28,34,.54);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:tossSheetFadeIn .2s ease-out}.toss-sheet{position:relative;width:min(100%,520px);max-height:min(90dvh,760px);display:flex;flex-direction:column;overflow:hidden;border-radius:28px 28px 0 0;background:#FFF;box-shadow:0 -18px 60px rgba(9,28,34,.24);animation:tossSheetSlideUp .34s cubic-bezier(.32,.72,0,1)}.toss-sheet--compact{width:min(100%,420px)}.toss-sheet--wide{width:min(100%,760px)}.toss-sheet__handle{width:38px;height:4px;margin:10px auto 2px;flex:0 0 auto;border-radius:99px;background:#D8D5CE}.toss-sheet__header{padding:18px 22px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.toss-sheet__header>div{min-width:0}.toss-sheet__eyebrow{display:block;margin-bottom:5px;color:var(--tt-orange);font-size:9px;font-weight:850;letter-spacing:.15em}.toss-sheet__header h2{margin:0;color:var(--tt-ink);font-size:22px;line-height:1.25;letter-spacing:-.035em}.toss-sheet__header p{margin:7px 0 0;color:var(--tt-muted);font-size:13px;line-height:1.55}.toss-sheet__close{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:50%;background:var(--tt-sand);color:var(--tt-muted);cursor:pointer;font-size:23px;line-height:1}.toss-sheet__body{min-height:0;padding:0 22px 24px;overflow-y:auto;overscroll-behavior:contain}.toss-sheet__footer{padding:12px 22px calc(14px + env(safe-area-inset-bottom));border-top:1px solid #eee9de;background:rgba(255,255,255,.96)}.toss-confirm-sheet .toss-sheet__body{padding-bottom:10px}.toss-confirm-sheet__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:var(--tt-teal-light);color:var(--tt-teal);font-size:22px;font-weight:850}.toss-confirm-sheet__icon.is-destructive{background:#FFF0EC;color:#D34E38}.toss-confirm-sheet__actions{display:grid;grid-template-columns:1fr 1.6fr;gap:9px}.toss-confirm-sheet__actions button{min-height:50px;border:0;border-radius:15px;background:#F2F0EA;color:var(--tt-text);cursor:pointer;font-size:14px;font-weight:780}.toss-confirm-sheet__actions button.is-primary{background:var(--tt-teal);color:#FFF}.toss-confirm-sheet__actions button.is-destructive{background:#E95E46;color:#FFF}.toss-confirm-sheet__actions button:disabled{opacity:.5;cursor:wait}@keyframes tossSheetSlideUp{0%{transform:translateY(100%);opacity:.9}to{transform:translateY(0);opacity:1}}@keyframes tossSheetFadeIn{0%{opacity:0}to{opacity:1}}.avatar-crop-modal,.community-report-modal,.connection-modal{padding:0;place-items:end center}.avatar-crop-card,.community-report-modal__card,.connection-modal__card{width:min(100%,520px);max-height:90dvh;border-radius:28px 28px 0 0;box-shadow:0 -18px 60px rgba(9,28,34,.24);animation:tossSheetSlideUp .34s cubic-bezier(.32,.72,0,1)}.avatar-crop-card:before,.community-report-modal__card:before,.companion-chat:before,.connection-modal__card:before{content:"";width:38px;height:4px;margin:-11px auto 13px;display:block;border-radius:99px;background:#D8D5CE}.companion-chat-backdrop{padding:0;align-items:end;justify-items:center}.companion-chat{width:min(100%,760px);height:min(820px,92dvh);padding-top:14px;border-radius:28px 28px 0 0;animation:tossSheetSlideUp .34s cubic-bezier(.32,.72,0,1)}.companion-chat:before{flex:0 0 auto;margin-top:-4px;margin-bottom:10px}.modal-card{width:min(100%,620px);max-height:92dvh;border-radius:28px 28px 0 0;animation:tossSheetSlideUp .34s cubic-bezier(.32,.72,0,1)}.plan-presentation-shell{max-width:1280px;padding-bottom:100px;overflow-x:clip}.plan-presentation-shell .plan-result-bar{margin-right:-20px;margin-left:-20px}.plan-presentation-shell .summary-pills{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-presentation-workspace{margin-top:16px}.plan-presentation-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.plan-presentation-grid__primary{min-width:0}.plan-day-summary-list{min-width:0;padding:20px;border:1px solid #e5dece;border-radius:20px;background:#FFF;box-shadow:0 4px 24px rgba(10,40,40,.06)}.plan-day-summary-list__heading{margin-bottom:13px}.plan-day-summary-list__heading span{color:var(--tt-orange);font-size:9px;font-weight:850;letter-spacing:.14em}.plan-day-summary-list__heading h2{margin:4px 0 0;font-size:19px;letter-spacing:-.035em}.plan-day-summary-list__cards{display:flex;flex-direction:column;gap:9px}.plan-day-summary-card{width:100%;min-height:92px;padding:13px 14px;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:11px;border:1px solid #e9e2d5;border-radius:16px;background:#FFFEFB;color:var(--tt-ink);cursor:pointer;text-align:left;transition:border-color .18s,transform .18s,box-shadow .18s}.plan-day-summary-card.is-active,.plan-day-summary-card:hover{border-color:#F3A06D;box-shadow:0 8px 22px rgba(18,48,59,.08);transform:translateY(-1px)}.plan-day-summary-card__day{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--tt-orange-bg);color:var(--tt-orange);font-size:13px;font-weight:850}.plan-day-summary-card:nth-child(2n) .plan-day-summary-card__day{background:var(--tt-teal-light);color:var(--tt-teal)}.plan-day-summary-card__content{min-width:0;display:flex;flex-direction:column;gap:4px}.plan-day-summary-card__content>strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.plan-day-summary-card__content>small{overflow:hidden;color:var(--tt-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.plan-day-summary-card__content>span{display:flex;gap:9px;color:#6D7873}.plan-day-summary-card__content em{font-size:10px;font-style:normal;font-weight:720}.plan-day-summary-card__arrow{color:#B7B2A7;font-size:25px}.plan-presentation-shell .rental-car-card{margin:0 0 16px;padding:16px 18px;border-radius:16px;background:#F6F1E7}.plan-presentation-shell .day-tabs{margin:0 0 16px;padding:4px;border:1px solid #e7dfd1;border-radius:14px;background:#F6F1E7}.plan-presentation-shell .day-tab{border-radius:10px}.plan-presentation-shell .day-tab.is-active{background:#123B3C;color:#FFF}@media (min-width:641px){.toss-sheet{margin-bottom:18px;border-radius:28px}.plan-presentation-shell{padding-right:24px;padding-left:24px}.plan-presentation-shell .plan-result-bar{margin-right:-24px;margin-left:-24px}.tour-detail-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);align-items:end;gap:28px}.tour-detail-overview .plan-overview__actions{width:auto}}@media (min-width:641px) and (max-width:1023px){.plan-presentation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-presentation-grid__primary{order:2;grid-column:1/-1}.plan-day-summary-list{order:1;grid-column:1/-1}.plan-day-summary-list__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.plan-presentation-shell{padding-right:40px;padding-left:40px}.plan-presentation-shell .plan-result-bar{margin-right:-40px;margin-left:-40px;padding-right:40px;padding-left:40px}.plan-presentation-grid{grid-template-columns:minmax(0,1fr) minmax(380px,460px);align-items:start;gap:22px}.plan-day-summary-list{position:sticky;top:76px}.plan-presentation-shell:not(:has(.plan-presentation-grid)) .workspace__map{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,460px);align-items:start}.plan-presentation-shell:not(:has(.plan-presentation-grid)) .plan-edit-controls{grid-column:1}.plan-presentation-shell:not(:has(.plan-presentation-grid)) .timeline-card{grid-column:2;grid-row:1/span 2}}@media (max-width:640px){.toss-sheet{max-height:92dvh}.toss-sheet__header{padding:15px 18px 12px}.toss-sheet__header h2{font-size:20px}.toss-sheet__body{padding:0 18px 20px}.toss-sheet__footer{padding-right:18px;padding-left:18px}.plan-presentation-shell{padding-right:16px;padding-left:16px}.plan-presentation-shell .plan-result-bar{margin-right:-16px;margin-left:-16px}.plan-presentation-shell .summary-pills{gap:6px}.plan-presentation-shell .summary-pills>span{min-width:0;padding:10px 9px}.plan-presentation-shell .summary-pills strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.plan-day-summary-list{padding:15px;border-radius:18px}.plan-day-summary-card{min-height:82px;padding:11px}.bus-stop-popover,.community-safety-menu__popover,.platform-chooser{position:fixed;z-index:1250;inset:auto 12px calc(12px + env(safe-area-inset-bottom)) 12px;width:auto;min-width:0;padding:16px;transform:none;border:0;border-radius:22px;background:#FFF;box-shadow:0 16px 60px rgba(9,28,34,.28);animation:tossSheetSlideUp .28s cubic-bezier(.32,.72,0,1)}.platform-chooser{display:grid;grid-template-columns:1fr 1fr}.platform-chooser a{min-height:44px;display:grid;place-items:center}.bus-stop-popover{gap:7px;white-space:normal}.bus-stop-popover__buttons .is-disabled,.bus-stop-popover__buttons a{width:42px;height:42px}.bus-stop-popover__buttons .bus-map-provider--official{width:auto;flex:1 1}.community-safety-menu__popover button{min-height:46px;padding:0 12px;font-size:13px}.companion-chat-backdrop{place-items:end center}.companion-chat{width:100%;height:92dvh;padding-top:14px;border-radius:28px 28px 0 0}.companion-chat:before{display:block}}@media (prefers-reduced-motion:reduce){.avatar-crop-card,.bus-stop-popover,.community-report-modal__card,.community-safety-menu__popover,.companion-chat,.connection-modal__card,.modal-card,.platform-chooser,.toss-sheet{animation:none}}.community-shell{--community-readable-muted:#625c50}.topbar-cta,.topbar-tab{font-size:15px}.board-intro>span,.live-indicator{font-size:11px}.board-intro h1,.feed-intro h1{font-size:25px}.board-intro p,.feed-intro p{font-size:13px}.feed-intro p{color:#d0e2df}.board-intro p{color:#674f3c}.companion-safety-guide>strong{font-size:12px}.companion-safety-guide span{color:#575146;font-size:11px;line-height:1.5}.companion-safety-guide b{width:18px;height:18px;font-size:9px}.thread-composer-collapsed>span{color:var(--community-readable-muted);font-size:13px}.thread-composer-collapsed strong{font-size:12px}.post-composer__head strong{font-size:14px}.post-composer__head small{color:var(--community-readable-muted);font-size:11px}.post-composer>textarea{color:#293f44;font-size:14px}.companion-fields label>span,.post-composer__tour-row>label{color:var(--community-readable-muted);font-size:11px}.companion-fields input,.companion-fields select,.post-composer__tour-row select{color:#35484b;font-size:12px}.composer-tour-preview strong{font-size:12px}.composer-tour-preview small{color:#526e69;font-size:10px}.post-composer__footer>button,.post-composer__footer>span{font-size:12px}.post-composer__footer>small{color:#756e61;font-size:11px}.feed-status-row>strong{font-size:16px}.feed-status-row>button{color:var(--community-readable-muted);font-size:11px}.community-post__author strong{font-size:13px}.community-post__author small{color:var(--community-readable-muted);font-size:11px}.community-follow,.mutual-badge{font-size:10px}.community-post__content{color:#293f43;font-size:14px;line-height:1.68}.attached-tour__label{color:#b95012;font-size:9px}.attached-tour>strong{font-size:14px}.attached-tour>p{color:#5f594f;font-size:11px;line-height:1.55}.attached-tour>div span{color:#5f584b;font-size:9px}.attached-tour em{font-size:10px}.community-post__actions>button{color:#625b4e;font-size:11px}.companion-date-block small{font-size:11px}.companion-date-block em{font-size:10px}.companion-meta-row>span{color:#625c51;font-size:11px}.thread-reply strong{font-size:12px}.thread-reply span{color:#70695d;font-size:10px}.thread-reply p,.thread-reply-form input{color:#33464a;font-size:13px}.thread-replies__empty,.thread-reply-form button{font-size:11px}.community-empty strong{font-size:15px}.community-empty button,.community-empty p{color:var(--community-readable-muted);font-size:12px}.community-empty button{color:#fff}.companion-chat__header span{font-size:10px}.companion-chat__header h2{font-size:18px}.companion-chat__header small{color:#c5d9d6;font-size:11px}.chat-lock-button,.chat-message-form button{font-size:11px}.companion-chat__safety p{color:#604d40;font-size:10px}.chat-tour-card strong{font-size:13px}.chat-tour-card em,.chat-tour-card small{color:var(--community-readable-muted);font-size:10px}.chat-tour-card em{color:var(--tt-teal)}.chat-members__title strong{font-size:13px}.chat-member small,.chat-member__actions button,.chat-members__title span{color:var(--community-readable-muted);font-size:10px}.chat-member strong{font-size:12px}.chat-member__actions button{color:#fff}.chat-member__actions button.is-kick{color:#8c3429}.chat-approval-status,.chat-message strong,.chat-system-message{font-size:10px}.chat-message p,.chat-message-form input{color:#34474a;font-size:12px}.chat-message small{color:#756e62;font-size:9px}.profile-summary p{color:var(--community-readable-muted);font-size:13px;line-height:1.55}.profile-edit-form button,.profile-edit-form input,.profile-edit-form textarea,.profile-summary>button{color:#394b4d;font-size:12px}.profile-edit-form label>span{color:var(--community-readable-muted);font-size:11px}.profile-edit-form button[type=submit]{color:#fff}.profile-counts strong{font-size:18px}.profile-counts span{color:var(--community-readable-muted);font-size:11px}.profile-quick-actions strong{font-size:13px}.profile-quick-actions small{color:var(--community-readable-muted);font-size:11px}.profile-section-title span{font-size:10px}.profile-section-title h2{font-size:19px}.connection-person strong{font-size:13px}.connection-person small{color:var(--community-readable-muted);font-size:11px}@media (max-width:700px){.board-intro h1,.feed-intro h1{font-size:22px}.board-intro p,.feed-intro p{max-width:310px;font-size:11px}.mobile-tabbar>a,.mobile-tabbar>button{font-size:9.5px}}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--tt-cream)}.app-loading__spinner{width:32px;height:32px;border:3px solid var(--tt-line);border-top-color:var(--tt-teal);border-radius:50%;animation:appSpin .7s linear infinite}@keyframes appSpin{to{transform:rotate(1turn)}}.login-page{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:var(--tt-ink);color:#FFF;overflow:hidden}.login-page__content{gap:56px;padding:40px 24px;text-align:center;max-width:400px;position:relative;z-index:1}.login-page__brand,.login-page__content{display:flex;flex-direction:column;align-items:center}.login-page__brand{gap:16px}.login-page__title{margin:0;font-size:48px;font-weight:900;letter-spacing:-.02em;line-height:1}.login-page__tagline{margin:0;color:rgba(169,196,195,.85);font-size:15px;line-height:1.7;font-weight:500}.login-page__actions{flex-direction:column;gap:12px}.login-page__actions,.login-page__divider{display:flex;align-items:center;width:100%}.login-page__divider{gap:16px;color:rgba(139,131,113,.5);font-size:12px;font-weight:500}.login-page__divider:after,.login-page__divider:before{content:"";flex:1 1;height:1px;background:rgba(255,255,255,.08)}.apple-login-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;padding:0 24px;border:0;border-radius:16px;background:#000;color:#FFF;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s}.apple-login-button:hover{background:#222}.apple-login-button:active{transform:scale(.98)}.google-login-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;padding:0 24px;border:0;border-radius:16px;background:#FFF;color:var(--tt-ink);font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 4px 24px rgba(0,0,0,.15)}.google-login-button:hover{background:var(--tt-sand)}.google-login-button:active{transform:scale(.98)}.kakao-login-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:56px;padding:0 24px;border:0;border-radius:16px;background:#FEE500;color:#3C1E1E;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 4px 24px rgba(0,0,0,.15)}.kakao-login-button:hover{background:#F5DC00}.kakao-login-button:active{transform:scale(.98)}.consent-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.5);padding:16px}.consent-modal{width:100%;max-width:420px;padding:28px 24px 24px;border-radius:24px 24px 12px 12px;background:#FFFDF8;box-shadow:0 -8px 40px rgba(0,0,0,.2)}.consent-modal__title{margin:0 0 20px;color:var(--tt-ink);font-size:20px;font-weight:800}.consent-checkbox{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);color:var(--tt-ink);font-size:15px;cursor:pointer}.consent-checkbox input[type=checkbox]{width:20px;height:20px;accent-color:var(--tt-accent,#F0662B);cursor:pointer;flex-shrink:0}.consent-checkbox a{color:var(--tt-accent,#F0662B);text-decoration:underline}.consent-checkbox--all{font-weight:800;font-size:16px;padding-bottom:4px}.consent-modal__divider{height:1px;margin:8px 0 12px;background:var(--tt-line,#E3DCCB)}.consent-required{font-style:normal;font-size:12px;font-weight:700;color:var(--tt-orange,#F0662B)}.consent-optional{font-style:normal;font-size:12px;font-weight:600;color:var(--tt-muted,#8B8371)}.consent-modal__actions{display:flex;gap:12px;margin-top:24px}.consent-modal__cancel{flex:1 1;border:1px solid rgba(0,0,0,.12);border-radius:14px;background:transparent;color:var(--tt-ink)}.consent-modal__cancel,.consent-modal__confirm{min-height:50px;font-size:15px;font-weight:700;cursor:pointer}.consent-modal__confirm{flex:2 1;border:0;border-radius:14px;background:var(--tt-accent,#F0662B);color:#FFF;transition:opacity .15s}.consent-modal__confirm:disabled{opacity:.4;cursor:not-allowed}.login-page__terms{margin:0;color:rgba(139,131,113,.7);font-size:12px;line-height:1.6}.login-page__deco{position:absolute;border:1px solid rgba(255,255,255,.06);border-radius:50%;pointer-events:none}.login-page__deco--1{width:500px;height:500px;right:-200px;bottom:-200px}.login-page__deco--2{width:300px;height:300px;left:-120px;top:-80px}.onboarding-page{width:100%;max-width:720px;margin:0 auto;min-height:100vh;padding:0 20px 60px;background:var(--tt-cream)}.onboarding-page__header{display:flex;align-items:center;gap:10px;min-height:56px}.onboarding-page__content{padding:32px 0;display:flex;flex-direction:column;gap:24px}.onboarding-page__content h1{margin:0;font-size:27px;font-weight:800;letter-spacing:-.02em;color:var(--tt-ink);line-height:1.3}.onboarding-page__desc{margin:-12px 0 0;color:var(--tt-muted);font-size:14px;line-height:1.7}.onboarding-avatar-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 0}.onboarding-avatar-preview{position:relative}.onboarding-avatar-options{display:flex;gap:8px}.avatar-option{padding:8px 18px;border:1.5px solid var(--tt-line);border-radius:12px;background:#FFF;color:var(--tt-text);font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.avatar-option:hover{border-color:var(--tt-muted-light)}.avatar-option.is-selected{border-color:var(--tt-teal);background:var(--tt-teal-light);color:var(--tt-teal)}.onboarding-form{display:flex;flex-direction:column;gap:16px}.onboarding-label{display:flex;flex-direction:column;gap:6px}.onboarding-label>span{font-size:13px;font-weight:700;color:var(--tt-muted)}.onboarding-input{width:100%;padding:14px 16px;border:1.5px solid var(--tt-line);border-radius:14px;background:#FFF;font-size:16px;color:var(--tt-ink);outline:none;transition:border-color .15s}.onboarding-input:focus{border-color:var(--tt-teal)}.onboarding-submit{width:100%;min-height:52px;margin-top:8px;border:0;border-radius:16px;background:var(--tt-ink);color:var(--tt-sand);font-size:16px;font-weight:800;cursor:pointer;transition:background .15s,transform .1s}.onboarding-submit:hover{background:var(--tt-teal)}.onboarding-submit:active{transform:scale(.98)}.onboarding-submit:disabled{opacity:.5;cursor:not-allowed}.toss-planner{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:8px 0 32px}.toss-step{border-radius:20px;overflow:hidden}.toss-step.is-completed{animation:tossCollapse .35s cubic-bezier(.32,.72,0,1)}@keyframes tossCollapse{0%{opacity:.7;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.toss-step__summary{display:flex;align-items:center;gap:14px;width:100%;padding:18px 20px;border:1.5px solid var(--tt-line);border-radius:20px;background:#FFF;cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s}.toss-step__summary:hover{border-color:var(--tt-teal);box-shadow:0 2px 12px rgba(15,92,99,.08)}.toss-step__number{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--tt-teal);color:#FFF;font-size:13px;font-weight:800;flex-shrink:0}.toss-step__summary-content{flex:1 1;min-width:0}.toss-step__label{display:block;font-size:12px;font-weight:700;color:var(--tt-muted);letter-spacing:.04em;margin-bottom:2px}.toss-step__summary-content strong{display:block;font-size:14px;font-weight:600;color:var(--tt-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toss-step__edit-icon{color:var(--tt-muted-light);flex-shrink:0}.toss-step.is-active .toss-step__body{padding:4px 0 80px;animation:tossExpand .4s cubic-bezier(.32,.72,0,1)}@keyframes tossExpand{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.toss-step__body .step-label{margin-bottom:4px}.toss-step__body .step-view{padding:0}.toss-step__body .step-title{margin:0}.toss-substeps{display:flex;flex-direction:column;gap:10px;margin-top:20px}.toss-substep.is-completed{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1px solid var(--tt-line);border-radius:14px;background:var(--tt-sand);cursor:pointer;text-align:left;transition:border-color .15s;animation:tossCollapse .3s cubic-bezier(.32,.72,0,1)}.toss-substep.is-completed:hover{border-color:var(--tt-teal)}.toss-substep__label{font-size:12px;font-weight:700;color:var(--tt-muted);white-space:nowrap;min-width:64px}.toss-substep__summary{flex:1 1;font-size:14px;font-weight:600;color:var(--tt-ink)}.toss-substep__edit-icon{color:var(--tt-muted-light);flex-shrink:0}.toss-substep.is-active{order:-1;animation:tossExpand .35s cubic-bezier(.32,.72,0,1)}.toss-substep__heading{font-size:15px;font-weight:700;color:var(--tt-ink);margin:0 0 12px}.toss-substep__body{margin-bottom:4px}.toss-substep__confirm{width:100%;padding:14px;background:var(--tt-teal);color:#FFF;border-radius:14px;border:none;font-weight:700;font-size:15px;margin-top:12px;cursor:pointer;transition:background .15s}.toss-substep__confirm:hover{background:var(--tt-ink)}.toss-substep__confirm:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.login-page__title{font-size:38px}.login-page__tagline{font-size:14px}.toss-step__summary{padding:14px 16px}.toss-step__summary-content strong{font-size:13px}}.locale-switcher{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1.5px solid var(--tt-line);border-radius:20px;background:var(--tt-cream);color:var(--tt-text);font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s;white-space:nowrap;flex-shrink:0}.locale-switcher:hover{border-color:var(--tt-teal);background:var(--tt-teal-light);color:var(--tt-teal)}.locale-switcher svg{flex-shrink:0;opacity:.7}.login-page__locale-switcher{position:absolute;top:16px;right:16px;z-index:10}.login-page__locale-switcher .locale-switcher{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:rgba(255,255,255,.85)}.login-page__locale-switcher .locale-switcher:hover{border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.2);color:#fff}.locale-switcher-wrap{position:relative}.locale-switcher-backdrop{position:fixed;inset:0;z-index:99}.locale-switcher-dropdown{position:absolute;top:calc(100% + 6px);right:0;z-index:100;list-style:none;margin:0;padding:6px 0;min-width:160px;max-height:320px;overflow-y:auto;background:#FFFDF8;border:1px solid var(--tt-line,#e4dfd0);border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.locale-switcher-dropdown button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border:none;background:none;font-size:14px;color:var(--tt-ink);cursor:pointer}.locale-switcher-dropdown button:hover{background:var(--tt-sand,#F3EDDD)}.locale-switcher-dropdown button.is-active{color:var(--tt-teal);font-weight:700}.locale-switcher-dropdown button span{font-size:16px;font-weight:800;color:var(--tt-teal)}.legal-page{max-width:680px;margin:0 auto;padding:24px 16px 60px;color:var(--tt-text);line-height:1.7}.legal-back{display:inline-block;margin-bottom:24px;padding:6px 12px;border-radius:8px;background:var(--tt-sand);color:var(--tt-teal);font-size:13px;font-weight:700;text-decoration:none}.legal-page h1{margin:0 0 8px;font-size:24px;font-weight:800;color:var(--tt-ink);letter-spacing:-.03em}.legal-updated{margin:0 0 32px;color:var(--tt-muted);font-size:12px}.legal-page section{margin-bottom:28px}.legal-page h2{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--tt-ink)}.legal-page p{margin:0 0 8px;font-size:14px}.legal-page ul{margin:0;padding-left:20px;font-size:14px}.legal-page li{margin-bottom:6px}.legal-footer{margin-top:40px;padding-top:20px;border-top:1px solid var(--tt-line);text-align:center}.legal-footer a{color:var(--tt-teal);font-size:13px;font-weight:700;text-decoration:none}.settings-page{max-width:480px;margin:0 auto;padding:16px 16px 80px}.settings-page h1{margin:0 0 24px;font-size:22px;font-weight:800;color:var(--tt-ink);letter-spacing:-.03em}.settings-section{margin-bottom:24px;padding:16px;border:1px solid var(--tt-line);border-radius:14px;background:#FFF}.settings-section h2{margin:0 0 12px;font-size:14px;font-weight:800;color:var(--tt-ink);letter-spacing:-.02em}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:8px 0}.settings-row+.settings-row{border-top:1px solid var(--tt-line)}.settings-row__label{display:flex;flex-direction:column;gap:2px}.settings-row__label strong{font-size:14px;font-weight:600;color:var(--tt-ink)}.settings-row__label small{font-size:11px;color:var(--tt-muted)}.settings-toggle{position:relative;width:48px;height:28px;flex-shrink:0;border:0;border-radius:14px;background:var(--tt-line);cursor:pointer;transition:background .2s}.settings-toggle.is-on{background:var(--tt-teal)}.settings-toggle:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#FFF;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .2s}.settings-toggle.is-on:after{transform:translateX(20px)}.settings-locale-current{display:flex;align-items:center;gap:4px;padding:8px 16px;border:1.5px solid var(--tt-teal);border-radius:10px;background:var(--tt-cream);color:var(--tt-teal);font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s ease}.settings-locale-current:hover{background:var(--tt-teal);color:#fff}.settings-locale-list{list-style:none;margin:0;padding:0;max-height:50vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.settings-locale-list li+li{border-top:1px solid var(--tt-line,#e4dfd0)}.settings-locale-list button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 4px;border:none;background:none;cursor:pointer;font-size:15px;color:var(--tt-ink);transition:background .12s}.settings-locale-list button:hover{background:var(--tt-sand,#F3EDDD)}.settings-locale-list button.is-active{color:var(--tt-teal);font-weight:700}.settings-locale-list__check{color:var(--tt-teal);font-size:18px;font-weight:800}.settings-note{margin:8px 0 0;padding:10px 12px;border-radius:10px;background:var(--tt-sand);color:var(--tt-muted);font-size:11px;line-height:1.5}.settings-blocked-user{min-height:62px;padding:8px 0;display:flex;align-items:center;gap:10px;border-top:1px solid var(--tt-line)}.settings-blocked-user>div{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.settings-blocked-user strong{color:var(--tt-ink);font-size:12px}.settings-blocked-user small{overflow:hidden;color:var(--tt-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.settings-blocked-user>button{min-height:32px;padding:0 11px;border:1px solid var(--tt-line);border-radius:9px;background:#FFF;color:var(--tt-text);cursor:pointer;font-size:10px;font-weight:700}.settings-blocked-user>button:hover{border-color:var(--tt-teal);color:var(--tt-teal)}.settings-blocked-empty{padding:20px 0 8px;color:var(--tt-muted);font-size:11px;text-align:center}.settings-blocked-message{margin:10px 0 0;color:var(--tt-teal);font-size:10px}.settings-links{display:flex;flex-direction:column;gap:8px;margin-top:16px}.settings-links a{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:10px 14px;border:1px solid var(--tt-line);border-radius:12px;background:#FFF;color:var(--tt-text);font-size:14px;font-weight:600;text-decoration:none}.settings-links a:after{content:">";color:var(--tt-muted);font-size:12px}.bus-stop-sheet__buttons,.platform-sheet-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bus-stop-sheet__buttons>a,.bus-stop-sheet__buttons>span,.platform-sheet-options a{min-height:50px;padding:0 12px;display:flex;align-items:center;justify-content:center;border:0;border-radius:15px;background:var(--tt-teal);color:#FFF;font-size:13px;font-weight:780;text-align:center}.bus-stop-sheet__buttons .bus-map-provider--official{grid-column:1/-1;background:#1677D2}.bus-stop-sheet__buttons .bus-map-provider--naver{background:#03C75A}.bus-stop-sheet__buttons .bus-map-provider--kakao{background:#FEE500;color:#191919}.bus-stop-sheet__buttons .bus-map-provider--google{background:#4285F4}.bus-stop-sheet__buttons .is-disabled{background:#ECEDEB;color:#A4AAA7;cursor:not-allowed}.community-safety-sheet__actions{display:flex;flex-direction:column;gap:7px}.community-safety-sheet__actions button{width:100%;min-height:48px;padding:0 15px;border:0;border-radius:14px;background:#F7F5EF;color:#415558;cursor:pointer;font-size:13px;font-weight:720;text-align:left}.community-safety-sheet__actions button:hover{background:#FFF0E8;color:#A84323}.community-safety-sheet__actions button:disabled{opacity:.45}.story-share-targets{margin-top:16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.story-share-targets button{min-width:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:7px;border:0;background:transparent;cursor:pointer}.story-share-targets button:disabled{opacity:.45}.story-share-targets__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#ECEEEB;color:#39494B;font-size:15px;font-weight:850}.story-share-targets__icon.is-kakao{background:#FEE500;color:#191919}.story-share-targets__icon.is-instagram{background:linear-gradient(135deg,#7436B5,#E24675 55%,#F5A842);color:#FFF;font-size:23px}.story-share-targets__icon.is-messages{background:#35C759;color:#FFF;font-size:21px}.story-share-targets__icon.is-more{background:#E8ECE9;color:#4D5B5D}.story-share-targets small{overflow:hidden;color:var(--tt-text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.story-share-utilities{margin-top:18px;padding:4px 0;border-top:1px solid #ece7dc;border-bottom:1px solid #ece7dc}.story-share-utilities button{width:100%;min-height:46px;padding:0 4px;display:grid;grid-template-columns:28px 1fr 16px;align-items:center;gap:7px;border:0;background:transparent;color:var(--tt-ink);cursor:pointer;font-size:12px;font-weight:720;text-align:left}.story-share-utilities button+button{border-top:1px solid #f1ede4}.story-share-utilities button>span{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:var(--tt-sand);color:var(--tt-teal)}.story-share-utilities button>em{color:#B3B0A7;font-size:20px;font-style:normal}.story-share-primary-action{margin-top:14px}.plan-result-bar{gap:16px;height:64px;padding:0 32px;background:#123B3C;margin:-1px -20px 0}.plan-result-bar,.plan-result-bar__back{display:flex;align-items:center;color:#F6F1E7}.plan-result-bar__back{flex:none;height:40px;padding:0 16px 0 12px;gap:7px;border-radius:12px;border:1px solid rgba(246,241,231,.25);background:rgba(246,241,231,.08);font-size:13.5px;font-weight:700;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background .15s}.plan-result-bar__back:hover{background:rgba(246,241,231,.18)}.plan-result-bar__title{flex:1 1;min-width:0;display:flex;align-items:baseline;gap:10px}.plan-result-bar__eyebrow{flex:none;color:#F0662B;font-size:12px;font-weight:800;letter-spacing:.1em}.plan-result-bar__name{color:#F6F1E7;font-size:17px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-result-bar__actions{flex:none;display:flex;align-items:center;gap:10px}.plan-result-theme-badge{display:flex;justify-content:flex-end;padding:10px 0 0}.summary-pills--below-bar{margin:12px 0 8px;padding:10px 14px;border-radius:16px;background:linear-gradient(165deg,#17494A,#0E3132 70%);color:var(--tt-sand);grid-template-columns:repeat(3,minmax(0,1fr))}.summary-pills--below-bar>span{background:rgba(246,242,233,.1);border:1px solid rgba(246,242,233,.15)}.summary-pills--below-bar small{color:#9FC4C4}.summary-pills--below-bar strong{color:#FFFDF8}.summary-pills--below-bar strong em{color:#9FC4C4}.plan-action-bar-wrap{display:contents}.plan-action-bar--header{display:flex;align-items:center;gap:10px}.plan-action-bar__btn{height:40px;padding:0 15px;display:flex;align-items:center;gap:7px;border-radius:12px;border:1px solid rgba(246,241,231,.25);background:rgba(246,241,231,.08);color:#F6F1E7;font-size:13.5px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background .15s}.plan-action-bar__btn:hover{background:rgba(246,241,231,.18)}.plan-action-bar__publish{border:none;background:#F0662B;color:#FFF7EE;font-weight:800}.plan-action-bar__publish:hover{background:#D95722}.plan-action-bar__publish:disabled{cursor:wait;opacity:.55}.plan-result-bottom-bar{display:none}.plan-share-sheet{background:#FFFFFF;border:1px solid #e0d9c8;border-radius:16px;overflow:hidden}.plan-share-sheet__row{width:100%;display:flex;align-items:center;gap:12px;padding:13px 16px;border:none;background:none;cursor:pointer;text-align:left;color:var(--tt-ink);font-size:14px}.plan-share-sheet__row:hover{background:#FAFAF5}.plan-share-sheet__row-label{flex:1 1;font-weight:700;color:#123B3C}.plan-share-sheet__row-desc{font-size:11.5px;color:#9AA6A0}.plan-share-sheet__divider{height:1px;background:#EFEAE0;margin:0 16px}.plan-day-summary-card{min-height:132px;align-items:start}.plan-day-summary-card__arrow,.plan-day-summary-card__day{margin-top:2px}.plan-day-summary-card__timeline{min-width:0;margin:2px 0;display:grid!important;gap:3px!important;color:var(--tt-ink)!important}.plan-day-summary-card__timeline>span{min-width:0;display:grid;grid-template-columns:39px minmax(0,1fr);align-items:baseline;gap:7px}.plan-day-summary-card__timeline time{color:var(--tt-orange);font-size:10px;font-weight:850}.plan-day-summary-card__timeline b{overflow:hidden;color:#33494A;font-size:11px;font-weight:690;text-overflow:ellipsis;white-space:nowrap}.plan-day-summary-card__meta{display:flex!important;gap:9px!important;color:#6D7873!important}.travel-connector--bus{min-height:0;margin:12px 0 14px 42px;padding:0;display:block;border-left:0}.travel-connector--bus span:first-child{padding:0;border-radius:0;background:transparent;color:inherit}.bus-leg-card{width:100%;overflow:hidden;border:1px solid #d9e7e3;border-radius:17px;background:#F8FBFA;color:var(--tt-ink);box-shadow:0 6px 18px rgba(18,59,60,.07)}.bus-leg-card__header{min-height:48px;padding:9px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#123B3C;color:#FFF}.bus-leg-card__route{min-width:0;display:flex;align-items:center;gap:7px}.bus-leg-card__route strong{padding:4px 9px;border-radius:999px;background:#FFF;color:#123B3C;font-size:12px;white-space:nowrap}.bus-leg-card__duration{flex:none;color:#DDEAE7!important;font-size:11px;font-weight:760}.bus-leg-card__journey{padding:12px 13px;display:flex;flex-direction:column;align-items:stretch;gap:5px}.bus-leg-stop{min-width:0;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 10px;border:1px solid #e4ece9;border-radius:13px;background:#FFF}.bus-leg-stop small{grid-column:1/-1;color:#667C78;font-size:9px;font-weight:900;letter-spacing:.12em}.bus-leg-stop time{align-self:center;color:var(--tt-orange);font-size:14px;font-weight:880}.bus-leg-stop .bus-stop-link-wrapper{min-width:0;display:block}.bus-leg-stop .bus-stop-link{display:block;color:#153F40;font-size:13px;font-weight:790;line-height:1.4;word-break:keep-all;overflow-wrap:anywhere}.bus-leg-stop.is-transfer{border-color:#F1D7C6;background:#FFF9F4}.bus-leg-stop__route{color:var(--tt-orange);font-size:11px;letter-spacing:.04em}.bus-leg-card__arrow{align-self:center;height:15px;color:#8BA29E!important;font-size:15px;line-height:15px;transform:rotate(90deg)}.bus-leg-card__footer{padding:0 13px 12px;display:flex;flex-wrap:wrap;gap:6px}.bus-leg-card__footer span{padding:5px 8px!important;border-radius:999px!important;background:#E7F1EF!important;color:#3E615D!important;font-size:10px;font-weight:720}@media (max-width:959px){.plan-result-bar{height:60px;padding:0 24px;gap:12px}.plan-result-bar__back{width:38px;height:38px;padding:0;justify-content:center}.plan-result-bar__back-label,.plan-result-bar__eyebrow{display:none}.plan-result-bar__name{font-size:16px}.plan-action-bar__btn-label{display:none}.plan-action-bar__btn{width:38px;height:38px;padding:0;justify-content:center}.plan-action-bar__publish{width:auto;padding:0 16px}.plan-action-bar__publish .plan-action-bar__btn-label{display:inline;font-size:13px}}@media (max-width:640px){.plan-result-bar{height:auto;padding:14px 20px;gap:10px;margin:0 -16px}.plan-result-bar__title{text-align:center}.plan-result-bar__name{font-size:15px}.plan-action-bar--header .plan-action-bar__publish,.plan-action-bar--header .plan-action-bar__share{display:none}.plan-action-bar__apps{width:38px;height:38px;padding:0;justify-content:center}.plan-action-bar__apps .plan-action-bar__btn-label{display:none}.plan-result-bottom-bar{display:flex;position:fixed;z-index:1000;right:0;bottom:0;left:0;gap:10px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#F6F1E7;border-top:1px solid #e0d9c8;box-shadow:0 -4px 16px rgba(18,48,59,.08)}.plan-result-bottom-bar__share{flex:1 1;border-radius:16px;border:1.5px solid #123b3c;background:#FFFFFF;color:#123B3C}.plan-result-bottom-bar__publish,.plan-result-bottom-bar__share{height:52px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:15px;font-weight:800;cursor:pointer}.plan-result-bottom-bar__publish{flex:1.4 1;border:none;border-radius:16px;background:#F0662B;color:#FFF7EE;box-shadow:0 8px 20px rgba(240,102,43,.35)}.plan-result-bottom-bar__publish:disabled{opacity:.55;cursor:wait}.plan-presentation-shell{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.plan-day-summary-card{min-height:128px}.travel-connector--bus{margin-left:30px}.bus-leg-card__header{align-items:flex-start}.bus-leg-card__route{flex-wrap:wrap}}.nearby-picker{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - 120px);padding:32px 20px 100px;text-align:center}.nearby-picker__hero{margin-bottom:40px}.nearby-picker__title{font-size:34px;font-weight:800;line-height:1.3;color:var(--tt-ink);white-space:pre-line;margin:0 0 10px}.nearby-picker__subtitle{font-size:15px;color:var(--tt-sub);margin:0}.nearby-create-plan-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:440px;margin-bottom:24px;padding:18px 24px;border:none;border-radius:18px;background:var(--tt-orange);color:#FFF;font-size:17px;font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 6px 20px rgba(240,102,43,.35);transition:transform .15s ease,box-shadow .15s ease}.nearby-create-plan-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(240,102,43,.45)}.nearby-create-plan-cta:active{transform:translateY(0)}.nearby-category-buttons{display:flex;gap:14px;width:100%;max-width:440px}.nearby-category-btn{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 12px 24px;border:1.5px solid var(--tt-border-light,#e4dfd0);border-radius:22px;background:#FFFFFF;cursor:pointer;transition:all .15s ease}.nearby-category-btn:hover{border-color:var(--tt-teal);box-shadow:0 4px 16px rgba(15,92,99,.1);transform:translateY(-2px)}.nearby-category-btn:active{transform:translateY(0)}.nearby-category-btn__icon{font-size:36px;line-height:1}.nearby-category-btn strong{font-size:18px;font-weight:800;color:var(--tt-ink)}.nearby-category-btn small{font-size:12px;color:var(--tt-sub)}.nearby-consent{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:340px}.nearby-consent__icon{font-size:48px;margin-bottom:8px}.nearby-consent h2{font-size:22px;font-weight:800;color:var(--tt-ink);margin:0}.nearby-consent p{font-size:15px;color:var(--tt-sub);white-space:pre-line;margin:0 0 8px;line-height:1.6}.nearby-consent__agree{width:100%;padding:14px;border:none;border-radius:14px;background:var(--tt-teal);color:#FFF;font-size:16px;font-weight:700;cursor:pointer}.nearby-consent__agree:hover{opacity:.9}.nearby-consent__cancel{padding:10px;border:none;background:none;color:var(--tt-sub);font-size:14px;cursor:pointer}.nearby-loading{display:flex;flex-direction:column;align-items:center;gap:16px}.nearby-loading__spinner{width:40px;height:40px;border:3px solid var(--tt-border-light,#e4dfd0);border-top-color:var(--tt-teal);border-radius:50%;animation:spin .8s linear infinite}.nearby-loading p{color:var(--tt-sub);font-size:15px}.nearby-result-card{width:100%;max-width:420px;background:#FFFFFF;border:1.5px solid var(--tt-border-light,#e4dfd0);border-radius:24px;padding:28px 24px 24px;text-align:left}.nearby-result-card__category{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;background:var(--tt-sand,#F3EDDD);font-size:13px;font-weight:700;color:var(--tt-teal);margin-bottom:16px}.nearby-result-card__name{font-size:26px;font-weight:800;color:var(--tt-ink);margin:0 0 8px;line-height:1.3}.nearby-result-card__meta{font-size:14px;color:var(--tt-sub);margin:0 0 14px}.nearby-result-card__desc{font-size:14px;color:#5A5347;line-height:1.6;margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nearby-result-card__location-info{font-size:12px;color:#6B8A85;background:#F4F8F7;border:1px solid #d8e8e4;border-radius:8px;padding:8px 12px;margin:-4px 0 14px;line-height:1.5}.nearby-result-card__location-info.is-warn{color:#B8874B;background:#FFF8EE;border-color:#F0DFC0}.nearby-result-card__accuracy-warn-text{color:#C06830;font-weight:600}.nearby-result-card__fix-location{background:none;border:none;color:#2D7A7E;font-size:11px;font-weight:600;text-decoration:underline;cursor:pointer;padding:0}.nearby-picker__detected{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#F4F8F7;border-radius:10px;margin:16px 20px 0;font-size:13px;color:#456B6C}.nearby-picker__detected strong{color:#123B3C}.nearby-picker__detected button{background:none;border:1px solid #b0ccc8;color:#2D7A7E;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;cursor:pointer;white-space:nowrap}.nearby-location-sheet__backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;display:flex;align-items:flex-end;justify-content:center}.nearby-location-sheet{background:white;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:75vh;overflow-y:auto;padding:12px 20px 32px}.nearby-location-sheet__handle{width:40px;height:4px;background:#D0D5D5;border-radius:2px;margin:0 auto 16px}.nearby-location-sheet h3{font-size:17px;font-weight:800;color:#123B3C;margin:0 0 14px}.nearby-location-sheet__search{display:flex;gap:8px;margin-bottom:12px}.nearby-location-sheet__search input{flex:1 1;border:1.5px solid #c8d8d5;border-radius:10px;padding:10px 14px;font-size:14px;outline:none}.nearby-location-sheet__search input:focus{border-color:#2D7A7E}.nearby-location-sheet__search button{background:#123B3C;color:white;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.nearby-location-sheet__results{list-style:none;padding:0;margin:0 0 16px}.nearby-location-sheet__results li button{width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #eef2f1;padding:10px 4px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.nearby-location-sheet__results li button:hover{background:#F4F8F7}.nearby-location-sheet__results strong{font-size:14px;color:#123B3C}.nearby-location-sheet__results small{font-size:12px;color:#789}.nearby-location-sheet__regions{margin-top:8px}.nearby-location-sheet__regions>small{display:block;font-size:12px;color:#789;margin-bottom:8px}.nearby-region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.nearby-region-btn,.nearby-region-grid button{background:#F0F5F4;border:1px solid #d8e8e4;border-radius:8px;padding:8px 4px;font-size:13px;font-weight:600;color:#2D5B5C;cursor:pointer;text-align:center}.nearby-region-btn:hover,.nearby-region-grid button:hover{background:#E0EDEB;border-color:#2D7A7E}.nearby-region-grid button.is-active{background:#123B3C;color:white;border-color:#123B3C}.nearby-sub-region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px;padding:10px;background:#F0F5F4;border-radius:10px}.nearby-sub-region-grid button{background:white;border:1px solid #d8e8e4;border-radius:8px;padding:8px 4px;font-size:13px;font-weight:600;color:#2D5B5C;cursor:pointer;text-align:center}.nearby-sub-region-grid button:hover{background:#E0EDEB;border-color:#2D7A7E}.nearby-result-card__stats{display:flex;gap:12px;margin-bottom:16px}.nearby-result-card__stats>div{flex:1 1;padding:12px 14px;border-radius:14px;background:var(--tt-sand,#F3EDDD)}.nearby-result-card__stats small{display:block;font-size:12px;color:var(--tt-sub);margin-bottom:4px}.nearby-result-card__stats strong{font-size:16px;font-weight:800;color:var(--tt-ink)}.nearby-result-card__maps{display:flex;gap:10px}.nearby-result-card__maps a{flex:1 1;text-align:center;padding:10px;border-radius:12px;border:1px solid var(--tt-border-light,#e4dfd0);font-size:13px;font-weight:700;color:var(--tt-teal);text-decoration:none;transition:background .15s}.nearby-result-card__maps a:hover{background:var(--tt-sand,#F3EDDD)}.nearby-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:420px;margin-top:20px}.nearby-actions__share{padding:14px;border:1.5px solid var(--tt-teal);border-radius:14px;background:var(--tt-teal);color:#FFF;font-size:15px;font-weight:700;cursor:pointer}.nearby-actions__share:hover{opacity:.9}.nearby-actions__share:disabled{opacity:.5;cursor:default}.nearby-actions__retry{padding:14px;border:1.5px solid var(--tt-teal);border-radius:14px;background:#FFFFFF;color:var(--tt-teal);font-size:15px;font-weight:700;cursor:pointer}.nearby-actions__retry:hover{background:var(--tt-sand,#F3EDDD)}.nearby-actions__back{padding:10px;border:none;background:none;color:var(--tt-sub);font-size:14px;cursor:pointer}@media (max-width:640px){.nearby-picker{min-height:calc(100dvh - 160px);padding:24px 16px 32px;justify-content:flex-start}.nearby-picker__hero{margin-bottom:28px}.nearby-picker__title{font-size:28px}.nearby-category-btn{padding:22px 8px 18px}.nearby-category-btn__icon{font-size:30px}.nearby-category-btn strong{font-size:16px}.nearby-result-card{max-width:100%;border-radius:20px;padding:22px 18px 20px}.nearby-result-card__name{font-size:22px}.nearby-result-card__location-info{font-size:11px;padding:6px 10px;margin:-2px 0 10px}.nearby-actions{max-width:100%;margin-top:14px;gap:8px}.nearby-actions__retry,.nearby-actions__share{padding:12px;font-size:14px}}