  .pwa-pull-to-refresh-enabled{overscroll-behavior-y:contain;touch-action:pan-x pan-down}.pwa-pull-refresh-indicator{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:999999!important;height:70px;background:linear-gradient(135deg,var(--card-bg-color-1,#171935),var(--card-bg-color-2,#06081c));display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.6);border-bottom:3px solid var(--color-link-primary,#3586d3);backdrop-filter:blur(10px);margin:0!important;padding:0!important;border-top:none!important;transform:none!important}.pwa-pull-refresh-indicator.pulling{opacity:1;visibility:visible}.pwa-pull-refresh-indicator.refreshing{opacity:1;visibility:visible;background:linear-gradient(135deg,var(--color-link-primary,#3586d3),var(--color-link-secondary,#afd0ee))}.pwa-pull-refresh-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-primary,#fff);font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.8px;text-align:center;width:100%}.pwa-pull-refresh-icon{width:28px;height:28px;position:relative;display:flex;align-items:center;justify-content:center}.pwa-pull-refresh-icon::before{content:'';position:absolute;width:28px;height:28px;border:3px solid rgba(53,134,211,.3);border-radius:50%;border-top-color:var(--color-link-primary,#3586d3);transition:transform .3s cubic-bezier(.4,0,.2,1)}.pwa-pull-refresh-icon::after{content:'';position:absolute;width:8px;height:8px;background:var(--color-link-primary,#3586d3);border-radius:50%;box-shadow:0 0 8px rgba(53,134,211,.6)}.pwa-pull-refresh-indicator.pulling .pwa-pull-refresh-icon::before{transform:rotate(180deg);border-top-color:var(--color-link-primary,#3586d3);border-bottom-color:var(--color-link-primary,#3586d3);border-left-color:rgba(53,134,211,.3);border-right-color:rgba(53,134,211,.3)}.pwa-pull-refresh-indicator.pulling .pwa-pull-refresh-icon::after{animation:pwa-pull-refresh-pulse 1.5s ease-in-out infinite}.pwa-pull-refresh-indicator.refreshing .pwa-pull-refresh-icon::before{animation:pwa-pull-refresh-spin 1.2s linear infinite;border-top-color:var(--color-link-primary,#3586d3);border-right-color:transparent;border-bottom-color:var(--color-link-primary,#3586d3);border-left-color:transparent}.pwa-pull-refresh-indicator.refreshing .pwa-pull-refresh-icon::after{animation:pwa-pull-refresh-pulse .8s ease-in-out infinite alternate}@keyframes pwa-pull-refresh-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes pwa-pull-refresh-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.pwa-pull-refresh-checkmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);font-size:18px;font-weight:700;color:#fff;opacity:0;transition:all .3s ease;z-index:2}.pwa-pull-refresh-indicator.success{opacity:1;visibility:visible;background:linear-gradient(135deg,var(--text-highlight-5,#7ac308),var(--color-link-secondary,#afd0ee))}.pwa-pull-refresh-indicator.success .pwa-pull-refresh-icon::before{opacity:0;transition:opacity .2s ease}.pwa-pull-refresh-indicator.success .pwa-pull-refresh-icon::after{opacity:0;transition:opacity .2s ease}.pwa-pull-refresh-indicator.success .pwa-pull-refresh-checkmark{opacity:1;transform:translate(-50%,-50%) scale(1);animation:pwa-checkmark-bounce .4s ease-out}@keyframes pwa-checkmark-bounce{0%{transform:translate(-50%,-50%) scale(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}100%{transform:translate(-50%,-50%) scale(1);opacity:1}}.dark-mode .pwa-pull-refresh-indicator{background:linear-gradient(135deg,var(--card-bg-color-1,#171935),var(--card-bg-color-2,#06081c));border-bottom-color:var(--color-link-primary,#3586d3)}.dark-mode .pwa-pull-refresh-indicator.refreshing{background:linear-gradient(135deg,var(--color-link-primary,#3586d3),var(--color-link-secondary,#afd0ee));color:var(--text-primary,#fff)}@media (max-width:768px){.pwa-pull-refresh-indicator{height:60px}.pwa-pull-refresh-content{font-size:12px;gap:6px}.pwa-pull-refresh-icon{width:24px;height:24px}.pwa-pull-refresh-icon::before{width:24px;height:24px}}.pwa-pull-refresh-indicator{z-index:999999!important}.pwa-pull-refresh-active{-webkit-user-select:none;-moz-user-select:none;user-select:none}