.kura-live-chat{--wa-green: #075e54;--wa-green-light: #128c7e;--wa-teal: #25d366;--wa-bg: #e5ddd5;--wa-bubble-out: #dcf8c6;--wa-bubble-in: #ffffff;--wa-text: #111b21;--wa-text-muted: #667781;position:fixed;z-index:12000;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--wa-text)}.kura-live-chat--bottom-right{right:max(16px,env(safe-area-inset-right));bottom:max(88px,calc(16px + env(safe-area-inset-bottom)))}.kura-live-chat--bottom-left{left:max(16px,env(safe-area-inset-left));bottom:max(88px,calc(16px + env(safe-area-inset-bottom)))}.kura-live-chat__dismiss{position:absolute;top:-10px;right:4px;width:26px;height:26px;border:none;border-radius:50%;background:#0f172ad9;color:#fff;font-size:18px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000040}.kura-live-chat--bottom-left .kura-live-chat__dismiss{right:auto;left:4px}.kura-live-chat__launcher{width:58px;height:58px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--wa-teal),var(--wa-green-light));color:#fff;cursor:grab;box-shadow:0 8px 24px #075e5473;display:grid;place-items:center;touch-action:none}.kura-live-chat__launcher:active{cursor:grabbing}.kura-live-chat__badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.kura-live-chat__panel{position:absolute;bottom:72px;right:0;width:min(360px,calc(100vw - 24px));height:min(520px,calc(100vh - 140px));border-radius:16px;overflow:hidden;background:var(--wa-bg);box-shadow:0 16px 48px #00000047;display:flex;flex-direction:column;transform-origin:bottom right;transform:scale(.92);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.kura-live-chat--bottom-left .kura-live-chat__panel{right:auto;left:0;transform-origin:bottom left}.kura-live-chat.is-open .kura-live-chat__panel{opacity:1;transform:scale(1);pointer-events:auto}.kura-live-chat__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;background:var(--wa-green);color:#fff}.kura-live-chat__header-main{display:flex;align-items:center;gap:10px;min-width:0}.kura-live-chat__avatar{width:36px;height:36px;border-radius:50%;background:#ffffff26;display:grid;place-items:center}.kura-live-chat__title{display:block;font-size:15px}.kura-live-chat__status{display:block;font-size:11px;opacity:.85}.kura-live-chat__close{border:none;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer;opacity:.9}.kura-live-chat__body{flex:1;overflow:hidden;display:flex;flex-direction:column;background-color:var(--wa-bg);background-image:radial-gradient(circle at 20% 20%,rgba(0,0,0,.03) 1px,transparent 1px),radial-gradient(circle at 80% 40%,rgba(0,0,0,.03) 1px,transparent 1px);background-size:24px 24px}.kura-live-chat__welcome{padding:18px 16px;color:#1f2937}.kura-live-chat__welcome p{margin:0 0 12px;font-size:13px;line-height:1.45}.kura-live-chat__guest-form{display:grid;gap:8px}.kura-live-chat__messages{flex:1;overflow-y:auto;padding:12px 10px 8px;display:flex;flex-direction:column;gap:6px}.kura-live-chat__bubble{max-width:82%;padding:7px 10px 5px;border-radius:10px;font-size:13px;line-height:1.4;box-shadow:0 1px 1px #00000014;word-break:break-word;color:var(--wa-text)}.kura-live-chat__bubble,.kura-live-chat__bubble *:not(.kura-live-chat__bubble-meta):not(.kura-live-chat__bubble-meta *){color:var(--wa-text)}.kura-live-chat__bubble-sender{font-size:12px;font-weight:600;color:var(--wa-green-light);margin-bottom:2px}.kura-live-chat__bubble--out{align-self:flex-end;background:var(--wa-bubble-out);border-top-right-radius:2px}.kura-live-chat__bubble--in{align-self:flex-start;background:var(--wa-bubble-in);border-top-left-radius:2px}.kura-live-chat__bubble-meta{display:flex;justify-content:flex-end;gap:4px;margin-top:2px;font-size:10px;color:var(--wa-text-muted)}.kura-live-chat__bubble-meta,.kura-live-chat__bubble-meta *{color:var(--wa-text-muted)}.kura-live-chat__bubble img,.kura-live-chat__bubble video{display:block;max-width:220px;border-radius:8px;margin-top:4px}.kura-live-chat__composer{display:flex;align-items:flex-end;gap:6px;padding:8px;background:#f0f2f5;border-top:1px solid rgba(0,0,0,.06)}.kura-live-chat__input{width:100%;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:10px 12px;font:inherit;background:#fff;color:#111827}.kura-live-chat__input--message{resize:none;min-height:38px;max-height:100px;flex:1}.kura-live-chat__primary{border:none;border-radius:10px;padding:10px 14px;background:var(--wa-green-light);color:#fff;font-weight:600;cursor:pointer}.kura-live-chat__attach,.kura-live-chat__send{border:none;background:transparent;color:#54656f;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.kura-live-chat__send{color:var(--wa-green-light)}.kura-live-chat__error{margin:8px 0 0;color:#b91c1c;font-size:12px}@media(max-width:480px){.kura-live-chat__panel{width:calc(100vw - 16px);height:min(70vh,520px)}}.kura-live-chat__video-hint{margin:0 12px 8px;padding:6px 10px;border-radius:8px;background:#25d36626;color:#075e54;font-size:11px;font-weight:600}.kura-live-chat__preview{margin:0 12px 8px;padding:8px;border-radius:10px;background:#ffffffeb;position:relative;display:flex;align-items:center;gap:8px}.kura-live-chat__preview img{max-height:72px;border-radius:8px}.kura-live-chat__preview-clear{position:absolute;top:4px;right:4px;width:22px;height:22px;border:none;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer;line-height:1}
