/* _content/Starlight/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-3iwf56sk0c] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3iwf56sk0c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

main:not(.scheme)[b-3iwf56sk0c] {
    z-index: 50;
    margin: auto;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
/* _content/Starlight/Components/Pages/Home.razor.rz.scp.css */
wrapper[b-qdj5nj29hs] {
    width: 100%;
    height: 100cqh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* _content/Starlight/Components/Pages/Linked.razor.rz.scp.css */
wrapper[b-9zvujtbppd] {
    width: 100%;
    height: 100cqh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* _content/Starlight/Components/Pages/Replays.razor.rz.scp.css */
background[b-2q1dsgf5ya] {
    width: 100%;
    height: 100cqh;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    z-index: -1;
    --dot-color: var(--primary);
    --line-color: var(--secondary);
    --dot-speed: 0.1;
    --dot-size: 1px;
    --num-points: 719;
    --distance: 50;
    --line-opacity: 0.1;
    background: paint(animated-lines);
    animation: animateFrame 5000s linear infinite;
    filter: url(#distortion);
    overflow: hidden;
}
