#ccai-button{position:fixed;right:24px;bottom:24px;width:64px;height:64px;border-radius:50%;background:#816BE7;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;z-index:999999;box-shadow:0 10px 30px rgb(0 0 0 / .2);transition:all .2s ease}#ccai-button:hover{transform:scale(1.08)}#ccai-modal{position:fixed;right:24px;bottom:100px;width:420px;height:700px;background:#fff;border-radius:18px;overflow:hidden;display:none;flex-direction:column;z-index:999999;box-shadow:0 20px 60px rgb(0 0 0 / .25);animation:ccaiOpen .2s ease}@keyframes ccaiOpen{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#ccai-header{background:#816BE7;color:#fff;padding:18px;display:flex;justify-content:space-between;align-items:flex-start;line-height:1.4}#ccai-header strong{font-size:16px}#ccai-header small{opacity:.85}#ccai-close{cursor:pointer;font-size:18px;opacity:.8}#ccai-close:hover{opacity:1}#ccai-messages{flex:1;overflow-y:auto;padding:16px;background:#f5f6fa;scroll-behavior:smooth}#ccai-bottom{padding:12px;background:#fff;border-top:1px solid #e5e7eb}#ccai-input{width:100%;min-height:52px;max-height:140px;border:1px solid #d9dce3;border-radius:12px;resize:vertical;padding:12px;font-size:14px;box-sizing:border-box;outline:none}#ccai-input:focus{border-color:#816BE7}#ccai-send{margin-top:10px;width:100%;border:0;border-radius:12px;background:#816BE7;color:#fff;padding:12px;font-size:14px;cursor:pointer;transition:.2s}#ccai-send:hover{opacity:.9}.ccai-user{max-width:85%;margin-left:auto;margin-bottom:12px;padding:12px 14px;background:#816BE7;color:#fff;border-radius:18px 18px 4px 18px;word-wrap:break-word}.ccai-bot{max-width:90%;margin-right:auto;margin-bottom:12px;padding:12px 14px;background:#fff;color:#222;border-radius:18px 18px 18px 4px;border:1px solid #e5e7eb;line-height:1.5;word-wrap:break-word}.ccai-bot a{color:#816BE7;font-weight:600}#ccai-messages::-webkit-scrollbar{width:8px}#ccai-messages::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .15);border-radius:20px}@media (max-width:768px){#ccai-button{right:16px;bottom:16px}#ccai-modal{top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:0}#ccai-header{padding-top:env(safe-area-inset-top,18px)}#ccai-bottom{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.ccai-user,.ccai-bot{max-width:95%}}