/* _content/IsiSolve.Web/Components/Layout/LoginLayout.razor.rz.scp.css */
[b-rgm759u78q] .login-shell {
    min-height: 100vh;
    /* Grid 3-rangées : brand (haut), content (centre, prend le reste), footer (bas).
       Chaque enfant définit son propre justify-self pour le centrage horizontal —
       align-items: center sur un flex parent n'est pas fiable avec width:100% interne. */
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 32px 24px 24px;
    gap: 20px;
    background: var(--app-bg, #f5f6f8);
}

[b-rgm759u78q] .login-shell-brand {
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

[b-rgm759u78q] .login-shell-brand .name {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--color-primary-110, #017BB0);
}

[b-rgm759u78q] .login-shell-brand .tagline {
    font-size: 14px;
    color: var(--color-text-secondary, #4a4a4a);
}

[b-rgm759u78q] .login-shell-brand .by-isitec {
    font-size: 13px;
    color: var(--color-text-secondary, #4a4a4a);
    letter-spacing: 0.3px;
    margin-top: 2px;
}

[b-rgm759u78q] .login-shell-brand .by-isitec strong {
    color: var(--color-primary-110, #017BB0);
    font-weight: 700;
    letter-spacing: 0.6px;
}

[b-rgm759u78q] .login-shell-content {
    justify-self: center;
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 24px;
}

[b-rgm759u78q] .login-shell-content > * {
    width: 100%;
    margin-inline: auto;
}

[b-rgm759u78q] .login-card {
    margin-inline: auto;
}

[b-rgm759u78q] .login-shell-footer {
    justify-self: center;
    width: 100%;
    max-width: 1080px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    color: var(--color-text-tertiary, #828282);
    font-size: 12px;
    padding-top: 16px;
}

[b-rgm759u78q] .login-shell-legal {
    display: flex;
    gap: 12px;
    margin-left: auto;
}

[b-rgm759u78q] .login-shell-legal a {
    color: var(--color-text-tertiary, #828282);
    text-decoration: none;
}

[b-rgm759u78q] .login-shell-legal a:hover,
[b-rgm759u78q] .login-shell-legal a:focus-visible {
    color: var(--color-text-primary, #2D2D2D);
    text-decoration: underline;
}

#blazor-error-ui[b-rgm759u78q] {
    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-rgm759u78q] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/IsiSolve.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Le gros du style layout est dans wwwroot/css/isisolve-app.css.
   Ce scoped CSS ne garde que l'error UI de Blazor. */

#blazor-error-ui[b-q3tj96am0s] {
    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-q3tj96am0s] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
