#oxybet-ai-chat{position:fixed;right:24px;bottom:24px;z-index:999999;font-family:inherit}
.oxybet-ai-chat-bubble{width:62px;height:62px;border:0;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#315bea,#6f42e8);box-shadow:0 10px 35px rgba(0,0,0,.35);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}
.oxybet-ai-chat-bubble:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(0,0,0,.42)}
.oxybet-ai-chat-bubble-icon{font-size:29px;font-weight:800;line-height:1}
.oxybet-ai-chat-window{position:absolute;right:0;bottom:76px;width:360px;height:520px;background:#071426;border:1px solid #1d3c5b;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.5);overflow:hidden;display:flex;flex-direction:column;color:#eaf4ff}
.oxybet-ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;background:linear-gradient(135deg,#0e2845,#10213a);border-bottom:1px solid #1d3c5b}
.oxybet-ai-chat-header strong{display:block;font-size:16px}.oxybet-ai-chat-header small{display:block;margin-top:3px;color:#86a4bd;font-size:10px}
.oxybet-ai-chat-close{border:0;background:transparent;color:#bcd0df;font-size:27px;cursor:pointer;line-height:1;padding:0 3px}
.oxybet-ai-chat-messages{flex:1;overflow:auto;padding:15px;background:#061221;display:flex;flex-direction:column;gap:10px}
.oxybet-ai-msg{max-width:88%;padding:10px 12px;border-radius:13px;font-size:13px;line-height:1.48;white-space:pre-wrap;word-break:break-word}
.oxybet-ai-msg.ai{align-self:flex-start;background:#102942;border:1px solid #1b4566;color:#dcecff}.oxybet-ai-msg.user{align-self:flex-end;background:#315bea;color:#fff}
.oxybet-ai-msg.error{align-self:flex-start;background:#3a1820;border:1px solid #70313d;color:#ffdce1}
.oxybet-ai-chat-form{display:flex;gap:8px;padding:10px;background:#091a2d;border-top:1px solid #1d3c5b}.oxybet-ai-chat-form textarea{flex:1;resize:none;min-height:40px;max-height:100px;padding:10px 11px;border-radius:10px;border:1px solid #294760;background:#071426;color:#fff;outline:none;font:inherit;font-size:13px}.oxybet-ai-chat-form textarea:focus{border-color:#4b70e9}.oxybet-ai-chat-form button{border:0;border-radius:10px;padding:0 12px;background:#315bea;color:#fff;font-weight:700;cursor:pointer}.oxybet-ai-chat-form button:disabled{opacity:.55;cursor:wait}
.oxybet-ai-chat-note{font-size:9px;line-height:1.35;color:#6e8ba4;padding:0 12px 10px;background:#091a2d}
.oxybet-ai-chat-typing{opacity:.7;font-style:italic}
@media(max-width:600px){#oxybet-ai-chat{right:12px;bottom:12px}.oxybet-ai-chat-window{right:0;bottom:72px;width:min(360px,calc(100vw - 24px));height:min(70vh,520px)}.oxybet-ai-chat-bubble{width:58px;height:58px}}
