@keyframes chat-widget-slide-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes chat-widget-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes chat-widget-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.chat-widget-root{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;display:flex;flex-direction:column;align-items:flex-end}.chat-widget-panel{width:20rem;height:500px;background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #e5e7eb;margin-bottom:1rem;display:flex;flex-direction:column;overflow:hidden;animation:chat-widget-slide-in .2s ease-out}@media (min-width:640px){.chat-widget-panel{width:24rem}}.chat-widget-header{background-color:#2563eb;padding:1rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.chat-widget-header-inner{display:flex;align-items:center;grid-gap:.75rem;gap:.75rem}.chat-widget-avatar{width:2rem;height:2rem;border-radius:9999px;background-color:#60a5fa;display:flex;align-items:center;justify-content:center;padding:5px}.chat-widget-avatar-icon{font-size:.875rem}.chat-widget-title{font-weight:600;font-size:.875rem;color:#fff}.chat-widget-online{font-size:10px;color:#dbeafe;display:flex;align-items:center;grid-gap:.25rem;gap:.25rem}.chat-widget-online-dot{width:6px;height:6px;border-radius:9999px;background-color:#4ade80;animation:chat-widget-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.chat-widget-close-btn{padding:.25rem;border-radius:.25rem;background-color:initial;border:none;cursor:pointer;transition:background-color .15s ease}.chat-widget-close-btn:hover{background-color:#1d4ed8}.chat-widget-messages{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem;background-color:#f9fafb}.chat-widget-msg-row{display:flex}.chat-widget-msg-row--user{justify-content:flex-end}.chat-widget-msg-row--model{justify-content:flex-start}.chat-widget-bubble{max-width:85%;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem}.chat-widget-bubble--user{background-color:#2563eb;color:#fff;border-top-right-radius:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.chat-widget-bubble--model{background-color:#fff;color:#1f2937;border:1px solid #e5e7eb;border-top-left-radius:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.chat-widget-bubble-text{white-space:pre-wrap}.chat-widget-bubble-time{font-size:10px;margin-top:.25rem}.chat-widget-bubble-time--user{color:#bfdbfe}.chat-widget-bubble-time--model{color:#9ca3af}.chat-widget-typing{display:flex;justify-content:flex-start;animation:chat-widget-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.chat-widget-typing-bubble{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;border-top-left-radius:0;padding:.75rem 1rem}.chat-widget-typing-dots{display:flex;grid-gap:.25rem;gap:.25rem}.chat-widget-typing-dot{width:6px;height:6px;background-color:#9ca3af;border-radius:9999px;animation:chat-widget-bounce 1s infinite}.chat-widget-typing-dot:nth-child(2){animation-delay:.2s}.chat-widget-typing-dot:nth-child(3){animation-delay:.4s}.chat-widget-input-area{padding:1rem;border-top:1px solid #e5e7eb;background-color:#fff}.chat-widget-input-row{display:flex;grid-gap:.5rem;gap:.5rem}.chat-widget-input{flex:1 1;font-size:.875rem;border:none;background-color:#f3f4f6;padding:.5rem 1rem;border-radius:9999px;outline:none}.chat-widget-input:focus{box-shadow:0 0 0 2px rgba(59,130,246,.2)}.chat-widget-send-btn{width:2.25rem;height:2.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease;border:none;padding:10px}.chat-widget-send-btn--active{background-color:#2563eb;color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);cursor:pointer}.chat-widget-send-btn--disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.chat-widget-send-btn-icon{font-size:.875rem}.chat-widget-trigger{width:4.5rem;height:4.5rem;background-color:#2563eb;color:#fff;border-radius:9999px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease;position:relative;border:none;cursor:pointer;padding:15px}.chat-widget-trigger:active{transform:scale(.95)}.chat-widget-trigger-icon{font-size:1.25rem}.chat-widget-trigger-badge{position:absolute;top:-.25rem;right:-.25rem;width:1rem;height:1rem;background-color:#ef4444;border:2px solid #fff;border-radius:9999px}.girl-chat-icon{width:100px;object-fit:contain}