.cindy-chat__bubble,.cindy-chat{position:fixed;right:22px;z-index:40;font-family:inherit}
.cindy-chat__bubble{bottom:22px;border:0;border-radius:999px;padding:13px 18px;background:#f05a28;color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(26,23,20,.22);cursor:pointer}
.cindy-chat-footer-near .cindy-chat__bubble{bottom:96px}
.cindy-chat{bottom:86px;width:min(380px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 116px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(48,39,32,.14);border-radius:8px;background:#fffaf6;color:#261f1a;box-shadow:0 18px 50px rgba(26,23,20,.24)}
.cindy-chat[hidden]{display:none}
.cindy-chat__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#2a211c;color:#fff}
.cindy-chat__head strong{display:block;font-size:15px;line-height:1.25}
.cindy-chat__head span{display:inline-block;margin-top:5px;padding:2px 7px;border:1px solid rgba(255,255,255,.32);border-radius:999px;font-size:11px;color:#ffe0d1}
.cindy-chat__close{width:34px;height:34px;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.cindy-chat__messages{flex:1;min-height:240px;overflow:auto;padding:16px;background:#fffaf6}
.cindy-chat__msg{width:fit-content;max-width:86%;margin:0 0 10px;padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.42;white-space:pre-wrap;overflow-wrap:anywhere}
.cindy-chat__msg--bot{background:#f1e6dd;color:#2b241f}
.cindy-chat__msg--user{margin-left:auto;background:#f05a28;color:#fff}
.cindy-chat__typing{opacity:.72}
.cindy-chat__typing:after{content:"...";display:inline-block;animation:cindyDots 1.1s infinite}
.cindy-chat__form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px;border-top:1px solid rgba(48,39,32,.12);background:#fff}
.cindy-chat__form textarea{min-height:46px;max-height:120px;resize:vertical;border:1px solid rgba(48,39,32,.22);border-radius:8px;padding:10px 11px;font:inherit;color:#261f1a;background:#fff}
.cindy-chat__form button{align-self:end;border:0;border-radius:8px;padding:12px 15px;background:#2a211c;color:#fff;font-weight:800;cursor:pointer}
.cindy-chat__form button:disabled{opacity:.55;cursor:wait}
.cindy-chat__bubble:focus-visible,.cindy-chat button:focus-visible,.cindy-chat textarea:focus-visible{outline:3px solid #ffb088;outline-offset:2px}
@keyframes cindyDots{0%,20%{opacity:.2}50%{opacity:1}100%{opacity:.2}}
@media (prefers-reduced-motion:reduce){.cindy-chat__typing:after{animation:none}}
@media (max-width:640px){
  .cindy-chat__bubble{right:14px;bottom:84px}
  .cindy-chat{left:0;right:0;bottom:0;width:100%;max-height:82vh;border-radius:8px 8px 0 0}
  .cindy-chat__messages{min-height:220px}
}
