.ic-window,.ic-window *{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.ic-fab{position:fixed;width:58px;height:58px;border-radius:50%;background:#1f73f1;color:#fff;border:none;font-size:22px;cursor:grab;z-index:999999;box-shadow:0 12px 30px #1f73f159;transition:transform .2s ease,box-shadow .2s ease}.ic-fab:hover{transform:scale(1.05);box-shadow:0 16px 40px #1f73f173}.ic-fab:active{cursor:grabbing}.ic-window{position:fixed;width:360px;height:520px;background:#fff;border-radius:14px;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040;overflow:hidden;z-index:999999;animation:ic-fade-slide .25s ease-out}@keyframes ic-fade-slide{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ic-header{background:#1f73f1;color:#fff;padding:12px 14px;display:flex;justify-content:space-between;align-items:center}.ic-header-left{display:flex;align-items:center;gap:10px}.ic-avatar{width:32px;height:32px;border-radius:50%;background:#fff;color:#1f73f1;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center}.ic-title{font-size:14px;font-weight:600}.ic-subtitle{font-size:12px;opacity:.85}.ic-close{border:none;background:#ffffff26;color:#fff;width:28px;height:28px;border-radius:6px;cursor:pointer}.ic-body{flex:1;padding:16px;background:#f8fafc;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.ic-msg{display:flex}.ic-user{justify-content:flex-end}.ic-assistant{justify-content:flex-start}.ic-bubble{max-width:90%;padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.45;box-shadow:0 1px 2px #0000000d}.ic-user .ic-bubble{background:#1f73f1;color:#fff;border-bottom-right-radius:6px}.ic-assistant .ic-bubble{background:#fff;color:#111827;border:1px solid #e5e7eb;border-bottom-left-radius:6px}.ic-input-wrap{padding:12px;border-top:1px solid #e5e7eb;display:flex;gap:8px;background:#fff}.ic-input{flex:1;padding:10px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.ic-input:focus{border-color:#1f73f1;box-shadow:0 0 0 2px #1f73f126}.ic-send{border-radius:10px;background:#1f73f1;color:#fff;border:none;padding:0 16px;font-size:14px;cursor:pointer;transition:background .2s}.ic-send:hover{background:#155fd1}.ic-typing{display:flex;gap:4px;padding:6px 10px}.ic-stop{border-radius:10px;background:#c33319;color:#fff;border:none;padding:0 16px;font-size:14px;cursor:pointer;transition:background .2s}.ic-send:hover{background:#c33319}.ic-typing span{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:blink 1.4s infinite both}.ic-typing span:nth-child(2){animation-delay:.2s}.ic-typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.ic-code-block{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;background:#f9f9f9;padding:10px;border:1px solid #ddd}.ic-code-block code{display:block;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.ic-code-block::-webkit-scrollbar{height:6px}.ic-code-block::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}
