:root{--primary:#137fec;--primary-hover:#116ed1;--bg-light:#f6f7f8;--bg-white:#fff;--text-dark:#101922;--text-gray:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--radius-lg:.5rem;--radius-xl:.75rem;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;font-family:Inter,sans-serif}@keyframes pageLoaderBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.cb-fab{z-index:9999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a56db 0%,#1e40af 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #1a56db73}.cb-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #1a56db8c}.cb-fab:active{transform:scale(.96)}.cb-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.cb-window{z-index:9998;background:#fff;border-radius:20px;flex-direction:column;width:360px;max-height:540px;animation:.22s cubic-bezier(.34,1.56,.64,1) both cb-slide-up;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 8px 40px #0000002e}@keyframes cb-slide-up{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.cb-header{color:#fff;background:linear-gradient(135deg,#1a56db 0%,#1e40af 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.cb-header-info{align-items:center;gap:10px;display:flex}.cb-avatar{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cb-header-name{font-size:14px;font-weight:700;line-height:1.2;display:block}.cb-header-status{opacity:.85;align-items:center;gap:5px;font-size:12px;display:flex}.cb-status-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;display:inline-block}.cb-close{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;transition:background .15s;display:flex}.cb-close:hover{color:#fff;background:#ffffff26}.cb-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:8px;padding:14px 14px 8px;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:#e5e7eb;border-radius:4px}.cb-row{display:flex}.cb-row--bot{justify-content:flex-start}.cb-row--user{justify-content:flex-end}.cb-bubble{border-radius:16px;max-width:82%;padding:10px 13px;font-size:13.5px;line-height:1.5}.cb-bubble--bot{color:#1f2937;background:#f3f4f6;border-bottom-left-radius:4px}.cb-bubble--user{color:#fff;background:linear-gradient(135deg,#1a56db 0%,#1e40af 100%);border-bottom-right-radius:4px}.cb-bubble--bot .cb-link{color:#1a56db;text-underline-offset:2px;font-weight:600;text-decoration:underline}.cb-bubble--bot .cb-link:hover{color:#1e40af}.cb-typing{align-items:center;gap:4px;min-width:52px;padding:12px 16px;display:flex}.cb-typing span{background:#9ca3af;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite cb-bounce;display:inline-block}.cb-typing span:nth-child(2){animation-delay:.2s}.cb-typing span:nth-child(3){animation-delay:.4s}@keyframes cb-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.cb-quick{border-top:1px solid #f3f4f6;flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 12px;display:flex}.cb-quick-btn{color:#1a56db;cursor:pointer;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.cb-quick-btn:hover{color:#fff;background:#1a56db;border-color:#1a56db}.cb-form{border-top:1px solid #f3f4f6;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.cb-input{color:#1f2937;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;flex:1;padding:9px 13px;font-size:13.5px;transition:border-color .15s}.cb-input:focus{background:#fff;border-color:#1a56db}.cb-input::placeholder{color:#9ca3af}.cb-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a56db 0%,#1e40af 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s,transform .15s;display:flex}.cb-send:disabled{opacity:.4;cursor:default}.cb-send:not(:disabled):hover{transform:scale(1.08)}@media (max-width:420px){.cb-window{width:calc(100vw - 24px);max-height:60vh;bottom:88px;right:12px}.cb-fab{bottom:20px;right:16px}}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:10px;width:calc(100% - 40px);max-width:400px;display:flex;position:fixed;top:20px;right:20px}.toast-item{pointer-events:auto;will-change:transform,opacity;background:#fff;border-radius:12px;align-items:flex-start;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}.toast-item.toast-clickable{cursor:pointer}.toast-item.toast-clickable:hover{transform:scale(1.02);box-shadow:0 10px 36px #00000029,0 4px 12px #00000014}.toast-enter{animation:.4s cubic-bezier(.16,1,.3,1) forwards toastSlideIn}.toast-exit{animation:.35s cubic-bezier(.4,0,1,1) forwards toastSlideOut}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-20px)scale(.96)}}.toast-accent{border-radius:12px 0 0 12px;flex-shrink:0;width:4px;min-height:100%}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;padding:14px 0 14px 14px;display:flex}.toast-icon .material-symbols-outlined{font-size:24px}.toast-body{flex:1;min-width:0;padding:12px 10px 12px 12px}.toast-label{text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:.68rem;font-weight:700;display:block}.toast-title{color:#111827;font-size:.88rem;line-height:1.35;display:block}.toast-message{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 0;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.toast-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:6px 6px 0 0;padding:8px;transition:background .15s,color .15s;display:flex}.toast-close:hover{color:#374151;background:#f3f4f6}.toast-close .material-symbols-outlined{font-size:18px}.toast-item:after{content:"";opacity:.15;height:3px;animation:toastProgress var(--toast-duration,5s)linear forwards;background:currentColor;border-radius:0 0 0 12px;position:absolute;bottom:0;left:0}@keyframes toastProgress{0%{width:100%}to{width:0%}}@media (max-width:480px){.toast-container{width:auto;max-width:none;top:12px;left:12px;right:12px}}
