/* /Components/Layout/MainLayout.razor.rz.scp.css */
.skip-link[b-00awo9yiu0] {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 9999;
    padding: 0.75rem 1.5rem;
    background: var(--primary);
    color: var(--bg);
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: top 0.2s;
}

.skip-link:focus[b-00awo9yiu0] {
    top: 1rem;
}
