.chatly-widget{--chatly-primary:#4f46e5;position:fixed;bottom:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.chatly-pos-right{right:20px}.chatly-pos-left{left:20px}.chatly-launcher{width:60px;height:60px;border-radius:50%;background:var(--chatly-primary);color:#fff;border:none;box-shadow:0 6px 20px rgb(0 0 0 / .2);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden}.chatly-launcher-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.chatly-window{position:absolute;bottom:74px;width:340px;max-width:calc(100vw - 40px);height:480px;max-height:calc(100vh - 140px);background:#fff;border-radius:14px;box-shadow:0 10px 40px rgb(0 0 0 / .25);display:flex;flex-direction:column;overflow:hidden}.chatly-window[hidden]{display:none}.chatly-pos-right .chatly-window{right:0}.chatly-pos-left .chatly-window{left:0}.chatly-header{background:var(--chatly-primary);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:8px}.chatly-header-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.chatly-header-name{font-weight:600;flex:1}.chatly-close{background:none;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer}.chatly-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7f7fb}.chatly-bubble{max-width:80%;padding:8px 12px;border-radius:14px;font-size:14px;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.chatly-bubble-bot{align-self:flex-start;background:#fff;border:1px solid #e5e5ef;color:#1f1f2e;border-bottom-left-radius:4px}.chatly-bubble-user{align-self:flex-end;background:var(--chatly-primary);color:#fff;border-bottom-right-radius:4px}.chatly-bubble-typing{align-self:flex-start;display:flex;gap:4px;padding:12px}.chatly-bubble-typing span{width:6px;height:6px;border-radius:50%;background:#b4b4c4;animation:chatly-blink 1.2s infinite ease-in-out}.chatly-bubble-typing span:nth-child(2){animation-delay:.2s}.chatly-bubble-typing span:nth-child(3){animation-delay:.4s}@keyframes chatly-blink{0%,80%,100%{opacity:.3}40%{opacity:1}}.chatly-lead-form{align-self:stretch;background:#fff;border:1px solid #e5e5ef;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:8px}.chatly-lead-form p{margin:0 0 4px;font-size:13px;color:#444}.chatly-lead-form input{padding:8px 10px;border:1px solid #ddd;border-radius:8px;font-size:13px}.chatly-lead-form-actions{display:flex;justify-content:flex-end;gap:8px}.chatly-lead-form-actions button{border:none;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer}.chatly-lead-skip{background:#eee;color:#444}.chatly-lead-submit{background:var(--chatly-primary);color:#fff}.chatly-form{display:flex;border-top:1px solid #eee;padding:10px;gap:8px}.chatly-form input{flex:1;border:1px solid #ddd;border-radius:20px;padding:9px 14px;font-size:14px;outline:none}.chatly-form input:focus{border-color:var(--chatly-primary)}.chatly-form button{width:38px;height:38px;border-radius:50%;border:none;background:var(--chatly-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width:480px){.chatly-window{width:calc(100vw - 24px);height:calc(100vh - 120px);bottom:70px}}