:root{color:#101a20;font-synthesis:none;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:0 0;overflow:hidden}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.chat-app{width:100%;height:100%}.chat-app--standalone{place-items:center;display:grid}.chat-panel{background:#fff;border-radius:28px;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;animation:.18s ease-out panel-in;display:grid;overflow:hidden}.chat-app--standalone .chat-panel{border-radius:0;width:100%;height:100dvh}.chat-app--embedded .chat-panel{position:absolute;inset:8px 8px 124px}.chat-app--embedded .chat-panel:after{content:"";z-index:2;pointer-events:none;border:1px solid #eceff1;border-top:0;border-radius:0 0 28px 28px;position:absolute;inset:44px 0 0}.chat-header{color:#fff;background:linear-gradient(#3c9ead,#1a6e7b);justify-content:space-between;align-items:center;height:44px;padding:0 24px 0 30px;display:flex}.chat-header h1{margin:0;font-size:18px;font-weight:700;line-height:1}.close-button,.send-button,.chat-launcher,.follow-ups button{cursor:pointer;border:0}.close-button:focus:not(:focus-visible),.send-button:focus:not(:focus-visible),.chat-launcher:focus:not(:focus-visible){outline:none}.close-button:focus-visible,.send-button:focus-visible,.chat-launcher:focus-visible,.follow-ups button:focus-visible{outline-offset:2px;outline:2px solid #1a6e7b}.close-button{color:#fff;background:#11434b;border-radius:7px;place-items:center;width:22px;height:22px;padding:0;transition:background-color .15s,transform .15s;display:grid}.close-button:hover{background:#0a343b}.close-button:active,.send-button:active{transform:scale(.96)}.close-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:3px;width:15px;height:15px;display:block}.message-list{overscroll-behavior:contain;scrollbar-color:#9bcfd3 transparent;scrollbar-width:thin;min-height:0;padding:46px 24px 26px;overflow-y:auto}.message-row{flex-direction:column;align-items:flex-start;margin-bottom:10px;display:flex}.message-row:last-child{margin-bottom:0}.message-row--user{align-items:flex-end}.message{border-radius:30px;width:fit-content;max-width:94%;margin:0;padding:16px 20px;font-size:16px;font-weight:400;line-height:26px}.message--assistant{color:#101112;background:#f7f7f7}.message--user{color:#133d44;background:#e5f1f2}.message--error{color:#8a1f1f;background:#fff0f0}.follow-ups{flex-wrap:wrap;gap:8px;max-width:100%;margin-top:8px;display:flex}.follow-ups button{color:#133d44;overflow-wrap:anywhere;background:#fff;border:1px solid #67c0ce;border-radius:22px;max-width:100%;min-height:44px;padding:8px 14px;font-size:16px;line-height:26px}.follow-ups button:hover{background:#e5f1f2}.follow-ups button:disabled,.send-button:disabled{cursor:wait;opacity:.55}.composer{background:#fff;border-top:1px solid #dce4e6;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;height:56px;padding:6px 16px 7px 20px;display:grid}.composer textarea{resize:none;color:#075467;border:0;outline:0;min-width:0;height:42px;padding:8px 0;font-size:18px;line-height:26px;display:block;overflow-y:auto}.composer textarea::placeholder{color:#075467;opacity:.92}.send-button{background:0 0;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;transition:transform .15s;display:grid}.send-button:hover{transform:scale(1.06)}.send-button img{width:42px;height:42px;display:block}.chat-launcher{z-index:2;background:0 0;border-radius:50%;place-items:center;width:100px;height:100px;padding:0;display:grid;position:absolute;bottom:8px;right:8px}.launcher-face,.radiating-ring{border-radius:50%;grid-area:1/1}.launcher-face{z-index:2;background:#fff;border:5px solid #43b7c3;place-items:center;width:60px;height:60px;display:grid;position:relative;box-shadow:0 8px 24px #04566533}.launcher-face img{object-fit:cover;border-radius:50%;width:40px;height:40px;display:block}.radiating-ring{z-index:1;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ring-one{background:#2590a140;width:70px;height:70px;animation-name:ring-one}.ring-two{background:#2590a126;width:80px;height:80px;animation-name:ring-two}.ring-three{background:#2590a11a;width:90px;height:90px;animation-name:ring-three}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes ring-one{0%,18%,to{opacity:0}24%,94%{opacity:1}}@keyframes ring-two{0%,43%,to{opacity:0}49%,94%{opacity:1}}@keyframes ring-three{0%,68%,to{opacity:0}74%,94%{opacity:1}}@keyframes panel-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media screen and (width<=480px){.chat-app--embedded .chat-panel{border-radius:22px}.chat-app--embedded .chat-panel:after{border-radius:0 0 22px 22px}.chat-header{padding-inline:22px 18px}.message-list{padding:28px 16px 10px}.message-row{margin-bottom:12px}.message{padding:12px 16px}.composer textarea{font-size:17px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
