.cb-bubble{z-index:200;position:fixed;bottom:1.5rem;right:1.25rem}.cb-bubble__btn{cursor:pointer;background:#ff6b6b;border:none;border-radius:999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:flex;box-shadow:0 6px 24px #ff6b6b73}.cb-bubble__btn:hover{transform:scale(1.1);box-shadow:0 10px 32px #ff6b6b80}.cb-bubble__btn--pulse{animation:2s cubic-bezier(.455,.03,.515,.955) infinite cb-pulse-ring}@keyframes cb-pulse-ring{0%{box-shadow:0 6px 24px #ff6b6b73,0 0 #ff6b6b66}70%{box-shadow:0 6px 24px #ff6b6b73,0 0 0 14px #ff6b6b00}to{box-shadow:0 6px 24px #ff6b6b73,0 0 #ff6b6b00}}.cb-bubble__btn .material-symbols-outlined{color:#fff;font-size:24px}.cb-bubble__badge{color:#fff;background:#18181b;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.cb-window{z-index:200;background:#fff;border:1px solid #0000000f;border-radius:1.5rem;flex-direction:column;width:min(400px,100vw - 2rem);height:min(580px,100dvh - 6rem);animation:.28s cubic-bezier(.34,1.56,.64,1) cb-slideUp;display:flex;position:fixed;bottom:1.5rem;right:1.25rem;overflow:hidden;box-shadow:0 20px 60px #00000026,0 4px 16px #00000014}@keyframes cb-slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cb-header{background:#ff6b6b;flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 1.1rem;display:flex;position:relative}.cb-header__avatar{background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000001f}.cb-header__avatar img{object-fit:contain;width:100%;height:100%;padding:4px}.cb-header__info{flex:1;min-width:0}.cb-header__name{color:#fff;font-size:.92rem;font-weight:800;line-height:1.2}.cb-header__status{color:#ffffffd9;align-items:center;gap:.35rem;margin-top:.1rem;font-size:.75rem;font-weight:500;display:flex}.cb-header__dot{background:#a3e635;border-radius:999px;flex-shrink:0;width:7px;height:7px;animation:2s infinite cb-pulse}@keyframes cb-pulse{0%,to{opacity:1}50%{opacity:.5}}.cb-header__actions{align-items:center;gap:.25rem;display:flex}.cb-header__icon-btn{cursor:pointer;color:#fff;background:#fff3;border:none;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .15s;display:flex}.cb-header__icon-btn:hover{background:#ffffff4d}.cb-header__icon-btn .material-symbols-outlined{font-size:18px}.cb-messages{scroll-behavior:smooth;background:#fafafa;flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.cb-messages::-webkit-scrollbar{width:4px}.cb-messages::-webkit-scrollbar-track{background:0 0}.cb-messages::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.cb-date-sep{text-align:center;color:#a1a1aa;margin:.25rem 0;font-size:.72rem;font-weight:600;position:relative}.cb-date-sep:before,.cb-date-sep:after{content:"";background:#e4e4e7;width:28%;height:1px;position:absolute;top:50%}.cb-date-sep:before{left:0}.cb-date-sep:after{right:0}.cb-msg{align-items:flex-end;gap:.5rem;animation:.2s cb-msgIn;display:flex}@keyframes cb-msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cb-msg--bot{align-self:flex-start}.cb-msg--user{flex-direction:row-reverse;align-self:flex-end}.cb-msg__avatar{background:#fff;border:1.5px solid #f0f0f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;overflow:hidden}.cb-msg__avatar img{object-fit:contain;width:100%;height:100%;padding:3px}.cb-msg__bubble{border-radius:1rem;max-width:95%;padding:.65rem .9rem;font-size:.875rem;font-weight:400;line-height:1.55;position:relative}.cb-msg--bot .cb-msg__bubble{color:#18181b;background:#fff;border:1px solid #f0f0f0;border-bottom-left-radius:.25rem;box-shadow:0 1px 4px #0000000d}.cb-msg--user .cb-msg__bubble{color:#fff;background:#ff6b6b;border-bottom-right-radius:.25rem}.cb-msg__time{color:#a1a1aa;text-align:right;margin-top:.25rem;font-size:.67rem}.cb-msg--bot .cb-msg__time{text-align:left}.cb-typing{align-self:flex-start;align-items:flex-end;gap:.5rem;display:flex}.cb-typing__bubble{background:#fff;border:1px solid #f0f0f0;border-radius:1rem 1rem 1rem .25rem;align-items:center;gap:.35rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 4px #0000000d}.cb-typing__dot{background:#d4d4d8;border-radius:999px;width:7px;height:7px;animation:1.2s infinite cb-typingDot}.cb-typing__dot:nth-child(2){animation-delay:.2s}.cb-typing__dot:nth-child(3){animation-delay:.4s}@keyframes cb-typingDot{0%,60%,to{background:#d4d4d8;transform:translateY(0)}30%{background:#ff6b6b;transform:translateY(-5px)}}.cb-quick-replies{flex-wrap:wrap;gap:.4rem;padding:.5rem 1rem 0;display:flex}.cb-quick-btn{color:#ff6b6b;cursor:pointer;white-space:nowrap;background:#fff5f5;border:1.5px solid #ff6b6b;border-radius:999px;padding:.4rem .85rem;font-size:.78rem;font-weight:700;transition:all .15s}.cb-quick-btn:hover{color:#fff;background:#ff6b6b}.cb-input-area{background:#fff;border-top:1px solid #f4f4f5;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.cb-input{color:#18181b;background:#f4f4f5;border:2px solid #0000;border-radius:999px;outline:none;flex:1;padding:.6rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,background .2s}.cb-input::placeholder{color:#a1a1aa}.cb-input:focus{background:#fff;border-color:#ff6b6b}.cb-send-btn{cursor:pointer;background:#ff6b6b;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:background .15s,transform .15s;display:flex}.cb-send-btn:hover{background:#fa5252;transform:scale(1.05)}.cb-send-btn:disabled{cursor:default;background:#e4e4e7;transform:none}.cb-send-btn .material-symbols-outlined{color:#fff;font-size:18px}.cb-msg__links{flex-direction:column;gap:.35rem;margin-top:.6rem;display:flex}.cb-msg__link{color:#ff6b6b;background:#fff5f5;border:1.5px solid #ff6b6b;border-radius:999px;align-self:flex-start;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.cb-msg__link:hover{color:#fff;background:#ff6b6b}.cb-msg__md>:first-child{margin-top:0}.cb-msg__md>:last-child{margin-bottom:0}.cb-msg__md p{margin:0 0 .4rem}.cb-msg__md p:last-child{margin-bottom:0}.cb-msg__md strong{color:#18181b;font-weight:700}.cb-msg__md em{font-style:italic}.cb-msg__md ul,.cb-msg__md ol{margin:.25rem 0 .4rem;padding-left:1.25rem}.cb-msg__md li{margin:.15rem 0}.cb-msg__md code{background:#f4f4f5;border-radius:4px;padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.cb-msg__cards{flex-direction:column;gap:.5rem;margin-top:.65rem;display:flex}.cb-card{color:inherit;background:#fff;border:1px solid #e4e4e7;border-radius:.75rem;gap:.6rem;padding:.5rem;text-decoration:none;transition:border-color .15s,transform .15s,box-shadow .15s;display:flex;position:relative}.cb-card__score{letter-spacing:.02em;color:#fff;z-index:1;border-radius:999px;padding:.15rem .5rem;font-size:.65rem;font-weight:800;position:absolute;top:.4rem;right:.4rem;box-shadow:0 1px 3px #00000026}.cb-card__score--high{background:#16a34a}.cb-card__score--mid{background:#ca8a04}.cb-card__score--low{background:#71717a}.cb-card:hover{border-color:#ff6b6b;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b6b26}.cb-card__media{background:#fafafa;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex;overflow:hidden}.cb-card__media img{object-fit:cover;width:100%;height:100%}.cb-card__placeholder{font-size:1.6rem}.cb-card__body{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.cb-card__title{color:#18181b;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;line-height:1.2;overflow:hidden}.cb-card__meta{color:#52525b;white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.72rem;line-height:1.3;overflow:hidden}.cb-card__sub{color:#71717a;white-space:nowrap;text-overflow:ellipsis;margin-top:.1rem;font-size:.7rem;line-height:1.3;overflow:hidden}.cb-header__dot--down{background:#ef4444;animation:none}.cb-banner{color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;align-items:center;gap:.6rem;padding:.65rem 1rem;font-size:.78rem;display:flex}.cb-banner__text{flex:1;font-weight:500;line-height:1.3}.cb-banner__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:none;border-radius:999px;padding:.35rem .75rem;font-size:.72rem;font-weight:700;transition:background .15s}.cb-banner__btn:hover{background:#dc2626}.cb-typing__slow{color:#71717a;margin-top:.35rem;font-size:.7rem;font-style:italic}.cb-msg__degraded{color:#b45309;text-align:left;margin-top:.3rem;font-size:.68rem;font-weight:600;line-height:1.3}.cb-msg--failed .cb-msg__bubble{opacity:.65}.cb-msg__failed-hint{color:#ef4444;text-align:right;margin-top:.25rem;font-size:.68rem;font-weight:600}.cb-retry-row{justify-content:center;margin-top:.25rem;display:flex}.cb-retry-btn{color:#ff6b6b;cursor:pointer;background:#fff;border:1.5px solid #ff6b6b;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .85rem;font-size:.75rem;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.cb-retry-btn:hover{color:#fff;background:#ff6b6b}
