@import '_content/SnapScan.Shared/SnapScan.Shared.bkioeeqrjx.bundle.scp.css';

/* /Components/Pages/Error.razor.rz.scp.css */
/* Error Page Styles mit BEM-Notation */

.text-danger[b-0oae9g62h2] {
    color: var(--error-color);
}

h1.text-danger[b-0oae9g62h2] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: calc(var(--spacing-unit) * 2);
}

h2.text-danger[b-0oae9g62h2] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: calc(var(--spacing-unit) * 3);
}

h3[b-0oae9g62h2] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: calc(var(--spacing-unit) * 4);
    margin-bottom: calc(var(--spacing-unit) * 2);
}

p[b-0oae9g62h2] {
    line-height: 1.6;
    margin-bottom: calc(var(--spacing-unit) * 2);
}

code[b-0oae9g62h2] {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

strong[b-0oae9g62h2] {
    font-weight: 600;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
/* Not Found Page Styles mit BEM-Notation */

.not-found[b-ho5qwsry51] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    text-align: center;
    padding: calc(var(--spacing-unit) * 4);
}

.not-found__title[b-ho5qwsry51] {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: calc(var(--spacing-unit) * 2);
}

.not-found__message[b-ho5qwsry51] {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: calc(var(--spacing-unit) * 4);
    max-width: 600px;
}

.btn[b-ho5qwsry51] {
    padding: calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 3);
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.btn--primary[b-ho5qwsry51] {
    background-color: #512BD4;
    color: var(--white);
    border-color: #512BD4;
}

.btn--primary:hover[b-ho5qwsry51] {
    background-color: #3d1fa3;
    border-color: #3d1fa3;
}
