.page-refresh-button{position:fixed;right:max(14px,env(safe-area-inset-right));bottom:calc(14px + env(safe-area-inset-bottom));z-index:9999;display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #b7cde0;border-radius:999px;background:#fff;color:#123b5b;box-shadow:0 3px 14px #102d4a33;font:600 14px/1.2 system-ui,-apple-system,sans-serif;cursor:pointer}
.page-refresh-button:hover{background:#eaf5ff}
.page-refresh-button:focus-visible{outline:3px solid #1684c7;outline-offset:2px}
.page-refresh-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:600px){.page-refresh-button{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));padding:10px 12px}}
