#chat-widget-root,#chat-widget-root *{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#chat-widget-root{--wa-green: #FF0034;--wa-green-dark: #FF0034;--wa-bg: #e5ddd5;--wa-paper: #ffffff;--wa-user-bubble: #dcf8c6;--wa-agent-bubble: #ffffff;--wa-text: #111b21;--wa-muted: #667781}.chat-window{position:fixed;bottom:20px;right:20px;width:min(360px,calc(100vw - 24px));height:min(620px,calc(100vh - 24px));max-height:82vh;background:var(--wa-paper);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d9dbde;box-shadow:0 10px 30px #111b2133}.chat-header{min-height:62px;background:#ff0034;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 14px}.chat-header-meta{display:flex;flex-direction:column;gap:2px}.chat-header-agent{display:flex;align-items:center;gap:10px}.chat-header-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.45)}.chat-title{font-size:15px;font-weight:600;line-height:1.2}.chat-subtitle{font-size:12px;line-height:1.2;color:#d8f7ed}.chat-close-btn{border:none;background:transparent;color:#fff;font-size:24px;line-height:1;padding:0;width:28px;height:28px;cursor:pointer;opacity:.9}.chat-close-btn:hover{opacity:1}.chat-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:12px;background-color:var(--wa-bg);background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.24) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(0,0,0,.04) 1px,transparent 1px);background-size:24px 24px}.message{margin-bottom:2px;padding:8px 10px 6px;border-radius:10px;max-width:82%;color:var(--wa-text);font-size:14px;line-height:1.35;box-shadow:0 1px #00000014}.message.user{align-self:flex-end;background:var(--wa-user-bubble);border-top-right-radius:4px}.message.agent{align-self:flex-start;background:var(--wa-agent-bubble);border-top-left-radius:4px}.message-time{font-size:10px;color:var(--wa-muted);margin-top:4px;text-align:right}.chat-launcher{position:fixed;bottom:20px;right:20px;width:90px;height:80px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #0000003d;transition:transform .18s ease,filter .18s ease}.chat-launcher:hover{transform:translateY(-1px) scale(1.03);filter:brightness(1.03)}.chat-launcher-icon{width:80%;height:80px;border-radius:60%}.prechat-form{padding:14px;display:flex;flex-direction:column;gap:10px;background:#f8f9fa}.prechat-form input,.prechat-form textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d7db;font-size:14px;color:var(--wa-text);background:#fff;font-family:inherit}.prechat-form textarea{resize:vertical;min-height:74px;max-height:150px}.prechat-form input:focus,.prechat-form textarea:focus,.chat-input input:focus{outline:none;border-color:#ff0034;box-shadow:0 0 0 2px #25d3662e}.chat-primary-btn{margin-top:4px;border:none;border-radius:8px;background:#ff0034;color:#fff;font-size:14px;font-weight:600;padding:10px 12px;cursor:pointer}.chat-primary-btn:hover{filter:brightness(.97)}.chat-input{display:flex;align-items:center;gap:8px;padding:10px;border-top:1px solid #d9dbde;background:#f0f2f5}.chat-input input{flex:1;border:1px solid #d1d7db;border-radius:999px;padding:10px 14px;font-size:14px;color:var(--wa-text);background:#fff}.chat-send-btn{width:38px;height:38px;border:none;border-radius:50%;background:#ff0034;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-send-btn:disabled{cursor:not-allowed;opacity:.55}.chat-rating-card{border-top:1px solid #d9dbde;background:#f0f2f5;padding:12px 10px 14px;text-align:center}.chat-rating-title{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--wa-text)}.chat-rating-text{margin:0 0 10px;font-size:13px;color:var(--wa-muted)}.chat-rating-stars{display:flex;justify-content:center;gap:6px}.chat-rating-star{border:none;background:transparent;color:#9aa6ad;font-size:30px;line-height:1;padding:0;cursor:pointer}.chat-rating-star.active{color:#f4b400}@media(max-width:600px){.chat-window{right:12px;bottom:12px;width:calc(100vw - 24px);height:min(80vh,620px)}.chat-launcher{right:12px;bottom:12px}}
