.webphone{position:fixed;bottom:24px;left:24px;z-index:99999;font-family:yekanR}.webphone__fab{width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;cursor:pointer;box-shadow:0 4px 16px rgba(18,140,126,.4);display:flex;align-items:center;justify-content:center;transition:.3s cubic-bezier(.4, 0, .2, 1);position:relative;z-index:2}.webphone__panel,.webphone__panel.open{transition-duration:.3s;transition-timing-function:cubic-bezier(.17,.67,.46,1.49)}.webphone__fab:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(18,140,126,.5)}.webphone__fab:active{transform:scale(.95)}.webphone__fab.active{background:linear-gradient(135deg,#1a9e4a,#0d6b5e);animation:2s ease-in-out infinite fab-pulse}@keyframes fab-pulse{0%,100%{box-shadow:0 4px 16px rgba(18,140,126,.4)}50%{box-shadow:0 4px 24px rgba(18,140,126,.7),0 0 0 8px rgba(37,211,102,.15)}}.webphone__panel{position:absolute;bottom:72px;left:35px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);padding:20px;min-width:260px;opacity:0}.webphone__panel.open{opacity:1}.webphone__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:8px}.webphone__title{font-size:14px;font-weight:700;color:#1a1a2e}.webphone__status{font-size:11px;color:#888;background:#f5f5f5;padding:3px 10px;border-radius:12px;white-space:nowrap}.webphone__status.connected{color:#128c7e;background:#e8f8f5}.webphone__status.error{color:#e74c3c;background:#fdf0ef}.webphone__status.calling{color:#e67e22;background:#fef5e7;animation:1s ease-in-out infinite status-blink}.webphone__status.talking{color:#2980b9;background:#ebf5fb}@keyframes status-blink{0%,100%{opacity:1}50%{opacity:.5}}.webphone__timer{text-align:center;font-size:28px;font-weight:700;color:#1a1a2e;font-variant-numeric:tabular-nums;letter-spacing:2px;padding:8px 0;display:none;font-family:yekanR}.webphone__call-btn,.webphone__hangup{gap:8px;padding:12px 20px;color:#fff;font-size:14px;font-weight:700;font-family:yekanR;cursor:pointer;transition:.25s}.webphone__timer.visible{display:block}.webphone__buttons{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.webphone__call-btn{display:flex;align-items:center;justify-content:center;border:none;border-radius:12px;background:linear-gradient(135deg,#25d366,#128c7e);position:relative;overflow:hidden}.webphone__call-btn:hover{background:linear-gradient(135deg,#20c05c,#0f7a6e);transform:translateY(-1px);box-shadow:0 4px 12px rgba(18,140,126,.3)}.webphone__call-btn:active{transform:translateY(0)}.webphone__call-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.webphone__call-btn.calling{background:linear-gradient(135deg,#f39c12,#e67e22);animation:1.5s ease-in-out infinite btn-calling}@keyframes btn-calling{0%,100%{box-shadow:0 0 0 0 rgba(243,156,18,.4)}50%{box-shadow:0 0 0 10px rgba(243,156,18,0)}}.webphone__call-btn svg{flex-shrink:0}.webphone__hangup{display:flex;align-items:center;justify-content:center;width:100%;border:none;border-radius:12px;background:linear-gradient(135deg,#e74c3c,#c0392b);margin-top:8px}.webphone__hangup:hover{background:linear-gradient(135deg,#d63a2e,#a93226);transform:translateY(-1px);box-shadow:0 4px 12px rgba(231,76,60,.3)}.webphone__hangup:active{transform:translateY(0)}.webphone__error{font-size:12px;color:#e74c3c;text-align:center;padding:6px;margin-top:8px;border-radius:8px;background:#fdf0ef;display:none}.webphone__error.visible{display:block;animation:.4s error-shake}@keyframes error-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}@media (max-width:480px){.webphone{bottom:16px;left:16px}.webphone__panel{min-width:220px}}
