.support-chat{position:fixed;right:24px;bottom:24px;z-index:9998;font-family:Inter,Arial,sans-serif;color:#2f302d}.support-chat *{box-sizing:border-box}.support-chat__launcher{height:58px;padding:0 20px;border:0;border-radius:30px;background:#89987a;color:#fff;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 10px 35px rgba(72,83,63,.3);transition:.2s}.support-chat__launcher:hover{transform:translateY(-2px);background:#748668}.support-chat__launcher svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.support-chat__pulse{width:9px;height:9px;border-radius:50%;background:#d9f0cb;box-shadow:0 0 0 0 rgba(217,240,203,.6);animation:supportPulse 2s infinite}.support-chat__panel{position:absolute;right:0;bottom:72px;width:min(380px,calc(100vw - 30px));height:min(610px,calc(100vh - 125px));background:#fff;border:1px solid rgba(92,102,83,.14);border-radius:22px;box-shadow:0 22px 65px rgba(37,42,33,.22);overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(14px) scale(.97);transform-origin:bottom right;transition:.22s ease}.support-chat.is-open .support-chat__panel{opacity:1;visibility:visible;transform:none}.support-chat__header{min-height:76px;padding:14px 16px;background:linear-gradient(135deg,#819174,#9daa91);color:#fff;display:flex;align-items:center;gap:12px}.support-chat__avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f8f2e9;color:#78876c;font:600 24px 'Cormorant Garamond',serif}.support-chat__header strong{display:block;font-size:15px}.support-chat__header small{display:flex;align-items:center;gap:5px;margin-top:4px;font-size:11px;opacity:.9}.support-chat__header small i{width:7px;height:7px;border-radius:50%;background:#dff3d1}.support-chat__header>button{margin-left:auto;border:0;background:transparent;color:#fff;font-size:29px;cursor:pointer;line-height:1}.support-chat__messages{flex:1;overflow:auto;padding:18px;background:#fbfaf7;scroll-behavior:smooth}.support-chat__message{display:flex;margin:0 0 12px;animation:supportIn .2s ease}.support-chat__message span{max-width:87%;padding:11px 14px;border-radius:16px;font-size:13px;line-height:1.55;white-space:pre-wrap}.support-chat__message--bot span{background:#fff;border:1px solid #ece9e2;border-bottom-left-radius:5px}.support-chat__message--user{justify-content:flex-end}.support-chat__message--user span{background:#879779;color:#fff;border-bottom-right-radius:5px}.support-chat__message--typing span{display:flex;gap:4px;padding:14px}.support-chat__message--typing i{width:6px;height:6px;border-radius:50%;background:#9da397;animation:supportDot 1s infinite}.support-chat__message--typing i:nth-child(2){animation-delay:.15s}.support-chat__message--typing i:nth-child(3){animation-delay:.3s}.support-chat__suggestions{display:grid;gap:7px;margin:4px 0 12px}.support-chat__suggestions button{border:1px solid #cdd5c6;background:#fff;color:#63705b;border-radius:14px;padding:9px 11px;text-align:left;font-size:12px;line-height:1.3;cursor:pointer}.support-chat__suggestions button:hover{background:#eef2ea}.support-chat__human-link{display:inline-block;margin-top:8px;color:#6e805f;font-weight:600;text-decoration:underline}.support-chat__form{display:flex;align-items:flex-end;gap:8px;padding:12px 13px 8px;border-top:1px solid #ece9e2;background:#fff}.support-chat__form textarea{flex:1;max-height:95px;resize:none;border:1px solid #deddd7;border-radius:18px;padding:11px 14px;font:13px Inter,Arial,sans-serif;outline:none}.support-chat__form textarea:focus{border-color:#8d9d7f;box-shadow:0 0 0 3px rgba(141,157,127,.12)}.support-chat__form button{width:40px;height:40px;flex:0 0 40px;border:0;border-radius:50%;background:#879779;color:#fff;display:grid;place-items:center;cursor:pointer}.support-chat__form button:disabled{opacity:.5}.support-chat__form svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.support-chat__note{margin:0;padding:0 12px 10px;text-align:center;background:#fff;color:#989991;font-size:9px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes supportPulse{70%{box-shadow:0 0 0 8px rgba(217,240,203,0)}}@keyframes supportIn{from{opacity:0;transform:translateY(5px)}}@keyframes supportDot{0%,60%,100%{transform:none;opacity:.5}30%{transform:translateY(-3px);opacity:1}}@media(max-width:600px){.support-chat{right:14px;bottom:14px}.support-chat__launcher{width:56px;padding:0;justify-content:center}.support-chat__launcher>span:last-child{display:none}.support-chat__panel{position:fixed;right:10px;bottom:82px;width:calc(100vw - 20px);height:min(620px,calc(100dvh - 100px));border-radius:20px}.support-chat__messages{padding:14px}}
