@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{margin:0;background:#dfeaf0;color:#102a43;font-family:Noto Sans JP,sans-serif;display:flex;justify-content:center;overflow:hidden}button,input{font:inherit;color:inherit}button{cursor:pointer}.app{width:min(100vw,430px);min-width:min(100vw,430px);max-width:430px;height:100dvh;margin:0 auto;overflow:hidden;background:#eef5f7;display:grid;grid-template-rows:68% 32%;position:relative;box-shadow:0 0 50px #173c5528}.top-bar{position:absolute;z-index:40;left:10px;right:10px;top:max(9px,env(safe-area-inset-top));height:51px;border:1px solid #ffffffbd;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:17px;display:flex;align-items:center;justify-content:space-between;padding:7px 9px;box-shadow:0 8px 22px #173c5522}.brand{display:flex;align-items:center;gap:7px}.brand>span{width:30px;height:30px;border-radius:10px;background:linear-gradient(145deg,#287fea,#77baff);color:#fff;display:grid;place-items:center}.brand div{display:flex;flex-direction:column}.brand strong{font-size:12px}.brand small{font-size:8px;color:#718498}.top-actions{display:flex;gap:4px}.top-actions button,.close-button{width:32px;height:32px;border:0;background:#edf3f6;border-radius:10px;display:grid;place-items:center}.notice{position:absolute;right:0;top:57px;background:#fff;border:1px solid #e0eaf0;border-radius:13px;padding:9px 11px;box-shadow:0 10px 25px #173c5529;display:flex;flex-direction:column;white-space:nowrap;font-size:9px}.city-chat-stage{position:relative;overflow:hidden;background:#bad9e4;isolation:isolate}.city-background{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/mobile-city-park.png) center 48%/cover no-repeat}.city-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#173c5528,transparent 35%,#173c5538 100%)}.marker-zone{position:absolute;z-index:5;left:0;right:0;top:0;height:64%;overflow:hidden}.concierge-default{position:absolute;z-index:8;left:50%;top:57%;width:145px;transform:translate(-50%,-50%);filter:drop-shadow(0 12px 10px #173c5555)}.concierge-default img{width:100%;display:block;animation:float 3s ease-in-out infinite}.scene-caption{position:absolute;z-index:18;left:50%;bottom:5px;transform:translate(-50%);background:#123653df;color:#fff;border-radius:15px;padding:5px 9px;font-size:8px;font-weight:700;white-space:nowrap}.city-marker{position:absolute;z-index:12;left:var(--x);top:var(--y);transform:translate(-50%,-50%);border:0;background:transparent;padding:0;color:var(--color);display:flex;align-items:flex-end;filter:drop-shadow(0 5px 5px #173c5545)}.pin{position:relative;width:42px;height:45px}.pin>svg{position:absolute;top:0;right:0;bottom:0;left:0}.pin i{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);color:#fff}.agent-marker img{width:52px;height:66px;object-fit:contain;margin-left:-12px}.city-marker em{position:absolute;left:50%;top:98%;transform:translate(-50%);min-width:80px;background:#fffffff1;border:1px solid white;border-radius:9px;padding:3px 5px;font-size:7px;font-weight:700;font-style:normal;white-space:nowrap;color:var(--color)}.service-marker .pin{transform:scale(.82)}.thinking-scene{position:absolute;top:58px;right:0;bottom:8px;left:0;display:flex;align-items:center;justify-content:center}.thinking-scene>img{width:150px;height:180px;object-fit:contain;filter:drop-shadow(0 12px 10px #173c5555)}.thought-bubble{align-self:flex-start;margin:20px 0 0 -18px;background:#fffffff2;border:2px solid white;border-radius:20px;padding:9px 11px;box-shadow:0 7px 18px #173c5530;display:flex;flex-direction:column;align-items:center;gap:5px}.thought-bubble strong{font-size:9px}.thought-bubble span{display:flex;gap:7px;color:#287eea}.thought-bubble svg{width:17px}.thought-bubble>i{position:absolute;width:6px;height:6px;border-radius:50%;background:#287eea;animation:pulse 1s infinite}.thought-bubble>i:nth-of-type(1){margin-top:55px;margin-left:-75px}.thought-bubble>i:nth-of-type(2){margin-top:59px;margin-left:-52px;animation-delay:.2s}.thought-bubble>i:nth-of-type(3){margin-top:60px;margin-left:-28px;animation-delay:.4s}.agent-conversation{position:absolute;top:55px;right:8px;bottom:5px;left:8px;display:flex;align-items:center;justify-content:center;gap:9px}.conversation-character{width:36%;display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 12px 10px #173c5550)}.conversation-character img{width:100%;height:170px;object-fit:contain}.conversation-character span{margin-top:-13px;background:#fffffff0;border:1px solid white;border-radius:11px;padding:5px 7px;font-size:7px;font-weight:700;white-space:nowrap}.specialist-character span{color:var(--color)}.conversation-flow{display:flex;gap:3px}.conversation-flow i{width:5px;height:5px;background:#68dced;border-radius:50%;animation:pulse 1s infinite}.conversation-flow i:nth-child(2){animation-delay:.2s}.conversation-flow i:nth-child(3){animation-delay:.4s}.chat-area{position:absolute;z-index:20;left:9px;right:9px;bottom:8px;height:34%;min-height:170px;background:#f9fcfdf2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #ffffffdc;border-radius:18px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:8px;box-shadow:0 8px 25px #173c5535}.chat-header{display:flex;align-items:center;gap:5px;padding:0 2px 5px}.chat-header strong{font-size:10px}.chat-header small{margin-left:auto;font-size:7px;color:#269866}.chat-messages{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:5px;padding:1px 1px 5px;overscroll-behavior:contain}.message-row{display:flex}.message-row div{max-width:84%;padding:5px 7px;border-radius:10px;background:#fff;border:1px solid #e0e9ee;font-size:8px;line-height:1.4}.message-row.user{justify-content:flex-end}.message-row.user div{background:#287eea;color:#fff;border-color:#287eea}.chat-form{display:flex;gap:5px;padding-top:5px;border-top:1px solid #e2eaef}.chat-form input{flex:1;min-width:0;border:1px solid #dce7ed;background:#fff;border-radius:10px;padding:7px 9px;font-size:9px;outline:none}.chat-form button{width:34px;border:0;border-radius:10px;background:#287eea;color:#fff;display:grid;place-items:center}.chat-form button:disabled{opacity:.45}.bottom-content{position:relative;min-height:0;background:#f8fbfc;padding:10px 10px calc(70px + env(safe-area-inset-bottom));overflow-y:auto}.content-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.content-heading>div{display:flex;align-items:center;gap:7px}.content-heading>div>span{width:31px;height:31px;border-radius:10px;background:#e7f8ee;color:#199162;display:grid;place-items:center}.content-heading>div>span.meal-icon{background:#fff1e7;color:#e57231}.content-heading div div{display:flex;flex-direction:column}.content-heading small{font-size:7px;color:#718498}.content-heading strong{font-size:12px}.content-heading button{border:0;background:transparent;color:#287eea;font-size:8px;display:flex;align-items:center}.task-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.task-grid article{position:relative;min-width:0;background:#fff;border:1px solid #e2ebef;border-radius:13px;padding:8px;display:flex;flex-direction:column;gap:4px}.task-grid article>svg{width:19px;color:#24a068}.task-grid strong{font-size:8px}.task-grid small{font-size:6px;color:#718498}.task-grid progress{width:100%;height:4px;accent-color:#25a36b}.task-check{position:absolute;right:6px;top:6px;width:18px;height:18px;background:#e6f7ed;color:#199162;border-radius:50%;display:grid;place-items:center}.meal-summary{background:#fff;border:1px solid #e2ebef;border-radius:15px;padding:12px;display:flex;align-items:center;gap:13px}.meal-score{width:62px;height:62px;border-radius:50%;border:7px solid #f0a34e;display:flex;align-items:baseline;justify-content:center;padding-top:13px}.meal-score strong{font-size:20px}.meal-score span{font-size:7px;color:#718498}.meal-summary>div:last-child{flex:1}.meal-summary>div:last-child strong{font-size:10px}.meal-summary p{margin:4px 0 0;font-size:7px;color:#718498}.bottom-nav{position:absolute;z-index:35;bottom:max(5px,env(safe-area-inset-bottom));left:9px;right:9px;height:57px;background:#fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffffc9;border-radius:18px;display:flex;box-shadow:0 8px 25px #173c5535}.bottom-nav button{flex:1;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:7px;color:#718498}.bottom-nav button.selected{color:#287eea}.sheet-backdrop{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;background:#102a4370;display:flex;align-items:flex-end;justify-content:center}.marker-sheet,.settings-panel{position:relative;width:min(500px,100%);max-height:86vh;overflow:auto;background:#fff;border-radius:24px 24px 0 0;padding:18px}.marker-sheet>.close-button{position:absolute;right:13px;top:13px}.sheet-marker{height:140px;border-radius:17px;background:linear-gradient(145deg,color-mix(in srgb,var(--color) 18%,white),#f5fafb);color:var(--color);display:flex;align-items:center;justify-content:center;position:relative}.sheet-marker>i{position:absolute;color:#fff}.sheet-marker img{width:95px;height:125px;object-fit:contain;margin-left:-20px}.marker-sheet>span{display:block;margin-top:12px;font-size:8px;color:#287eea;font-weight:800}.marker-sheet h2{font-size:17px;margin:2px 0}.marker-sheet p{font-size:9px;color:#718498}.primary-button{width:100%;border:0;background:#287eea;color:#fff;border-radius:12px;padding:10px;display:flex;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:800}.settings-title{display:flex;justify-content:space-between;align-items:center}.settings-title div{display:flex;flex-direction:column}.settings-title small{font-size:8px;color:#718498}.settings-title strong{font-size:17px}.setting-section{margin-top:17px}.setting-section>strong{font-size:10px}.content-choice{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:7px}.content-choice button{border:1px solid #dce7ed;background:#f7fafb;border-radius:12px;padding:10px 5px;font-size:8px;display:flex;align-items:center;justify-content:center;gap:5px}.content-choice svg{width:16px}.content-choice button.selected{border-color:#287eea;background:#eaf3ff;color:#287eea;font-weight:700}.toggle-list{margin-top:5px}.toggle-list label{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #e5edf1;font-size:9px}.toggle-list input{accent-color:#287eea}@keyframes float{50%{transform:translateY(-5px)}}@keyframes pulse{50%{opacity:.3;transform:scale(.7)}}.concierge-greeting{position:absolute;z-index:2;left:50%;bottom:105%;width:190px;transform:translate(-50%);background:#fffffff4;border:2px solid white;border-radius:16px;padding:8px 10px;text-align:center;font-size:9px;font-weight:700;line-height:1.5;box-shadow:0 7px 18px #173c5530}.concierge-greeting:after{content:"";position:absolute;left:50%;bottom:-8px;width:14px;height:14px;background:#fff;transform:translate(-50%) rotate(45deg)}.chat-area.chat-initial{height:auto;min-height:0;grid-template-rows:auto auto}.chat-area.chat-started{height:34%;max-height:calc(36% - 8px)}.suggestion-list{display:flex;gap:5px;padding-bottom:6px;overflow-x:auto;scrollbar-width:none}.suggestion-list::-webkit-scrollbar{display:none}.suggestion-list button{flex:0 0 auto;border:1px solid #dce8ee;background:#fff;border-radius:999px;padding:5px 7px;display:flex;align-items:center;gap:4px;text-align:left;color:#426177}.suggestion-list button>svg:first-child{color:#287eea}.suggestion-list button>svg:last-child{display:none}.suggestion-list span{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:700}.chat-header .clear-chat{margin-left:3px;border:0;background:#edf3f6;color:#60798b;border-radius:8px;padding:4px 6px;display:flex;align-items:center;gap:3px;font-size:7px}.chat-header small{margin-left:auto}.handoff-answered .handoff-focus{opacity:1;transform:scale(1)}.handoff-answered .thought-bubble,.handoff-closing .thought-bubble{opacity:0;transform:translate(-50%) scale(.8)}.handoff-answered .handoff-concierge{left:34%;top:54%;transform:translate(-50%,-50%) scale(.95)}.handoff-answered .handoff-specialist{right:18%;top:54%;transform:translate(50%,-50%) scale(.95);opacity:1}.handoff-answered .handoff-route{left:43%;right:43%;opacity:1}.handoff-answered .handoff-speech,.handoff-answered .agent-signal{opacity:1;transform:translateY(0) scale(1)}.handoff-answered .handoff-route i{background:#56d68c;box-shadow:0 0 11px #36c879;animation:answerPulse .65s ease-in-out 2}.handoff-answered .handoff-specialist .handoff-speech{background:#e8fff1;border-color:#a9e9c2;animation:answerPop .55s cubic-bezier(.2,.9,.3,1)}.handoff-answered .agent-signal{background:#e8fff1;color:#168668}.handoff-closing .handoff-focus{opacity:0;transform:scale(1.18)}.handoff-closing .handoff-concierge{left:50%;top:50%;transform:translate(-50%,-50%) scale(1.03)}.handoff-closing .handoff-specialist{right:-32%;top:43%;transform:translate(50%,-50%) scale(.55);opacity:0}.handoff-closing .handoff-route,.handoff-closing .handoff-speech,.handoff-closing .agent-signal{opacity:0;transform:scale(.82)}.chat-area{transition:opacity .55s ease,transform .7s cubic-bezier(.22,.8,.25,1),height .55s ease}.chat-closing{opacity:0;transform:translateY(18px) scale(.97);pointer-events:none}.message-row:last-child{animation:messageArrive .4s cubic-bezier(.2,.85,.3,1)}@keyframes answerPulse{50%{transform:scale(1.55);opacity:1}}@keyframes answerPop{0%{opacity:0;transform:translateY(8px) scale(.8)}70%{transform:translateY(-2px) scale(1.06)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes messageArrive{0%{opacity:0;transform:translateY(7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-area.chat-initial{max-height:150px}.suggestion-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.suggestion-list button{width:100%;min-width:0;border-radius:10px;align-items:flex-start;padding:5px 7px}.suggestion-list button>svg:first-child{flex:0 0 auto;margin-top:1px}.suggestion-list span{max-width:none;overflow:visible;text-overflow:clip;white-space:normal;line-height:1.35}.brand div{justify-content:center}.handoff-scene .thought-bubble{width:170px;padding:9px 11px;gap:4px}.handoff-scene .thought-bubble strong{font-size:9px}.handoff-scene .thought-bubble small{font-size:6px;color:#718498;white-space:nowrap}.handoff-scene .thinking-agents{display:flex;gap:9px;color:#287eea}.handoff-scene .thinking-agents svg{width:15px;height:15px;animation:agentCandidate 1.5s ease-in-out infinite}.handoff-scene .thinking-agents svg:nth-child(2){animation-delay:.2s}.handoff-scene .thinking-agents svg:nth-child(3){animation-delay:.4s}.thinking-loader{position:relative;width:24px;height:24px;display:block!important}.thinking-loader i{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:auto!important;height:auto!important;margin:0!important;border-radius:50%!important;background:transparent!important}.thinking-loader i:first-child{border:3px solid #dcecff!important}.thinking-loader i:last-child{border:3px solid transparent!important;border-top-color:#287eea!important;animation:thinkingSpin .8s linear infinite!important}@keyframes thinkingSpin{to{transform:rotate(360deg)}}@keyframes agentCandidate{50%{color:#19a674;transform:translateY(-2px) scale(1.08)}}.marker-highlighted{z-index:20;animation:newMarkerArrival 2.2s cubic-bezier(.2,.85,.3,1)}.marker-highlighted:before{content:"";position:absolute;z-index:-1;left:50%;top:48%;width:68px;height:68px;border:2px solid var(--color);border-radius:50%;transform:translate(-50%,-50%);animation:newMarkerRing 1s ease-out 2}.new-marker-label{position:absolute;z-index:4;left:50%;bottom:108%;transform:translate(-50%);background:var(--color);color:#fff;border:2px solid white;border-radius:999px;padding:2px 7px;font-size:7px;font-style:normal;box-shadow:0 4px 10px #173c5545;animation:newLabelPop .45s cubic-bezier(.2,.9,.3,1)}.marker-sheet p{font-size:10px;line-height:1.75;color:#526c7e;margin-bottom:14px}@keyframes newMarkerArrival{0%{opacity:0;transform:translate(-50%,-50%) scale(.45)}22%{opacity:1;transform:translate(-50%,-50%) scale(1.18)}38%,to{transform:translate(-50%,-50%) scale(1)}}@keyframes newMarkerRing{0%{opacity:.9;transform:translate(-50%,-50%) scale(.45)}to{opacity:0;transform:translate(-50%,-50%) scale(1.55)}}@keyframes newLabelPop{0%{opacity:0;transform:translate(-50%) translateY(6px) scale(.75)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.city-marker.marker-left em{left:0;transform:none}.city-marker.marker-right em{left:auto;right:0;transform:none;text-align:right}.city-marker.marker-right.agent-marker{flex-direction:row-reverse}.city-marker.marker-right.agent-marker img{margin-left:0;margin-right:-12px}.city-marker.marker-right .new-marker-label{left:auto;right:0;transform:none}.city-marker{max-width:94px}.city-marker em{top:calc(100% + 2px);min-width:0;max-width:112px;overflow:hidden;text-overflow:ellipsis}.agent-marker img{width:46px;height:58px}.service-marker .pin{transform:scale(.72)}.service-marker em{top:82%}.city-marker.marker-left{transform:translate(-38%,-50%)}.city-marker.marker-right{transform:translate(-62%,-50%)}.city-marker.marker-left.marker-highlighted{animation:newMarkerArrivalLeft 2.2s cubic-bezier(.2,.85,.3,1)}.city-marker.marker-right.marker-highlighted{animation:newMarkerArrivalRight 2.2s cubic-bezier(.2,.85,.3,1)}@keyframes newMarkerArrivalLeft{0%{opacity:0;transform:translate(-38%,-50%) scale(.45)}22%{opacity:1;transform:translate(-38%,-50%) scale(1.18)}38%,to{transform:translate(-38%,-50%) scale(1)}}@keyframes newMarkerArrivalRight{0%{opacity:0;transform:translate(-62%,-50%) scale(.45)}22%{opacity:1;transform:translate(-62%,-50%) scale(1.18)}38%,to{transform:translate(-62%,-50%) scale(1)}}.app-page{grid-row:1/3;min-height:0;overflow-y:auto;background:linear-gradient(180deg,#eaf4fa 0,#f8fbfc 180px);padding:78px 12px calc(78px + env(safe-area-inset-bottom));scrollbar-width:thin}.page-heading{margin:5px 2px 15px}.page-heading small{font-size:9px;color:#628097;font-weight:700}.page-heading h1{font-size:23px;margin:1px 0}.service-tiles{display:grid;grid-template-columns:1fr 1fr;gap:9px}.service-tiles button{position:relative;min-height:132px;border:1px solid #e0eaf0;background:#fff;border-radius:17px;padding:12px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:6px;box-shadow:0 7px 18px #173c5510}.service-tiles button>span{width:39px;height:39px;border-radius:13px;background:color-mix(in srgb,var(--color) 14%,white);color:var(--color);display:grid;place-items:center}.service-tiles strong{font-size:11px}.service-tiles small{font-size:8px;line-height:1.5;color:#718498}.service-tiles button>svg{position:absolute;right:10px;bottom:10px;color:var(--color)}.body-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.body-data-grid article{position:relative;background:#fff;border:1px solid #e0eaf0;border-radius:16px;padding:11px;display:flex;flex-direction:column;gap:4px;box-shadow:0 6px 16px #173c550e}.body-data-grid article.wide{grid-column:1/3}.body-data-grid article>span{width:31px;height:31px;background:#eaf3ff;color:#287eea;border-radius:10px;display:grid;place-items:center}.body-data-grid small{font-size:8px;color:#718498}.body-data-grid div{display:flex;align-items:baseline;gap:4px}.body-data-grid strong{font-size:18px}.body-data-grid em{font-size:7px;color:#718498;font-style:normal}.body-data-grid button{position:absolute;right:9px;top:9px;border:0;border-radius:8px;background:#f0f5f8;color:#527088;font-size:7px;padding:4px 7px}.checkup-card{margin-top:10px;background:#fff;border:1px solid #e0eaf0;border-radius:17px;padding:12px}.page-section-title{display:flex;gap:8px;align-items:center;margin-bottom:8px}.page-section-title>span{width:32px;height:32px;border-radius:10px;background:#e8f8ee;color:#199162;display:grid;place-items:center}.page-section-title>div{display:flex;flex-direction:column}.page-section-title small{font-size:7px;color:#718498}.page-section-title strong{font-size:11px}.checkup-list>div{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-top:1px solid #e9eff2}.checkup-list span{display:flex;flex-direction:column}.checkup-list strong{font-size:9px}.checkup-list small{font-size:7px;color:#718498}.checkup-list em{font-size:7px;font-style:normal;color:#17895e;background:#e7f7ed;border-radius:8px;padding:3px 6px}.checkup-list em.caution{color:#b47812;background:#fff4db}.profile-card{background:#fff;border:1px solid #e0eaf0;border-radius:17px;padding:12px;display:flex;align-items:center;gap:10px}.profile-avatar{width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,#287eea,#76b8ff);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.profile-card>div:nth-child(2){display:flex;flex:1;flex-direction:column}.profile-card strong{font-size:12px}.profile-card small{font-size:8px;color:#718498}.menu-section{margin-top:14px}.menu-section h2{font-size:9px;margin:0 0 5px 3px;color:#61798b}.menu-section>div{background:#fff;border:1px solid #e0eaf0;border-radius:15px;overflow:hidden}.menu-section button{width:100%;border:0;border-bottom:1px solid #e8eef2;background:#fff;padding:10px;display:flex;align-items:center;gap:8px;text-align:left}.menu-section button:last-child{border-bottom:0}.menu-section button span{width:29px;height:29px;border-radius:9px;background:#edf4f8;color:#43718e;display:grid;place-items:center}.menu-section button strong{flex:1;font-size:9px}.menu-section button>svg{color:#8799a7}.handoff-scene{position:absolute;top:55px;right:0;bottom:4px;left:0;overflow:hidden}.handoff-focus{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 50% 60%,transparent 0 18%,#173c5550 68%);opacity:0;transform:scale(1.2);transition:opacity .7s ease,transform 1s ease}.handoff-character{position:absolute;z-index:3;width:145px;display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 12px 10px #173c5550);transition:left .9s cubic-bezier(.22,.8,.25,1),right .9s cubic-bezier(.22,.8,.25,1),top .9s cubic-bezier(.22,.8,.25,1),transform .9s cubic-bezier(.22,.8,.25,1),opacity .55s ease}.handoff-character img{width:100%;height:165px;object-fit:contain}.handoff-concierge{left:50%;top:50%;transform:translate(-50%,-50%) scale(1.03)}.handoff-specialist{right:-32%;top:43%;transform:translate(50%,-50%) scale(.55);opacity:0}.handoff-scene .thought-bubble{position:absolute;z-index:4;left:50%;bottom:90%;margin:0;transform:translate(-50%) scale(.88);opacity:0;transition:opacity .35s ease,transform .45s ease}.handoff-scene .thought-bubble>i{position:absolute}.handoff-speech,.agent-signal{background:#fffffff2;border:1px solid white;border-radius:11px;padding:5px 7px;font-size:7px;font-weight:700;white-space:nowrap;opacity:0;transform:translateY(5px) scale(.92);transition:opacity .4s ease .25s,transform .45s ease .25s}.handoff-speech{margin-top:-14px}.handoff-specialist .handoff-speech{color:var(--color)}.agent-signal{position:absolute;top:3px;color:var(--color);display:flex;align-items:center;gap:3px}.handoff-route{position:absolute;z-index:2;left:42%;right:42%;top:54%;display:flex;align-items:center;justify-content:space-around;opacity:0;transition:left .8s ease,right .8s ease,opacity .4s ease}.handoff-route i{width:5px;height:5px;border-radius:50%;background:#6fe1ef;box-shadow:0 0 8px #3cd5e8;animation:routePulse 1.1s infinite}.handoff-route i:nth-child(2){animation-delay:.12s}.handoff-route i:nth-child(3){animation-delay:.24s}.handoff-route i:nth-child(4){animation-delay:.36s}.handoff-route i:nth-child(5){animation-delay:.48s}.handoff-thinking .thought-bubble{opacity:1;transform:translate(-50%) scale(1)}.handoff-thinking .handoff-concierge{animation:thinkingBob 1s ease-in-out infinite}.handoff-approaching .handoff-focus,.handoff-talking .handoff-focus{opacity:1;transform:scale(1)}.handoff-approaching .thought-bubble,.handoff-talking .thought-bubble{opacity:0;transform:translate(-50%) scale(.8)}.handoff-approaching .handoff-concierge,.handoff-talking .handoff-concierge{left:34%;top:54%;transform:translate(-50%,-50%) scale(.95)}.handoff-approaching .handoff-specialist,.handoff-talking .handoff-specialist{right:18%;top:54%;transform:translate(50%,-50%) scale(.95);opacity:1}.handoff-approaching .handoff-route,.handoff-talking .handoff-route{left:45%;right:45%;opacity:.7}.handoff-talking .handoff-route{left:43%;right:43%;opacity:1}.handoff-talking .handoff-speech,.handoff-talking .agent-signal{opacity:1;transform:translateY(0) scale(1)}@keyframes thinkingBob{50%{transform:translate(-50%,-53%) scale(1.03)}}@keyframes routePulse{0%,to{opacity:.25;transform:scale(.65)}50%{opacity:1;transform:scale(1.25)}}@media(prefers-reduced-motion:reduce){.handoff-character,.handoff-focus,.handoff-route,.handoff-speech,.agent-signal,.handoff-scene .thought-bubble{transition-duration:.01ms!important;animation:none!important}}
