#subai-root{position:fixed;right:18px;bottom:18px;z-index:99999;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.subai-launcher{width:62px;height:62px;border-radius:50%;border:0;background:linear-gradient(135deg,#8BD13F,#6B38FF);box-shadow:0 14px 35px rgba(0,0,0,.28);font-size:27px;cursor:pointer;color:#fff}.subai-launcher.is-hidden{display:none}
.subai-panel{display:none;width:min(380px,calc(100vw - 28px));height:570px;max-height:calc(100vh - 36px);background:#fff;border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.28);overflow:hidden;border:1px solid rgba(0,0,0,.08)}
.subai-panel.is-open{display:flex;flex-direction:column}.subai-panel header{background:#1F1F1F;color:#fff;padding:15px 16px;display:flex;align-items:center;justify-content:space-between}.subai-close{background:transparent;border:0;color:#fff;font-size:28px;cursor:pointer;line-height:1}
.subai-messages{flex:1;padding:16px;overflow-y:auto;background:linear-gradient(180deg,#f7f7f8,#fff)}.subai-msg{padding:11px 13px;margin:0 0 10px;border-radius:16px;line-height:1.35;font-size:14px;max-width:86%;white-space:pre-wrap}.subai-msg.bot{background:#fff;border:1px solid #eee;color:#1F1F1F}.subai-msg.user{background:#6B38FF;color:#fff;margin-left:auto}.subai-typing{opacity:.65;font-style:italic}
.subai-quicks{display:flex;gap:7px;flex-wrap:wrap;padding:10px 12px;border-top:1px solid #eee;background:#fff}.subai-quicks button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:8px 10px;font-size:12px;cursor:pointer}.subai-quicks .subai-quote{background:#8BD13F;border-color:#8BD13F;color:#1F1F1F;font-weight:700}
.subai-form{display:flex;gap:8px;padding:12px;border-top:1px solid #eee;background:#fff}.subai-form input{flex:1;border:1px solid #ddd;border-radius:14px;padding:12px;font-size:14px}.subai-form button,.subai-lead button{border:0;border-radius:14px;padding:12px 14px;background:#1F1F1F;color:#fff;font-weight:700;cursor:pointer}
.subai-lead{background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:13px;margin:8px 0}.subai-lead input,.subai-lead select,.subai-lead textarea{width:100%;box-sizing:border-box;margin:6px 0;border:1px solid #ddd;border-radius:12px;padding:10px;font-family:inherit}.subai-lead textarea{min-height:76px;resize:vertical}.subai-lead button{width:100%;background:#25D366;margin-top:8px;color:#08210f}
@media(max-width:480px){#subai-root{right:12px;bottom:12px}.subai-panel{width:calc(100vw - 24px);height:calc(100vh - 24px);border-radius:18px}.subai-launcher{width:58px;height:58px}}
