/* /Shared/LoginPage.razor.rz.scp.css */
.login-surface[b-ldcycr5s61] {
    width: min(960px, 100%);
    display: grid;
    grid-template-columns: minmax(280px, 1.1fr) minmax(320px, 0.9fr);
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
}

.login-brand-panel[b-ldcycr5s61] {
    padding: 40px;
    color: #f8fbfc;
    background:
        linear-gradient(160deg, rgba(4, 78, 98, 0.96) 0%, rgba(10, 134, 141, 0.92) 52%, rgba(23, 147, 110, 0.92) 100%);
    position: relative;
}

.login-brand-panel[b-ldcycr5s61]::after {
    content: "";
    position: absolute;
    inset: auto -90px -90px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.login-brand-logo[b-ldcycr5s61] {
    width: 170px;
    margin-bottom: 24px;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.login-eyebrow[b-ldcycr5s61] {
    letter-spacing: 0.18em;
    font-weight: 700;
    opacity: 0.8;
}

.login-brand-title[b-ldcycr5s61] {
    margin-top: 8px;
    margin-bottom: 16px;
    line-height: 1.1;
    font-weight: 700;
}

.login-brand-copy[b-ldcycr5s61] {
    max-width: 34ch;
    opacity: 0.9;
    line-height: 1.65;
}

.login-brand-meta[b-ldcycr5s61] {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.login-meta-chip[b-ldcycr5s61] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
    backdrop-filter: blur(8px);
}

.login-form-panel[b-ldcycr5s61] {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-form-title[b-ldcycr5s61] {
    font-weight: 700;
    color: #203040;
}

.login-form-subtitle[b-ldcycr5s61] {
    margin-top: 8px;
    color: #5a6b7b;
    line-height: 1.6;
}

.login-alert[b-ldcycr5s61] {
    margin-top: 24px;
}

.login-form-fields[b-ldcycr5s61] {
    margin-top: 24px;
}

.login-form-actions[b-ldcycr5s61] {
    display: flex;
    align-items: center;
    min-height: 32px;
}

.login-submit[b-ldcycr5s61] {
    min-height: 52px;
    border-radius: 14px;
    font-weight: 700;
    text-transform: none;
}

@media (max-width: 959.98px) {
    .login-surface[b-ldcycr5s61] {
        grid-template-columns: 1fr;
    }

    .login-brand-panel[b-ldcycr5s61],
    .login-form-panel[b-ldcycr5s61] {
        padding: 28px 22px;
    }

    .login-brand-copy[b-ldcycr5s61] {
        max-width: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.login-main-content[b-j68e4k48zf] {
    min-height: calc(100vh - 64px);
    background:
        radial-gradient(circle at top left, rgba(0, 166, 153, 0.12), transparent 28%),
        radial-gradient(circle at bottom right, rgba(30, 136, 229, 0.12), transparent 30%),
        linear-gradient(180deg, #f4f8fb 0%, #eef4f7 100%);
}

.login-shell[b-j68e4k48zf] {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
}

@media (max-width: 959.98px) {
    .login-main-content[b-j68e4k48zf],
    .login-shell[b-j68e4k48zf] {
        min-height: calc(100vh - 56px);
    }

    .login-shell[b-j68e4k48zf] {
        padding: 20px 12px;
    }
}
