.chat-widget-container{position:fixed;bottom:25px;right:25px;z-index:9999;font-family:Inter,sans-serif}.chat-bubble{width:60px;height:60px;background:var(--rc-gradient-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 10px 25px #3b82f666;transition:all .3s ease}.chat-bubble:hover{transform:scale(1.1) rotate(5deg)}.chat-window{position:absolute;bottom:80px;right:0;width:380px;height:550px;background:#fff;border-radius:20px;box-shadow:0 15px 50px #00000026;display:none;flex-direction:column;overflow:hidden;transform-origin:bottom right;transition:all .3s cubic-bezier(.68,-.55,.27,1.55)}.chat-window.active{display:flex}.chat-header{background:var(--rc-dark-blue);padding:20px;color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-header-info{display:flex;align-items:center}.chat-header-info img{width:40px;height:40px;border-radius:50%;margin-right:12px;background:#fff;padding:5px}.chat-header-title h5{margin:0;font-size:16px;font-weight:700;color:#fff!important}.chat-header-title span{font-size:12px;opacity:.8;color:#ffffffe6!important}.chat-body{flex:1;padding:20px;overflow-y:auto;background:#f8faff}.chat-message{margin-bottom:15px;max-width:85%;padding:12px 16px;border-radius:15px;font-size:14px;line-height:1.5;position:relative}.message-assistant{background:#fff;color:var(--rc-dark-blue);align-self:flex-start;border-bottom-left-radius:2px;box-shadow:0 2px 5px #00000005}.message-user{background:var(--rc-accent);color:#fff;align-self:flex-end;margin-left:auto;border-bottom-right-radius:2px}.chat-footer{padding:15px;background:#fff;border-top:1px solid #eee}.chat-lead-form{padding:20px;background:#fff;border-top:1px solid #eee}.chat-lead-form h6{font-weight:700;margin-bottom:5px;color:var(--rc-dark-blue)}.chat-lead-form p{font-size:12px;color:#666;margin-bottom:15px}.chat-lead-form .form-control{border-radius:8px;border:1px solid #ddd;font-size:13px;padding:8px 12px}.chat-lead-form .form-control:focus{border-color:var(--rc-accent);box-shadow:0 0 0 .2rem #3b82f61a}.chat-input-group{display:flex;background:#f0f2f5;border-radius:30px;padding:5px 15px}.chat-input-group input{flex:1;background:transparent;border:none;padding:10px 0;font-size:14px;outline:none}.chat-input-group button{background:transparent;border:none;color:var(--rc-accent);cursor:pointer;padding:0 5px;transition:all .2s}.chat-input-group button:hover{transform:scale(1.2)}.typing-indicator{display:none;font-size:12px;color:#888;margin-bottom:10px;padding-left:5px}.typing-indicator span{display:inline-block;width:4px;height:4px;background:#888;border-radius:50%;margin-right:2px;animation:bounce 1.3s infinite}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media(max-width:767px){.chat-widget-container{bottom:75px;right:15px}.chat-window{position:fixed;width:calc(100% - 30px);height:70vh;max-height:500px;bottom:135px;right:15px;border-radius:15px;z-index:10000}.chat-bubble{width:55px;height:55px;font-size:22px}.chat-header{padding:12px 15px}.chat-body{padding:15px}.chat-message{max-width:92%;font-size:13px;padding:10px 14px}}@media(max-width:480px){.chat-window{bottom:135px;height:65vh}}
