/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-1ofjpvhxa2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1ofjpvhxa2] {
    flex: 1;
}

.sidebar[b-1ofjpvhxa2] {
    background-image: linear-gradient(180deg, #2e7bec 0%, #4f9eea 45%, #8dc63f 100%);
}

.top-row[b-1ofjpvhxa2] {
    background-color: #fff;
    border-bottom: 1px solid #eef1f6;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1ofjpvhxa2]  .breadcrumb-nav {
        min-width: 0;
        overflow: hidden;
    }

    .top-row[b-1ofjpvhxa2]  .breadcrumb {
        flex-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-row[b-1ofjpvhxa2]  .breadcrumb-item.active {
        color: #64748b;
    }

    .top-row[b-1ofjpvhxa2]  a, .top-row[b-1ofjpvhxa2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #2e7bec;
        font-weight: 600;
    }

    .top-row[b-1ofjpvhxa2]  a:hover, .top-row[b-1ofjpvhxa2]  .btn-link:hover {
        text-decoration: none;
        color: #1e6bd8;
    }

    .top-row[b-1ofjpvhxa2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-1ofjpvhxa2]  .user-menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        border: none;
        border-radius: 10px;
        padding: .4rem .6rem;
        transition: background-color .15s ease;
    }

    .top-row[b-1ofjpvhxa2]  .user-menu-toggle:hover {
        background-color: #f1f5f9;
    }

    .top-row[b-1ofjpvhxa2]  .user-menu-toggle .bi-chevron-down {
        font-size: 0.75rem;
    }

@media (max-width: 640.98px) {
    .top-row[b-1ofjpvhxa2] {
        justify-content: space-between;
    }

    .top-row[b-1ofjpvhxa2]  a, .top-row[b-1ofjpvhxa2]  .btn-link {
        margin-left: 0;
    }
}

article.content[b-1ofjpvhxa2] {
    margin-bottom: 25px;
}

@media (min-width: 641px) {
    .page[b-1ofjpvhxa2] {
        flex-direction: row;
    }

    .sidebar[b-1ofjpvhxa2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        transition: width .2s ease;
        flex-shrink: 0;
    }

    .sidebar.collapsed[b-1ofjpvhxa2] {
        width: 72px;
    }

    .top-row[b-1ofjpvhxa2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1ofjpvhxa2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1ofjpvhxa2], article[b-1ofjpvhxa2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#modalCambiarPassword .modal-content[b-1ofjpvhxa2] {
    border: none;
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(15, 23, 42, .18);
    overflow: hidden;
}

#modalCambiarPassword .modal-header[b-1ofjpvhxa2] {
    border-bottom: 1px solid #eef1f6;
    padding: 1.5rem 1.5rem 1rem;
}

#modalCambiarPassword .modal-title[b-1ofjpvhxa2] {
    font-weight: 800;
    color: #1e293b;
}

#modalCambiarPassword .modal-body[b-1ofjpvhxa2] {
    padding: 1.25rem 1.5rem;
}

#modalCambiarPassword .modal-footer[b-1ofjpvhxa2] {
    border-top: 1px solid #eef1f6;
    padding: 1rem 1.5rem 1.5rem;
}

#modalCambiarPassword .form-label[b-1ofjpvhxa2] {
    color: #1e293b;
    font-weight: 600;
    font-size: .9rem;
}

#modalCambiarPassword .form-control[b-1ofjpvhxa2] {
    height: 48px;
    border-radius: 12px;
    border-color: #dbe3ee;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    #modalCambiarPassword .form-control:focus[b-1ofjpvhxa2] {
        border-color: #4f9eea;
        box-shadow: 0 0 0 3px rgba(79, 158, 234, .16);
    }

#modalCambiarPassword .btn-primary[b-1ofjpvhxa2] {
    background: linear-gradient(135deg, #2e7bec, #4f9eea);
    border: none;
    border-radius: 12px;
    height: 44px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(46, 123, 236, .25);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

    #modalCambiarPassword .btn-primary:hover:not(:disabled)[b-1ofjpvhxa2] {
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(46, 123, 236, .32);
    }

    #modalCambiarPassword .btn-primary:disabled[b-1ofjpvhxa2] {
        opacity: .75;
    }

#modalCambiarPassword .btn-secondary[b-1ofjpvhxa2] {
    background: #fff;
    border: 1px solid #dbe3ee;
    color: #475569;
    border-radius: 12px;
    height: 44px;
    font-weight: 600;
}

    #modalCambiarPassword .btn-secondary:hover[b-1ofjpvhxa2] {
        background-color: #f1f5f9;
        color: #1e293b;
    }

#modalCambiarPassword .alert-danger[b-1ofjpvhxa2] {
    border-radius: 12px;
    font-size: .9rem;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-elnxtat0oh] {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.top-row[b-elnxtat0oh] {
    height: 4.5rem;
    flex-shrink: 0;
    background-color: #2e7bec;
    overflow: hidden;
}

.top-row .container-fluid[b-elnxtat0oh] {
    height: 100%;
    position: relative;
    padding: 0;
}

.navbar-brand[b-elnxtat0oh] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.navbar-brand .navbar-logo[b-elnxtat0oh] {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.navbar-brand .navbar-logo-full[b-elnxtat0oh] {
    display: none;
}

.navbar-brand .navbar-logo-short[b-elnxtat0oh] {
    display: block;
}

.navbar-brand:not(.is-collapsed) .navbar-logo-full[b-elnxtat0oh] {
    display: block;
}

.navbar-brand:not(.is-collapsed) .navbar-logo-short[b-elnxtat0oh] {
    display: none;
}

.sidebar-collapse-toggle[b-elnxtat0oh],
.nav-footer[b-elnxtat0oh] {
    display: none;
}

@media (min-width: 641px) {
    .navbar-toggler[b-elnxtat0oh] {
        display: none;
    }

    .collapse[b-elnxtat0oh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-elnxtat0oh] {
        /* Allow sidebar to scroll for tall menus, filling the space left by the top row and footer */
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
    }

    /* The menu is always expanded at this breakpoint, regardless of collapseNavMenu */
    .navbar-logo-full[b-elnxtat0oh] {
        display: block !important;
    }

    .navbar-logo-short[b-elnxtat0oh] {
        display: none !important;
    }

    .top-row.rail-collapsed .navbar-logo-full[b-elnxtat0oh] {
        display: none !important;
    }

    .top-row.rail-collapsed .navbar-logo-short[b-elnxtat0oh] {
        display: block !important;
    }

    .sidebar-collapse-toggle[b-elnxtat0oh] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        position: relative;
        z-index: 1;
        width: 28px;
        height: 28px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
    }

    .sidebar-collapse-toggle:hover[b-elnxtat0oh] {
        background-color: rgba(255, 255, 255, 0.28);
    }

    .nav-footer[b-elnxtat0oh] {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        padding: 0.75rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .sidebar-expand-toggle[b-elnxtat0oh] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
    }

    .sidebar-expand-toggle:hover[b-elnxtat0oh] {
        background-color: rgba(255, 255, 255, 0.28);
    }
}
/* /Layout/NavMenuItem.razor.rz.scp.css */
.nav-item[b-1nahc1a2ds] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
    padding-right: 1rem;
}

.nav-item.nivel-1[b-1nahc1a2ds] {
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-1nahc1a2ds] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-1nahc1a2ds] {
    padding-bottom: 1rem;
}

.nav-item[b-1nahc1a2ds]  a {
    color: rgba(255,255,255,0.92);
    border-radius: 10px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    padding: 0 0.75rem;
}

.nav-item.nivel-1[b-1nahc1a2ds]  a:hover {
    background-color: rgba(255,255,255,0.12);
}

.nav-item.nivel-1[b-1nahc1a2ds]  a.active {
    background-color: #ffffff;
    color: #2e7bec;
    font-weight: 600;
}

.nav-item:not(.nivel-1)[b-1nahc1a2ds]  a {
    min-height: 2.25rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
}

.nav-item:not(.nivel-1)[b-1nahc1a2ds]  a:hover {
    color: rgba(255,255,255,0.9);
}

.nav-item:not(.nivel-1)[b-1nahc1a2ds]  a.active {
    background-color: rgba(255,255,255,0.18);
    color: #ffffff;
    font-weight: 600;
}

.nav-item[b-1nahc1a2ds]  .bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.nav-item[b-1nahc1a2ds]  .chevron {
    opacity: 0.85;
}

.nav-item[b-1nahc1a2ds]  .icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: 0.75rem;
    font-size: 1.05rem;
    line-height: 1;
    flex-shrink: 0;
}

.nav-item.icon-only[b-1nahc1a2ds] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.nav-item.icon-only[b-1nahc1a2ds]  a {
    justify-content: center;
    padding: 0;
}

.nav-item.icon-only[b-1nahc1a2ds]  .icono,
.nav-item.icon-only[b-1nahc1a2ds]  .bullet {
    margin-right: 0;
}

.nav-item.icon-only.has-children[b-1nahc1a2ds] {
    position: relative;
}

.nav-flyout[b-1nahc1a2ds] {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0.5rem;
    min-width: 220px;
    padding: 0.5rem;
    background-image: linear-gradient(180deg, #2e7bec 0%, #4f9eea 60%, #8dc63f 100%);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .3);
    z-index: 20;
}

.nav-item.icon-only.has-children:hover > .nav-flyout[b-1nahc1a2ds],
.nav-item.icon-only.has-children:focus-within > .nav-flyout[b-1nahc1a2ds] {
    display: block;
}

.nav-flyout-title[b-1nahc1a2ds] {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, 0.75);
}
/* /Pages/Escuela/Staff/ActivarCuenta.razor.rz.scp.css */
.login-page[b-950a2h8dty] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    padding: 2rem 1rem;
}

.login-card[b-950a2h8dty] {
    display: flex;
    width: 100%;
    max-width: 1100px;
    min-height: 640px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
    animation: login-card-in-b-950a2h8dty .5s ease-out;
}

@keyframes login-card-in-b-950a2h8dty {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-left[b-950a2h8dty] {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 3rem 2rem;
}

.login-topbar[b-950a2h8dty] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-logo[b-950a2h8dty] {
    width: 210px;
    height: auto;
}

.login-form-wrap[b-950a2h8dty] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.login-title[b-950a2h8dty] {
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: .4rem;
    color: #1e293b;
    letter-spacing: -.01em;
}

.login-subtitle[b-950a2h8dty] {
    color: #64748b;
    margin-bottom: 1.75rem;
}

.login-form[b-950a2h8dty] {
    width: 100%;
}

.alert-danger[b-950a2h8dty] {
    text-align: left;
    font-size: .9rem;
}

.input-icon-group[b-950a2h8dty] {
    position: relative;
}

.input-icon[b-950a2h8dty] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: .95rem;
    pointer-events: none;
    transition: color .15s ease;
}

.input-icon-toggle[b-950a2h8dty] {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .15s ease, background-color .15s ease;
}

    .input-icon-toggle:hover[b-950a2h8dty] {
        color: #475569;
        background-color: #f1f5f9;
    }

.input-icon-group[b-950a2h8dty]  .form-control {
    padding-left: 2.75rem;
    padding-right: 2.5rem;
    height: 48px;
    border-radius: 12px;
    border-color: #dbe3ee;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .input-icon-group[b-950a2h8dty]  .form-control:focus {
        border-color: #4f9eea;
        box-shadow: 0 0 0 3px rgba(79, 158, 234, .16);
    }

.input-icon-group:focus-within .input-icon[b-950a2h8dty] {
    color: #4f9eea;
}

.login-btn[b-950a2h8dty] {
    background: linear-gradient(135deg, #2e7bec, #4f9eea);
    border: none;
    color: #fff;
    height: 48px;
    border-radius: 12px;
    font-weight: 600;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    box-shadow: 0 10px 20px rgba(46, 123, 236, .25);
}

    .login-btn:hover:not(:disabled)[b-950a2h8dty] {
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(46, 123, 236, .32);
        color: #fff;
    }

    .login-btn:active:not(:disabled)[b-950a2h8dty] {
        transform: translateY(0);
    }

    .login-btn:disabled[b-950a2h8dty] {
        opacity: .75;
    }

.login-footer[b-950a2h8dty] {
    text-align: center;
    color: #94a3b8;
    font-size: .85rem;
}

.login-right[b-950a2h8dty] {
    flex: 1 1 50%;
    position: relative;
    background: linear-gradient(135deg, #2e7bec 0%, #4f9eea 45%, #8dc63f 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.mesh-blob[b-950a2h8dty] {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: mesh-float-b-950a2h8dty 8s ease-in-out infinite;
}

.mesh-blob-1[b-950a2h8dty] {
    width: 380px;
    height: 380px;
    right: -100px;
    top: -80px;
    background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 65%);
    animation-duration: 9s;
}

.mesh-blob-2[b-950a2h8dty] {
    width: 320px;
    height: 320px;
    left: -80px;
    bottom: -100px;
    background: radial-gradient(circle at 40% 40%, #f5a623, rgba(245, 166, 35, 0) 70%);
    opacity: .55;
    animation-duration: 11s;
    animation-delay: -3s;
}

.mesh-blob-3[b-950a2h8dty] {
    width: 220px;
    height: 220px;
    right: 60px;
    bottom: 60px;
    background: radial-gradient(circle at 35% 35%, #8dc63f, rgba(141, 198, 63, 0) 70%);
    opacity: .6;
    animation-duration: 7s;
    animation-delay: -1.5s;
}

@keyframes mesh-float-b-950a2h8dty {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-12px, 14px);
    }
}

.login-right-content[b-950a2h8dty] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.75rem;
    color: #fff;
}

.login-tagline[b-950a2h8dty] {
    display: block;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: .6rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.login-claim[b-950a2h8dty] {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    margin: 0;
}

@media (max-width: 900px) {
    .login-right[b-950a2h8dty] {
        display: none;
    }

    .login-card[b-950a2h8dty] {
        max-width: 480px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-card[b-950a2h8dty], .mesh-blob[b-950a2h8dty] {
        animation: none;
    }
}
/* /Pages/Familia/ActivarCuenta.razor.rz.scp.css */
.login-page[b-aevtt4ig55] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    padding: 2rem 1rem;
}

.login-card[b-aevtt4ig55] {
    display: flex;
    width: 100%;
    max-width: 1100px;
    min-height: 640px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
    animation: login-card-in-b-aevtt4ig55 .5s ease-out;
}

@keyframes login-card-in-b-aevtt4ig55 {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-left[b-aevtt4ig55] {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 3rem 2rem;
}

.login-topbar[b-aevtt4ig55] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-logo[b-aevtt4ig55] {
    width: 210px;
    height: auto;
}

.login-form-wrap[b-aevtt4ig55] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.login-title[b-aevtt4ig55] {
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: .4rem;
    color: #1e293b;
    letter-spacing: -.01em;
}

.login-subtitle[b-aevtt4ig55] {
    color: #64748b;
    margin-bottom: 1.75rem;
}

.login-form[b-aevtt4ig55] {
    width: 100%;
}

.alert-danger[b-aevtt4ig55] {
    text-align: left;
    font-size: .9rem;
}

.input-icon-group[b-aevtt4ig55] {
    position: relative;
}

.input-icon[b-aevtt4ig55] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: .95rem;
    pointer-events: none;
    transition: color .15s ease;
}

.input-icon-toggle[b-aevtt4ig55] {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .15s ease, background-color .15s ease;
}

    .input-icon-toggle:hover[b-aevtt4ig55] {
        color: #475569;
        background-color: #f1f5f9;
    }

.input-icon-group[b-aevtt4ig55]  .form-control {
    padding-left: 2.75rem;
    padding-right: 2.5rem;
    height: 48px;
    border-radius: 12px;
    border-color: #dbe3ee;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .input-icon-group[b-aevtt4ig55]  .form-control:focus {
        border-color: #4f9eea;
        box-shadow: 0 0 0 3px rgba(79, 158, 234, .16);
    }

.input-icon-group:focus-within .input-icon[b-aevtt4ig55] {
    color: #4f9eea;
}

.login-btn[b-aevtt4ig55] {
    background: linear-gradient(135deg, #2e7bec, #4f9eea);
    border: none;
    color: #fff;
    height: 48px;
    border-radius: 12px;
    font-weight: 600;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    box-shadow: 0 10px 20px rgba(46, 123, 236, .25);
}

    .login-btn:hover:not(:disabled)[b-aevtt4ig55] {
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(46, 123, 236, .32);
        color: #fff;
    }

    .login-btn:active:not(:disabled)[b-aevtt4ig55] {
        transform: translateY(0);
    }

    .login-btn:disabled[b-aevtt4ig55] {
        opacity: .75;
    }

.login-footer[b-aevtt4ig55] {
    text-align: center;
    color: #94a3b8;
    font-size: .85rem;
}

.login-right[b-aevtt4ig55] {
    flex: 1 1 50%;
    position: relative;
    background: linear-gradient(135deg, #2e7bec 0%, #4f9eea 45%, #8dc63f 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.mesh-blob[b-aevtt4ig55] {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: mesh-float-b-aevtt4ig55 8s ease-in-out infinite;
}

.mesh-blob-1[b-aevtt4ig55] {
    width: 380px;
    height: 380px;
    right: -100px;
    top: -80px;
    background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 65%);
    animation-duration: 9s;
}

.mesh-blob-2[b-aevtt4ig55] {
    width: 320px;
    height: 320px;
    left: -80px;
    bottom: -100px;
    background: radial-gradient(circle at 40% 40%, #f5a623, rgba(245, 166, 35, 0) 70%);
    opacity: .55;
    animation-duration: 11s;
    animation-delay: -3s;
}

.mesh-blob-3[b-aevtt4ig55] {
    width: 220px;
    height: 220px;
    right: 60px;
    bottom: 60px;
    background: radial-gradient(circle at 35% 35%, #8dc63f, rgba(141, 198, 63, 0) 70%);
    opacity: .6;
    animation-duration: 7s;
    animation-delay: -1.5s;
}

@keyframes mesh-float-b-aevtt4ig55 {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-12px, 14px);
    }
}

.login-right-content[b-aevtt4ig55] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.75rem;
    color: #fff;
}

.login-tagline[b-aevtt4ig55] {
    display: block;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: .6rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.login-claim[b-aevtt4ig55] {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    margin: 0;
}

@media (max-width: 900px) {
    .login-right[b-aevtt4ig55] {
        display: none;
    }

    .login-card[b-aevtt4ig55] {
        max-width: 480px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-card[b-aevtt4ig55], .mesh-blob[b-aevtt4ig55] {
        animation: none;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-6i4tq90w2b] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    padding: 2rem 1rem;
}

.login-card[b-6i4tq90w2b] {
    display: flex;
    width: 100%;
    max-width: 1100px;
    min-height: 640px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
    animation: login-card-in-b-6i4tq90w2b .5s ease-out;
}

@keyframes login-card-in-b-6i4tq90w2b {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-left[b-6i4tq90w2b] {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 3rem 2rem;
}

.login-topbar[b-6i4tq90w2b] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-logo[b-6i4tq90w2b] {
    width: 210px;
    height: auto;
}

.login-form-wrap[b-6i4tq90w2b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.login-title[b-6i4tq90w2b] {
    font-size: 1.85rem;
    font-weight: 800;
    margin-bottom: .4rem;
    color: #1e293b;
    letter-spacing: -.01em;
}

.login-subtitle[b-6i4tq90w2b] {
    color: #64748b;
    margin-bottom: 1.75rem;
}

.login-form[b-6i4tq90w2b] {
    width: 100%;
}

.alert-danger[b-6i4tq90w2b] {
    text-align: left;
    font-size: .9rem;
}

.input-icon-group[b-6i4tq90w2b] {
    position: relative;
}

.input-icon[b-6i4tq90w2b] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: .95rem;
    pointer-events: none;
    transition: color .15s ease;
}

.input-icon-toggle[b-6i4tq90w2b] {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .15s ease, background-color .15s ease;
}

    .input-icon-toggle:hover[b-6i4tq90w2b] {
        color: #475569;
        background-color: #f1f5f9;
    }

.input-icon-group[b-6i4tq90w2b]  .form-control {
    padding-left: 2.75rem;
    padding-right: 2.5rem;
    height: 48px;
    border-radius: 12px;
    border-color: #dbe3ee;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .input-icon-group[b-6i4tq90w2b]  .form-control:focus {
        border-color: #4f9eea;
        box-shadow: 0 0 0 3px rgba(79, 158, 234, .16);
    }

.input-icon-group:focus-within .input-icon[b-6i4tq90w2b] {
    color: #4f9eea;
}

.login-btn[b-6i4tq90w2b] {
    background: linear-gradient(135deg, #2e7bec, #4f9eea);
    border: none;
    color: #fff;
    height: 48px;
    border-radius: 12px;
    font-weight: 600;
    margin-top: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    box-shadow: 0 10px 20px rgba(46, 123, 236, .25);
}

    .login-btn:hover:not(:disabled)[b-6i4tq90w2b] {
        transform: translateY(-1px);
        box-shadow: 0 14px 24px rgba(46, 123, 236, .32);
        color: #fff;
    }

    .login-btn:active:not(:disabled)[b-6i4tq90w2b] {
        transform: translateY(0);
    }

    .login-btn:disabled[b-6i4tq90w2b] {
        opacity: .75;
    }

.login-footer[b-6i4tq90w2b] {
    text-align: center;
    color: #94a3b8;
    font-size: .85rem;
}

.login-right[b-6i4tq90w2b] {
    flex: 1 1 50%;
    position: relative;
    background: linear-gradient(135deg, #2e7bec 0%, #4f9eea 45%, #8dc63f 100%);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.mesh-blob[b-6i4tq90w2b] {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    animation: mesh-float-b-6i4tq90w2b 8s ease-in-out infinite;
}

.mesh-blob-1[b-6i4tq90w2b] {
    width: 380px;
    height: 380px;
    right: -100px;
    top: -80px;
    background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 65%);
    animation-duration: 9s;
}

.mesh-blob-2[b-6i4tq90w2b] {
    width: 320px;
    height: 320px;
    left: -80px;
    bottom: -100px;
    background: radial-gradient(circle at 40% 40%, #f5a623, rgba(245, 166, 35, 0) 70%);
    opacity: .55;
    animation-duration: 11s;
    animation-delay: -3s;
}

.mesh-blob-3[b-6i4tq90w2b] {
    width: 220px;
    height: 220px;
    right: 60px;
    bottom: 60px;
    background: radial-gradient(circle at 35% 35%, #8dc63f, rgba(141, 198, 63, 0) 70%);
    opacity: .6;
    animation-duration: 7s;
    animation-delay: -1.5s;
}

@keyframes mesh-float-b-6i4tq90w2b {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-12px, 14px);
    }
}

.login-right-content[b-6i4tq90w2b] {
    position: relative;
    z-index: 1;
    padding: 3rem 2.75rem;
    color: #fff;
}

.login-tagline[b-6i4tq90w2b] {
    display: block;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: .6rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .15);
}

.login-claim[b-6i4tq90w2b] {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    margin: 0;
}

@media (max-width: 900px) {
    .login-right[b-6i4tq90w2b] {
        display: none;
    }

    .login-card[b-6i4tq90w2b] {
        max-width: 480px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-card[b-6i4tq90w2b], .mesh-blob[b-6i4tq90w2b] {
        animation: none;
    }
}
