.eve-calls{inline-size:100%;max-inline-size:var(--eve-shell-post);padding:var(--eve-space-4) var(--eve-space-4) var(--eve-space-6);margin-inline:auto}.eve-calls__head{justify-content:space-between;align-items:baseline;gap:var(--eve-space-3);padding-block-end:var(--eve-space-3);display:flex}.eve-calls__title{font-size:var(--eve-text-h3);line-height:var(--eve-lh-title);font-weight:var(--eve-weight-title);letter-spacing:var(--eve-track-h3);color:var(--eve-ink);margin:0}.eve-calls__truth{margin:0 0 var(--eve-space-4);padding:var(--eve-space-3);border:var(--eve-rule) solid var(--eve-hairline);border-radius:var(--eve-radius-card);background:var(--eve-surface-sunken);font-size:var(--eve-text-caption);line-height:var(--eve-lh-caption);color:var(--eve-ink-soft)}.eve-calls__rows{margin:0;padding:0;list-style:none}.eve-call{grid-template-columns:var(--eve-space-7) 1fr auto;align-items:center;gap:var(--eve-space-3);padding-block:var(--eve-space-3);border-block-end:var(--eve-rule) solid var(--eve-hairline);display:grid}.eve-call__face{inline-size:var(--eve-space-7);block-size:var(--eve-space-7);border-radius:var(--eve-radius-circle);background:var(--eve-avatar-fallback);color:var(--eve-ink-soft);font-size:var(--eve-text-caption);font-weight:var(--eve-weight-title);text-transform:uppercase;justify-content:center;align-items:center;display:flex}.eve-call__who{gap:var(--eve-space-1);flex-direction:column;min-inline-size:0;display:flex}.eve-call__name{font-size:var(--eve-text-body);font-weight:var(--eve-weight-title);color:var(--eve-ink);text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}a.eve-call__name:hover{text-decoration:underline}.eve-call__what{font-size:var(--eve-text-caption);color:var(--eve-ink-soft)}.eve-call[data-missed=true] .eve-call__what{color:var(--eve-danger-ink)}.eve-call__when{font-size:var(--eve-text-caption);color:var(--eve-ink-soft);white-space:nowrap}.eve-calls__state{padding-block:var(--eve-space-6);text-align:center;color:var(--eve-ink-soft)}.eve-calls__state-title{margin:0 0 var(--eve-space-2);font-size:var(--eve-text-title);line-height:var(--eve-lh-title);font-weight:var(--eve-weight-title);color:var(--eve-ink)}.eve-calls__more,.eve-calls__retry{min-block-size:var(--eve-tap-min);padding-inline:var(--eve-space-4);border:var(--eve-rule) solid var(--eve-hairline);border-radius:var(--eve-radius-chip);background:var(--eve-surface-card);color:var(--eve-action);font-size:var(--eve-text-button);font-weight:var(--eve-weight-cta);cursor:pointer;margin-block-start:var(--eve-space-4)}.eve-calls__note{margin:var(--eve-space-2) 0 0;font-size:var(--eve-text-caption);color:var(--eve-ink-soft)}.eve-calls__note[data-tone=error]{color:var(--eve-danger-ink)}.eve-callring{z-index:var(--eve-z-toast);inline-size:min(100% - var(--eve-space-6), var(--eve-panel));justify-items:center;gap:var(--eve-space-2);padding:var(--eve-space-5) var(--eve-space-4) var(--eve-space-4);border:var(--eve-rule) solid var(--eve-glass-edge);border-radius:var(--eve-radius-panel);background:var(--eve-glass-bg);-webkit-backdrop-filter:var(--eve-glass-filter);backdrop-filter:var(--eve-glass-filter);box-shadow:var(--eve-shadow-float);transition:transform var(--eve-dur-standard) var(--eve-ease-enter);margin-inline:auto;display:grid;position:fixed;inset-block-start:calc(var(--eve-safe-top) + var(--eve-space-4));inset-inline:0;transform:translateY(0)}.eve-callring[data-state=enter],.eve-callring[data-state=exit]{transform:translateY(-140%)}.eve-callring[data-state=exit]{transition-timing-function:var(--eve-ease-exit)}@media (prefers-reduced-motion:reduce){.eve-callring,.eve-callring[data-state=enter],.eve-callring[data-state=exit]{transition:none;transform:none}}.eve-callring .eve-ring__face{inline-size:calc(var(--eve-space-7) * 1.5);block-size:calc(var(--eve-space-7) * 1.5);border-radius:var(--eve-radius-circle);background:var(--eve-avatar-fallback);color:var(--eve-ink-soft);font-size:var(--eve-text-title);font-weight:var(--eve-weight-title);text-transform:uppercase;place-items:center;display:grid;overflow:hidden}.eve-callring .eve-ring__avatar{object-fit:cover;block-size:100%;inline-size:100%}.eve-callring .eve-ring__who{max-inline-size:100%;font-size:var(--eve-text-title);line-height:var(--eve-lh-title);font-weight:var(--eve-weight-title);color:var(--eve-ink);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.eve-callring .eve-ring__what{font-size:var(--eve-text-caption);color:var(--eve-ink-soft);margin:0}.eve-callring .eve-ring__note{text-align:center;font-size:var(--eve-text-caption);line-height:var(--eve-lh-caption);color:var(--eve-ink-soft);margin:0}.eve-callring .eve-ring__actions{gap:var(--eve-space-7);margin-block-start:var(--eve-space-3);display:flex}.eve-callring .eve-ring__action{justify-items:center;gap:var(--eve-space-2);display:grid}.eve-callring .eve-ring__btn{inline-size:calc(var(--eve-space-7) + var(--eve-space-2));block-size:calc(var(--eve-space-7) + var(--eve-space-2));border-radius:var(--eve-radius-circle);cursor:pointer;color:var(--eve-on-media-ink);transition:transform var(--eve-dur-press-scale) var(--eve-ease-press);border:0;place-items:center;display:grid}.eve-callring .eve-ring__btn:active{transform:scale(var(--eve-press-scale-control))}@media (prefers-reduced-motion:reduce){.eve-ring__btn{transition:none}.eve-ring__btn:active{transform:none}}.eve-callring .eve-ring__btn[data-tone=decline]{background:var(--eve-danger-fill)}.eve-callring .eve-ring__btn[data-tone=accept]{background:var(--eve-online)}.eve-callring .eve-ring__label{font-size:var(--eve-text-caption);font-weight:var(--eve-weight-cta);color:var(--eve-ink)}.eve-callring .eve-ring__glyph{inline-size:var(--eve-icon);block-size:var(--eve-icon);background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M451,374c-15.88-16-54.34-39.35-73-48.76C353.7,313,351.7,312,332.6,326.19c-12.74,9.47-21.21,17.93-36.12,14.75s-47.31-21.11-75.68-49.39-47.34-61.62-50.53-76.48,5.41-23.23,14.79-36c13.22-18,12.22-21,.92-45.3-8.81-18.9-32.84-57-48.9-72.8C119.9,44,119.9,47,108.83,51.6A160.15,160.15,0,0,0,83,65.37C67,76,58.12,84.83,51.91,98.1s-9,44.38,23.07,102.64,54.57,88.05,101.14,134.49S258.5,406.64,310.85,436c64.76,36.27,89.6,29.2,102.91,23s22.18-15,32.83-31a159.09,159.09,0,0,0,13.8-25.8C465,391.17,468,391.17,451,374Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M451,374c-15.88-16-54.34-39.35-73-48.76C353.7,313,351.7,312,332.6,326.19c-12.74,9.47-21.21,17.93-36.12,14.75s-47.31-21.11-75.68-49.39-47.34-61.62-50.53-76.48,5.41-23.23,14.79-36c13.22-18,12.22-21,.92-45.3-8.81-18.9-32.84-57-48.9-72.8C119.9,44,119.9,47,108.83,51.6A160.15,160.15,0,0,0,83,65.37C67,76,58.12,84.83,51.91,98.1s-9,44.38,23.07,102.64,54.57,88.05,101.14,134.49S258.5,406.64,310.85,436c64.76,36.27,89.6,29.2,102.91,23s22.18-15,32.83-31a159.09,159.09,0,0,0,13.8-25.8C465,391.17,468,391.17,451,374Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.eve-callring .eve-ring__glyph[data-glyph=decline]{transform:rotate(135deg)}.eve-callsurface{z-index:var(--eve-z-toast);inline-size:min(100% - var(--eve-space-6), var(--eve-panel));justify-items:center;gap:var(--eve-space-2);padding:var(--eve-space-4);border:var(--eve-rule) solid var(--eve-glass-edge);border-radius:var(--eve-radius-panel);background:var(--eve-glass-bg);-webkit-backdrop-filter:var(--eve-glass-filter);backdrop-filter:var(--eve-glass-filter);box-shadow:var(--eve-shadow-float);display:grid;position:fixed;inset-block-end:calc(var(--eve-safe-bottom) + var(--eve-space-4));inset-inline-end:var(--eve-space-4)}@media (max-width:735px){.eve-callsurface{inset-inline:var(--eve-space-3);inline-size:auto}}.eve-callsurface__sink{opacity:0;pointer-events:none;block-size:1px;inline-size:1px;position:absolute}.eve-callsurface__stage{aspect-ratio:4/3;border-radius:var(--eve-radius-card);background:var(--eve-surface-sunken);place-items:center;inline-size:100%;display:grid;position:relative;overflow:hidden}.eve-callsurface[data-kind=audio] .eve-callsurface__stage{aspect-ratio:auto;padding-block:var(--eve-space-3);background:0 0}.eve-callsurface__remote{object-fit:cover;block-size:100%;inline-size:100%}.eve-callsurface__pip{border-radius:var(--eve-radius-chip);border:var(--eve-rule) solid var(--eve-on-media-line-hair);object-fit:cover;inline-size:28%;position:absolute;inset-block-end:var(--eve-space-2);inset-inline-end:var(--eve-space-2);transform:scaleX(-1)}.eve-callsurface__face{inline-size:calc(var(--eve-space-7) * 1.5);block-size:calc(var(--eve-space-7) * 1.5);border-radius:var(--eve-radius-circle);background:var(--eve-avatar-fallback);color:var(--eve-ink-soft);font-size:var(--eve-text-title);font-weight:var(--eve-weight-title);text-transform:uppercase;place-items:center;display:grid;overflow:hidden}.eve-callsurface__avatar{object-fit:cover;block-size:100%;inline-size:100%}.eve-callsurface__name{margin:var(--eve-space-2) 0 0;max-inline-size:100%;font-size:var(--eve-text-body);font-weight:var(--eve-weight-title);color:var(--eve-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eve-callsurface__state{min-block-size:var(--eve-space-4);font-size:var(--eve-text-caption);color:var(--eve-ink-soft);font-variant-numeric:tabular-nums;margin:0}.eve-callsurface__detail{text-align:center;font-size:var(--eve-text-caption);line-height:var(--eve-lh-caption);color:var(--eve-ink-soft);margin:0}.eve-callsurface__controls{gap:var(--eve-space-4);margin-block-start:var(--eve-space-3);display:flex}.eve-callsurface__btn{inline-size:var(--eve-space-7);block-size:var(--eve-space-7);border:var(--eve-rule) solid var(--eve-hairline);border-radius:var(--eve-radius-circle);background:var(--eve-surface-card);color:var(--eve-ink);cursor:pointer;transition:transform var(--eve-dur-press-scale) var(--eve-ease-press);place-items:center;display:grid}.eve-callsurface__btn:active{transform:scale(var(--eve-press-scale-control))}@media (prefers-reduced-motion:reduce){.eve-callsurface__btn{transition:none}.eve-callsurface__btn:active{transform:none}}.eve-callsurface__btn[aria-pressed=true]{background:var(--eve-action-wash)}.eve-callsurface__btn[data-tone=decline]{background:var(--eve-danger-fill);color:var(--eve-on-media-ink);border-color:#0000}.eve-callsurface__dismiss{min-block-size:var(--eve-tap-min);padding-inline:var(--eve-space-4);border:var(--eve-rule) solid var(--eve-hairline);border-radius:var(--eve-radius-chip);background:var(--eve-surface-card);color:var(--eve-action);font-size:var(--eve-text-button);font-weight:var(--eve-weight-cta);cursor:pointer}.eve-callsurface__glyph{inline-size:var(--eve-icon-sm);block-size:var(--eve-icon-sm);background-color:currentColor;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.eve-callsurface__glyph[data-glyph=mic]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cline x1=%22192%22 y1=%22448%22 x2=%22320%22 y2=%22448%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cpath d=%22M384,208v32c0,70.4-57.6,128-128,128h0c-70.4,0-128-57.6-128-128V208%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cline x1=%22256%22 y1=%22368%22 x2=%22256%22 y2=%22448%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cpath d=%22M256,64a63.68,63.68,0,0,0-64,64V239c0,35.2,29,65,64,65s64-29,64-65V128C320,92,292,64,256,64Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cline x1=%22192%22 y1=%22448%22 x2=%22320%22 y2=%22448%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cpath d=%22M384,208v32c0,70.4-57.6,128-128,128h0c-70.4,0-128-57.6-128-128V208%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cline x1=%22256%22 y1=%22368%22 x2=%22256%22 y2=%22448%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cpath d=%22M256,64a63.68,63.68,0,0,0-64,64V239c0,35.2,29,65,64,65s64-29,64-65V128C320,92,292,64,256,64Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3C/svg%3E")}.eve-callsurface__glyph[data-glyph=mic-off]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cline x1=%22432%22 y1=%22400%22 x2=%2296%22 y2=%2264%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3Cpath d=%22M400,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,208v32a111.58,111.58,0,0,1-2.45,23.31,4.05,4.05,0,0,0,1.07,3.69l21.82,21.81a2,2,0,0,0,3.29-.72A143.27,143.27,0,0,0,400,240Z%22/%3E%3Cpath d=%22M256,352A112.36,112.36,0,0,1,144,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,208v32c0,74,56.1,135.12,128,143.11V432H192.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,192,464H319.55c8.61,0,16-6.62,16.43-15.23A16,16,0,0,0,320,432H272V383.11a143.08,143.08,0,0,0,52-16.22,4,4,0,0,0,.91-6.35L307,342.63a4,4,0,0,0-4.51-.78A110.78,110.78,0,0,1,256,352Z%22/%3E%3Cpath d=%22M256,80a47.18,47.18,0,0,1,48,48v74.72a4,4,0,0,0,1.17,2.82L332.59,233a2,2,0,0,0,3.41-1.42V128.91C336,85,301,48.6,257.14,48a79.66,79.66,0,0,0-68.47,36.57,4,4,0,0,0,.54,5l19.54,19.54a2,2,0,0,0,3.25-.63A47.44,47.44,0,0,1,256,80Z%22/%3E%3Cpath d=%22M207.27,242.9,179.41,215a2,2,0,0,0-3.41,1.42V239a80.89,80.89,0,0,0,23.45,56.9,78.55,78.55,0,0,0,77.8,21.19,2,2,0,0,0,.86-3.35L253.2,288.83a4.08,4.08,0,0,0-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43A4,4,0,0,0,207.27,242.9Z%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cline x1=%22432%22 y1=%22400%22 x2=%2296%22 y2=%2264%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3Cpath d=%22M400,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,368,208v32a111.58,111.58,0,0,1-2.45,23.31,4.05,4.05,0,0,0,1.07,3.69l21.82,21.81a2,2,0,0,0,3.29-.72A143.27,143.27,0,0,0,400,240Z%22/%3E%3Cpath d=%22M256,352A112.36,112.36,0,0,1,144,240V208.45c0-8.61-6.62-16-15.23-16.43A16,16,0,0,0,112,208v32c0,74,56.1,135.12,128,143.11V432H192.45c-8.61,0-16,6.62-16.43,15.23A16,16,0,0,0,192,464H319.55c8.61,0,16-6.62,16.43-15.23A16,16,0,0,0,320,432H272V383.11a143.08,143.08,0,0,0,52-16.22,4,4,0,0,0,.91-6.35L307,342.63a4,4,0,0,0-4.51-.78A110.78,110.78,0,0,1,256,352Z%22/%3E%3Cpath d=%22M256,80a47.18,47.18,0,0,1,48,48v74.72a4,4,0,0,0,1.17,2.82L332.59,233a2,2,0,0,0,3.41-1.42V128.91C336,85,301,48.6,257.14,48a79.66,79.66,0,0,0-68.47,36.57,4,4,0,0,0,.54,5l19.54,19.54a2,2,0,0,0,3.25-.63A47.44,47.44,0,0,1,256,80Z%22/%3E%3Cpath d=%22M207.27,242.9,179.41,215a2,2,0,0,0-3.41,1.42V239a80.89,80.89,0,0,0,23.45,56.9,78.55,78.55,0,0,0,77.8,21.19,2,2,0,0,0,.86-3.35L253.2,288.83a4.08,4.08,0,0,0-2.42-1.15c-21.65-2.52-39.48-20.44-42.37-42.43A4,4,0,0,0,207.27,242.9Z%22/%3E%3C/svg%3E")}.eve-callsurface__glyph[data-glyph=video]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M374.79,308.78,457.5,367A16,16,0,0,0,480,352.38V159.62A16,16,0,0,0,457.5,145l-82.71,58.22A16,16,0,0,0,368,216.3v79.4A16,16,0,0,0,374.79,308.78Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cpath d=%22M268,384H84a52.15,52.15,0,0,1-52-52V180a52.15,52.15,0,0,1,52-52H268.48A51.68,51.68,0,0,1,320,179.52V332A52.15,52.15,0,0,1,268,384Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M374.79,308.78,457.5,367A16,16,0,0,0,480,352.38V159.62A16,16,0,0,0,457.5,145l-82.71,58.22A16,16,0,0,0,368,216.3v79.4A16,16,0,0,0,374.79,308.78Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-width:32px%22/%3E%3Cpath d=%22M268,384H84a52.15,52.15,0,0,1-52-52V180a52.15,52.15,0,0,1,52-52H268.48A51.68,51.68,0,0,1,320,179.52V332A52.15,52.15,0,0,1,268,384Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3C/svg%3E")}.eve-callsurface__glyph[data-glyph=video-off]{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-linejoin=%22round%22 d=%22M374.79,308.78,457.5,367A16,16,0,0,0,480,352.38V159.62A16,16,0,0,0,457.5,145l-82.71,58.22A16,16,0,0,0,368,216.3v79.4A16,16,0,0,0,374.79,308.78Z%22/%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-miterlimit=%2210%22 d=%22M50.19,140.57A51.94,51.94,0,0,0,32,180V332a52.15,52.15,0,0,0,52,52H268a51.6,51.6,0,0,0,22-4.9%22/%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-miterlimit=%2210%22 d=%22M208,128h60.48A51.68,51.68,0,0,1,320,179.52V248%22/%3E%3Cline fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-miterlimit=%2210%22 x1=%22416%22 y1=%22416%22 x2=%2280%22 y2=%2280%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 512 512%22%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-linejoin=%22round%22 d=%22M374.79,308.78,457.5,367A16,16,0,0,0,480,352.38V159.62A16,16,0,0,0,457.5,145l-82.71,58.22A16,16,0,0,0,368,216.3v79.4A16,16,0,0,0,374.79,308.78Z%22/%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-miterlimit=%2210%22 d=%22M50.19,140.57A51.94,51.94,0,0,0,32,180V332a52.15,52.15,0,0,0,52,52H268a51.6,51.6,0,0,0,22-4.9%22/%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-miterlimit=%2210%22 d=%22M208,128h60.48A51.68,51.68,0,0,1,320,179.52V248%22/%3E%3Cline fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-width=%2232%22 stroke-miterlimit=%2210%22 x1=%22416%22 y1=%22416%22 x2=%2280%22 y2=%2280%22/%3E%3C/svg%3E")}.eve-callsurface__glyph[data-glyph=decline]{transform:rotate(135deg);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M451,374c-15.88-16-54.34-39.35-73-48.76C353.7,313,351.7,312,332.6,326.19c-12.74,9.47-21.21,17.93-36.12,14.75s-47.31-21.11-75.68-49.39-47.34-61.62-50.53-76.48,5.41-23.23,14.79-36c13.22-18,12.22-21,.92-45.3-8.81-18.9-32.84-57-48.9-72.8C119.9,44,119.9,47,108.83,51.6A160.15,160.15,0,0,0,83,65.37C67,76,58.12,84.83,51.91,98.1s-9,44.38,23.07,102.64,54.57,88.05,101.14,134.49S258.5,406.64,310.85,436c64.76,36.27,89.6,29.2,102.91,23s22.18-15,32.83-31a159.09,159.09,0,0,0,13.8-25.8C465,391.17,468,391.17,451,374Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22512%22 height=%22512%22 viewBox=%220 0 512 512%22%3E%3Cpath d=%22M451,374c-15.88-16-54.34-39.35-73-48.76C353.7,313,351.7,312,332.6,326.19c-12.74,9.47-21.21,17.93-36.12,14.75s-47.31-21.11-75.68-49.39-47.34-61.62-50.53-76.48,5.41-23.23,14.79-36c13.22-18,12.22-21,.92-45.3-8.81-18.9-32.84-57-48.9-72.8C119.9,44,119.9,47,108.83,51.6A160.15,160.15,0,0,0,83,65.37C67,76,58.12,84.83,51.91,98.1s-9,44.38,23.07,102.64,54.57,88.05,101.14,134.49S258.5,406.64,310.85,436c64.76,36.27,89.6,29.2,102.91,23s22.18-15,32.83-31a159.09,159.09,0,0,0,13.8-25.8C465,391.17,468,391.17,451,374Z%22 style=%22fill:none%3Bstroke:%23000%3Bstroke-miterlimit:10%3Bstroke-width:32px%22/%3E%3C/svg%3E")}@media (forced-colors:active){.eve-ring__glyph,.eve-callsurface__glyph{background-color:canvastext}}.eve-callring .eve-ring__who{letter-spacing:-.4px;font-size:25px;font-weight:700}.eve-callring .eve-ring__what{letter-spacing:.9px;opacity:.78;margin-block-start:8px;font-size:12px;font-weight:600}.eve-callring .eve-ring__facewrap{place-items:center;margin-block-start:20px;display:grid;position:relative}.eve-callring .eve-ring__pulse,.eve-callring .eve-ring__pulse:after{pointer-events:none;border:2px solid #25d36666;border-radius:50%;block-size:116px;inline-size:116px;animation:2s cubic-bezier(.25,.6,.35,1) infinite eve-ring-pulse;position:absolute}.eve-callring .eve-ring__pulse:after{content:"";animation-delay:1s;inset:0}@keyframes eve-ring-pulse{0%{opacity:.55;transform:scale(1)}70%{opacity:.1}to{opacity:0;transform:scale(1.55)}}.eve-callring .eve-ring__face{block-size:116px;inline-size:116px;font-size:36px;position:relative;box-shadow:0 0 0 1px #ffffff14,0 8px 24px #00000059}.eve-callring .eve-ring__brand{opacity:.3;background:url(/assets/brand/eve-logo-white.png) 50%/contain no-repeat;block-size:26px;inline-size:42px;margin-block-start:14px}@media (prefers-reduced-motion:reduce){.eve-callring .eve-ring__pulse,.eve-callring .eve-ring__pulse:after{opacity:0;animation:none}}
