.support-widget-button{cursor:pointer;z-index:9998;color:#102039;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #00000026}.support-widget-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #0003}.support-widget-button.active{background:#fff;box-shadow:0 4px 20px #00000026}.support-widget-panel{z-index:9999;background:#fff;border-radius:16px;flex-direction:column;width:350px;height:480px;animation:.3s slideUp;display:flex;position:fixed;bottom:94px;right:30px;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.support-widget-header{color:#fff;background:linear-gradient(135deg,#102039 0%,#1a3050 100%);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.header-info{align-items:center;gap:10px;display:flex}.avatar-group{position:relative}.avatar{background:linear-gradient(135deg,#ea1826 0%,#c91420 100%);border:2px solid #fff;border-radius:50%;width:38px;height:38px}.status-indicator{background:#10b981;border:2px solid #fff;border-radius:50%;width:10px;height:10px;animation:2s infinite pulse;position:absolute;bottom:1px;right:1px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.support-widget-header h3{margin:0;font-size:15px;font-weight:600}.status-text{opacity:.9;margin:0;font-size:12px}.support-widget-messages{background:#f8f8f8;flex:1;padding:14px;overflow-y:auto}.message{margin-bottom:12px;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{justify-content:flex-end}.message-content{border-radius:16px;max-width:80%;padding:10px 14px;position:relative}.message.bot .message-content{color:#102039;background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000014}.message.user .message-content{color:#fff;background:#102039;border-bottom-right-radius:4px}.message-content p{margin:0 0 4px;font-size:13px;line-height:1.5}.message-time{opacity:.6;font-size:10px}.markdown-body{color:#102039;font-size:13px;line-height:1.5}.markdown-body p{margin:0 0 6px}.markdown-body p:last-child{margin-bottom:2px}.markdown-body strong{font-weight:600}.markdown-body em{font-style:italic}.markdown-body ul,.markdown-body ol{margin:4px 0;padding-left:18px}.markdown-body li{margin-bottom:2px;font-size:13px}.markdown-body code{background:#f0f0f0;border-radius:4px;padding:1px 5px;font-family:monospace;font-size:12px}.markdown-body pre{color:#d4d4d4;background:#1e1e1e;border-radius:8px;margin:6px 0;padding:8px 10px;overflow-x:auto}.markdown-body pre code{color:inherit;background:0 0;padding:0;font-size:12px}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin:6px 0 4px;font-weight:600;line-height:1.3}.markdown-body h1{font-size:16px}.markdown-body h2{font-size:15px}.markdown-body h3{font-size:14px}.markdown-body h4{font-size:13px}.markdown-body a{color:#ea1826;text-decoration:underline}.markdown-body blockquote{color:#555;border-left:3px solid #d0d0d0;margin:6px 0;padding:2px 10px}.markdown-body hr{border:none;border-top:1px solid #e0e0e0;margin:8px 0}.typing-indicator{gap:4px;padding:6px 0;display:flex}.typing-indicator span{background:#102039;border-radius:50%;width:7px;height:7px;animation:1.4s infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.support-widget-input{background:#fff;border-top:1px solid #ebebeb;gap:8px;padding:12px 14px;display:flex}.support-widget-input input{border:1px solid #e0e0e0;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:13px;transition:border-color .3s}.support-widget-input input:focus{border-color:#102039}.support-widget-input button{color:#fff;cursor:pointer;background:#102039;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.support-widget-input button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #1020394d}.support-widget-input button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.support-widget-panel{width:calc(100vw - 40px);height:calc(100vh - 140px);max-height:480px;bottom:84px;right:20px}.support-widget-button{bottom:20px;right:20px}}
.call-widget-button{cursor:pointer;z-index:9998;color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s ease-out infinite callPulseRing;display:flex;position:fixed;bottom:100px;right:30px;box-shadow:0 4px 20px #10b98166}.call-widget-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #10b98199}.call-widget-button.active{background:linear-gradient(135deg,#10b981 0%,#059669 100%);animation:none}@keyframes callPulseRing{0%{box-shadow:0 0 #10b98180}70%{box-shadow:0 0 0 15px #10b98100}to{box-shadow:0 0 #10b98100}}.call-widget-panel{z-index:9999;background:#fff;border-radius:20px;width:380px;height:500px;animation:.3s callSlideUp;position:fixed;bottom:170px;right:30px;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes callSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.call-widget-interface{color:#fff;background:linear-gradient(135deg,#102039 0%,#1a3050 100%);flex-direction:column;height:100%;padding:30px;display:flex}.call-widget-header{text-align:center;margin-bottom:30px}.call-widget-header h3{color:#f1f5f9;margin:0 0 8px;font-size:22px;font-weight:600}.call-widget-header p{opacity:.8;margin:0;font-size:14px}.call-widget-orb-container{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:40px;display:flex}.call-widget-orb{justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.call-widget-orb-core{z-index:3;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;width:100px;height:100px;transition:all .3s;animation:2s ease-in-out infinite callOrbPulse;position:relative;box-shadow:0 0 40px #10b98199}@keyframes callOrbPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.call-widget-ring{border:2px solid #10b9814d;border-radius:50%;position:absolute}.call-widget-ring.ring-1{width:130px;height:130px;animation:2s ease-in-out infinite callRingPulse}.call-widget-ring.ring-2{width:155px;height:155px;animation:2s ease-in-out .3s infinite callRingPulse}.call-widget-ring.ring-3{width:180px;height:180px;animation:2s ease-in-out .6s infinite callRingPulse}@keyframes callRingPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.1)}}.call-widget-bars{justify-content:center;align-items:center;gap:8px;height:60px;display:flex}.call-widget-bar{background:linear-gradient(#10b981 0%,#059669 100%);border-radius:3px;width:6px;animation:.8s ease-in-out infinite callBarAnim}.call-widget-bar:first-child{height:25px}.call-widget-bar:nth-child(2){height:40px}.call-widget-bar:nth-child(3){height:55px}.call-widget-bar:nth-child(4){height:40px}.call-widget-bar:nth-child(5){height:25px}@keyframes callBarAnim{0%,to{opacity:.5;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}.call-widget-status{justify-content:center;align-items:center;gap:8px;margin-bottom:25px;font-size:14px;display:flex}.call-widget-pulse-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.call-widget-error{color:#f87171;text-align:center;margin-bottom:15px;font-size:13px}.call-widget-controls{justify-content:center;align-items:center;gap:20px;display:flex}.call-widget-controls button{cursor:pointer;color:#fff;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex}.call-widget-mute-btn,.call-widget-speaker-btn{background:#fff3;border-radius:50%;width:50px;height:50px}.call-widget-mute-btn:hover,.call-widget-speaker-btn:hover{background:#ffffff4d;transform:scale(1.1)}.call-widget-end-btn{background:linear-gradient(135deg,#ea1826 0%,#c91420 100%);border-radius:30px;gap:8px;height:50px;padding:0 24px;font-size:14px;font-weight:600;box-shadow:0 4px 20px #ea182666}.call-widget-end-btn:hover{transform:scale(1.05);box-shadow:0 6px 30px #ea182699}.call-widget-start-btn{background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:30px;gap:10px;height:50px;padding:0 30px;font-size:16px;font-weight:600;box-shadow:0 4px 20px #10b98166}.call-widget-start-btn:hover{transform:scale(1.05);box-shadow:0 6px 30px #10b98199}@media (max-width:480px){.call-widget-panel{width:calc(100vw - 40px);height:calc(100vh - 200px);max-height:500px;bottom:160px;right:20px}.call-widget-button{bottom:90px;right:20px}.call-widget-orb{width:140px;height:140px}.call-widget-orb-core{width:80px;height:80px}.call-widget-ring.ring-1{width:105px;height:105px}.call-widget-ring.ring-2{width:125px;height:125px}.call-widget-ring.ring-3{width:140px;height:140px}}
