*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}
.LiveSupportWidget-module__aK_CCW__floatingButton{z-index:9999;cursor:pointer;color:#0a0a0a;background:linear-gradient(135deg,#89dae1 0%,#5bc4cc 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #89dae166}.LiveSupportWidget-module__aK_CCW__floatingButton:hover{transform:scale(1.1);box-shadow:0 6px 30px #89dae199}.LiveSupportWidget-module__aK_CCW__floatingButton:active{transform:scale(.95)}.LiveSupportWidget-module__aK_CCW__badge{color:#fff;background:#ef4444;border:2px solid #0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.LiveSupportWidget-module__aK_CCW__chatWindow{z-index:9999;background:#111;border:1px solid #89dae133;border-radius:16px;flex-direction:column;width:380px;height:520px;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 10px 50px #00000080}@media (max-width:768px){.LiveSupportWidget-module__aK_CCW__chatWindow{border-radius:12px;width:auto;height:auto;position:fixed;inset:16px}}.LiveSupportWidget-module__aK_CCW__header{background:linear-gradient(135deg,#89dae1 0%,#5bc4cc 100%);justify-content:space-between;align-items:center;padding:16px;display:flex}.LiveSupportWidget-module__aK_CCW__headerInfo{align-items:center;gap:12px;display:flex}.LiveSupportWidget-module__aK_CCW__headerIcon{color:#0a0a0a;background:#0a0a0a33;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.LiveSupportWidget-module__aK_CCW__headerTitle{color:#0a0a0a;margin:0;font-size:16px;font-weight:700}.LiveSupportWidget-module__aK_CCW__headerSubtitle{color:#0a0a0ab3;margin:0;font-size:12px}.LiveSupportWidget-module__aK_CCW__closeButton{cursor:pointer;color:#0a0a0a;background:#0a0a0a1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.LiveSupportWidget-module__aK_CCW__closeButton:hover{background:#0a0a0a33}.LiveSupportWidget-module__aK_CCW__content{background:#0a0a0a;flex:1;padding:16px;overflow-y:auto}.LiveSupportWidget-module__aK_CCW__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.LiveSupportWidget-module__aK_CCW__errorText{color:#ef4444;margin:12px 0 16px;font-size:14px}.LiveSupportWidget-module__aK_CCW__retryButton{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,#89dae1 0%,#5bc4cc 100%);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.LiveSupportWidget-module__aK_CCW__retryButton:hover{transform:scale(1.05)}.LiveSupportWidget-module__aK_CCW__formContainer{flex-direction:column;gap:16px;padding:8px;display:flex}.LiveSupportWidget-module__aK_CCW__welcomeMessage{text-align:center;margin-bottom:8px}.LiveSupportWidget-module__aK_CCW__welcomeMessage h4{color:#89dae1;margin:0 0 8px;font-size:18px;font-weight:700}.LiveSupportWidget-module__aK_CCW__welcomeMessage p{color:#9ca3af;margin:0;font-size:14px}.LiveSupportWidget-module__aK_CCW__formGroup{flex-direction:column;gap:6px;display:flex}.LiveSupportWidget-module__aK_CCW__formGroup label{color:#d1d5db;font-size:13px;font-weight:500}.LiveSupportWidget-module__aK_CCW__input{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:12px 14px;font-size:14px;transition:border-color .2s}.LiveSupportWidget-module__aK_CCW__input:focus{border-color:#89dae1;outline:none}.LiveSupportWidget-module__aK_CCW__input::placeholder{color:#6b7280}.LiveSupportWidget-module__aK_CCW__startButton{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,#89dae1 0%,#5bc4cc 100%);border:none;border-radius:8px;justify-content:center;align-items:center;min-height:48px;margin-top:8px;padding:14px 20px;font-size:15px;font-weight:600;transition:all .2s;display:flex}.LiveSupportWidget-module__aK_CCW__startButton:hover:not(:disabled){transform:scale(1.02);box-shadow:0 4px 20px #89dae14d}.LiveSupportWidget-module__aK_CCW__startButton:disabled{opacity:.6;cursor:not-allowed}.LiveSupportWidget-module__aK_CCW__loadingContainer{justify-content:center;align-items:center;height:100%;display:flex}.LiveSupportWidget-module__aK_CCW__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.LiveSupportWidget-module__aK_CCW__emptyState p{color:#9ca3af;margin-top:12px;font-size:14px}.LiveSupportWidget-module__aK_CCW__messagesContainer{flex-direction:column;gap:12px;display:flex}.LiveSupportWidget-module__aK_CCW__messageRow{display:flex}.LiveSupportWidget-module__aK_CCW__messageRowRight{justify-content:flex-end}.LiveSupportWidget-module__aK_CCW__messageRowLeft{justify-content:flex-start}.LiveSupportWidget-module__aK_CCW__messageBubble{border-radius:16px;max-width:80%;padding:10px 14px}.LiveSupportWidget-module__aK_CCW__messageBubbleVisitor{color:#0a0a0a;background:linear-gradient(135deg,#89dae1 0%,#5bc4cc 100%);border-bottom-right-radius:4px}.LiveSupportWidget-module__aK_CCW__messageBubbleAdmin{color:#fff;background:#1a1a1a;border:1px solid #333;border-bottom-left-radius:4px}.LiveSupportWidget-module__aK_CCW__messageText{word-wrap:break-word;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.LiveSupportWidget-module__aK_CCW__messageTime{margin:4px 0 0;font-size:10px}.LiveSupportWidget-module__aK_CCW__messageTimeVisitor{color:#0a0a0a99}.LiveSupportWidget-module__aK_CCW__messageTimeAdmin{color:#6b7280}.LiveSupportWidget-module__aK_CCW__inputArea{background:#111;border-top:1px solid #222;gap:8px;padding:12px;display:flex}.LiveSupportWidget-module__aK_CCW__messageInput{color:#fff;background:#1a1a1a;border:1px solid #333;border-radius:12px;flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}.LiveSupportWidget-module__aK_CCW__messageInput:focus{border-color:#89dae1;outline:none}.LiveSupportWidget-module__aK_CCW__messageInput::placeholder{color:#6b7280}.LiveSupportWidget-module__aK_CCW__messageInput:disabled{opacity:.5}.LiveSupportWidget-module__aK_CCW__sendButton{cursor:pointer;color:#0a0a0a;background:linear-gradient(135deg,#89dae1 0%,#5bc4cc 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.LiveSupportWidget-module__aK_CCW__sendButton:hover:not(:disabled){transform:scale(1.05)}.LiveSupportWidget-module__aK_CCW__sendButton:disabled{color:#666;cursor:not-allowed;background:#333}.LiveSupportWidget-module__aK_CCW__spinner{border:2px solid #0a0a0a4d;border-top-color:#0a0a0a;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite LiveSupportWidget-module__aK_CCW__spin}.LiveSupportWidget-module__aK_CCW__spinnerLarge{border:3px solid #89dae14d;border-top-color:#89dae1;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite LiveSupportWidget-module__aK_CCW__spin}.LiveSupportWidget-module__aK_CCW__spinnerSmall{border:2px solid #0a0a0a4d;border-top-color:#0a0a0a;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite LiveSupportWidget-module__aK_CCW__spin}@keyframes LiveSupportWidget-module__aK_CCW__spin{to{transform:rotate(360deg)}}
