.dt-force-refresh{
  position:fixed;
  z-index:99990;
  right:16px;
  bottom:16px;
  min-height:38px;
  padding:0 13px;
  border:1px solid rgba(255,86,111,.45);
  border-radius:999px;
  background:linear-gradient(180deg,#181b22,#0d1015);
  color:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.02) inset;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  font:800 12px/1 Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.dt-force-refresh:hover{border-color:#ff526f;background:linear-gradient(180deg,#20242d,#11151b)}
.dt-force-refresh:active{transform:translateY(1px)}
.dt-force-refresh:disabled{opacity:.75;cursor:wait}
.dt-force-refresh-icon{font-size:18px;line-height:1;display:inline-block;transform-origin:50% 50%}
.dt-force-refresh.is-loading .dt-force-refresh-icon{animation:dt-refresh-spin .8s linear infinite}
@keyframes dt-refresh-spin{to{transform:rotate(360deg)}}
@media(max-width:760px){
  .dt-force-refresh{
    right:12px;
    bottom:calc(74px + env(safe-area-inset-bottom));
    min-height:40px;
    padding:0 13px;
    font-size:11px;
  }
  body:has(.admin-shell) .dt-force-refresh{bottom:calc(12px + env(safe-area-inset-bottom))}
}
