/* _content/Perkiomen_Valley_Twilight_League_WebApp/Components/Layout/ErrorLayout.razor.rz.scp.css */
.error-layout[b-2rfb2pk7qt] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: linear-gradient(180deg, #eef3f9 0%, #d9e3ef 100%);
}

.error-layout__main[b-2rfb2pk7qt] {
    width: min(44rem, 100%);
}
/* _content/Perkiomen_Valley_Twilight_League_WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-55lbw0laue] {
    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-55lbw0laue] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Perkiomen_Valley_Twilight_League_WebApp/Components/Pages/Error.razor.rz.scp.css */
.error-card[b-2pcx8y798l] {
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    color: #16212f;
}

.error-card__eyebrow[b-2pcx8y798l] {
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.82rem;
    color: #516277;
}

.error-card h1[b-2pcx8y798l] {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.error-card p[b-2pcx8y798l] {
    line-height: 1.6;
}

.error-card__request-id code[b-2pcx8y798l] {
    font-size: 0.95rem;
}

.error-card__note[b-2pcx8y798l] {
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: #f3f6fa;
}

.error-card__note h2[b-2pcx8y798l] {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}
