.page-loading{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.pl-mark{place-items:center;width:64px;height:64px;display:grid;position:relative}.pl-mark .pl-symbol{width:40px;height:40px}.pl-ring{border:3px solid var(--brand-soft);border-top-color:var(--brand);border-radius:50%;animation:.7s linear infinite pl-spin;position:absolute;inset:0}@keyframes pl-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.pl-ring{animation:1.2s ease-in-out infinite pl-pulse}@keyframes pl-pulse{0%,to{opacity:1}50%{opacity:.35}}}
