.customer-chat{position:fixed;right:3rem;bottom:11rem;z-index:1000}.customer-chat__trigger{cursor:pointer;position:relative;width:5.6rem;height:5.6rem;display:flex;align-items:center;justify-content:center;border:none;background:#e0c3e6;opacity:0;transform:scale(.8);transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;border-radius:.3rem}.customer-chat__trigger.show{opacity:1;transform:scale(1)}.customer-chat__trigger:hover{transform:scale(1.05)}.customer-chat-open-icon{width:3.3rem;height:2.8rem;object-fit:contain}.customer-chat-close-icon{width:1.8rem;height:.9rem;object-fit:contain}.customer-chat__trigger-icon{position:absolute;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease}.customer-chat__trigger-icon--chat{opacity:1;transform:rotate(0)}.customer-chat__trigger-icon--close{opacity:0;transform:rotate(180deg)}.customer-chat.active .customer-chat__trigger-icon--chat{opacity:0;transform:rotate(-180deg)}.customer-chat.active .customer-chat__trigger-icon--close{opacity:1;transform:rotate(0)}.customer-chat__panel{position:fixed;right:3rem;bottom:12rem;width:38rem;height:70rem;max-height:calc(100vh - 15rem);background:linear-gradient(to bottom,#f4f1e9,#f6f1f0);box-shadow:0 0 10px #0000001a;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.1);-ms-box-shadow:0 0 10px 0 rgba(0,0,0,.1);-o-box-shadow:0 0 10px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(2rem);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;overflow:hidden;z-index:999;border-radius:.4rem;-webkit-border-radius:.4rem;-moz-border-radius:.4rem;-ms-border-radius:.4rem;-o-border-radius:.4rem;background:#f6f1f0;background-image:linear-gradient(180deg,#f4f1e9 28%,#f6edf9)}.customer-chat.active .customer-chat__panel{opacity:1;visibility:visible;transform:translateY(0)}.customer-chat__close-mobile{display:none}.customer-chat__header{display:flex;align-items:center;gap:1.2rem;padding:1.8rem 2.6rem;height:7.7rem;border-bottom:none;background:#e0c3e6;position:relative}.customer-chat__logo{flex-shrink:0;width:4.1rem;height:4.1rem;background:#2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center}.customer-chat__logo-img{display:block;width:2rem;height:2rem;object-fit:contain}.customer-chat__header-content{flex:1;min-width:0}.customer-chat__title{margin:0;font-size:1.8rem;font-weight:600;color:#141414}.customer-chat__body{position:relative;flex:1;overflow-y:auto;padding:.6rem 2rem}.customer-chat__messages{display:flex;flex-direction:column;gap:1rem}.customer-chat__placeholder{text-align:center;color:#999;font-size:1.3rem;padding:4rem 2rem}.customer-chat__footer{display:flex;align-items:center;gap:1.2rem;padding:1.1rem 1.5rem}.customer-chat__input-wrapper{position:relative;flex:1;min-width:0}.customer-chat__upload-btn{flex-shrink:0;width:2rem;height:1.8rem;padding:0 1rem;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#141414;border:none;border-radius:0;cursor:pointer;transition:var(--duration-short)}.customer-chat__upload-btn:hover{opacity:.7}.customer-chat__send-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;border-radius:50%;cursor:pointer;transition:opacity var(--duration-short);padding:0}.customer-chat__send-btn img{width:1.9rem;height:1.9rem;display:block}.customer-chat__send-btn:hover{opacity:.7}.customer-chat__input{width:100%;height:4.4rem;padding:1.3rem 5.5rem 1.3rem 3.3rem;font-size:1.3rem;font-family:var(--font-body-family);color:#000;background-color:transparent;border:.3rem solid #2a2a2a;border-radius:2.1em;transition:var(--duration-short);-webkit-border-radius:2.1em;-moz-border-radius:2.1em;-ms-border-radius:2.1em;-o-border-radius:2.1em}.customer-chat__input:focus{outline:none;box-shadow:none}.customer-chat__input::placeholder{color:#959595}@media screen and (max-width: 767px){.customer-chat{right:1.5rem;bottom:11rem}.customer-chat__trigger{display:flex!important}.customer-chat__panel{right:1.5rem;bottom:12rem;width:calc(100% - 3rem);max-width:38rem;height:70rem;max-height:calc(100vh - 15rem)}.customer-chat__close-mobile{display:none}}@media screen and (min-width: 768px) and (max-width: 1024px){.customer-chat__panel{width:38rem;min-height:50rem;max-height:calc(100vh - 15rem)}}@media screen and (max-height: 600px) and (min-width: 768px){.customer-chat__panel{height:calc(100vh - 10rem)}}[data-scheme=dark] .customer-chat__panel{box-shadow:none;background-color:#2a2a2a}[data-scheme=dark] .customer-chat__header{background:#4a3a4a}[data-scheme=dark] .customer-chat__title{color:#fff}[data-scheme=dark] .customer-chat__body{background:#2a2a2a}[data-scheme=dark] .customer-chat__footer{background-color:#2a2a2a;border-top-color:transparent}[data-scheme=dark] .customer-chat__input{background-color:#333;border-color:#4a3a4a;color:#fff}[data-scheme=dark] .customer-chat__input:focus{background-color:#3a3a3a;border-color:#4a3a4a}[data-scheme=dark] .customer-chat__input::placeholder{color:#888}[data-scheme=dark] .customer-chat__upload-btn,[data-scheme=dark] .customer-chat__send-btn{color:#ccc}[data-scheme=dark] .customer-chat__placeholder{color:#888}.customer-chat__body::-webkit-scrollbar{width:.6rem}.customer-chat__body::-webkit-scrollbar-track{background-color:transparent}.customer-chat__body::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.2);border-radius:.3rem}.customer-chat__body::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.3)}.chat-message{margin-bottom:1rem}.chat-message__content{display:flex;gap:1rem;align-items:flex-end}.chat-message--assistant .chat-message__content{flex-direction:row;justify-content:flex-start}.chat-message--user .chat-message__content{flex-direction:row;justify-content:flex-end;flex-wrap:wrap}.chat-message__sending{width:100%;text-align:right;padding-right:2.2rem;position:relative;font-family:PingFangSC-Regular;font-size:12px;color:#85827b;letter-spacing:0;line-height:15px}.chat-message__sending:after{content:"";position:absolute;top:0;right:0rem;width:0;height:0;border-left:1rem solid transparent;border-right:1rem solid transparent;border-top:1rem solid #2A2A2A;animation:breathe 2s ease-in-out infinite;transform:rotate(-135deg)}@keyframes breathe{0%,to{transform:rotate(-135deg) scale(1)}50%{transform:rotate(-135deg) scale(.85)}}.chat-message--system{display:flex;justify-content:center;margin:.8rem 0}.chat-message__avatar{flex-shrink:0}.chat-avatar{border-radius:.4rem;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;width:3.2rem;height:3.2rem}.chat-avatar__img{width:100%;height:100%;display:block;object-fit:cover}.chat-message__body{flex:1;min-width:0;max-width:90%}.chat-message--user .chat-message__body{display:flex;flex-direction:column;align-items:flex-end}.chat-bubble{display:inline-block;padding:1.3rem;border-radius:1.7rem;-webkit-border-radius:1.7rem;-moz-border-radius:1.7rem;-ms-border-radius:1.7rem;-o-border-radius:1.7rem;font-size:1.3rem;line-height:1.9rem;word-wrap:break-word;word-break:break-word;max-width:25.6rem}.chat-bubble--assistant{background-color:#fff;color:#000}.chat-bubble--user{background-color:#2a2a2a;color:#fff;border-radius:1.9rem;-webkit-border-radius:1.9rem;-moz-border-radius:1.9rem;-ms-border-radius:1.9rem;-o-border-radius:1.9rem;padding:.9rem 2rem;max-width:33.4rem}.chat-message--user.chat-message--failed .chat-bubble--user{background-color:#3a2a2a;opacity:.8}.chat-message__retry-btn{flex-shrink:0;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;background-color:transparent;border:.1rem solid #ff6b6b;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;margin-left:.8rem;color:#ff6b6b}.chat-message__retry-btn:hover{background-color:#ff6b6b;border-color:#ff6b6b;color:#fff}.chat-message__retry-btn svg{width:1.4rem;height:1.4rem}[data-scheme=dark] .chat-message__retry-btn{border-color:#ff6b6b;color:#ff6b6b}[data-scheme=dark] .chat-message__retry-btn:hover{background-color:#ff6b6b;border-color:#ff6b6b;color:#fff}[data-scheme=dark] .chat-message--user.chat-message--failed .chat-bubble--user{background-color:#4a3a3a}.chat-message-text{white-space:pre-wrap}.chat-message-welcome{display:flex;flex-direction:column;gap:.8rem}.chat-message-welcome__icon{font-size:2.4rem;line-height:1}.chat-message-welcome__text{line-height:1.6}.chat-message-system{display:inline-block;padding:.6rem 1.6rem;background-color:#e8e8e8;color:#999;font-size:1.3rem;line-height:1.5;border-radius:1.2rem;text-align:center}.chat-message-image{display:flex;flex-direction:column;gap:1rem}.chat-bubble:has(.chat-message-image){padding:0;background-color:transparent}.chat-message-image__title,.chat-message-image__text{display:none}.chat-message-image__media{position:relative}.chat-message-image__picture{display:block;cursor:pointer;border-radius:.8rem;overflow:hidden;transition:var(--duration-short);position:relative}.chat-message-image__picture:hover{opacity:.9;transform:scale(.98)}.chat-message-image__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000003b;border-radius:.8rem;pointer-events:none}.chat-message-image__label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;color:#fff;pointer-events:none;text-align:center;font-weight:500}.chat-message-image__label-icon{width:1.2rem;height:1.2rem}.chat-message-image__img{display:block;width:30rem;height:auto;max-width:30rem;aspect-ratio:16 / 9;object-fit:cover;object-position:center;border-radius:.8rem}.chat-message-link{display:inline-flex;align-items:center;padding:.9rem 2.1rem;background-color:#fff;color:#000;text-decoration:none;border-radius:.6rem;font-size:1.3rem;line-height:1.4;transition:var(--duration-short);word-break:break-all;border-radius:1.9rem;-webkit-border-radius:1.9rem;-moz-border-radius:1.9rem;-ms-border-radius:1.9rem;-o-border-radius:1.9rem}.chat-message-link:hover{background-color:#fafafa;color:#000}.chat-message-link__url{text-decoration:underline;text-underline-offset:2px}.chat-message-link__icon{flex-shrink:0;margin-left:.5rem}.chat-message--user .chat-message-link{background-color:#2a2a2a;color:#fff}.chat-message--user .chat-message-link:hover{background-color:#3a3a3a}.chat-lightbox-toggle{display:none}.chat-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background-color:#000000e6;display:none;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease}.chat-lightbox-toggle:checked~.chat-lightbox{display:flex}.chat-lightbox__content{max-width:90vw;max-height:90vh;padding:2rem;display:flex;align-items:center;justify-content:center}.chat-lightbox__image{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:.8rem;box-shadow:0 8px 32px #00000080}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-message-faq{display:flex;flex-direction:column;background-color:transparent}.chat-message-faq__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem}.chat-message-faq__item{margin:0;padding:0}.chat-message-faq__button{padding:.9rem 2rem;background-color:transparent;border:.2rem solid #2a2a2a;border-radius:1.9rem;cursor:pointer;transition:background-color var(--duration-short);text-align:left;font-size:1.3rem;line-height:1.7rem;color:#2a2a2a;white-space:normal;word-wrap:break-word;word-break:break-word;max-width:100%}.chat-message-faq__button:hover{background-color:#f2e1f5}.chat-message-faq__text{display:block}.chat-message--user .chat-message-faq{align-items:flex-end}.chat-message--user .chat-message-faq__list{justify-content:flex-end}.chat-message-confirm__title{font-weight:600;font-size:1.5rem;line-height:1.8rem;color:#000;margin-bottom:.8rem}.chat-message-confirm__buttons{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.chat-message-confirm__button{padding:.9rem 1.6rem;border:.2rem solid #2a2a2a;border-radius:1.9rem;background:transparent;cursor:pointer;transition:background-color var(--duration-short),opacity var(--duration-short);text-align:center;font-size:1.3rem;line-height:1.7rem;color:#000;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0}.chat-message-confirm__button:hover:not(:disabled){background-color:#f2e1f5}.chat-message-confirm__button--selected{background-color:#2a2a2a;color:#fff}.chat-message-confirm__button--selected:hover:not(:disabled){background-color:#2a2a2a}.chat-message-confirm__button:disabled{cursor:not-allowed}.chat-message-confirm__button:disabled:not(.chat-message-confirm__button--selected){opacity:.5}.chat-message--system{display:flex;justify-content:center;margin:1.2rem 0 .8rem}.chat-message-system-notice{display:inline-block;padding:.8rem 1.6rem;background-color:transparent;text-align:center}.chat-message-system-notice__text{font-size:1.2rem;color:#85827b;line-height:1.5rem}.chat-message-form-display{border:.1rem solid #ecd7ec;border-radius:1.9rem;background-color:transparent;padding:2.2rem 1.2rem}.chat-message-form-display__items{display:flex;flex-direction:column}.chat-message-form-display__item{margin-bottom:3.2rem}.chat-message-form-display__item:last-child{margin-bottom:0}.chat-message-form-display__label{font-weight:600;color:#000;font-size:1.3rem;line-height:1.7rem;margin-bottom:.4rem}.chat-message-form-display__value{color:#2a2a2a;font-size:1.3rem;line-height:1.7rem;word-wrap:break-word;word-break:break-word}@media screen and (max-width: 767px){.chat-message__body{max-width:80%}.chat-avatar{width:3.2rem!important;height:3.2rem!important}.chat-bubble{padding:1rem 1.4rem;font-size:1.3rem}.chat-message-faq__button{padding:.9rem 1.6rem;font-size:1.3rem}.chat-message-confirm__button{padding:.9rem 1.5rem;font-size:1.3rem}.chat-message-form-display{padding:1.6rem 1rem}.chat-message-form-display__item{margin-bottom:2.4rem}.chat-message-system{font-size:1.2rem;padding:.5rem 1.2rem}.chat-message-link{font-size:1.3rem;padding:.7rem 1rem;gap:.5rem}.chat-message-link__icon{width:12px;height:12px}}@media screen and (min-width: 768px) and (max-width: 1024px){.chat-message__body{max-width:82%}.chat-avatar{width:3.6rem!important;height:3.6rem!important}}[data-scheme=dark] .chat-bubble--assistant{background-color:#3a3a3a;color:#e0e0e0}[data-scheme=dark] .chat-message-system{background-color:#3a3a3a;color:#888}[data-scheme=dark] .chat-message-faq__button{border-color:#e0e0e0;color:#e0e0e0}[data-scheme=dark] .chat-message-faq__button:hover{background-color:#e0c3e6}[data-scheme=dark] .chat-lightbox{background-color:#000000f2}[data-scheme=dark] .chat-message-link{background-color:#3a5a1f}[data-scheme=dark] .chat-message-link:hover{background-color:#4a6a2f}[data-scheme=dark] .chat-message--user .chat-message-link{background-color:#3a3a3a}[data-scheme=dark] .chat-message--user .chat-message-link:hover{background-color:#4a4a4a}[data-scheme=dark] .chat-message-confirm__title{color:#e0e0e0}[data-scheme=dark] .chat-message-confirm__button{background-color:#3a3a3a;border-color:#e0e0e0;color:#e0e0e0}[data-scheme=dark] .chat-message-confirm__button:hover:not(:disabled){background-color:#4a4a4a}[data-scheme=dark] .chat-message-confirm__button--selected{background-color:#f2e1f5;color:#000}[data-scheme=dark] .chat-message-form-display{border-color:#6a4a6a}[data-scheme=dark] .chat-message-form-display__label{color:#e0e0e0}[data-scheme=dark] .chat-message-form-display__value{color:#b0b0b0}[data-scheme=dark] .chat-message-system-notice__text{color:#a09d96}.customer-chat__error-wrapper{position:absolute;left:0;right:0;top:9.4rem;display:flex;justify-content:center;z-index:100}.customer-chat__error{display:flex;align-items:center;justify-content:center;animation:slideDown .3s ease-out;font-family:Helvetica;font-size:1.3rem;letter-spacing:0;background:#f96860;border-radius:2rem;padding:8px 1.5rem}.customer-chat__error-content{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.customer-chat__error-icon{flex-shrink:0;color:#c33}.customer-chat__error-message{font-size:13px;text-align:center;color:#fff;line-height:1.4}.customer-chat__error-retry{padding:.6rem 1.2rem;background-color:#c33;color:#fff;border:none;border-radius:.4rem;font-size:1.3rem;cursor:pointer;transition:background-color .2s;white-space:nowrap;margin-left:.3rem}.customer-chat__error-retry:hover{background-color:#a22}.customer-chat__loading{position:absolute;top:7.7rem;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#f4f1e9f2;z-index:10;pointer-events:none}.customer-chat__loading-image{width:4.8rem;height:4.8rem;animation:spin 2s linear infinite}.customer-chat__reconnect-status{padding:.8rem 1.5rem;background-color:#f4f1e9f2;border-bottom:.1rem solid rgba(42,42,42,.1);opacity:0;transform:translateY(-10px);animation:slideDownFadeIn .3s ease-out forwards}.customer-chat__reconnect-status-content{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.2rem;color:#666}.customer-chat__reconnect-status-icon{width:1.2rem;height:1.2rem;border:.2rem solid #666;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.customer-chat__reconnect-status-text{font-family:var(--font-body-family);color:#666}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}[data-scheme=dark] .customer-chat__error{background-color:#3a1a1a;border-bottom-color:#5a2a2a}[data-scheme=dark] .customer-chat__error-icon,[data-scheme=dark] .customer-chat__error-message{color:#ff6b6b}[data-scheme=dark] .customer-chat__error-retry{background-color:#d44}[data-scheme=dark] .customer-chat__error-retry:hover{background-color:#c33}[data-scheme=dark] .customer-chat__loading{background-color:transparent;border-bottom-color:transparent}[data-scheme=dark] .customer-chat__reconnect-status{background-color:#1a1a1af2;border-bottom-color:#ffffff1a}[data-scheme=dark] .customer-chat__reconnect-status-content{color:#ccc}[data-scheme=dark] .customer-chat__reconnect-status-icon{border-color:#ccc;border-top-color:transparent}[data-scheme=dark] .customer-chat__reconnect-status-text{color:#ccc}.chat-message-form{border:.1rem solid #ecd7ec;border-radius:1.9rem;background-color:transparent;padding:1.8rem 1.2rem}.chat-message-form__title{font-size:1.3rem;line-height:2rem;color:#000;margin-bottom:1.9rem}.chat-message-form__text{font-size:1.3rem;line-height:1.7rem;color:#666;margin-bottom:1.6rem}.chat-form-fields{margin-bottom:1.6rem}.chat-form-field{margin-bottom:2.5rem;transition:opacity .3s ease}.chat-form-field:last-child{margin-bottom:0}.chat-form-field--completed{opacity:.6;pointer-events:none}.chat-form-field--completed .chat-form-field__input,.chat-form-field--completed .chat-form-field__textarea{cursor:not-allowed}.chat-form-field--hidden{display:none}.chat-form-field__label{display:block;font-size:1.3rem;line-height:1.7rem;color:#000;margin-bottom:.8rem}.chat-form-field__input{width:100%;padding:1.5rem 1.8rem;font-size:1.3rem;line-height:1.7rem;color:#000;background:none;border:.1rem solid #212121;border-radius:2.4rem;transition:border-color .2s ease;font-family:var(--font-body-family)}.chat-form-field__input:focus{outline:none;border-color:#212121}.chat-form-field__input::placeholder{color:#999}.chat-form-field__textarea{width:100%;height:19.7rem;box-sizing:border-box;padding:1rem 1.8rem;font-size:1.3rem;line-height:1.7rem;color:#000;background:none;border:.1rem solid #212121;border-radius:2.4rem;transition:border-color .2s ease;resize:vertical;min-height:8rem;font-family:var(--font-body-family)}.chat-form-field__textarea:focus{outline:none;border-color:#2a2a2a}.chat-form-field__textarea::placeholder{color:#999}.chat-form-radio{display:flex;flex-direction:column;gap:1.4rem}.chat-form-radio__option{display:flex;align-items:center;padding:0;background-color:transparent;border:none;border-radius:0;cursor:pointer;position:relative}.chat-form-radio__input{position:absolute;opacity:0;width:0;height:0;margin:0;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.chat-form-radio__label{font-size:1.3rem;line-height:1.7rem;color:#000;cursor:pointer;flex:1;display:flex;align-items:center;position:relative;padding-left:2.4rem}.chat-form-radio__label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.4rem;height:1.4rem;border-radius:50%;border:.1rem solid #d0d0d0;transition:all .2s ease;flex-shrink:0}.chat-form-radio__input:checked+.chat-form-radio__label:before{background-color:transparent;border-color:#e0c3e6}.chat-form-radio__input:checked+.chat-form-radio__label:after{content:"";position:absolute;left:.3rem;top:50%;transform:translateY(-50%);width:.8rem;height:.8rem;border-radius:50%;background-color:#e0c3e6}.chat-form-radio__option:has(.chat-form-radio__input:checked){background-color:transparent;border-color:transparent}.chat-form-file__trigger{display:flex;align-items:center;justify-content:flex-start;gap:0;padding:.8rem 1.2rem;border-radius:.4rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.chat-form-file__trigger:hover{border-color:#2a2a2a}.chat-form-file__trigger:hover svg *,.chat-form-file__trigger:hover svg{stroke:#e0c3e6}.chat-form-file__icon{width:1.2rem;height:2rem;margin-right:1.1rem;transform:rotate(20deg);flex-shrink:0;-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg)}.chat-form-file__text{font-size:1.3rem;line-height:1.7rem;color:#333;margin-left:1rem}.chat-form-file__trigger:hover .chat-form-file__text{color:#e0c3e6}.chat-form-file__list{margin-top:.8rem;padding:1rem;background-color:#f9f9f9;border-radius:.8rem}.chat-form-file__item{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;font-size:1.3rem;color:#333}.chat-form-file__item:not(:last-child){border-bottom:.1rem solid #eee}.chat-form-file__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-form-file__remove{margin-left:.8rem;padding:.2rem .6rem;font-size:1.2rem;color:#c33;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.chat-form-file__remove:hover{opacity:.7}.chat-form-footer{display:flex;flex-direction:column;gap:1.2rem;margin-top:-2rem}.chat-form-footer__row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:2rem}.chat-form-step{font-size:1.6rem;line-height:2.2rem;color:#8a8a8a}.chat-form-button{padding:1.2rem 2.2rem;background-color:#212121;color:#fff;border:none;border-radius:2.4rem;font-size:1.3rem;line-height:1.7rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;white-space:nowrap}.chat-form-button:hover:not(:disabled){background-color:#3a3a3a}.chat-form-button:disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width: 767px){.chat-message-form{padding:1.4rem 1rem}.chat-form-field__label{font-size:1.3rem;margin-bottom:.6rem}.chat-form-field__input,.chat-form-field__textarea,.chat-form-radio__label,.chat-form-file__text{font-size:1.3rem}.chat-form-button{padding:1rem 1.8rem;font-size:1.3rem}.chat-form-step{font-size:1.3rem}}[data-scheme=dark] .chat-message-form{border-color:#6a4a6a}[data-scheme=dark] .chat-form-field__label{color:#e0e0e0}[data-scheme=dark] .chat-form-field__input,[data-scheme=dark] .chat-form-field__textarea{background-color:#3a3a3a;border-color:#212121;color:#e0e0e0}[data-scheme=dark] .chat-form-field__input:focus,[data-scheme=dark] .chat-form-field__textarea:focus{border-color:#212121}[data-scheme=dark] .chat-form-field__input::placeholder,[data-scheme=dark] .chat-form-field__textarea::placeholder{color:#888}[data-scheme=dark] .chat-form-field--completed .chat-form-field__input,[data-scheme=dark] .chat-form-field--completed .chat-form-field__textarea{background-color:#2a2a2a}[data-scheme=dark] .chat-form-radio__option{background-color:transparent;border-color:transparent}[data-scheme=dark] .chat-form-radio__option:hover{border-color:transparent}[data-scheme=dark] .chat-form-radio__label:before{border-color:#888;background-color:transparent}[data-scheme=dark] .chat-form-radio__input:checked+.chat-form-radio__label:before{background-color:transparent;border-color:#e0c3e6}[data-scheme=dark] .chat-form-radio__input:checked+.chat-form-radio__label:after{background-color:#e0c3e6}[data-scheme=dark] .chat-form-radio__option:has(.chat-form-radio__input:checked){background-color:transparent;border-color:transparent}[data-scheme=dark] .chat-form-radio__label{color:#e0e0e0}[data-scheme=dark] .chat-form-file__trigger{background-color:#3a3a3a;border-color:#555}[data-scheme=dark] .chat-form-file__trigger:hover{border-color:#e0c3e6;background-color:#4a4a4a}[data-scheme=dark] .chat-form-file__icon{opacity:.8}[data-scheme=dark] .chat-form-file__text{color:#e0e0e0}[data-scheme=dark] .chat-form-file__list{background-color:#2a2a2a}[data-scheme=dark] .chat-form-file__item{color:#e0e0e0;border-bottom-color:#444}[data-scheme=dark] .chat-form-file__remove{color:#ff6b6b}[data-scheme=dark] .chat-form-button{background-color:#e0c3e6;color:#000}[data-scheme=dark] .chat-form-button:hover:not(:disabled){background-color:#d0b3d6}[data-scheme=dark] .chat-message-form__title{color:#e0e0e0}[data-scheme=dark] .chat-message-form__text{color:#b0b0b0}.chat-form-error{display:flex;align-items:center;gap:.5rem;padding:1rem 1.2rem;background-color:transparent;border:none;width:100%;animation:slideDown .3s ease-out;font-family:Helvetica;font-size:14px;color:#f96860}.chat-form-error__icon{flex-shrink:0;width:2rem;height:2rem;color:#f96860}.chat-form-error__message{font-size:1.3rem;line-height:1.6rem;color:#f96860;flex:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.chat-form-file__status--uploading{position:relative;padding-left:1.6rem}.chat-form-file__status--uploading:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.2rem;height:1.2rem;border:.2rem solid #e5e5e5;border-top-color:#666;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}[data-scheme=dark] .chat-form-error{background-color:#3a1f1f;border-color:#7f1d1d}[data-scheme=dark] .chat-form-error__icon,[data-scheme=dark] .chat-form-error__message{color:#f87171}[data-scheme=dark] .chat-form-file__status--uploading:before{border-color:#4a4a4a;border-top-color:#888}.chat-message-confirm__buttons-confirm-card{width:83%;right:2rem;position:absolute;display:block;text-align:right}.chat-message-confirm__buttons-confirm-card .chat-message-confirm__button{margin-left:.8rem}[data-field-type=radio]{padding-left:1rem}
/*# sourceMappingURL=/cdn/shop/t/45/assets/chat-customer.css.map */
