:root{font-family:Manrope,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;line-height:1.5;color:#10254a;background:radial-gradient(circle at top left,rgba(130,190,234,.24),transparent 36%),radial-gradient(circle at top right,rgba(121,214,209,.18),transparent 28%),linear-gradient(180deg,#f4f8fd,#edf3fb);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}button,textarea,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{position:relative;min-height:100vh;padding:32px clamp(20px,4vw,48px) 26px;overflow:hidden}.app-shell__glow{position:absolute;inset:auto;width:420px;height:420px;border-radius:999px;filter:blur(80px);opacity:.42;pointer-events:none}.app-shell__glow--left{top:-120px;left:-100px;background:#79d6d147}.app-shell__glow--right{top:120px;right:-140px;background:#3274e233}.topbar,.desktop-grid,.page-footer,.mobile-shell{position:relative;z-index:1}.topbar{display:flex;justify-content:space-between;gap:32px;align-items:flex-start;max-width:1440px;margin:0 auto 28px}.eyebrow,.panel__eyebrow{margin:0 0 8px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#49678f;font-weight:700}.hero-title{margin:0;max-width:740px;font-size:clamp(2.5rem,4vw,4rem);line-height:1.02;letter-spacing:-.05em;color:#0c234a}.hero-copy{margin:16px 0 0;max-width:720px;font-size:1.08rem;line-height:1.75;color:#456185}.topbar__meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding-top:8px}.meta-chip,.intent-pill,.mobile-badge,.mobile-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(80,118,166,.18);color:#234b7c;font-size:.92rem;font-weight:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.desktop-grid{display:grid;grid-template-columns:minmax(340px,470px) minmax(0,1fr);gap:24px;max-width:1440px;margin:0 auto;align-items:start}.panel{border-radius:28px;border:1px solid rgba(115,145,186,.18);background:#ffffffc7;box-shadow:0 22px 60px #11284f1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel--prompt{padding:22px}.panel--result,.panel--transfer{margin-top:18px;padding:20px;border-radius:24px;background:#f8fbfff5;box-shadow:none}.panel--map{padding:22px}.panel__header{margin-bottom:20px}.panel__title,.result-title,.mobile-map-card h2,.mobile-summary-card h2,.mobile-stops-card h2{margin:0;color:#0e244c;line-height:1.1;letter-spacing:-.03em}.panel__title{font-size:clamp(1.5rem,2.2vw,2rem)}.panel__copy{margin:10px 0 0;color:#547093;line-height:1.7}.prompt-form{display:grid;gap:14px}.prompt-form__label{font-size:1rem;font-weight:700;color:#14335d}.prompt-form__textarea{width:100%;min-height:124px;resize:vertical;padding:18px 18px 20px;border-radius:22px;border:1px solid rgba(96,126,169,.22);background:linear-gradient(180deg,#fffffffa,#f4f8fdf0);color:#14335d;outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.prompt-form__textarea:focus{border-color:#1f67d26b;box-shadow:0 0 0 4px #1f67d21f;transform:translateY(-1px)}.prompt-form__textarea::placeholder{color:#7b93b0}.prompt-form__actions{display:flex;gap:14px;justify-content:space-between;align-items:center}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border:0;border-radius:16px;background:linear-gradient(180deg,#1f67d2,#0f3d91);color:#fff;font-weight:800;box-shadow:0 14px 30px #0f3d9147;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #0f3d914d}.primary-button:disabled{opacity:.62;cursor:not-allowed}.primary-button--link{width:max-content}.micro-note{margin:0;font-size:.92rem;line-height:1.6;color:#5d789a}.micro-note--inline{margin-top:14px;word-break:break-all}.suggestion-row,.clarify-row,.mobile-pill-row{display:flex;flex-wrap:wrap;gap:10px}.suggestion-row{margin-top:16px}.voice-panel{margin-top:18px;padding:18px;border-radius:24px;border:1px solid rgba(112,140,182,.16);background:linear-gradient(180deg,#eef6ffeb,#f7fbfff5)}.voice-panel__header,.voice-panel__body{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.voice-panel__header h3{margin:0;color:#0e244c;font-size:1.18rem}.voice-panel__body{margin-top:14px;align-items:stretch}.voice-trigger{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:210px;padding:0 18px;border:1px solid rgba(31,103,210,.18);border-radius:20px;background:#fffffffa;color:#123261;font-weight:800;box-shadow:0 14px 30px #0f3d9114;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.voice-trigger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #0f3d911f}.voice-trigger:disabled{opacity:.6;cursor:not-allowed}.voice-trigger--active{border-color:#12817647;background:linear-gradient(180deg,#e4fcf8fa,#f0f9f7fa)}.voice-trigger__dot{width:12px;height:12px;border-radius:999px;background:#1f67d2;box-shadow:0 0 #1f67d247}.voice-trigger--active .voice-trigger__dot{background:#0d9a85;animation:pulse 1.5s infinite}.voice-status-card{flex:1;min-height:84px;padding:14px 16px;border-radius:20px;border:1px solid rgba(108,138,177,.16);background:#fffffff5}.voice-status-card__title,.voice-status-card__transcript,.voice-status-card__error{margin:0}.voice-status-card__title{color:#264a77;line-height:1.7}.voice-status-card__transcript{margin-top:8px;color:#0f2b57;font-weight:700}.voice-status-card__error{margin-top:8px;color:#9e4a4a;font-size:.92rem}.voice-phase{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:.92rem;font-weight:700;border:1px solid rgba(80,118,166,.18);background:#ffffffc2}.voice-phase--listening,.voice-phase--greeting,.voice-phase--speaking_result{color:#0d6f82}.voice-phase--transcribing,.voice-phase--thinking{color:#0f3d91}.voice-phase--error{color:#9e4a4a}.suggestion-chip{border:1px solid rgba(96,126,169,.22);background:#f0f6ffd1;color:#1c4677;border-radius:999px;padding:10px 14px;font-size:.93rem;transition:transform .16s ease,border-color .16s ease,background .16s ease}.suggestion-chip:hover:not(:disabled),.suggestion-chip--soft:hover{transform:translateY(-1px);border-color:#1f67d24d;background:#e5f1ffeb}.suggestion-chip:disabled{opacity:.58;cursor:not-allowed}.suggestion-chip--soft{background:#ffffffeb}.result-header,.mobile-stops-card__header,.bottom-sheet__header,.mobile-map-card__top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.result-title{font-size:1.38rem}.intent-pill--route{color:#0f3d91}.intent-pill--tour{color:#0d6f82}.intent-pill--recommend_tour{color:#245f4b}.intent-pill--clarification{color:#6c5d24}.loading-state,.empty-state,.result-body{margin-top:18px}.loading-line,.loading-card{border-radius:14px;background:linear-gradient(90deg,#e0e9f5cc,#f5f8fcf2,#e0e9f5cc);background-size:200% 100%;animation:shimmer 1.3s linear infinite}.loading-line{height:14px;margin-bottom:12px}.loading-line--wide{width:92%}.loading-line--short{width:56%}.loading-card-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.loading-card{height:110px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes pulse{0%{box-shadow:0 0 #0d9a8547}70%{box-shadow:0 0 0 12px #0d9a8500}to{box-shadow:0 0 #0d9a8500}}.empty-state__lead,.overview-text{margin:0 0 18px;color:#36597f;font-size:1.02rem;line-height:1.75}.feature-grid,.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.feature-card,.metric-card,.message-card,.next-step-card,.stop-card,.event-card{border-radius:20px;border:1px solid rgba(108,138,177,.16);background:#fffffff5}.feature-card,.metric-card,.message-card,.next-step-card,.event-card{padding:16px}.feature-card h4,.message-card h4,.next-step-card h4,.event-card h4{margin:0 0 8px;font-size:1rem;color:#0f2b57}.feature-card p,.message-card p,.next-step-card p,.event-card p{margin:0;color:#5c7697;line-height:1.65}.message-card--error{background:#fff1f1e6;border-color:#d6606038}.message-card--soft{background:#f9fcfffa}.metric-card__label,.next-step-card__eyebrow,.map-panel__footer-label{display:block;margin-bottom:8px;color:#6783a6;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.metric-card strong{font-size:1.2rem;color:#123261}.next-step-card{margin-top:14px}.stop-list,.mobile-stop-list,.events-list{display:grid;gap:12px}.stop-list{margin-top:14px}.stop-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:14px}.stop-card__index,.mobile-stop-card__index{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:16px;background:linear-gradient(180deg,#1f67d2,#0f3d91);color:#fff;font-weight:800;box-shadow:inset 0 1px #ffffff38}.stop-card__title-row{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.stop-card__title-row h4{margin:0;color:#123261}.stop-card__title-row span,.stop-card__relation,.mobile-stop-card__relation,.bottom-sheet__relation{color:#5c7697;font-size:.93rem}.stop-card p{margin:6px 0 0;color:#4b678d;line-height:1.65}.transfer-cta,.qr-panel,.map-panel__footer{display:flex;justify-content:space-between;gap:20px;align-items:center}.transfer-cta h3,.qr-panel h3{margin:0 0 8px;color:#112f5c}.transfer-cta p,.qr-panel p{margin:0;color:#5b7698;line-height:1.65}.qr-box{flex:0 0 auto;padding:12px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f0f7ffe6);border:1px solid rgba(96,126,169,.18)}.qr-box__image{width:188px;height:188px}.panel--map .guide-map{margin-top:16px}.map-panel__header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.map-legend{display:flex;flex-wrap:wrap;gap:12px;color:#4d6a8f;font-size:.9rem}.map-legend span{display:inline-flex;align-items:center;gap:8px}.legend-swatch{width:12px;height:12px;border-radius:999px}.legend-swatch--station{background:#7cced6}.legend-swatch--route{background:#0f3d91}.legend-swatch--stop{background:#1f67d2}.guide-map{border-radius:28px;padding:18px;background:linear-gradient(180deg,#f1f6fde0,#fafcfff5);border:1px solid rgba(112,142,181,.14)}.guide-map__canvas{position:relative;overflow:hidden;border-radius:24px;background:#f6f8fb;aspect-ratio:1376 / 1162}.guide-map__canvas img,.guide-map__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.guide-map__overlay{pointer-events:none}.guide-map--mobile-immersive .guide-map__overlay{pointer-events:auto}.guide-map__badge{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#0b234cc2;color:#fff;font-size:.9rem;font-weight:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.guide-map__badge:before{content:"";width:8px;height:8px;border-radius:999px;background:#7cced6;box-shadow:0 0 0 6px #7cced638}.guide-map__hint{position:absolute;right:16px;bottom:16px;z-index:2;max-width:220px;padding:12px 14px;border-radius:18px;background:#ffffffdb;color:#446486;font-size:.9rem;line-height:1.55;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.guide-map__status{position:absolute;top:16px;right:16px;z-index:2;min-height:38px;padding:0 14px;border-radius:999px;background:#ffffffd1;display:inline-flex;align-items:center;color:#19467e;font-size:.9rem;font-weight:700}.guide-map__status--loading:before{content:"";width:14px;height:14px;margin-right:8px;border-radius:999px;border:2px solid rgba(15,61,145,.22);border-top-color:#0f3d91;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.guide-map__ghost{animation:routePulse 2s ease-in-out infinite}@keyframes routePulse{0%,to{opacity:.22}50%{opacity:.5}}.guide-map__marker{pointer-events:auto;touch-action:manipulation;cursor:pointer;transition:transform .16s ease,opacity .18s ease}.guide-map__marker:hover{transform:translateY(-2px)}.guide-map__marker--subtle{opacity:.34}.guide-map__marker--subtle:hover{opacity:1}.guide-map__marker-label{font-size:34px;font-weight:800;text-anchor:middle;dominant-baseline:middle;fill:#fff}.guide-map__marker-name{font-size:34px;font-weight:700;fill:#123261}.guide-map__station-label{font-size:32px;font-weight:700;fill:#103466}.guide-map__guide-pulse{fill:#e972aa29;animation:guideMarkerPulse 3.8s ease-out infinite}.guide-map__guide-halo{fill:#e972aa47}.guide-map__guide-pin{fill:#f472b6;stroke:#fff;stroke-width:5;animation:guideMarkerFloat 3.4s ease-in-out infinite;transform-origin:center;filter:drop-shadow(0 10px 20px rgba(233,114,170,.32))}.guide-map__guide-core{fill:#fff;animation:guideMarkerFloat 3.4s ease-in-out infinite;transform-origin:center}.guide-map__popover{position:absolute;z-index:5;width:min(300px,28vw);padding:16px 16px 14px;border-radius:22px;border:1px solid rgba(0,28,61,.08);background:linear-gradient(180deg,#fffffff5,#f7f8eff0);box-shadow:0 24px 48px #001c3d24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:guideMapPopoverIn .24s cubic-bezier(.22,1,.36,1)}.guide-map__popover--east.guide-map__popover--center{transform:translate(24px,-50%)}.guide-map__popover--east.guide-map__popover--above{transform:translate(24px,calc(-100% - 22px))}.guide-map__popover--east.guide-map__popover--below{transform:translate(24px,22px)}.guide-map__popover--west.guide-map__popover--center{transform:translate(calc(-100% - 24px),-50%)}.guide-map__popover--west.guide-map__popover--above{transform:translate(calc(-100% - 24px),calc(-100% - 22px))}.guide-map__popover--west.guide-map__popover--below{transform:translate(calc(-100% - 24px),22px)}.guide-map__popover-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.guide-map__popover-tag{margin:0 0 4px;color:#89a0ba;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.guide-map__popover h4{margin:0;color:#001c3d;font-size:1.06rem;line-height:1.14;letter-spacing:-.03em}.guide-map__popover-description{margin:12px 0 0;color:#5d6c7b;font-size:.9rem;line-height:1.58}.guide-map__popover-pill{display:inline-flex;align-items:center;min-height:30px;margin-top:12px;padding:0 10px;border-radius:999px;background:#f0f9fff2;color:#0b4f9f;font-size:.74rem;font-weight:700}.guide-map__popover-close{flex:0 0 auto;width:34px;height:34px;margin-top:5px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#001c3d;background:#ffd6ea;box-shadow:0 6px 14px #e972aa38;font-size:.95rem;line-height:1;cursor:pointer}.guide-map__popover-close:focus-visible{outline:2px solid #001c3d;outline-offset:2px}@keyframes guideMapPopoverIn{0%{opacity:0;scale:.98}to{opacity:1;scale:1}}@keyframes guideMarkerFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes guideMarkerPulse{0%,to{opacity:.78}50%{opacity:.22}}.map-panel__footer{margin-top:18px;padding-top:16px;border-top:1px solid rgba(104,135,175,.14);color:#567194}.map-panel__footer p{margin:0;line-height:1.7}.page-footer{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:22px auto 0;max-width:1440px;color:#5a7698;font-size:.92rem}.page-footer span{padding:8px 12px;border-radius:999px;background:#ffffff8f}.mobile-shell{min-height:100vh;padding:22px 16px 124px}.mobile-header,.mobile-map-card,.mobile-summary-card,.mobile-stops-card,.mobile-error-card,.mobile-loading{max-width:560px;margin:0 auto}.mobile-header{display:grid;gap:14px}.mobile-header h1,.mobile-error-card h1,.mobile-loading h1{margin:0;font-size:2rem;line-height:1.05;letter-spacing:-.04em;color:#0e244c}.mobile-header__meta{display:flex;justify-content:space-between;gap:12px;color:#547093;font-size:.94rem}.mobile-map-card,.mobile-summary-card,.mobile-stops-card,.mobile-error-card,.mobile-loading{margin-top:16px;padding:18px;border-radius:26px;background:#ffffffd1;border:1px solid rgba(115,145,186,.18);box-shadow:0 22px 60px #11284f1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-badge{min-height:32px;align-self:flex-start}.mobile-summary-card h2{margin-top:2px;font-size:1.28rem;line-height:1.45}.mobile-pill-row{margin-top:14px}.mobile-pill{min-height:32px;padding-inline:12px;font-size:.86rem}.mobile-stops-card__count{min-width:40px;min-height:40px;border-radius:16px;background:#e2ecfadb;display:inline-flex;align-items:center;justify-content:center;color:#15437d;font-weight:800}.mobile-stop-card{width:100%;display:grid;grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start;padding:14px;border-radius:20px;border:1px solid rgba(103,133,173,.16);background:#f8fbfff5;text-align:left}.mobile-stop-card--active{border-color:#1f67d257;background:#ecf4fffa}.mobile-stop-card__content{display:grid;gap:6px;color:#4d698d;line-height:1.6}.mobile-stop-card__content strong{color:#123261}.sticky-action-bar{position:fixed;left:50%;bottom:18px;transform:translate(-50%);width:min(calc(100% - 24px),560px);display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px;border-radius:24px;border:1px solid rgba(115,145,186,.18);background:#ffffffeb;box-shadow:0 22px 48px #11284f1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20}.sticky-action-bar p{margin:0;color:#133261;font-weight:800}.sticky-action-bar span{display:block;margin-top:4px;color:#617c9d;font-size:.86rem;line-height:1.45}.bottom-sheet{position:fixed;left:50%;bottom:104px;transform:translate(-50%);width:min(calc(100% - 24px),560px);padding:14px 16px 18px;border-radius:28px;background:#fffffff5;border:1px solid rgba(115,145,186,.18);box-shadow:0 30px 64px #0f23452e;z-index:18}.bottom-sheet__handle{width:46px;height:5px;margin:0 auto 14px;border-radius:999px;background:#7891b04d}.sheet-close{border:0;background:transparent;color:#446486;font-weight:700}.bottom-sheet p{margin:0;color:#547093;line-height:1.65}.bottom-sheet h3{margin:0;color:#10254a}.bottom-sheet__meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.bottom-sheet__meta span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#eff6fff0;color:#1b4777;font-size:.86rem;font-weight:700}@media (max-width: 1120px){.desktop-grid{grid-template-columns:1fr}.topbar{display:grid}.topbar__meta{justify-content:flex-start}.panel--map{order:-1}}@media (max-width: 760px){.app-shell{padding:18px 14px 22px}.hero-title{font-size:2.25rem}.prompt-form__actions,.voice-panel__body,.feature-grid,.metric-row,.transfer-cta,.qr-panel,.map-panel__header,.map-panel__footer{grid-template-columns:1fr;display:grid}.loading-card-row{grid-template-columns:1fr}.guide-map{padding:12px}.guide-map__badge,.guide-map__status{font-size:.82rem}.guide-map__hint{max-width:180px;font-size:.82rem}.sticky-action-bar{flex-direction:column;align-items:stretch}.sticky-action-bar .primary-button{width:100%}}.guide-map__scene{position:absolute;top:50%;left:50%;width:100%;aspect-ratio:1376 / 1162;transform-origin:center;transition:transform .32s cubic-bezier(.22,1,.36,1);will-change:transform}.guide-map--minimal .guide-map__badge,.guide-map--minimal .guide-map__status,.guide-map--minimal .guide-map__hint{display:none}.guide-map--mobile-immersive{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.guide-map--mobile-immersive .guide-map__canvas{min-height:100vh;height:100%;aspect-ratio:auto;border-radius:0;background:linear-gradient(180deg,#f8fbfff0,#eff5fbfa);touch-action:none}.guide-map--mobile-immersive .guide-map__scene{width:118%;transition:none}.guide-map__user-pulse{fill:#4175d51a;animation:userPulse 2.4s ease-out infinite}.guide-map__user-halo{fill:#5990ff2e}.guide-map__user-dot{fill:#3b74dc;stroke:#fff;stroke-width:5}@keyframes userPulse{0%{opacity:.9;transform:scale(.55);transform-origin:center}to{opacity:0;transform:scale(1.15);transform-origin:center}}.mobile-app{min-height:100vh;background:radial-gradient(circle at top left,rgba(116,159,224,.14),transparent 30%),linear-gradient(180deg,#f5f7fb,#edf2f8)}.mobile-app--plain{display:grid;place-items:center;padding:20px}.mobile-app__viewport{position:relative;width:min(100%,430px);min-height:100vh;margin:0 auto}.mobile-map-screen,.mobile-panel-screen{position:relative;min-height:100vh;overflow:hidden}.mobile-map-screen{background:linear-gradient(180deg,#f9fbff,#f0f4f9)}.mobile-map-screen__top{position:absolute;top:14px;left:16px;right:16px;z-index:12;display:grid;gap:14px}.mobile-glass{background:#ffffffbd;border:1px solid rgba(103,133,173,.14);box-shadow:0 12px 32px #0f1f401f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 12px 10px 14px;border-radius:22px}.mobile-topbar__brand{display:inline-flex;align-items:center;gap:10px}.mobile-topbar__icon,.mobile-topbar__logo-shell{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#ffffffc7;box-shadow:0 8px 18px #3655821f}.mobile-topbar__icon{color:#4f6fb4}.mobile-topbar__icon svg,.mobile-topbar__logo{width:18px;height:18px}.mobile-topbar__title{font-size:1.06rem;font-weight:800;color:#3f5f9f;letter-spacing:-.03em}.mobile-topbar__logo-shell{width:40px;height:40px;overflow:hidden}.mobile-topbar__logo{width:100%;height:100%;object-fit:cover}.mobile-searchbar{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;min-height:58px;padding:0 8px;border-radius:999px}.mobile-searchbar__input{width:100%;border:0;background:transparent;color:#3f4e67;font-size:1rem;outline:none}.mobile-searchbar__input::placeholder{color:#a1adbf}.mobile-searchbar__icon-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:#8a97aa;transition:transform .16s ease,background .16s ease}.mobile-searchbar__icon-button:active,.map-controls__button:active,.map-controls__locate:active,.bottom-tabbar__button:active,.activity-card__state:active,.news-card__cta:active,.place-sheet__primary:active{transform:scale(.95)}.mobile-searchbar__icon-button--voice{color:#4d69a8}.mobile-searchbar__icon-button svg{width:19px;height:19px}.mobile-route-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:22px}.mobile-route-banner__copy strong{display:block;margin-top:2px;color:#243754;font-size:1rem;letter-spacing:-.03em}.mobile-route-banner__copy p{margin:6px 0 0;color:#7a8797;font-size:.88rem;line-height:1.45}.mobile-route-banner__eyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#5172b214;color:#6783b4;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.mobile-route-banner__stats{display:grid;gap:8px;min-width:74px}.mobile-route-banner__stats span{display:inline-flex;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#ffffffd6;color:#496189;font-size:.8rem;font-weight:700}.map-controls{position:absolute;right:18px;top:338px;z-index:11;display:grid;gap:16px}.map-controls__stack{display:grid;gap:1px;padding:6px;border-radius:24px}.map-controls__button,.map-controls__locate{display:inline-flex;align-items:center;justify-content:center;border:0;color:#53657e}.map-controls__button{width:46px;height:46px;border-radius:18px;background:#ffffffd1}.map-controls__locate{width:52px;height:52px;border-radius:999px;justify-self:end}.map-controls__button svg,.map-controls__locate svg{width:20px;height:20px}.place-sheet{position:absolute;left:16px;right:16px;bottom:112px;z-index:13;padding:12px 16px 16px;border-radius:26px;background:#ffffffe6;border:1px solid rgba(109,138,177,.12);box-shadow:0 22px 50px #131f3a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(26px);opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease}.place-sheet--open{transform:translateY(0);opacity:1;pointer-events:auto}.place-sheet__handle{width:42px;height:5px;margin:0 auto 12px;border-radius:999px;background:#92a1bc80}.place-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.place-sheet__title-wrap{display:flex;gap:12px}.place-sheet__pin,.place-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:16px}.place-sheet__pin{background:#5c78b61a;color:#5471b1}.place-sheet__close{border:0;background:#f5f7fceb;color:#75839a}.place-sheet__pin svg,.place-sheet__close svg{width:18px;height:18px}.place-sheet__eyebrow{margin:0 0 4px;color:#89a0ba;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.place-sheet h3{margin:0;color:#26364c;font-size:1.28rem;line-height:1.05;letter-spacing:-.03em}.place-sheet__description{margin:14px 0 0;color:#516175;line-height:1.65}.place-sheet__meta{margin:8px 0 0;color:#73849b;font-size:.92rem;line-height:1.55}.place-sheet__actions{display:block;margin-top:16px}.place-sheet__primary{width:100%;min-height:48px;border-radius:18px;border:0;font-weight:800}.place-sheet__primary{background:linear-gradient(180deg,#5b77b7,#46669e);color:#fff;box-shadow:0 12px 24px #3f5b913d}.bottom-tabbar{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:20;width:min(calc(100% - 26px),398px);display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:10px;border-radius:28px}.bottom-tabbar__button{min-height:64px;border:0;border-radius:22px;background:transparent;color:#73829a;display:grid;place-items:center;gap:4px;font-size:.8rem;font-weight:700;transition:transform .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.bottom-tabbar__button--active{background:#f0f5fffa;color:#5470b0}.bottom-tabbar__button--emphasized.bottom-tabbar__button--active{background:linear-gradient(180deg,#5d79ba,#49679f);color:#fff;box-shadow:0 16px 24px #3c5a933d}.bottom-tabbar__icon svg{width:20px;height:20px}.mobile-panel-screen{padding:16px 16px 118px}.tab-scene{animation:tabSceneIn .26s cubic-bezier(.22,1,.36,1)}@keyframes tabSceneIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.activity-page,.news-page{margin-top:18px}.activity-page,.news-page{padding-bottom:128px}.activity-page__segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:6px;border-radius:999px}.activity-page__segment{min-height:42px;border:0;border-radius:999px;background:transparent;color:#7b889d;font-weight:700}.activity-page__segment--active{background:#fffffffa;color:#5b77b7;box-shadow:0 8px 18px #324a7014}.activity-timeline{position:relative;margin-top:18px;display:grid;gap:22px}.activity-timeline:before{content:"";position:absolute;left:50px;top:8px;bottom:110px;width:1px;background:linear-gradient(180deg,#a9b8ce6b,#a9b8ce14)}.activity-card{display:grid;grid-template-columns:52px 24px minmax(0,1fr);gap:14px;align-items:start}.activity-card__time{display:grid;gap:6px;padding-top:8px;color:#8fa0ba;font-size:.88rem;font-weight:700}.activity-card__line{display:flex;justify-content:center;padding-top:15px}.activity-card__dot{width:10px;height:10px;border-radius:999px;background:#6d85bb;box-shadow:0 0 0 5px #6d85bb1a}.activity-card__body,.news-card{border-radius:28px;background:#ffffffe6;border:1px solid rgba(116,145,184,.1);box-shadow:0 16px 34px #18234414}.activity-card__body{padding:18px 18px 16px}.activity-card__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.activity-card__header h3,.news-card h3,.news-page__headline h2{margin:0;color:#2d3644;letter-spacing:-.03em}.activity-card__header h3{font-size:1.36rem;line-height:1.05}.activity-card__body p{margin:12px 0;color:#758293;line-height:1.65}.activity-card__state{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#e8effcfa;color:#6a84be}.activity-card__state--done{background:linear-gradient(180deg,#5a77b8,#45679f);color:#fff}.activity-card__state svg{width:18px;height:18px}.activity-card__location{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border-radius:999px;background:#f0f4fcfa;color:#6681b5;font-size:.86rem;font-weight:700}.activity-card__location svg{width:14px;height:14px}.activity-page__cta{position:relative;left:auto;bottom:auto;transform:none;width:100%;margin-top:24px;min-height:62px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:linear-gradient(180deg,#5978b8,#48669e);color:#fff;font-size:1rem;font-weight:800;box-shadow:0 22px 34px #3d5a9138}.activity-page__cta svg{width:18px;height:18px}.news-page__search-row{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:12px}.news-page__search{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;min-height:58px;padding:0 14px;border-radius:999px}.news-page__search input{border:0;background:transparent;color:#48586e;font-size:.98rem;outline:none}.news-page__search input::placeholder{color:#a4b0c0}.news-page__search-icon,.news-page__filter{color:#95a2b8}.news-page__filter{display:inline-flex;align-items:center;justify-content:center;width:52px;height:58px;border:0;border-radius:20px}.news-page__filter svg,.news-page__search-icon svg{width:18px;height:18px}.news-page__headline{display:flex;align-items:center;gap:10px;margin-top:18px}.news-page__headline-accent{width:6px;height:22px;border-radius:999px;background:linear-gradient(180deg,#6887bfe6,#bcd4ffcc)}.news-list{display:grid;gap:18px;margin-top:16px}.news-card{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;padding:16px}.news-card__media{width:84px;height:84px;border-radius:22px;overflow:hidden;box-shadow:inset 0 0 0 1px #6885b114}.news-card__body{min-width:0}.news-card__tag{display:inline-flex;margin-top:2px;color:#8091ab;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.news-card h3{margin-top:6px;font-size:1.32rem;line-height:1.06}.news-card__blurb{margin:8px 0 0;color:#6f7b8d;line-height:1.5}.news-card__detail{margin:12px 0 0;color:#5f6f84;line-height:1.7}.news-card__cta{display:inline-flex;align-items:center;gap:8px;margin-top:14px;border:0;background:transparent;padding:0;color:#4e70b4;font-weight:800}.news-card__cta svg{width:16px;height:16px}.mobile-state-card{width:min(100%,430px);padding:28px 22px;border-radius:30px;background:#ffffffd1;border:1px solid rgba(113,145,186,.18);box-shadow:0 24px 56px #11284f1f}.mobile-state-card h1{margin:0;color:#1d2f49;font-size:2rem;line-height:1.04;letter-spacing:-.04em}.mobile-state-card p:not(.panel__eyebrow){color:#617289;line-height:1.7}.guide-map--mobile-immersive .guide-map__station-label{display:none}.guide-map--mobile-immersive .guide-map__marker-label{font-size:26px}.guide-map--mobile-immersive .guide-map__marker-name{font-size:22px;fill:#344870e6}.premium-shell{position:relative;min-height:100vh;padding:36px clamp(18px,4vw,42px) 40px;overflow:hidden;isolation:isolate}.premium-shell__ambient{position:absolute;border-radius:999px;filter:blur(90px);opacity:.44;pointer-events:none;z-index:0}.premium-shell__ambient--pink{width:420px;height:420px;top:-140px;left:-100px;background:#fcb7c96b}.premium-shell__ambient--mint{width:360px;height:360px;top:120px;right:-120px;background:#a1ead752}.premium-shell__ambient--blue{width:520px;height:520px;right:22%;bottom:-280px;background:#69a3e72e}.premium-hero,.premium-layout{position:relative;z-index:1;max-width:1380px;margin:0 auto}.premium-hero{display:grid;gap:14px;margin-bottom:28px;padding:22px 4px 10px}.premium-hero__eyebrow-row{display:flex;flex-wrap:wrap;gap:10px}.premium-pill{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#ffffffbd;border:1px solid rgba(110,139,182,.14);box-shadow:0 10px 24px #12264a0f;color:#4d6996;font-size:.9rem;font-weight:700;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.premium-hero__title{margin:0;max-width:10ch;font-size:clamp(3.2rem,7vw,6.2rem);line-height:.94;letter-spacing:-.065em;color:#102448}.premium-hero__title span{display:block;background:linear-gradient(120deg,#4c70c4,#0f3d91 38%,#5aa7a8 70%,#e39fb4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.premium-hero__copy{margin:0;max-width:52ch;color:#597291;font-size:1.08rem;line-height:1.75}.premium-layout{display:grid;grid-template-columns:minmax(360px,480px) minmax(0,1fr);gap:24px;align-items:start}.premium-assistant,.premium-visuals{display:grid;gap:18px}.premium-glass{border-radius:28px;border:1px solid rgba(114,142,183,.14);background:#ffffffb8;box-shadow:0 24px 60px #1023481a;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.premium-composer,.premium-stream,.premium-handoff{padding:22px}.premium-composer__intro,.premium-stream__header,.premium-composer__footer,.premium-handoff{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.premium-section-label,.premium-message__tag,.premium-mapstage__mini-label,.premium-mapstage__kicker{margin:0 0 8px;color:#7d95b3;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.premium-composer__intro h2,.premium-stream__header h3,.premium-handoff h3{margin:0;color:#102448;line-height:1.08;letter-spacing:-.045em}.premium-composer__intro h2{font-size:1.8rem}.premium-stream__header h3,.premium-handoff h3{font-size:1.44rem}.premium-voice-pill,.premium-stream__intent{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#f6f9fff5;color:#4c6993;font-size:.84rem;font-weight:700}.premium-composer__form{margin-top:18px;display:grid;gap:16px}.premium-composer__field{padding:18px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f6f9ffe6);border:1px solid rgba(112,142,183,.12)}.premium-composer__textarea{width:100%;min-height:132px;resize:vertical;border:0;background:transparent;color:#14315d;font-size:1.02rem;line-height:1.75;outline:none}.premium-composer__textarea::placeholder{color:#8fa3bc}.premium-composer__toolbar{display:flex;justify-content:space-between;gap:14px;align-items:flex-end}.premium-chip-row,.premium-message__notes{display:flex;flex-wrap:wrap;gap:10px}.premium-chip{border:0;border-radius:999px;padding:10px 14px;background:#ecf2fce6;color:#315b90;font-size:.92rem;font-weight:700;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.premium-chip:hover:not(:disabled){transform:translateY(-1px);background:#e3edfcfa;box-shadow:0 10px 18px #315b9014}.premium-chip--soft{background:#f7fafff5}.premium-mic-button{flex:0 0 auto;min-width:112px;min-height:48px;padding:0 16px;border:0;border-radius:999px;background:#f8fbfff5;color:#284b7b;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800}.premium-mic-button__dot{width:10px;height:10px;border-radius:999px;background:#4f72c2;box-shadow:0 0 #4f72c238}.premium-mic-button--active .premium-mic-button__dot{animation:pulse 1.4s infinite;background:#0d9a85}.premium-composer__status{max-width:28rem}.premium-composer__status-label{display:block;margin-bottom:4px;color:#8096b1;font-size:.82rem;font-weight:700}.premium-composer__status p,.premium-handoff__copy p,.premium-mapstage__floating p,.premium-message p,.premium-stop__body p{margin:0;color:#607998;line-height:1.72}.premium-composer__error{display:block;margin-top:8px;color:#ac5d5d;font-size:.9rem}.premium-submit{min-height:54px;padding:0 22px;border:0;border-radius:18px;background:linear-gradient(180deg,#4f74c3,#0f3d91);color:#fff;font-size:.98rem;font-weight:800;box-shadow:0 18px 34px #0f3d913d;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.premium-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 38px #0f3d9147}.premium-submit:disabled{opacity:.6;cursor:not-allowed}.premium-submit--secondary{background:linear-gradient(180deg,#5a7bc4,#3b5e9f)}.premium-stream{display:grid;gap:16px}.premium-message{padding:18px 20px;border-radius:24px;background:#fbfdffe6}.premium-message--user{margin-left:auto;max-width:88%;background:#edf4ffeb}.premium-message--assistant{background:#ffffffeb}.premium-message--error{background:#fff0f0eb}.premium-message h4,.premium-mapstage__floating h4{margin:0 0 8px;color:#102448;font-size:1.12rem;letter-spacing:-.02em}.premium-shimmer{height:12px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,#e1e8f3c2,#f6f9fdfa,#e1e8f3c2);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.premium-shimmer--long{width:92%}.premium-shimmer--short{width:56%}.premium-stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.premium-stat-row div{padding:14px;border-radius:18px;background:#f5f8fffa}.premium-stat-row span{display:block;margin-bottom:6px;color:#7f94af;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.premium-stat-row strong{color:#173362;font-size:1.12rem}.premium-stop-rail{display:grid;gap:12px;margin-top:16px}.premium-stop{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:start}.premium-stop__index{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:16px;background:linear-gradient(180deg,#5a7cc5,#264f9d);color:#fff;font-weight:800}.premium-stop__title{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.premium-stop__title h5{margin:0;color:#173362;font-size:1rem}.premium-stop__title span{color:#8095b0;font-size:.88rem}.premium-mapstage{position:relative;overflow:hidden;padding:18px}.premium-mapstage .guide-map{padding:0;border:0;background:transparent;box-shadow:none}.premium-mapstage .guide-map__canvas{border-radius:30px}.premium-mapstage__floating{position:absolute;z-index:3;max-width:360px;padding:16px 18px;border-radius:22px;background:#ffffffc7;box-shadow:0 14px 36px #0e22481f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.premium-mapstage__floating--top{top:32px;left:32px}.premium-mapstage__floating--bottom{right:32px;bottom:32px}.premium-mapstage__floating strong{display:block;margin-bottom:6px;color:#12305f;font-size:1rem}.premium-handoff{align-items:center}.premium-handoff__copy{flex:1 1 0}.premium-handoff__benefit{display:inline-flex;align-items:center;min-height:34px;margin-top:14px;padding:0 14px;border-radius:999px;background:#ebf2ffeb;color:#4667a0;font-size:.88rem;font-weight:700}.premium-handoff__link{margin-top:12px;color:#7a8ea8;font-size:.88rem;word-break:break-all}.premium-handoff__qr{flex:0 0 232px;min-height:232px;border-radius:28px;display:grid;place-items:center;background:radial-gradient(circle at top left,rgba(123,201,215,.24),transparent 42%),linear-gradient(180deg,#fbfdfffa,#f3f8ffeb);border:1px solid rgba(112,142,183,.14)}.premium-handoff__qr img{width:188px;height:188px}.premium-handoff__qr--ready{box-shadow:inset 0 0 0 1px #5f79b314,0 18px 40px #22427c14}.premium-handoff__placeholder{text-align:center;color:#7490ae}.premium-handoff__placeholder span{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;margin-bottom:12px;border-radius:22px;background:#ecf3fff0;color:#41639d;font-size:1.18rem;font-weight:800}.premium-handoff__placeholder p{margin:0}@media (max-width: 1120px){.premium-layout{grid-template-columns:1fr}.premium-hero__title{max-width:12ch}.premium-mapstage__floating--bottom{left:32px;right:32px;max-width:none}}@media (max-width: 760px){.premium-shell{padding:20px 14px 28px}.premium-hero{margin-bottom:18px}.premium-hero__title{font-size:2.6rem}.premium-composer__toolbar,.premium-composer__footer,.premium-handoff{display:grid;grid-template-columns:1fr}.premium-stat-row{grid-template-columns:1fr}.premium-handoff__qr{width:100%;min-height:220px}}.showcase-shell{position:relative;min-height:100vh;overflow:hidden;font-family:DM Sans,Manrope,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#0f172a;background:radial-gradient(ellipse 64% 44% at 4% 0%,rgba(238,164,148,.28),transparent 52%),radial-gradient(ellipse 54% 46% at 96% 8%,rgba(204,237,78,.22),transparent 50%),radial-gradient(ellipse 70% 48% at 12% 100%,rgba(80,196,243,.18),transparent 56%),radial-gradient(ellipse 60% 40% at 86% 92%,rgba(233,114,170,.12),transparent 48%),linear-gradient(180deg,#fffdfa,#f5f5ed 38%,#f2f8ee 72%,#f5f9ff)}.showcase-shell__ambient,.showcase-shell__grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.showcase-shell__ambient{z-index:0}.showcase-shell__grain{z-index:1;opacity:.032;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.showcase-marquee,.showcase-page{position:relative;z-index:2}.showcase-marquee{overflow:hidden;border-top:1px solid rgba(241,191,117,.28);border-bottom:1px solid rgba(61,128,84,.22);background:linear-gradient(105deg,#fff5f0,#f6f8eb 18%,#e7f5ff,#ffeef4,#f2faef 78%,#fff6f0);box-shadow:inset 0 1px #ffffffbd}.showcase-marquee__fade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#fbfbfd 0%,transparent 6%,transparent 94%,#fbfbfd 100%)}.showcase-marquee__inner{overflow:hidden;padding:32px 0}.showcase-marquee__track{display:flex;width:max-content;animation:showcase-marquee-scroll 40s linear infinite}.showcase-marquee__group{display:flex;align-items:center;flex-shrink:0}.showcase-marquee__item{display:inline-flex;align-items:center;gap:10px;padding:0 48px;white-space:nowrap;color:#001c3d;font-size:1.08rem;font-weight:800;letter-spacing:.02em}.showcase-marquee__item img{width:auto;height:42px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,28,61,.12))}.showcase-marquee__sep{flex-shrink:0;padding:0 44px;color:#e972aa;font-size:.72rem;opacity:.84}@keyframes showcase-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.showcase-page{max-width:1220px;margin:0 auto;padding:40px 28px 104px}.showcase-hero{position:relative;margin-bottom:34px;text-align:center}.showcase-hero__decor{position:absolute;top:-8px;right:0;bottom:0;left:0;pointer-events:none}.showcase-sticker{position:absolute;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:2px solid rgba(40,40,40,.86);box-shadow:0 12px 24px #001c3d1a;color:#282828;font-size:.82rem;font-weight:800;letter-spacing:.01em}.showcase-sticker--sun{top:72px;left:10%;border-radius:999px;background:#f1bf75;transform:rotate(-7deg)}.showcase-sticker--blue{top:122px;right:11%;border-radius:999px;background:#cfe8ff;color:#001c3d;transform:rotate(6deg)}.showcase-sticker--mint{bottom:22px;left:17%;width:72px;height:72px;min-height:72px;padding:0;border-radius:24px;background:#d9f26d;transform:rotate(-10deg)}.showcase-sticker--mint:before{content:"";width:34px;height:34px;border-radius:999px;background:radial-gradient(circle at center,#fffef5 0 19%,#eef6bb 20% 43%,#79a83a 44% 66%,#2f4a22 67% 73%,transparent 74%);box-shadow:inset 0 0 0 1.5px #2f4a2252,0 1px #fff6;transform:rotate(12deg)}.showcase-sticker--spark{right:17%;bottom:-10px;width:58px;height:58px;min-height:58px;padding:0;border-radius:20px;background:#ffdede;color:#282828;font-size:1.08rem;transform:rotate(9deg)}.showcase-brand{display:flex;flex-direction:column;align-items:center;gap:14px}.showcase-brand__mark{width:78px;height:78px;border-radius:22px;object-fit:contain;background:#ffffffe6;padding:8px;box-shadow:0 0 0 1px #f1bf753d,0 18px 34px #001c3d1a}.showcase-eyebrow{margin:0;color:#001c3d;font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.showcase-title-flank{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;align-items:center;justify-content:center;min-height:clamp(216px,44vw,440px);pointer-events:none}.showcase-title-flank__art{position:absolute;top:50%;height:clamp(216px,52vw,560px);width:auto;max-width:min(84vw,880px);object-fit:contain;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 18px 36px rgba(0,28,61,.09))}@media (prefers-reduced-motion: no-preference){.showcase-title-flank__art{will-change:transform}}.showcase-title-flank__art--left{left:-28px;object-position:left center}.showcase-title-flank__art--right{right:-28px;height:clamp(252px,60vw,640px);max-width:min(94vw,980px);object-position:right center}.showcase-title-flank .showcase-title{position:relative;z-index:1;max-width:min(52vw,640px);padding:0 16px;pointer-events:auto}.showcase-title{margin:0;max-width:none;color:#001c3d;font-size:clamp(2.6rem,5vw,4.2rem);line-height:1.04;letter-spacing:-.055em;font-weight:750}.showcase-title__line{display:block;white-space:nowrap}.showcase-title__line--accent{background:linear-gradient(120deg,#f472b6,#0ea5e9 35%,#4ade80 72%,#38bdf8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.showcase-copy{max-width:68ch;margin:2px auto 0;color:#64748b;font-size:1.04rem;line-height:1.62;white-space:nowrap}.showcase-pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px}.showcase-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 15px;border-radius:999px;border:1px solid rgba(40,40,40,.08);background:#ffffffd1;box-shadow:0 10px 24px #001c3d0d;font-size:.84rem;font-weight:700}.showcase-pill--pink{color:#9d174d;border-color:#e972aa57;background:linear-gradient(180deg,#ffe8f1f0,#fffffff0)}.showcase-pill--blue{color:#001c3d;border-color:#001c3d2e;background:linear-gradient(180deg,#e5f5fff2,#fffffff0)}.showcase-pill--green{color:#14532d;border-color:#cced4e66;background:linear-gradient(180deg,#f2fcdaf2,#fffffff0)}.showcase-layout{display:grid;gap:28px}.showcase-between-hint{display:flex;justify-content:center;align-items:center;margin:-4px 0;pointer-events:none}.showcase-between-hint__pill{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 20px 12px;border-radius:999px;background:linear-gradient(165deg,#fff0f8f5,#dcf2fff2 45%,#e6fcdceb);border:2px solid rgba(15,61,145,.14);box-shadow:0 10px 28px #e972aa24,inset 0 1px #ffffffd9;color:#0f3d91;animation:showcase-between-hint-bob 1.85s ease-in-out infinite}.showcase-between-hint__spark{font-size:.62rem;line-height:1;color:#e972aa;opacity:.9;animation:showcase-between-hint-spark 2.4s ease-in-out infinite}.showcase-between-hint__chevrons{display:block;width:40px;height:auto;overflow:visible}.showcase-between-hint__stroke{stroke:currentColor;vector-effect:non-scaling-stroke}.showcase-between-hint__stroke--a{animation:showcase-between-hint-chev-a 1.85s ease-in-out infinite}.showcase-between-hint__stroke--b{opacity:.38;animation:showcase-between-hint-chev-b 1.85s ease-in-out infinite}@keyframes showcase-between-hint-bob{0%,to{transform:translateY(0)}50%{transform:translateY(9px)}}@keyframes showcase-between-hint-spark{0%,to{transform:scale(1) rotate(0);opacity:.75}50%{transform:scale(1.15) rotate(14deg);opacity:1}}@keyframes showcase-between-hint-chev-a{0%,to{opacity:1}50%{opacity:.55}}@keyframes showcase-between-hint-chev-b{0%,to{opacity:.32}50%{opacity:.62}}@media (prefers-reduced-motion: reduce){.showcase-between-hint__pill,.showcase-between-hint__spark,.showcase-between-hint__stroke--a,.showcase-between-hint__stroke--b{animation:none}.showcase-between-hint__stroke--b{opacity:.45}}.showcase-stream,.showcase-mapcard{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(0,28,61,.08);background:#ffffffd1;box-shadow:0 4px 10px #e972aa0d,0 26px 56px #001c3d14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.showcase-stream:before{content:"";position:absolute;top:0;left:6%;right:6%;height:4px;border-radius:0 0 12px 12px;background:linear-gradient(90deg,#e972aa,#0ea5e9 30%,#cced4e 62%,#f1bf75)}.showcase-stream__section{padding:32px 36px 28px}.showcase-stream__section+.showcase-stream__section{border-top:1px solid rgba(14,165,233,.1)}.showcase-section-label{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:#0b6fa0;font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.showcase-section-label__dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(145deg,#f1bf75,#0ea5e9);box-shadow:0 2px 8px #0ea5e94d}.showcase-composer{display:grid;gap:14px}.showcase-composer__hint{margin:0;color:#64748b;font-size:.98rem;line-height:1.68}.showcase-composer__field{overflow:hidden;border-radius:22px;border:1.5px solid rgba(0,28,61,.08);background:linear-gradient(180deg,#f7f8efc7,#ffffffe0);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.showcase-composer__field:focus-within{border-color:#0082f366;background:#fffffff5;box-shadow:0 0 0 4px #0082f314}.showcase-composer__textarea{display:block;width:100%;min-height:154px;padding:22px 24px;border:0;resize:vertical;color:#0f172a;font-size:1rem;line-height:1.62;background:transparent}.showcase-composer__textarea::placeholder{color:#94a3b8}.showcase-composer__textarea:focus{outline:none}.showcase-composer__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px;border-top:1px solid rgba(14,165,233,.12);background:#ffffffc7}.showcase-chip-row,.showcase-note-row{display:flex;flex-wrap:wrap;gap:10px}.showcase-chip-row{flex:1 1 320px;min-width:0}.showcase-chip,.showcase-note-row span{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;border:1px solid rgba(0,28,61,.08);background:#ffffffeb;color:#001c3d;font-size:.8rem;font-weight:700;transition:transform .16s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.showcase-chip:hover:not(:disabled),.showcase-chip:focus-visible{border-color:#e972aa3d;background:#fff6f9f5;box-shadow:0 10px 18px #e972aa14;transform:translateY(-1px)}.showcase-chip:disabled{cursor:default;opacity:.66}.showcase-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.showcase-button{border:0;border-radius:999px;font-size:.92rem;font-weight:750;letter-spacing:-.01em;transition:transform .14s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease}.showcase-button:hover:not(:disabled){transform:translateY(-1px)}.showcase-button:active:not(:disabled){transform:scale(.985)}.showcase-button:disabled{cursor:default;opacity:.62}.showcase-button--primary,.showcase-button--secondary{padding:13px 24px}.showcase-button--primary{color:#fff;background:linear-gradient(135deg,#001c3d,#0b4f9f 45%,#0082f3);box-shadow:0 12px 24px #001c3d38}.showcase-button--primary:hover:not(:disabled){box-shadow:0 14px 30px #001c3d47}.showcase-button--secondary{color:#001c3d;background:#ffffffeb;border:1px solid rgba(0,28,61,.1);box-shadow:0 8px 20px #001c3d0d}.showcase-button--mic{width:50px;height:50px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#001c3d;background:linear-gradient(180deg,#f8f8f1,#f0f9ff);border:1px solid rgba(0,28,61,.1);box-shadow:0 10px 20px #001c3d14}.showcase-button--mic svg{width:22px;height:22px}.showcase-button--mic-active{color:#fff;background:linear-gradient(135deg,#e972aa,#ea384c);box-shadow:0 14px 28px #ec48993d}.showcase-assistant-status{display:grid;gap:5px;min-height:58px;color:#6b7b93;font-size:.86rem}.showcase-assistant-status__label{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:#f7f8efeb;color:#0b4f9f;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.showcase-assistant-status p{margin:0;line-height:1.5}.showcase-assistant-status__error{color:#b91c1c}.showcase-loading{display:grid;gap:12px}.showcase-skeleton{height:12px;border-radius:999px;background:linear-gradient(90deg,#e5e9d9,#0082f32e,#e5e9d9);background-size:200% 100%;animation:showcase-shimmer 1.35s ease-in-out infinite}.showcase-skeleton--wide{width:82%}.showcase-skeleton--mid{width:56%}.showcase-skeleton--panel{width:100%;height:92px;border-radius:18px}@keyframes showcase-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.showcase-result-card{display:grid;gap:16px}.showcase-result-card h3{margin:0;color:#0c4a6e;font-size:1.28rem;line-height:1.28;letter-spacing:-.03em}.showcase-result-card--error{padding:20px 22px;border-radius:20px;border:1px solid rgba(248,113,113,.22);background:linear-gradient(180deg,#fff1f2e0,#fffffff0)}.showcase-route-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.showcase-intent-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(0,28,61,.12);background:#f7f8eff2;color:#0b4f9f;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.showcase-overview{margin:0;color:#64748b;font-size:.98rem;line-height:1.72}.showcase-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.showcase-metric{padding:16px 18px;border-radius:18px;border:1px solid rgba(0,28,61,.08);background:linear-gradient(180deg,#f7f8efdb,#fffffff0)}.showcase-metric span{display:block;margin-bottom:6px;color:#94a3b8;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.showcase-metric strong{color:#0c4a6e;font-size:1.06rem;letter-spacing:-.02em}.showcase-stop-list{display:grid;gap:10px}.showcase-stop{display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;padding:16px 18px;border-radius:18px;border:1px solid rgba(0,28,61,.08);background:#fafdfff5}.showcase-stop__idx{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#001c3d,#0082f3);color:#fff;font-size:.88rem;font-weight:800;box-shadow:0 6px 16px #0ea5e942}.showcase-stop__body h4{margin:0 0 4px;color:#0c4a6e;font-size:.98rem;letter-spacing:-.02em}.showcase-stop__body p{margin:0;color:#64748b;font-size:.88rem;line-height:1.56}.showcase-stop__meta{display:inline-flex;margin-top:10px;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#f7f8eff5;color:#0b4f9f;font-size:.74rem;font-weight:700}.showcase-handoff{display:none;align-items:center;gap:24px;padding:28px 36px 32px;background:linear-gradient(135deg,#fff0eaf0,#eef6fff0 48%,#f2fcdaeb);border-top:1px solid rgba(241,191,117,.16)}.showcase-handoff--visible,.showcase-handoff:not(.showcase-handoff--visible){display:flex}.showcase-handoff__copy{flex:1 1 280px;min-width:0}.showcase-handoff__copy h4{margin:0 0 8px;color:#0c4a6e;font-size:1.05rem}.showcase-handoff__copy p{margin:0;color:#64748b;font-size:.94rem;line-height:1.6}.showcase-handoff__benefit{display:inline-flex;margin-top:14px;min-height:34px;align-items:center;padding:0 14px;border-radius:999px;background:#ffffffc7;color:#001c3d;font-size:.82rem;font-weight:700;box-shadow:0 8px 18px #001c3d0d}.showcase-handoff__link{margin-top:12px;word-break:break-all;color:#7c8ba0;font-size:.82rem}.showcase-qr{flex:0 0 212px;min-height:212px;display:grid;place-items:center;border-radius:22px;border:1px solid rgba(0,28,61,.08);background:radial-gradient(circle at top left,rgba(241,191,117,.18),transparent 44%),linear-gradient(180deg,#fffffff5,#f6fafff0);box-shadow:0 18px 38px #001c3d0f}.showcase-qr img{width:178px;height:178px}.showcase-qr__placeholder{text-align:center;color:#7a8ea4}.showcase-qr__placeholder span{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:12px;border-radius:20px;background:#f7f8eff5;color:#001c3d;font-size:1rem;font-weight:800}.showcase-qr__placeholder p{margin:0}.showcase-mapcard{min-height:520px}.showcase-mapcard__head{padding:26px 34px 20px;text-align:center;border-bottom:1px solid rgba(0,28,61,.08);background:linear-gradient(180deg,#fff0eaeb,#f0f9ffeb 48%,#f7f8eff0)}.showcase-mapcard__head h2{margin:0;color:#001c3d;font-size:.8rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.showcase-mapcard__head p{max-width:68ch;margin:10px auto 0;color:#64748b;font-size:.96rem;line-height:1.58;white-space:nowrap}.showcase-mapcard__stage{position:relative}.showcase-mapcard .guide-map{padding:22px 24px 20px;border:0;background:transparent;box-shadow:none}.showcase-mapcard .guide-map__badge,.showcase-mapcard .guide-map__status{z-index:4}.showcase-mapcard .guide-map__canvas{overflow:hidden;min-height:560px;border-radius:28px;border:1px solid rgba(0,28,61,.08);background:radial-gradient(circle at 22% 24%,rgba(233,114,170,.1),transparent 26%),radial-gradient(circle at 78% 72%,rgba(204,237,78,.12),transparent 24%),linear-gradient(180deg,#f8fbf3,#eef7ff);box-shadow:inset 0 1px #fffc}.showcase-mapcard .guide-map__hint{margin:16px 6px 0;border-radius:18px;background:#fafdffeb}.showcase-mapcard__foot{padding:0 32px 26px;color:#94a3b8;font-size:.8rem;line-height:1.6;text-align:center}@media (max-width: 980px){.showcase-page{padding-bottom:72px}.showcase-stream__section,.showcase-handoff,.showcase-mapcard__head{padding-left:24px;padding-right:24px}.showcase-handoff{padding-bottom:28px}.showcase-handoff,.showcase-composer__toolbar,.showcase-route-head{flex-direction:column;align-items:stretch}.showcase-metrics{grid-template-columns:1fr}.showcase-actions{width:100%;justify-content:space-between}.showcase-button--primary{flex:1 1 auto}.showcase-qr{width:100%;flex-basis:auto}.showcase-mapcard .guide-map__canvas{min-height:460px}}@media (max-width: 760px){.showcase-marquee{display:none}.showcase-page{padding:22px 16px 48px}.showcase-hero{margin-bottom:22px}.showcase-hero__decor{display:none}.showcase-brand__mark{width:64px;height:64px;border-radius:18px}.showcase-title-flank{width:auto;margin-left:0;margin-right:0;min-height:0}.showcase-title-flank__art{display:none}.showcase-title-flank .showcase-title{max-width:none;padding:0}.showcase-title{font-size:clamp(2.15rem,11vw,2.8rem)}.showcase-title__line{white-space:normal}.showcase-copy{font-size:.96rem;max-width:100%;white-space:normal}.showcase-stream,.showcase-mapcard{border-radius:26px}.showcase-between-hint{transform:scale(.92);transform-origin:center center}.showcase-between-hint__pill{padding:6px 16px 10px}.showcase-between-hint__chevrons{width:34px}.showcase-stream__section,.showcase-handoff,.showcase-mapcard__head{padding:22px 18px}.showcase-composer__textarea{min-height:138px;padding:18px}.showcase-chip-row,.showcase-note-row,.showcase-actions{width:100%}.showcase-actions{justify-content:stretch}.showcase-button--primary,.showcase-button--secondary{width:100%}.showcase-button--mic{flex:0 0 50px}.showcase-mapcard .guide-map{padding:16px}.guide-map__popover{width:min(264px,58vw);padding:14px}.showcase-mapcard .guide-map__canvas{min-height:320px;border-radius:22px}.showcase-mapcard__foot{padding:0 18px 22px}.showcase-mapcard__head p{max-width:100%;white-space:normal}}
