.support-chat-container{position:fixed;bottom:90px;right:24px;width:390px;height:550px;max-height:calc(100vh - 110px);background-color:#ffffff;border-radius:24px;box-shadow:0 16px 48px rgba(15,23,42,.14);border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;z-index:9999;transform-origin:bottom right;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.support-chat-container.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;animation:slideUpOpen .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUpOpen{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.support-chat-button{position:fixed;bottom:24px;right:24px;z-index:10000;background-color:#14cfb1;color:#ffffff;border:none;height:48px;border-radius:24px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 16px rgba(20,207,177,.35);transition:all .3s cubic-bezier(.16,1,.3,1);font-size:15px;font-weight:600;overflow:hidden;white-space:nowrap}.support-chat-button:hover{background-color:#0fbfa1;box-shadow:0 6px 20px rgba(20,207,177,.45);transform:translateY(-2px)}.support-chat-button:active{transform:translateY(0)}.support-chat-button.is-active{width:48px;height:48px;padding:0;border-radius:50%;background-color:#14cfb1;transform:rotate(90deg)}.support-chat-button.is-active:hover{transform:rotate(180deg) scale(1.05)}.btn-icon-wrapper{display:flex;align-items:center;justify-content:center}.btn-text{transition:opacity .2s ease}.support-chat-button .mobile-icon{display:none}.support-chat-button .desktop-icon{display:flex}.chat-header-actions{display:flex;justify-content:space-between;align-items:center;padding:12px;background-color:#ffffff;border-bottom:1px solid #f1f5f9}.chat-header-left{display:flex;align-items:center;gap:6px}.chat-back-btn{width:30px;height:30px;border-radius:50%;background-color:#f1f5f9;border:none;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-back-btn:hover{background-color:#e2e8f0;transform:scale(1.05)}.chat-main-title{font-size:20px;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.3px}.chat-end-btn{background-color:#14cfb1;color:#ffffff;border:none;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 2px 8px rgba(20,207,177,.25);transition:all .2s ease}.chat-end-btn:hover{background-color:#0fbfa1;transform:translateY(-1px);box-shadow:0 4px 12px rgba(20,207,177,.35)}.chat-end-btn:disabled{opacity:.8;cursor:not-allowed;transform:none}.end-btn-spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:chatSpinner .8s linear infinite;display:inline-block}.chat-ending-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:250px;gap:12px;color:#64748b;font-size:14px;font-weight:500}.chat-ending-spinner{width:30px;height:30px;border:3px solid #e2e8f0;border-top-color:#14cfb1;border-radius:50%;animation:chatSpinner .8s linear infinite}@keyframes chatSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-modal-messages{flex:1 1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;background-color:#ffffff;box-sizing:border-box}.chat-modal-messages::-webkit-scrollbar{width:5px}.chat-modal-messages::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.chat-bubble-row{display:flex;width:100%}.user-row{justify-content:flex-end}.agent-row{justify-content:flex-start}.chat-bubble{max-width:80%;width:-moz-fit-content;width:fit-content;padding:6px 10px 6px 12px;display:inline-flex;flex-direction:row;align-items:flex-end;flex-wrap:wrap;gap:8px;position:relative}.user-bubble{background-color:#14cfb1;color:#ffffff;border-radius:16px 16px 3px 16px;box-shadow:0 1px 4px rgba(20,207,177,.12)}.agent-bubble{background-color:#f1f3f9;color:#0f172a;border-radius:16px 16px 16px 3px;border:none}.chat-bubble-text{font-size:13.5px;line-height:1.4;word-break:break-word;font-weight:400;flex:1 1 auto}.chat-bubble-time{font-size:9.5px;font-weight:400;white-space:nowrap;margin-left:auto;margin-bottom:1px}.user-bubble .chat-bubble-time{color:rgba(255,255,255,.8)}.agent-bubble .chat-bubble-time{color:#94a3b8}.chat-modal-input-bar{display:flex;align-items:center;gap:10px;padding:8px 16px calc(12px + env(safe-area-inset-bottom));background-color:#ffffff;border-top:1px solid #f1f5f9;box-sizing:border-box}.chat-input-field{flex:1 1;height:40px;padding:0 20px;border:1px solid #e2e8f0;border-radius:24px;font-size:15px;font-family:inherit;outline:none;background-color:#ffffff;color:#0f172a;transition:all .2s ease}.chat-input-field::placeholder{color:#94a3b8}.chat-input-field:focus{border-color:#14cfb1;box-shadow:0 0 0 3px rgba(20,207,177,.12)}.chat-input-field:disabled{opacity:.6}.chat-send-btn{width:40px;height:40px;border-radius:50%;background-color:#14cfb1;color:#ffffff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 10px rgba(20,207,177,.3);transition:all .2s ease;flex-shrink:0}.chat-send-btn:hover:not(:disabled){background-color:#0fbfa1;transform:scale(1.05)}.chat-send-btn:disabled{background-color:#e2e8f0;color:#cbd5e1;box-shadow:none;cursor:not-allowed}.chat-send-btn svg{margin-left:1px}.typing-indicator-bubble{padding:12px 16px}.typing-indicator-container{display:flex;align-items:center;gap:6px}.typing-text{font-size:13px;color:#64748b;font-weight:500;line-height:1}.typing-indicator{display:flex;align-items:center;gap:3px}.typing-indicator span{width:4px;height:4px;background-color:#64748b;border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite both}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:480px){.support-chat-container{bottom:0;right:0;left:0;top:0;width:100%;height:100%;height:100dvh;max-height:100%;max-height:100dvh;border-radius:0;z-index:10001;border:none}.chat-header-actions{padding:18px 20px 14px}.chat-main-title{font-size:22px}.support-chat-button{bottom:68px;right:16px;width:45px;height:45px;border-radius:50%;padding:0;box-shadow:0 4px 20px rgba(20,207,177,.4)}.support-chat-button .btn-text,.support-chat-button .desktop-icon{display:none}.support-chat-button .mobile-icon{display:flex}.support-chat-button.is-active{width:56px;height:56px;transform:rotate(90deg)}}