/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Shared layout compatibility styles.
   Keep this file lightweight. Main shell styling remains in production-shell.css/app.css. */

a.navbar-brand[b-e8twjky1fe] {
    white-space: normal;
    text-align: center;
    word-break: break-word;
}

a[b-e8twjky1fe] {
    color: #2563eb;
}

    a:hover[b-e8twjky1fe] {
        color: #1d4ed8;
    }

.btn-primary[b-e8twjky1fe] {
    color: #fff;
    background-color: #2563eb;
    border-color: #2563eb;
}

    .btn-primary:hover[b-e8twjky1fe],
    .btn-primary:focus[b-e8twjky1fe] {
        color: #fff;
        background-color: #1d4ed8;
        border-color: #1d4ed8;
    }

.nav-pills .nav-link.active[b-e8twjky1fe],
.nav-pills .show > .nav-link[b-e8twjky1fe] {
    color: #fff;
    background-color: #2563eb;
    border-color: #2563eb;
}

.border-top[b-e8twjky1fe] {
    border-top: 1px solid #e5e7eb;
}

.border-bottom[b-e8twjky1fe] {
    border-bottom: 1px solid #e5e7eb;
}

.box-shadow[b-e8twjky1fe] {
    box-shadow: 0 .25rem .75rem rgba(15, 23, 42, .08);
}

button.accept-policy[b-e8twjky1fe] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-e8twjky1fe] {
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Production-safe error page */
.app-error-page[b-e8twjky1fe] {
    min-height: calc(100vh - 180px);
    display: grid;
    place-items: center;
    padding: 2rem;
}

.app-error-card[b-e8twjky1fe] {
    width: min(720px, 100%);
    padding: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.app-error-badge[b-e8twjky1fe] {
    display: inline-flex;
    align-items: center;
    padding: .35rem .7rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1d4ed8;
    background: #eff6ff;
    margin-bottom: 1rem;
}

.app-error-card h1[b-e8twjky1fe] {
    margin: 0 0 .75rem;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
}

.app-error-card p[b-e8twjky1fe] {
    color: #475569;
    margin-bottom: 1.25rem;
}

.app-error-request[b-e8twjky1fe] {
    display: grid;
    gap: .35rem;
    padding: 1rem;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}

    .app-error-request span[b-e8twjky1fe] {
        color: #64748b;
        font-size: .75rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .app-error-request code[b-e8twjky1fe] {
        color: #0f172a;
        word-break: break-all;
    }

.app-error-actions[b-e8twjky1fe] {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}


/* Platform Guide shell integration is loaded from platform-guide-shell.css. */

