.uww-chat-launcher{position:fixed;right:82px;bottom:20px;z-index:10020;width:52px;height:52px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:var(--orange,#e84e0e);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 32px rgba(0,0,0,.38);transition:transform .2s ease,box-shadow .2s ease;font:inherit}
.uww-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(0,0,0,.46)}
.uww-chat-launcher svg{width:23px;height:23px}
.uww-chat-launcher .uww-chat-pulse{position:absolute;top:1px;right:1px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#22c55e}
.uww-chat-panel{position:fixed;right:20px;bottom:86px;z-index:10021;width:min(390px,calc(100vw - 24px));height:min(620px,calc(100dvh - 112px));display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.14);border-radius:18px;overflow:hidden;background:#0d1728;color:#f7f9fc;box-shadow:0 24px 72px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease,visibility .2s}
.uww-chat-panel.is-open{opacity:1;visibility:visible;transform:none}
.uww-chat-head{display:flex;align-items:center;gap:12px;padding:16px 16px 14px;background:linear-gradient(135deg,#15243a,#0d1728);border-bottom:1px solid rgba(255,255,255,.1)}
.uww-chat-avatar{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--orange,#e84e0e);box-shadow:0 6px 18px rgba(232,78,14,.25);flex:0 0 auto}
.uww-chat-avatar svg{width:22px;height:22px}
.uww-chat-head-copy{min-width:0;flex:1}
.uww-chat-title{font-family:var(--display,Arial,sans-serif);font-size:15px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.uww-chat-status{display:flex;align-items:center;gap:6px;margin-top:3px;font-size:11px;color:#b8ccda}
.uww-chat-status:before{content:'';width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 7px rgba(34,197,94,.55)}
.uww-chat-close,.uww-chat-reset{width:34px;height:34px;border:0;border-radius:9px;display:flex;align-items:center;justify-content:center;background:transparent;color:#b8ccda;cursor:pointer}
.uww-chat-close:hover,.uww-chat-reset:hover{background:rgba(255,255,255,.08);color:#fff}
.uww-chat-close svg,.uww-chat-reset svg{width:18px;height:18px}
.uww-chat-messages{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:18px 14px 12px;scrollbar-width:thin;scrollbar-color:#53677c transparent}
.uww-chat-row{display:flex;align-items:flex-end;gap:8px;margin:0 0 12px}
.uww-chat-row.is-user{justify-content:flex-end}
.uww-chat-bubble{max-width:86%;padding:11px 13px;border-radius:14px 14px 14px 4px;background:#17263b;border:1px solid rgba(255,255,255,.08);color:#eaf0f5;font-size:13px;line-height:1.55;white-space:pre-line}
.uww-chat-row.is-user .uww-chat-bubble{border-color:rgba(232,78,14,.38);border-radius:14px 14px 4px 14px;background:rgba(232,78,14,.16);color:#fff}
.uww-chat-bubble a{color:#ff8a55;text-decoration:underline;text-underline-offset:2px}
.uww-chat-time{margin-top:5px;font-family:var(--mono,monospace);font-size:9px;color:#73869a}
.uww-chat-actions{display:flex;gap:7px;flex-wrap:wrap;margin:2px 0 14px 0}
.uww-chat-action{border:1px solid rgba(232,78,14,.42);border-radius:999px;padding:8px 11px;background:rgba(232,78,14,.08);color:#ffb08c;font:600 11px/1.2 var(--mono,monospace);letter-spacing:.02em;cursor:pointer;transition:background .16s,color .16s,border-color .16s}
.uww-chat-action:hover,.uww-chat-action:focus-visible{background:var(--orange,#e84e0e);border-color:var(--orange,#e84e0e);color:#fff;outline:none}
.uww-chat-typing{display:flex;gap:4px;align-items:center;width:max-content;padding:12px 14px;margin-bottom:12px;border-radius:14px 14px 14px 4px;background:#17263b;border:1px solid rgba(255,255,255,.08)}
.uww-chat-typing span{width:5px;height:5px;border-radius:50%;background:#8da8be;animation:uwwChatTyping 1.1s infinite ease-in-out}
.uww-chat-typing span:nth-child(2){animation-delay:.14s}.uww-chat-typing span:nth-child(3){animation-delay:.28s}
@keyframes uwwChatTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.uww-chat-compose{padding:10px 12px 12px;border-top:1px solid rgba(255,255,255,.1);background:#101d30}
.uww-chat-input-row{display:flex;align-items:flex-end;gap:8px;padding:7px 7px 7px 12px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:#0a1423;transition:border-color .18s}
.uww-chat-input-row:focus-within{border-color:rgba(232,78,14,.7)}
.uww-chat-input{width:100%;max-height:92px;min-height:23px;resize:none;border:0;outline:0;background:transparent;color:#fff;font:13px/1.45 var(--body,Arial,sans-serif);padding:5px 0}
.uww-chat-input::placeholder{color:#718397}
.uww-chat-send{width:36px;height:36px;flex:0 0 auto;border:0;border-radius:10px;background:var(--orange,#e84e0e);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.uww-chat-send:disabled{opacity:.45;cursor:not-allowed}
.uww-chat-send svg{width:17px;height:17px}
.uww-chat-note{padding-top:7px;text-align:center;font-size:9px;line-height:1.35;color:#718397}
.uww-chat-success{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.1)}
.uww-chat-error{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.1)}
@media(min-width:640px){.uww-chat-launcher{right:96px;bottom:32px;width:54px;height:54px}.uww-chat-panel{right:32px;bottom:100px}}
@media(max-width:479px){.uww-chat-panel{right:12px;bottom:80px;height:min(620px,calc(100dvh - 94px));border-radius:16px}.uww-chat-launcher{right:78px}.uww-chat-bubble{max-width:90%}}
@media(prefers-reduced-motion:reduce){.uww-chat-panel,.uww-chat-launcher{transition:none}.uww-chat-typing span{animation:none}}
