.chat-fab{position:fixed;bottom:24px;right:24px;z-index:9998;width:56px;height:56px;border-radius:50%;border:none;background:#2d5a3d;color:#fff;cursor:pointer;box-shadow:0 4px 20px #0003;transition:transform .2s ease,box-shadow .2s ease;display:flex;align-items:center;justify-content:center}.chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #00000040}.chat-fab__icon,.chat-fab__close{width:26px;height:26px;position:absolute;transition:opacity .2s ease,transform .2s ease}.chat-fab__icon{opacity:1;transform:scale(1)}.chat-fab__close,html.chat-open .chat-fab__icon{opacity:0;transform:scale(.6)}html.chat-open .chat-fab__close{opacity:1;transform:scale(1)}.chat-window{position:fixed;top:0;right:0;bottom:0;z-index:9999;width:min(440px,100vw);height:100%;border-radius:0;background:#faf8f5;box-shadow:-18px 0 48px #0000002e,0 0 0 1px #0000000f;display:grid!important;grid-template-rows:auto 1fr auto;grid-template-columns:1fr;overflow:hidden;opacity:0;transform:translate(100%);pointer-events:none;transition:opacity .24s ease,transform .34s cubic-bezier(.22,.61,.36,1)}html.chat-open .chat-window{opacity:1;transform:translate(0);pointer-events:auto}.chat-window:before{content:none}@media(min-width:769px){html.chat-open body:after{content:"";position:fixed;inset:0;z-index:9998;background:#0f1f1847;animation:chatScrimIn .24s ease both;pointer-events:none}}@keyframes chatScrimIn{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.chat-window{transition:opacity .15s ease;transform:none}html.chat-open body:after{animation:none}}.chat-window__head{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#2d5a3d;color:#fff}.chat-window__head-left{display:flex;align-items:center;gap:10px}.chat-window__icon{width:20px;height:20px;flex-shrink:0;opacity:.85}.chat-window__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 0 0 2px #ffffff59}.chat-window__title{font-size:14px;font-weight:600;letter-spacing:.03em}.chat-window__subtitle{font-size:11px;opacity:.7;margin-top:1px}.chat-window__close{width:32px;height:32px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.chat-window__close:hover{background:#ffffff38}.chat-window__close svg{width:16px;height:16px}.chat-window__body{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.chat-msg{display:flex}.chat-msg__bubble{max-width:82%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5}.chat-msg--bot{justify-content:flex-start}.chat-msg--bot .chat-msg__bubble{background:#f0ede8;color:#2a2a2a;border-bottom-left-radius:4px}.chat-msg--user{justify-content:flex-end}.chat-msg--user .chat-msg__bubble{background:#2d5a3d;color:#fff;border-bottom-right-radius:4px}.chat-window__form{padding:12px;border-top:1px solid rgba(0,0,0,.06);display:flex;gap:8px;background:#fff}.chat-window__input{flex:1;height:42px;border-radius:21px;border:1px solid rgba(0,0,0,.1);background:#faf8f5;padding:0 16px;font-size:14px;outline:none;color:#2a2a2a}.chat-window__input:focus{border-color:#2d5a3d;box-shadow:0 0 0 3px #2d5a3d1a}.chat-window__send{width:42px;height:42px;border-radius:50%;border:none;background:#2d5a3d;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease}.chat-window__send:hover{background:#245032}.chat-window__send:disabled{opacity:.5;cursor:not-allowed}.chat-window__send svg{width:18px;height:18px}.chat-quick{display:inline-block;padding:5px 12px;background:transparent;color:#2d5a3d;border:1px solid #2d5a3d;border-radius:14px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease;font-family:inherit}.chat-quick:hover{background:#2d5a3d;color:#fff}@media(max-width:480px){.chat-fab{bottom:16px;right:16px}.chat-window{inset:0;width:100%;height:100%;height:100dvh;border-radius:0}html.chat-open .chat-window{transform:translate(0)}}@media(max-width:768px){.chat-fab--portal{bottom:80px}}
