.speedchat-widget{position:fixed;bottom:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;direction:rtl}.speedchat-widget.position-left{left:20px;right:auto}.speedchat-widget.position-right{right:20px;left:auto}.sc-launcher{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:transform .3s,box-shadow .3s;position:relative;color:#fff}.sc-launcher:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.25)}.sc-launcher-icon svg{display:block}.sc-notification-badge{position:absolute;top:-4px;right:-4px;background:#f44;color:#fff;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;animation:sc-pulse 1.5s infinite}@keyframes sc-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.sc-chat-panel{position:absolute;bottom:70px;width:360px;max-height:560px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.18);overflow:hidden;display:flex;flex-direction:column;animation:sc-slideIn .3s ease}.position-left .sc-chat-panel{left:0}.position-right .sc-chat-panel{right:0}@keyframes sc-slideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-header{padding:14px 18px;color:#fff;display:flex;justify-content:space-between;align-items:center}.sc-header-info{display:flex;flex-direction:column;gap:2px}.sc-header-info strong{font-size:15px}.sc-status{font-size:12px;opacity:.9}.sc-status.online:before{content:'';display:inline-block;width:8px;height:8px;background:#fff;border-radius:50%;margin-left:5px;vertical-align:middle;animation:sc-blink 1.5s infinite}@keyframes sc-blink{0%,100%{opacity:1}50%{opacity:.3}}.sc-header-actions{display:flex;gap:8px}.sc-header-actions button{background:0 0;border:none;color:#fff;font-size:20px;cursor:pointer;opacity:.8;padding:0 4px;line-height:1}.sc-header-actions button:hover{opacity:1}.sc-body{flex:1;overflow-y:auto;background:#f8f9fa}.sc-pre-chat{padding:20px}.sc-greeting{font-size:14px;color:#333;margin-bottom:16px;text-align:center;line-height:1.6}.sc-pre-chat-form input,.sc-pre-chat-form textarea,.sc-pre-chat-form select{width:100%;padding:11px;margin-bottom:10px;border:1px solid #ddd;border-radius:8px;font-size:14px;box-sizing:border-box;transition:border-color .2s}.sc-pre-chat-form input:focus,.sc-pre-chat-form textarea:focus,.sc-pre-chat-form select:focus{outline:none;border-color:#25d366}.sc-btn{width:100%;padding:12px;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}.sc-btn:hover{opacity:.9}.sc-chat-area{padding:12px;display:flex;flex-direction:column;height:350px}.sc-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.sc-message{display:flex;flex-direction:column;max-width:85%}.sc-message-operator{align-self:flex-start}.sc-message-visitor{align-self:flex-end}.sc-message-system{align-self:center}.sc-message-content{padding:8px 14px;border-radius:14px;font-size:14px;line-height:1.5;word-wrap:break-word}.sc-message-operator .sc-message-content{background:#e8f5e9;border-bottom-left-radius:4px}.sc-message-visitor .sc-message-content{background:#25d366;color:#fff;border-bottom-right-radius:4px}.sc-message-system .sc-message-content{background:#f0f0f0;color:#888;font-size:12px;padding:4px 12px;border-radius:10px}.sc-message-time{font-size:10px;color:#999;margin-top:2px;display:block}.sc-message-visitor .sc-message-time{color:rgba(255,255,255,.7);text-align:left}.sc-message-read{font-size:11px;color:#4fc3f7;text-align:left;display:block}.sc-message-image{max-width:200px;border-radius:8px;cursor:pointer}.sc-message-file a{color:inherit;text-decoration:underline}.sc-typing{display:flex;gap:4px;padding:10px 0;align-items:center}.sc-typing span{width:8px;height:8px;background:#bbb;border-radius:50%;animation:sc-typingAnim 1.4s infinite}.sc-typing span:nth-child(2){animation-delay:.2s}.sc-typing span:nth-child(3){animation-delay:.4s}.sc-typing-text{margin-right:8px;font-size:13px;color:#888}@keyframes sc-typingAnim{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-8px)}}.sc-footer{padding:10px 12px;border-top:1px solid #eee;display:flex;gap:6px;align-items:flex-end;background:#fff}.sc-footer textarea{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 14px;font-size:14px;resize:none;outline:none;max-height:60px;font-family:inherit}.sc-footer textarea:focus{border-color:#25d366}.sc-footer .sc-btn{width:auto;padding:8px 18px;border-radius:20px;white-space:nowrap;font-size:13px}.sc-file-btn{background:0 0;border:none;font-size:22px;cursor:pointer;padding:4px 6px;color:#888;line-height:1}.sc-file-btn:hover{color:#555}.sc-rating-area{padding:20px;text-align:center}.sc-rating-area p{font-size:14px;color:#333;margin-bottom:10px}.sc-stars{display:flex;gap:6px;justify-content:center;direction:ltr}.sc-star,.sc-stars span{font-size:30px;cursor:pointer;color:#ddd;transition:color .2s,transform .2s}.sc-star.active,.sc-stars span.active,.sc-star:hover,.sc-stars span:hover{color:#ffc107;transform:scale(1.2)}.sc-rating-thanks{color:#25d366;font-weight:600;margin-top:10px}.sc-offline{text-align:center;padding:10px 0}.sc-offline p{font-size:13px;color:#666;margin-bottom:12px}.sc-offline textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;margin-bottom:10px;resize:none;box-sizing:border-box}@media (max-width:480px){.sc-chat-panel{width:100%;height:100%;max-height:100%;position:fixed;top:0;left:0;right:0;bottom:0;border-radius:0}.speedchat-widget.position-left,.speedchat-widget.position-right{bottom:10px;left:10px;right:auto}}