.skip-link {
    position: fixed;
    z-index: 10000;
    top: .75rem;
    left: .75rem;
    padding: .7rem 1rem;
    transform: translateY(-180%);
    border-radius: .55rem;
    color: #fff;
    background: #3216c9;
    font-weight: 800;
    text-decoration: none;
    transition: transform 140ms ease;
}

.skip-link:focus { transform: translateY(0); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 5px #6040ef !important;
}

:where(input, select, textarea):focus-visible {
    border-color: #6040ef !important;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
