#aicwp-root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;z-index:999999;position:relative}
#aicwp-toggle{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:#111;color:#fff;font-size:26px;cursor:pointer;box-shadow:0 8px 30px #0003}
#aicwp-box{position:fixed;right:24px;bottom:94px;width:360px;height:520px;background:#fff;border:1px solid #ddd;border-radius:18px;box-shadow:0 18px 60px #0003;display:none;overflow:hidden}
#aicwp-box.open{display:flex;flex-direction:column}
#aicwp-box header{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#111;color:#fff}
#aicwp-close{background:none;border:0;color:#fff;font-size:25px;cursor:pointer}
#aicwp-messages{flex:1;padding:16px;overflow:auto;background:#f7f7f7}
.aicwp-msg{max-width:84%;padding:10px 13px;margin:8px 0;border-radius:13px;font-size:14px;line-height:1.45;word-break:break-word}
.aicwp-msg.assistant{background:#fff;border:1px solid #e5e5e5}
.aicwp-msg.user{background:#111;color:#fff;margin-left:auto}
#aicwp-form{display:flex;padding:10px;border-top:1px solid #ddd;background:#fff}
#aicwp-input{flex:1;border:1px solid #ddd;border-radius:10px;padding:11px;outline:none}
#aicwp-form button{margin-left:8px;border:0;border-radius:10px;width:44px;background:#111;color:#fff;cursor:pointer}
@media(max-width:480px){#aicwp-box{right:10px;left:10px;width:auto;bottom:84px;height:70vh}#aicwp-toggle{right:16px;bottom:16px}}
