@import '_content/GFG.Portal.Operations.HR.EmployeeCards/GFG.Portal.Operations.HR.EmployeeCards.bundle.scp.css';
@import '_content/GFG.Portal.Shared/GFG.Portal.Shared.bundle.scp.css';

/* /Layout/LoginDisplay.razor.rz.scp.css */
.login-display[b-fz57f1o1qd] {
    display: grid;
    gap: 0.45rem;
}

.login-display__name[b-fz57f1o1qd] {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #5f6884;
    overflow-wrap: anywhere;
}

.login-display__action[b-fz57f1o1qd] {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.5rem 0.65rem;
    border: 0;
    border-radius: 0.55rem;
    background: transparent;
    color: #1c2258;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.login-display__action:hover[b-fz57f1o1qd] {
    background: #f1f3f6;
}

.login-display__action--link[b-fz57f1o1qd] {
    width: fit-content;
}

.login-display__mode[b-fz57f1o1qd] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 1.55rem;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #efd68c;
    background: #fff4cf;
    color: #765600;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-z4ujmv4dxr] {
    min-height: 100vh;
    background: #f3f4f6;
    color: #1c2258;
}

.portal-shell__top-strip[b-z4ujmv4dxr] {
    height: 4px;
    background: linear-gradient(90deg, #5faf30 0%, #9fd3ce 54%, #1c2258 100%);
}

.portal-shell__preview-banner[b-z4ujmv4dxr] {
    padding: 0.7rem 1.25rem;
    background: #fff4cf;
    border-bottom: 1px solid #efd68c;
    color: #765600;
    font-size: 0.82rem;
    font-weight: 600;
}

.portal-shell__frame[b-z4ujmv4dxr] {
    min-height: calc(100vh - 4px);
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
}

.portal-shell__rail[b-z4ujmv4dxr] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #ffffff;
    border-right: 1px solid #dfe4ea;
}

.portal-shell__auth[b-z4ujmv4dxr] {
    margin-top: auto;
    padding: 1rem 0.85rem 1rem;
    border-top: 1px solid #dfe4ea;
}

.portal-shell__workspace[b-z4ujmv4dxr] {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.portal-shell__header[b-z4ujmv4dxr] {
    background: #ffffff;
    border-bottom: 1px solid rgba(28, 34, 88, 0.08);
}

.portal-shell__header-stripe[b-z4ujmv4dxr] {
    height: 10px;
    background: linear-gradient(90deg, #5faf30 0%, #9fd3ce 54%, #1c2258 100%);
}

.portal-shell__header-body[b-z4ujmv4dxr] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.9rem 1.5rem 1rem;
}

.portal-shell__identity[b-z4ujmv4dxr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.28rem;
    min-width: 0;
}

.portal-shell__logo[b-z4ujmv4dxr] {
    width: auto;
    height: clamp(40px, 4.2vw, 54px);
    max-width: 100%;
}

.portal-shell__badge[b-z4ujmv4dxr] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    width: fit-content;
    padding: 0.1rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(112, 164, 190, 0.48);
    background: #e2eef6;
    color: #567492;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-shell__promise[b-z4ujmv4dxr],
.portal-shell__tagline[b-z4ujmv4dxr] {
    margin: 0;
}

.portal-shell__promise[b-z4ujmv4dxr] {
    color: #1c2258;
    font-size: 0.98rem;
    font-weight: 600;
}

.portal-shell__tagline[b-z4ujmv4dxr] {
    max-width: 34rem;
    color: #68728f;
    font-size: 0.88rem;
    line-height: 1.3;
}

.portal-shell__clock[b-z4ujmv4dxr] {
    min-width: 190px;
    margin-top: 0.25rem;
    padding: 0.8rem 1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(28, 34, 88, 0.12);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(28, 34, 88, 0.06);
    text-align: center;
}

.portal-shell__clock-label[b-z4ujmv4dxr] {
    display: block;
    color: #7a84a1;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.portal-shell__clock-value[b-z4ujmv4dxr] {
    display: block;
    margin-top: 0.18rem;
    color: #1c2258;
    font-size: clamp(1.45rem, 2vw, 1.95rem);
    line-height: 1;
}

.portal-shell__content[b-z4ujmv4dxr] {
    min-height: 0;
    flex: 1;
    padding: 1.5rem;
    overflow: auto;
}

@media (max-width: 1024px) {
    .portal-shell__rail[b-z4ujmv4dxr] {
        border-right: 0;
        border-bottom: 1px solid #dfe4ea;
    }

    .portal-shell__frame[b-z4ujmv4dxr] {
        grid-template-columns: 1fr;
    }

    .portal-shell__header-body[b-z4ujmv4dxr] {
        flex-direction: column;
        padding-inline: 1rem;
    }

    .portal-shell__clock[b-z4ujmv4dxr] {
        min-width: 0;
        width: 100%;
        margin-top: 0;
    }

    .portal-shell__content[b-z4ujmv4dxr] {
        padding: 1rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-u5mhravpjo] {
    display: grid;
    gap: 1.25rem;
}

.home-page__hero[b-u5mhravpjo] {
    padding: 1.6rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid #dfe4ea;
    box-shadow: 0 10px 22px rgba(28, 34, 88, 0.05);
}

.home-page__hero h1[b-u5mhravpjo],
.home-page__hero p[b-u5mhravpjo],
.home-page__card h2[b-u5mhravpjo],
.home-page__card p[b-u5mhravpjo] {
    margin: 0;
}

.home-page__eyebrow[b-u5mhravpjo] {
    margin-bottom: 0.65rem !important;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5faf30;
}

.home-page__hero h1[b-u5mhravpjo] {
    font-size: clamp(1.8rem, 2.8vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-page__lead[b-u5mhravpjo] {
    max-width: 48rem;
    margin-top: 0.9rem !important;
    font-size: 1rem;
    color: #53607e;
}

.home-page__cards[b-u5mhravpjo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
}

.home-page__card[b-u5mhravpjo] {
    display: grid;
    gap: 0.9rem;
    padding: 1.25rem;
    border-radius: 0.95rem;
    background: #ffffff;
    border: 1px solid #dfe4ea;
    box-shadow: 0 8px 18px rgba(28, 34, 88, 0.04);
}

.home-page__link[b-u5mhravpjo] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2.2rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #edf5e7;
    color: #1c2258;
    font-weight: 700;
    text-decoration: none;
}

.home-page__link:hover[b-u5mhravpjo] {
    background: #5faf30;
    color: #ffffff;
}
