.startcall-overlay{background:rgba(17,16,18,.4)!important}.startcall{overflow:hidden;width:min(90vw,330px)!important;max-width:330px!important;padding:24px 22px 18px!important;border:1px solid #ececea!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important;text-align:center;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif}.startcall__pixels{position:absolute;inset:0;z-index:0;pointer-events:none}.startcall__body{position:relative;z-index:1}.startcall__hero{display:flex;align-items:center;justify-content:center;margin:2px auto 16px}.startcall__wave{display:flex;align-items:center;gap:4px;height:28px}.startcall__wave i{width:4px;border-radius:3px;background:#f56e59;transform:scaleY(.4);transform-origin:center;animation:startcallBar 1.05s ease-in-out infinite}.startcall__wave i:first-child{height:34%;animation-delay:.3s}.startcall__wave i:nth-child(2){height:62%;animation-delay:.18s}.startcall__wave i:nth-child(3){height:90%;animation-delay:.06s}.startcall__wave i:nth-child(4){height:100%;animation-delay:0s}.startcall__wave i:nth-child(5){height:90%;animation-delay:.06s}.startcall__wave i:nth-child(6){height:62%;animation-delay:.18s}.startcall__wave i:nth-child(7){height:34%;animation-delay:.3s}.startcall__title{font-size:17px;font-weight:650;letter-spacing:-.015em;color:#191919;margin:0 0 6px}.startcall__sub{font-size:13px;line-height:1.5;color:#8a8a8f;margin:0 auto 22px;max-width:280px}.startcall__actions{display:flex;flex-direction:column;gap:4px}.startcall__go{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:42px;border:none;border-radius:11px;background:#f56e59;color:#fff;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:background .16s ease,transform .12s ease}.startcall__go:hover{background:#e85d49}.startcall__go:active{transform:scale(.98)}.startcall__cancel{width:100%;height:36px;border:none;background:rgba(0,0,0,0);color:#a1a1aa;font-family:Google Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:550;cursor:pointer;border-radius:9px;transition:background .15s ease,color .15s ease}.startcall__cancel:hover{background:#f5f5f3;color:#57575c}@keyframes startcallBar{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){.startcall,.startcall__wave i{animation:none!important}.startcall__wave i{transform:scaleY(.75)}}