html,body{overscroll-behavior-y:contain}#workopsPullRefresh{position:fixed;z-index:20000;left:50%;top:calc(env(safe-area-inset-top,0px) + 8px);transform:translate(-50%,calc(-70px + var(--pull,0px)));opacity:0;pointer-events:none;display:flex;align-items:center;gap:9px;min-height:44px;padding:9px 14px;border-radius:999px;background:#11182c;color:#eef2ff;border:1px solid #35405f;box-shadow:0 10px 28px #0006;font-size:12px;font-weight:850;transition:opacity .12s ease}#workopsPullRefresh.show{opacity:1}#workopsPullRefresh.ready{border-color:#8c65ff}.ptr-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#242e4b;font-size:16px}#workopsPullRefresh.ready .ptr-icon,#workopsPullRefresh.refreshing .ptr-icon{background:#7c55ee;color:#fff}#workopsPullRefresh.refreshing .ptr-icon{animation:workopsSpin .7s linear infinite}@keyframes workopsSpin{to{transform:rotate(360deg)}}@media(min-width:901px){#workopsPullRefresh{display:none!important}}