html.beamii-pull-refresh-enabled,html.beamii-pull-refresh-enabled body{overscroll-behavior-y:contain}.beamii-pull-refresh{--beamii-pull-distance:0px;--beamii-pull-progress:0;--beamii-pull-scale:.92;position:fixed;z-index:2147482400;top:calc(var(--beamii-topbar-measured-h,var(--topbar-total-h,78px)) + 8px);left:50%;width:max-content;max-width:calc(100vw - 24px);pointer-events:none;opacity:0;transform:translate3d(-50%,calc(-56px + var(--beamii-pull-distance)),0) scale(var(--beamii-pull-scale));transform-origin:50% 0;transition:opacity .14s ease,transform .2s cubic-bezier(.22,.61,.36,1);will-change:transform,opacity}.beamii-pull-refresh.is-visible{opacity:1;transition-duration:.08s}.beamii-pull-refresh.is-resetting{transition:none}.beamii-pull-refresh__pill{min-height:42px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 14px 8px 9px;border:1px solid rgba(25,128,185,.16);border-radius:999px;color:#17344c;background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(20,54,78,.18);-webkit-backdrop-filter:blur(14px) saturate(1.08);backdrop-filter:blur(14px) saturate(1.08)}.beamii-pull-refresh__icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;color:#087bbd;background:#e1f4fe;font-size:13px}.beamii-pull-refresh__icon i{transform:rotate(0);transition:transform .16s ease}.beamii-pull-refresh.is-ready .beamii-pull-refresh__icon{color:#fff;background:#168bd0}.beamii-pull-refresh.is-offline .beamii-pull-refresh__icon{color:#8a5a00;background:#fff1c9}.beamii-pull-refresh.is-ready .beamii-pull-refresh__icon i{transform:rotate(180deg)}.beamii-pull-refresh.is-refreshing{opacity:1;transform:translate3d(-50%,0,0) scale(1)}.beamii-pull-refresh.is-refreshing .beamii-pull-refresh__icon i{animation:beamii-pull-refresh-spin .72s linear infinite}.beamii-pull-refresh__text{overflow:hidden;color:#17344c;font-size:12px;font-weight:850;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}@keyframes beamii-pull-refresh-spin{to{transform:rotate(360deg)}}@media (min-width:1181px) and (hover:hover) and (pointer:fine){.beamii-pull-refresh{display:none!important}}@media (max-width:380px){.beamii-pull-refresh{top:calc(var(--beamii-topbar-measured-h,var(--topbar-total-h,78px)) + 6px);max-width:calc(100vw - 16px)}.beamii-pull-refresh__pill{min-height:40px;padding:7px 12px 7px 8px}}@media (prefers-reduced-motion:reduce){.beamii-pull-refresh,.beamii-pull-refresh__icon i{transition:none}.beamii-pull-refresh.is-refreshing .beamii-pull-refresh__icon i{animation-duration:1.4s}}