/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-g2ynhmhh64] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#blazor-error-ui[b-g2ynhmhh64] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-g2ynhmhh64] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navegação movida para SiteHeader — este arquivo não é mais utilizado */
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-dthufpzpqc] {
    padding: 4rem 0 5rem;
    background:
        radial-gradient(circle at top left, rgba(198, 40, 40, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(139, 26, 26, 0.08), transparent 24%),
        linear-gradient(180deg, #fffaf9 0%, #ffffff 100%);
}

.not-found-shell[b-dthufpzpqc] {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid var(--stmc-gray-200);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-lg);
}

.not-found-shell[b-dthufpzpqc]::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 12rem;
    height: 12rem;
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.16), rgba(198, 40, 40, 0));
    border-radius: 0 0 100% 0;
    pointer-events: none;
}

.not-found-badge[b-dthufpzpqc] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: var(--stmc-red-bg);
    color: var(--stmc-red-dark);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.not-found-grid[b-dthufpzpqc] {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
}

.not-found-kicker[b-dthufpzpqc] {
    margin-bottom: 0.75rem;
    color: var(--stmc-red);
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.not-found-copy h1[b-dthufpzpqc] {
    max-width: 14ch;
    margin-bottom: 1rem;
    font-size: clamp(2.25rem, 4vw, 4rem);
}

.not-found-description[b-dthufpzpqc] {
    max-width: 60ch;
    margin-bottom: 1.75rem;
    font-size: 1rem;
    color: var(--stmc-gray-600);
}

.not-found-actions[b-dthufpzpqc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.not-found-panel[b-dthufpzpqc] {
    padding: 1.75rem;
    border: 1px solid rgba(198, 40, 40, 0.14);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 245, 245, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.not-found-icon[b-dthufpzpqc] {
    display: inline-grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--stmc-red) 0%, var(--stmc-red-dark) 100%);
    color: var(--stmc-white);
    font-size: 1.8rem;
    box-shadow: 0 18px 30px rgba(198, 40, 40, 0.18);
}

.not-found-panel h2[b-dthufpzpqc] {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.not-found-tips[b-dthufpzpqc] {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--stmc-gray-700);
}

.not-found-tips li + li[b-dthufpzpqc] {
    margin-top: 0.75rem;
}

@media (max-width: 991.98px) {
    .not-found-page[b-dthufpzpqc] {
        padding: 3rem 0 4rem;
    }

    .not-found-grid[b-dthufpzpqc] {
        grid-template-columns: 1fr;
    }

    .not-found-copy h1[b-dthufpzpqc] {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .not-found-shell[b-dthufpzpqc] {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .not-found-actions .btn[b-dthufpzpqc] {
        width: 100%;
    }
}
