.web-chat{position:fixed;right:22px;bottom:22px;z-index:1000;font-family:Inter,system-ui,sans-serif;color:#17242b}.web-chat-fab{border:0;border-radius:999px;background:#17242b;color:#fff;padding:10px 17px 10px 10px;display:flex;align-items:center;gap:10px;box-shadow:0 16px 44px rgba(12,28,37,.24);cursor:pointer;font-weight:800}.web-chat-fab span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#b9ff67;color:#17242b;font-size:11px}.web-chat-panel{display:none;position:absolute;right:0;bottom:64px;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100vh - 100px));background:#f6f7f4;border:1px solid rgba(23,36,43,.14);border-radius:22px;overflow:hidden;box-shadow:0 26px 80px rgba(10,25,33,.24);grid-template-rows:auto 1fr auto auto}.web-chat-panel.open{display:grid}.web-chat-panel header{background:#17242b;color:#fff;padding:17px 18px;display:flex;justify-content:space-between;align-items:center}.web-chat-panel header span{display:block;color:#b9ff67;font-size:9px;letter-spacing:.14em;font-weight:900}.web-chat-panel header b{display:block;margin-top:4px;font-size:16px}.web-chat-panel header button{border:0;background:rgba(255,255,255,.1);color:#fff;border-radius:9px;width:34px;height:34px;font-size:22px;cursor:pointer}.web-chat-messages{overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.web-chat-message{max-width:86%;padding:11px 13px;border-radius:14px;white-space:pre-wrap;font-size:13px;line-height:1.5;background:#fff;border:1px solid #e1e6e2;align-self:flex-start}.web-chat-message.user{align-self:flex-end;background:#dfffb8;border-color:#d2f5a8}.web-chat-message.error{color:#923d3d;background:#fff0f0}.web-chat-typing{display:flex;align-items:center;gap:4px}.web-chat-typing i{width:6px;height:6px;border-radius:50%;background:#6b7d75;animation:webChatPulse 1s infinite}.web-chat-typing i:nth-child(2){animation-delay:.15s}.web-chat-typing i:nth-child(3){animation-delay:.3s}.web-chat-typing span{margin-left:5px;color:#6b7d75;font-size:11px}@keyframes webChatPulse{0%,70%,100%{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.web-chat-actions{display:flex;gap:7px;padding:0 14px 10px}.web-chat-actions button{border:1px solid #ccd5cf;background:transparent;border-radius:9px;padding:7px 9px;font-size:10px;cursor:pointer}.web-chat-input{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:12px;background:#fff;border-top:1px solid #e1e6e2}.web-chat-input textarea{resize:none;border:1px solid #ccd5cf;border-radius:12px;padding:11px;font:inherit;font-size:13px}.web-chat-input button,.web-chat-lead button{border:0;border-radius:11px;background:#17242b;color:#fff;font-weight:900;cursor:pointer}.web-chat-lead{display:grid;gap:8px;padding:13px;background:#fff;border:1px solid #dbe2dd;border-radius:15px}.web-chat-lead input{border:1px solid #ccd5cf;border-radius:9px;padding:9px;font:inherit;font-size:12px}.web-chat-lead label{font-size:10px;color:#53625b}.web-chat-lead button{padding:10px}.web-chat-lead small{color:#8f3d3d}.web-chat-success{padding:13px;border-radius:13px;background:#dfffb8;font-size:12px;font-weight:700}@media(max-width:600px){.web-chat{right:12px;bottom:12px}.web-chat-fab b{display:none}.web-chat-fab{padding:9px}.web-chat-panel{position:fixed;inset:10px;width:auto;height:auto;bottom:10px;border-radius:18px}.web-chat-message{max-width:90%}}
