.tmt-chat{--tmt-chat-color-light-gray:#f8fafc;--tmt-chat-color-gray:#e2e8f0;--tmt-chat-color-primary:#334155;--tmt-chat-color-error:#f93a37;flex-direction:column;height:100%;display:flex}.tmt-chat.snapping .tmt-chat__scroll-area{scroll-snap-type:y proximity}.tmt-chat.snapping .tmt-chat-message:last-child{scroll-snap-align:start}.tmt-chat.snapping .tmt-chat-progress{scroll-snap-align:end}.tmt-chat__scroll-area{flex:1;overflow-y:auto}.tmt-chat-input{padding-block:1rem}.tmt-chat-input__form{gap:1rem;display:flex}.tmt-chat-input__input-wrapper{flex-direction:column;flex:1;display:flex}.tmt-chat-input__input{resize:none}.tmt-chat-input__length-label{color:var(--tmt-chat-color-primary);align-self:flex-end;padding-top:.25rem;font-size:.75rem}.tmt-chat-input__button{flex:0 0}.tmt-chat-list{margin:0;padding:0;list-style:none}.tmt-chat-list__empty-placeholder{flex-direction:column;justify-content:center;align-items:center;padding-block:3rem;display:flex}.tmt-chat-list__empty-placeholder--label{padding-block:1rem}.tmt-chat-list__empty-placeholder--icon{opacity:.1;width:12rem;height:12rem}.tmt-chat-message{flex-direction:row;gap:1rem;margin-bottom:1rem;display:flex}.tmt-chat-message:last-child{margin-bottom:0}.tmt-chat-message__avatar{flex:none;align-items:flex-start}.tmt-chat-message__avatar-container{background-color:var(--tmt-chat-color-light-gray);border-radius:9999px;width:1.75rem;height:1.75rem;display:inline-block;overflow:hidden}.tmt-chat-message__avatar-icon{width:100%;height:100%;display:inline-block}.tmt-chat-message__avatar-icon--user{color:var(--tmt-chat-color-gray)}.tmt-chat-message__avatar-icon--ai{color:var(--tmt-chat-color-primary);padding:.33rem}.tmt-chat-message__content{flex:1;overflow-y:hidden;max-width:100%!important}.tmt-chat-message__content--plain{white-space:pre-wrap}.tmt-chat-message__actions{flex-direction:row;flex:none;align-items:flex-start;gap:.5rem;display:flex}.tmt-chat-message__actions--button{width:1.25rem;height:1.25rem;color:var(--tmt-chat-color-primary)}.tmt-chat-message__actions--button:hover{color:color-mix(in srgb,var(--tmt-chat-color-primary) 50%,white)}.tmt-chat-progress{width:var(--tmt-chat-progress-size,2.5rem);height:var(--tmt-chat-progress-size,2.5rem);margin-inline:auto;padding-block-end:1rem;display:block}.tmt-chat__error{justify-content:center;display:flex}.tmt-chat__error--wrapper{flex-direction:row;align-items:center;display:inline-flex}.tmt-chat__error--icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:.5rem}.tmt-chat__renewal{justify-content:center;padding-block:1rem;display:flex}.tmt-chat__renewal--wrapper{flex-direction:row;align-items:center;display:inline-flex}.tmt-chat__renewal--icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:.5rem}.tmt-chat__renewal--button{margin-left:.5rem}.tmt-inline-chat{--tmt-inline-chat-color-surface:var(--tmt-chat-color-light-gray,#f8fafc);--tmt-inline-chat-color-border:var(--tmt-chat-color-gray,#e2e8f0);--tmt-inline-chat-color-accent:var(--tmt-chat-color-primary,#334155);--tmt-inline-chat-color-bubble-user:var(--tmt-chat-color-gray,#e2e8f0);--tmt-inline-chat-color-bubble-assistant:#fff;--tmt-inline-chat-radius:1rem;--tmt-inline-chat-padding-block:1rem;--tmt-inline-chat-padding-inline:1rem;--tmt-inline-chat-z-expanded:1000;--tmt-inline-chat-backdrop-bg:#00000080;border-radius:var(--tmt-inline-chat-radius);border:1px solid var(--tmt-inline-chat-color-border);background:var(--tmt-inline-chat-color-surface);height:100%;padding:var(--tmt-inline-chat-padding-block) var(--tmt-inline-chat-padding-inline);box-sizing:border-box;flex-direction:column;display:flex;position:relative}.tmt-inline-chat--expanded{z-index:var(--tmt-inline-chat-z-expanded);max-width:64rem;height:auto;margin:0 auto;position:fixed;inset:1rem;box-shadow:0 1.5rem 4rem #00000040}.tmt-inline-chat__expand-toggle{border:1px solid var(--tmt-inline-chat-color-border);background:var(--tmt-inline-chat-color-surface);width:2rem;height:2rem;color:var(--tmt-inline-chat-color-accent);cursor:pointer;z-index:1;border-radius:.5rem;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.tmt-inline-chat__expand-toggle:hover{background:color-mix(in srgb,var(--tmt-inline-chat-color-accent) 8%,var(--tmt-inline-chat-color-surface))}.tmt-inline-chat__expand-toggle:focus-visible{outline:2px solid var(--tmt-inline-chat-color-accent);outline-offset:2px}.tmt-inline-chat__expand-toggle-icon{width:1rem;height:1rem}.tmt-inline-chat__message--user{flex-direction:row-reverse}.tmt-inline-chat__bubble{border-radius:.75rem;padding:.5rem .75rem}.tmt-inline-chat__bubble--user{background:var(--tmt-inline-chat-color-bubble-user);border-top-right-radius:.25rem}.tmt-inline-chat__bubble--assistant{background:var(--tmt-inline-chat-color-bubble-assistant);border-top-left-radius:.25rem}.tmt-inline-chat__disclaimer{text-align:center;color:color-mix(in srgb,var(--tmt-inline-chat-color-accent) 70%,transparent);margin:0;padding-block-start:.5rem;font-size:.75rem}.tmt-inline-chat__backdrop{z-index:calc(var(--tmt-inline-chat-z-expanded,1000) - 1);background:var(--tmt-inline-chat-backdrop-bg,#00000080);opacity:0;pointer-events:none;transition:opacity .2s;position:fixed;inset:0}.tmt-inline-chat__backdrop--visible{opacity:1;pointer-events:auto}.chat-embed .tmt-inline-chat{--tmt-inline-chat-color-surface: rgb(255 255 255 / .02);--tmt-inline-chat-color-border: rgb(255 255 255 / .1);--tmt-inline-chat-color-accent: var(--color-infoflow-pink);--tmt-inline-chat-color-bubble-user: rgb(255 255 255 / .1);--tmt-inline-chat-color-bubble-assistant: rgb(255 255 255 / .1);--tmt-inline-chat-radius: 1rem}.chat-embed .tmt-chat-progress{width:auto;height:auto;padding-block-end:0;display:flex;justify-content:center}.chat-embed--inline{height:66dvh}.chat-embed--expanded{position:fixed;inset:0;z-index:1000;margin:0 auto;max-width:72rem;height:100%;padding:1rem}@media(min-width:768px){.chat-embed--expanded{padding:3rem}}.chat-embed__inner{height:100%}.chat-embed .tmt-inline-chat--expanded{position:relative;inset:auto;margin:0;max-width:none;height:100%;z-index:auto;box-shadow:none}.chat-embed .tmt-inline-chat__backdrop{display:none}.chat-embed-backdrop{position:fixed;inset:0;z-index:500;pointer-events:none;opacity:0;backdrop-filter:blur(12px);background:linear-gradient(to bottom right,color-mix(in srgb,var(--color-infoflow-dark-blue) 75%,transparent),color-mix(in srgb,var(--color-infoflow-dark-pink) 75%,transparent));transition:opacity .2s ease}.chat-embed-backdrop--visible{opacity:1;pointer-events:auto}.chat-embed .tmt-inline-chat__expand-toggle{background:#ffffff0d;color:#fff;transform:translate(-.75rem,-.75rem)}.chat-embed .tmt-inline-chat__expand-toggle:hover{background:#ffffff1a}.chat-embed .tmt-inline-chat__expand-toggle-icon{width:1.5rem;height:1.5rem}.chat-embed .tmt-inline-chat__bubble{border-radius:1rem;padding:.5rem .75rem;margin-top:.75rem;color:#fff}.chat-embed .tmt-inline-chat__bubble--user{border-top-right-radius:.375rem}.chat-embed .tmt-inline-chat__bubble--assistant{border-top-left-radius:.375rem}.chat-embed .tmt-chat-message__content{flex:0 1 auto}.chat-embed .tmt-inline-chat__message--user .tmt-chat-message__content{max-width:80%!important}.chat-embed .tmt-inline-chat__disclaimer{color:#ffffffb3;font-size:.75rem;text-wrap:balance;padding-block-start:0}.chat-embed .tmt-chat-input__input{background:color-mix(in srgb,var(--color-infoflow-dark-blue) 80%,transparent);border:1px solid rgb(255 255 255 / .25);border-radius:.75rem 0 0 .75rem;color:#fff;padding:.5rem .625rem;position:relative;z-index:1;transition:box-shadow .15s}.chat-embed .tmt-chat-input__input::placeholder{color:#ffffffbf}.chat-embed .tmt-chat-input__input:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-infoflow-pink),0 0 0 4px var(--color-infoflow-dark-blue)}.chat-embed .tmt-chat-input__button{margin-left:-1rem;background:color-mix(in srgb,var(--color-infoflow-dark-pink) 80%,transparent);border:1px solid rgb(255 255 255 / .25);border-left:none;border-radius:0 .75rem .75rem 0;color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.chat-embed .tmt-chat-input__button:hover:not(:disabled){background:var(--color-infoflow-dark-blue)}.chat-embed .tmt-chat-input__button:disabled{background:#d1d5db40;color:#111827;cursor:not-allowed}.chat-embed .tmt-chat-input__button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-infoflow-pink),0 0 0 4px var(--color-infoflow-dark-blue)}.chat-embed .tmt-chat__error--wrapper{border:1px solid rgb(220 38 38 / .2);border-radius:.5rem;background:#b91c1c1a;padding:.5rem;margin-top:.5rem;backdrop-filter:blur(4px);color:#fff}.chat-embed .tmt-chat__error--icon{color:#dc2626}.chat-embed .tmt-chat__error--message{font-size:.875rem;text-wrap:balance}.chat-embed .tmt-chat__renewal--wrapper{border:1px solid rgb(255 255 255 / .1);border-radius:.5rem;background:#ffffff0d;padding:1rem;margin-top:1rem;backdrop-filter:blur(4px);gap:.5rem;color:#fff}.chat-embed .tmt-chat__renewal--icon{color:color-mix(in srgb,var(--color-infoflow-pink) 75%,transparent)}.chat-embed .tmt-chat__renewal--message{font-size:.875rem;text-wrap:balance}.chat-embed .tmt-chat__renewal--button{background:color-mix(in srgb,var(--color-infoflow-dark-pink) 80%,transparent);border:1px solid rgb(255 255 255 / .25);border-radius:.5rem;color:#fff;padding:.5rem 1rem;font-size:.875rem;white-space:nowrap;cursor:pointer;transition:background .15s}.chat-embed .tmt-chat__renewal--button:hover:not(:disabled){background:var(--color-infoflow-dark-blue)}.chat-embed .tmt-chat__renewal--button:disabled{background:#d1d5db40;color:#111827;cursor:not-allowed}.carousel-progress[data-v-ecb91ba2],.carousel-progress-paused[data-v-ecb91ba2]{animation:carousel-progress-fill-ecb91ba2 8s linear forwards}.carousel-progress-paused[data-v-ecb91ba2]{animation-play-state:paused}@keyframes carousel-progress-fill-ecb91ba2{0%{width:0%}to{width:100%}}
