:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18384a;background:#fcfdfd;font-synthesis:none;font-weight:400}*{box-sizing:border-box}body{margin:0}button,textarea,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.45}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #4ab5d7;outline-offset:4px}button{border:0;background:none}.app{height:100dvh;min-height:450px;display:flex;flex-direction:column}.header{height:82px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 36px;border-bottom:1px solid #e9eff2;background:#fff}.brand{display:flex;align-items:center;gap:20px}.brand img{width:163px;display:block}.brand-separator{height:22px;width:1px;background:#dde7ed}.bot-name{display:flex;align-items:center;gap:11px;font-size:13px;color:#65818f}.header-actions{display:flex;align-items:center;gap:23px}.new-chat{display:flex;align-items:center;gap:7px;font-size:12px;padding:10px;border-radius:8px}.new-chat:hover{background:#f1f6f8}.language{display:flex;align-items:center;gap:4px;color:#63818f}.language select{border:0;background:transparent;padding:7px 3px;font-size:12px;color:inherit;max-width:105px}.chat-main{flex:1;min-height:0;display:flex;flex-direction:column}.conversation{flex:1;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d6e4eb transparent}.welcome{max-width:790px;margin:auto;padding:clamp(35px,9vh,105px) 25px 35px;text-align:center}.welcome-symbol{display:flex;align-items:center;justify-content:center;width:65px;height:65px;border:1px solid #d9edf1;border-radius:21px;color:#2484a3;background:linear-gradient(140deg,#effbfa,#eef4fb);margin:0 auto 26px;box-shadow:0 8px 24px #43879907}.eyebrow{font-size:11px;letter-spacing:1.5px;color:#6993a4;margin:0 0 17px}h1{font-size:clamp(29px,3vw,40px);font-weight:500;line-height:1.3;letter-spacing:-1.3px;margin:0;color:#163b51}.welcome>p{font-size:14px;color:#7d929e;margin:15px auto 37px;line-height:1.8;max-width:430px}.starters{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;text-align:left}.starters button{position:relative;border:1px solid #e0e9ee;border-radius:13px;padding:18px 20px 23px;background:#fff;text-align:left;min-height:123px;transition:background .15s,border-color .15s}.starters button:hover{background:#f4fafc;border-color:#aed2e0}.starters span{display:block;color:#859ba7;font-size:10px;margin-bottom:12px}.starters strong{font-weight:500;font-size:13px;line-height:1.65;display:block;padding-right:8px}.starters svg{position:absolute;right:12px;top:16px;color:#87a9b7}.messages{max-width:800px;margin:auto;padding:30px 30px 0}.turn{margin-bottom:36px}.user-message{background:#eef4f7;border:1px solid #e7eff3;border-radius:18px 18px 5px;padding:14px 19px;max-width:85%;width:fit-content;margin:0 0 26px auto;font-size:14px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.assistant-message{display:flex;align-items:flex-start;gap:15px}.avatar{width:31px;height:31px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#e8f4f7;color:#247b9e;border:1px solid #dcebef}.response{flex:1;min-width:0;padding-top:4px}.speaker{font-size:12px;font-weight:600;color:#295570;margin-bottom:14px}.answer-text{font-size:14px;color:#375669;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.answer-actions{display:flex;align-items:center;gap:10px;margin-top:14px;min-height:26px}.answer-actions>button{display:flex;padding:6px;color:#8099a6;border-radius:6px}.answer-actions>button:hover{background:#edf5f8}.text-button{display:flex;align-items:center;gap:7px;font-size:12px;color:#277d9d;padding:6px 0}.photos{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.photos a{flex:0 1 250px;max-width:100%;border:1px solid #e0e9ee;border-radius:12px;overflow:hidden;background:#fff}.photos img{display:block;width:100%;height:205px;object-fit:contain;padding:12px}.thinking{display:flex;align-items:center;gap:9px;font-size:13px;color:#7b97a6}.error{font-size:14px;line-height:1.7;color:#7b6250}.error p{margin:0 0 8px}.scroll-end{height:10px}.composer-area{flex-shrink:0;background:linear-gradient(0deg,#fcfdfd 94%,#fcfdfd00);padding:15px 25px 0}.composer-wrap{max-width:740px;margin:auto;position:relative}.composer{background:#fff;border:1px solid #dbe6ec;border-radius:19px;box-shadow:0 5px 24px #18456105;padding:17px 18px 12px;transition:border-color .2s,box-shadow .2s}.composer.focused{border-color:#89b9ce;box-shadow:0 0 0 3px #4b9fb009,0 5px 24px #18456108}.composer textarea{display:block;border:0;outline:none!important;resize:none;background:transparent;width:100%;font-size:14px;color:#214759;line-height:1.65;min-height:48px;max-height:140px;padding:0;scrollbar-width:thin}.composer textarea::placeholder{color:#9aadb7}.composer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:5px}.status{display:flex;align-items:center;gap:7px;font-size:10px;color:#8b9ca5}.status i{width:5px;height:5px;border-radius:50%;background:#c59d6d}.status.ready i{background:#5ca68d}.send{border-radius:11px;height:35px;width:35px;display:flex;align-items:center;justify-content:center;background:#185e80;color:#fff}.send:hover:not(:disabled){background:#134968}.send:disabled{background:#dce6ec;color:#7e9ba9;opacity:1}.privacy-note{margin:11px 0 13px;text-align:center;font-size:9px;color:#94a4ae;line-height:1.7}.privacy-note span{display:block;color:#768e9c}footer{height:35px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#9baeb8;font-size:9px;max-width:1100px;margin:auto;letter-spacing:.3px}footer button{display:flex;align-items:center;gap:6px;font-size:10px;color:#7995a4;padding:5px}.footer-dot{margin:0 8px}.suggestions{position:absolute;bottom:100%;left:0;right:0;margin-bottom:9px;padding:8px;background:#fff;border:1px solid #dce8ef;border-radius:14px;box-shadow:0 10px 40px #23445c12;z-index:3;max-height:min(320px,45dvh);overflow-y:auto}.suggestion-label{font-size:9px;color:#8a9eaa;padding:5px 11px 8px}.suggestions button{display:flex;align-items:center;gap:11px;width:100%;text-align:left;padding:11px 12px;border-radius:7px;font-size:12px;line-height:1.5}.suggestions button svg{color:#8aa6b5;flex-shrink:0}.suggestions button span{flex:1}.suggestions button:hover,.suggestions button.active{background:#f0f7fa}.spin{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;background:#14354c55;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10;display:flex;align-items:center;justify-content:center;padding:20px}.support-modal{position:relative;background:#fff;border-radius:20px;width:410px;max-width:100%;padding:35px;box-shadow:0 25px 70px #0d2f4730}.support-modal .welcome-symbol{margin:0 0 22px;width:50px;height:50px;border-radius:15px}.support-modal h2{font-size:23px;font-weight:500}.support-modal p{font-size:14px;line-height:1.8;color:#5b7787}.support-modal p span{font-size:12px;color:#91a6b2}.support-modal>a{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:13px;background:#f0f8fa;border-radius:8px;color:#277e9c}.close{position:absolute;right:15px;top:15px;padding:5px;color:#88a0ad}@media(max-width:650px){.header{height:67px;padding:0 18px}.brand img{width:133px}.brand-separator,.bot-name{display:none}.header-actions{gap:10px}.new-chat{padding:9px}.new-chat span{display:none}.language{gap:0}.language select{max-width:86px;font-size:11px}.language svg{display:none}.welcome{padding:38px 22px 25px}.welcome-symbol{width:56px;height:56px;margin-bottom:24px}.eyebrow{font-size:10px;margin-bottom:16px}h1{font-size:30px;letter-spacing:-.8px}.welcome>p{font-size:13px;margin:14px auto 25px}.starters{grid-template-columns:1fr;gap:8px}.starters button{min-height:0;padding:13px 35px 13px 15px}.starters span{font-size:9px;margin-bottom:4px}.starters strong{font-size:12px}.starters svg{top:24px;right:16px}.messages{padding:24px 18px 0}.user-message{max-width:92%;font-size:13px}.assistant-message{gap:10px}.avatar{width:27px;height:27px}.speaker{font-size:11px}.answer-text{font-size:13px}.composer-area{padding:10px 14px 0}.composer{padding:14px 14px 10px;border-radius:16px}.composer textarea{font-size:16px}.privacy-note{font-size:8px;padding:0 6px;margin:8px 0}.photos a{flex-basis:100%}footer{height:31px;font-size:8px}footer button{font-size:9px}.footer-dot{margin:0 4px}.support-modal{padding:28px}.turn{margin-bottom:27px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.chat-shell{height:100dvh;position:relative;overflow:hidden}.view-bar{height:54px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:22px;padding:8px 16px;background:#f5f9fb;border-bottom:1px solid #e5edf2;position:relative;z-index:4}.view-bar>span{font-size:11px;color:#788f9d}.view-options{display:flex;background:#e9f0f4;border:1px solid #dde7ee;border-radius:10px;padding:3px;gap:3px}.view-options button{display:flex;align-items:center;gap:7px;font-size:11px;padding:6px 12px;border-radius:7px;color:#6a8494}.view-options button[aria-pressed=true]{background:#fff;color:#195672;box-shadow:0 1px 4px #173d4e10}.full-app{height:calc(100dvh - 54px)}.app[hidden]{display:none}.compact-shell{background:#eff5f8}.compact-backdrop{position:absolute;inset:54px 0 0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#b6d1db;background:radial-gradient(ellipse at 28% 45%,#e1f2f3,transparent 65%)}.pool-ripple{position:absolute;width:650px;height:650px;border:1px solid #d8e9ee;border-radius:50%;box-shadow:0 0 0 75px #e2eef340,0 0 0 150px #e2eef320}.compact-backdrop>svg{position:absolute;left:calc(35% - 23px);top:44%}.compact-app{position:absolute;right:28px;bottom:24px;width:420px;height:min(740px,calc(100dvh - 96px));min-height:0;background:#fcfdfd;border:1px solid #dae7ef;border-radius:22px;overflow:hidden;box-shadow:0 18px 65px #234b6624;z-index:2}.compact-app .header{height:70px;padding:0 18px;gap:10px}.compact-app .brand{gap:0}.compact-app .brand img{width:134px}.compact-app .brand-separator,.compact-app .bot-name{display:none}.compact-app .header-actions{gap:4px}.compact-app .new-chat{padding:8px}.compact-app .new-chat span{display:none}.compact-app .language{gap:0}.compact-app .language select{font-size:11px;max-width:94px}.compact-app .language svg{display:none}.minimize{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;color:#73909f}.minimize:hover{background:#eef5f8}.compact-app .welcome{padding:30px 22px 20px}.compact-app .welcome-symbol{width:49px;height:49px;border-radius:16px;margin-bottom:19px}.compact-app .welcome-symbol svg{width:27px}.compact-app .eyebrow{font-size:9px;margin-bottom:12px;letter-spacing:1px}.compact-app h1{font-size:25px;line-height:1.3;letter-spacing:-.7px}.compact-app .welcome>p{font-size:12px;line-height:1.7;margin:12px 0 21px}.compact-app .starters{grid-template-columns:1fr;gap:7px}.compact-app .starters button{padding:12px 28px 12px 14px;min-height:0;border-radius:11px}.compact-app .starters span{font-size:9px;margin-bottom:4px}.compact-app .starters strong{font-size:11px;line-height:1.6}.compact-app .starters svg{top:20px;right:12px;width:13px}.compact-app .messages{padding:20px 16px 0}.compact-app .turn{margin-bottom:26px}.compact-app .user-message{max-width:92%;padding:12px 14px;font-size:13px;margin-bottom:22px}.compact-app .assistant-message{gap:9px}.compact-app .avatar{width:25px;height:25px;border-radius:8px}.compact-app .avatar svg{width:15px}.compact-app .speaker{font-size:11px}.compact-app .answer-text{font-size:13px;line-height:1.8}.compact-app .composer-area{padding:10px 14px 0}.compact-app .composer{padding:12px 13px 10px;border-radius:15px}.compact-app .composer textarea{font-size:14px;min-height:40px}.compact-app .privacy-note{font-size:8px;margin:8px 0}.compact-app footer{height:30px;font-size:8px}.compact-app footer button{font-size:9px}.compact-app .photos a{flex-basis:100%}.compact-app .suggestions{max-height:min(280px,40dvh)}.compact-app .suggestions button{font-size:11px;padding:9px}.chat-launcher{position:absolute;right:28px;bottom:25px;display:flex;align-items:center;gap:10px;padding:17px 22px;border-radius:32px;background:#185e80;color:#fff;box-shadow:0 8px 25px #15415c25;font-size:14px;z-index:3}.chat-launcher:hover{background:#134e6b}@media(max-width:650px){.view-bar{height:50px;padding:6px 10px}.view-bar>span{display:none}.view-options button{font-size:10px}.full-app{height:calc(100dvh - 50px);min-height:0}.compact-app{left:auto;right:10px;bottom:10px;width:min(420px,calc(100vw - 20px));height:calc(100dvh - 72px);max-height:780px;border-radius:18px}.compact-app .header{padding:0 14px;height:64px}.compact-app .brand img{width:125px}.compact-app .composer textarea{font-size:16px}.compact-backdrop>svg{display:none}.chat-launcher{right:18px;bottom:20px}}.followup-questions{display:flex;gap:7px;overflow-x:auto;padding:3px 0 10px}.followup-questions button{flex:0 0 auto;display:flex;align-items:center;gap:7px;max-width:270px;white-space:normal;text-align:left;background:#f1f7fa;border:1px solid #dce9ef;border-radius:12px;padding:9px 12px;font:inherit;font-size:12px;color:#285574;cursor:pointer}.followup-questions button:hover{background:#e7f2f7}.followup-questions button svg{flex-shrink:0}.followup-questions button span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.followup-questions button{align-items:flex-start}
