.amd-chat-trigger{align-items:center;aspect-ratio:1/1;background-color:var(--color-amd-primary);border-radius:50%;bottom:2.5rem;box-shadow:0 6px 30px rgba(0,0,0,.25);display:flex;justify-content:center;position:fixed;right:2.5rem;transition:transform .4s ease!important;width:3.75rem;will-change:transform;z-index:2}.amd-chat-trigger svg{display:block;height:auto;width:1.75rem}.amd-chat-trigger:hover{transform:scale(1.05)}.amd-chat-window{background-color:var(--color-amd-white);border-radius:1.875rem;bottom:1.25rem;display:flex;flex-direction:column;height:39rem;max-height:calc(100dvh - 2.5rem - var(--size-amd-header));max-width:36rem;overflow:hidden;pointer-events:none;position:fixed;right:1.25rem;transform:scale(0);transform-origin:right bottom;transition:transform .4s ease-out;width:calc(100% - 2.5rem);will-change:transform;z-index:3}.amd-chat-window.active{pointer-events:all;transform:scale(1)}.amd-chat-window__header{align-items:center;background-color:var(--color-amd-primary);column-gap:2.5rem;cursor:pointer;display:flex;padding:1.25rem 1.875rem;transition:filter .4s ease}.amd-chat-window__header:hover{filter:brightness(105%)}.amd-chat-window__title{color:var(--color-amd-violet)!important;flex:1;font-size:1rem;font-weight:600}.amd-chat-window__header svg{display:block;height:auto;width:2.5rem}.amd-chat-window__content{border-radius:1.25rem;flex:1;overflow:hidden;padding:1.25rem}.amd-chat-window__content iframe{border:none;height:100%;width:100%}@media screen and (max-width:1304px){.amd-chat-trigger:hover{transform:scale(.95)}.amd-chat-trigger,.amd-chat-window{bottom:1rem;right:1rem}}@media screen and (max-width:767px){.amd-chat-window{border-radius:1.25rem;width:calc(100vw - 2rem)}.amd-chat-window__header{column-gap:1.25rem;padding:1.125rem 1.5rem}.amd-chat-window__header svg{width:1.5rem}.amd-chat-window__content{border-radius:0;padding:0}}@media screen and (max-width:575px){.amd-chat-window{border-radius:0;bottom:0;height:100dvh;max-height:calc(100dvh - var(--size-amd-header));right:0;transform-origin:center bottom;transition:transform .4s ease;width:100vw}}