.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:#ffffff05;--tmt-inline-chat-color-border:#ffffff1a;--tmt-inline-chat-color-accent:var(--color-infoflow-pink);--tmt-inline-chat-color-bubble-user:#ffffff1a;--tmt-inline-chat-color-bubble-assistant:#ffffff1a;--tmt-inline-chat-radius:1rem}.chat-embed .tmt-chat-progress{justify-content:center;width:auto;height:auto;padding-block-end:0;display:flex}.chat-embed--inline{height:66dvh}.chat-embed--expanded{z-index:1000;max-width:72rem;height:100%;margin:0 auto;padding:1rem;position:fixed;inset:0}@media (width>=768px){.chat-embed--expanded{padding:3rem}}.chat-embed__inner{height:100%}.chat-embed .tmt-inline-chat--expanded{z-index:auto;max-width:none;height:100%;box-shadow:none;margin:0;position:relative;inset:auto}.chat-embed .tmt-inline-chat__backdrop{display:none}.chat-embed-backdrop{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;position:fixed;inset:0}.chat-embed-backdrop--visible{opacity:1;pointer-events:auto}.chat-embed .tmt-inline-chat__expand-toggle{color:#fff;background:#ffffff0d;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{color:#fff;border-radius:1rem;margin-top:.75rem;padding:.5rem .75rem}.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 auto}.chat-embed .tmt-inline-chat__message--user .tmt-chat-message__content{max-width:80%!important}.chat-embed .tmt-inline-chat__disclaimer{color:#ffffffb3;text-wrap:balance;padding-block-start:0;font-size:.75rem}.chat-embed .tmt-inline-chat__disclaimer a{color:inherit;text-underline-offset:.15em;text-decoration:underline #ffffff59;transition:text-decoration-color .15s}.chat-embed .tmt-inline-chat__disclaimer a:hover,.chat-embed .tmt-inline-chat__disclaimer a:focus-visible{text-decoration-color:currentColor}.chat-embed .tmt-chat-input__input{background:color-mix(in srgb, var(--color-infoflow-dark-blue) 80%, transparent);color:#fff;z-index:1;border:1px solid #ffffff40;border-radius:.75rem 0 0 .75rem;padding:.5rem .625rem;transition:box-shadow .15s;position:relative}.chat-embed .tmt-chat-input__input::placeholder{color:#ffffffbf}.chat-embed .tmt-chat-input__input:focus-visible{box-shadow:0 0 0 2px var(--color-infoflow-pink), 0 0 0 4px var(--color-infoflow-dark-blue);outline:none}.chat-embed .tmt-chat-input__button{background:color-mix(in srgb, var(--color-infoflow-dark-pink) 80%, transparent);color:#fff;cursor:pointer;border:1px solid #ffffff40;border-left:none;border-radius:0 .75rem .75rem 0;margin-left:-1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;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{color:#111827;cursor:not-allowed;background:#d1d5db40}.chat-embed .tmt-chat-input__button:focus-visible{box-shadow:0 0 0 2px var(--color-infoflow-pink), 0 0 0 4px var(--color-infoflow-dark-blue);outline:none}.chat-embed .tmt-chat__error--wrapper{backdrop-filter:blur(4px);color:#fff;background:#b91c1c1a;border:1px solid #dc262633;border-radius:.5rem;margin-top:.5rem;padding:.5rem}.chat-embed .tmt-chat__error--icon{color:#dc2626}.chat-embed .tmt-chat__error--message{text-wrap:balance;font-size:.875rem}.chat-embed .tmt-chat__renewal--wrapper{backdrop-filter:blur(4px);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;gap:.5rem;margin-top:1rem;padding:1rem}.chat-embed .tmt-chat__renewal--icon{color:color-mix(in srgb, var(--color-infoflow-pink) 75%, transparent)}.chat-embed .tmt-chat__renewal--message{text-wrap:balance;font-size:.875rem}.chat-embed .tmt-chat__renewal--button{background:color-mix(in srgb, var(--color-infoflow-dark-pink) 80%, transparent);color:#fff;white-space:nowrap;cursor:pointer;border:1px solid #ffffff40;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;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{color:#111827;cursor:not-allowed;background:#d1d5db40}.carousel-progress[data-v-ecb91ba2],.carousel-progress-paused[data-v-ecb91ba2]{animation:8s linear forwards carousel-progress-fill-ecb91ba2}.carousel-progress-paused[data-v-ecb91ba2]{animation-play-state:paused}@keyframes carousel-progress-fill-ecb91ba2{0%{width:0%}to{width:100%}}
