.link-pending{border:2px solid var(--ink-100);border-top-color:var(--accent-600);opacity:0;pointer-events:none;height:22px;transition:opacity .12s var(--ease-out);border-radius:50%;width:22px;display:block}.link-pending[data-pending]{opacity:1;animation:.7s linear infinite link-pending-spin}@keyframes link-pending-spin{to{rotate:360deg}}@media (prefers-reduced-motion:reduce){.link-pending[data-pending]{animation:1.2s ease-in-out infinite link-pending-pulse}@keyframes link-pending-pulse{0%,to{opacity:.35}50%{opacity:1}}}
