/* /Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-4y1rs9cjyd] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.portal-header[b-4y1rs9cjyd] {
    display: flex;
    width: min(1480px, calc(100% - 3rem));
    min-height: 86px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 1px solid rgba(35, 55, 79, .12);
}

.portal-brand[b-4y1rs9cjyd] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--portal-navy);
    text-decoration: none;
}

.portal-brand img[b-4y1rs9cjyd] {
    width: auto;
    height: 42px;
    object-fit: contain;
}

.portal-brand__divider[b-4y1rs9cjyd] {
    width: 1px;
    height: 31px;
    background: #cad1d8;
}

.portal-brand__name[b-4y1rs9cjyd] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    letter-spacing: .12em;
}

.portal-header__status[b-4y1rs9cjyd] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: var(--portal-muted);
    font-size: .83rem;
    font-weight: 700;
}

.portal-header__dot[b-4y1rs9cjyd] {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #178454;
    box-shadow: 0 0 0 4px rgba(23, 132, 84, .12);
}

.portal-content[b-4y1rs9cjyd] {
    width: min(1480px, calc(100% - 3rem));
    flex: 1;
    margin: 0 auto;
}

.portal-footer[b-4y1rs9cjyd] {
    display: flex;
    width: min(1480px, calc(100% - 3rem));
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-top: 1px solid rgba(35, 55, 79, .12);
    color: var(--portal-muted);
    font-size: .8rem;
}

.portal-footer span:first-child[b-4y1rs9cjyd] {
    color: var(--portal-navy);
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .portal-header[b-4y1rs9cjyd],
    .portal-content[b-4y1rs9cjyd],
    .portal-footer[b-4y1rs9cjyd] {
        width: min(100% - 2rem, 1480px);
    }

    .portal-header[b-4y1rs9cjyd] {
        min-height: 74px;
    }

    .portal-brand img[b-4y1rs9cjyd] {
        height: 33px;
    }

    .portal-brand__divider[b-4y1rs9cjyd],
    .portal-header__status[b-4y1rs9cjyd] {
        display: none;
    }

    .portal-footer[b-4y1rs9cjyd] {
        justify-content: center;
    }

    .portal-footer span:last-child[b-4y1rs9cjyd] {
        display: none;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.portal-hero[b-pih5v90dee] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    min-height: calc(100vh - 190px);
    align-items: center;
    gap: clamp(3rem, 8vw, 8rem);
    padding: clamp(3rem, 8vh, 7rem) 0;
}

.portal-hero__content[b-pih5v90dee] {
    max-width: 690px;
}

.portal-eyebrow[b-pih5v90dee] {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1.35rem;
    color: var(--portal-red);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .16em;
}

.portal-eyebrow[b-pih5v90dee]::before {
    width: 2.5rem;
    height: 2px;
    background: var(--portal-red);
    content: "";
}

h1[b-pih5v90dee] {
    max-width: 650px;
    margin: 0;
    color: var(--portal-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.9rem, 6vw, 5.8rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .96;
}

.portal-hero__content > p[b-pih5v90dee] {
    max-width: 610px;
    margin: 2rem 0 0;
    color: var(--portal-muted);
    font-size: clamp(1rem, 1.3vw, 1.17rem);
    line-height: 1.75;
}

.portal-ready[b-pih5v90dee] {
    display: flex;
    max-width: 610px;
    align-items: center;
    gap: 1rem;
    margin-top: 2.4rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid #d8e6df;
    border-radius: 16px;
    background: rgba(244, 251, 247, .9);
}

.portal-ready__mark[b-pih5v90dee] {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #178454;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.portal-ready strong[b-pih5v90dee],
.portal-ready span[b-pih5v90dee] {
    display: block;
}

.portal-ready strong[b-pih5v90dee] {
    margin-bottom: .18rem;
    color: var(--portal-navy);
}

.portal-ready div > span[b-pih5v90dee] {
    color: var(--portal-muted);
    font-size: .88rem;
    line-height: 1.45;
}

.portal-hero__visual[b-pih5v90dee] {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border: 1px solid rgba(35, 55, 79, .08);
    border-radius: 36px;
    background:
        radial-gradient(circle at 15% 15%, rgba(201, 48, 39, .14), transparent 36%),
        linear-gradient(145deg, #fdfefe, #e9eff4);
    box-shadow: 0 32px 80px rgba(28, 44, 63, .12);
}

.portal-hero__visual[b-pih5v90dee]::after {
    position: absolute;
    right: -55px;
    bottom: -85px;
    width: 260px;
    height: 260px;
    border-radius: 42% 58% 67% 33%;
    background: var(--portal-red);
    content: "";
    opacity: .92;
    transform: rotate(17deg);
}

.portal-orbit[b-pih5v90dee] {
    position: absolute;
    border: 1px solid rgba(34, 52, 73, .13);
    border-radius: 50%;
}

.portal-orbit--one[b-pih5v90dee] {
    inset: 46px 35px 70px 55px;
}

.portal-orbit--two[b-pih5v90dee] {
    inset: 105px 92px 125px 5px;
}

.portal-role[b-pih5v90dee] {
    position: absolute;
    z-index: 1;
    display: flex;
    width: min(76%, 370px);
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid rgba(35, 55, 79, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 40px rgba(28, 44, 63, .13);
    backdrop-filter: blur(8px);
}

.portal-role--coordinator[b-pih5v90dee] {
    top: 23%;
    left: 8%;
}

.portal-role--sales[b-pih5v90dee] {
    right: 8%;
    bottom: 21%;
}

.portal-role__icon[b-pih5v90dee] {
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 14px;
    background: var(--portal-navy);
    color: #fff;
    font-family: Georgia, serif;
    font-size: 1.35rem;
}

.portal-role--sales .portal-role__icon[b-pih5v90dee] {
    background: var(--portal-red);
}

.portal-role strong[b-pih5v90dee],
.portal-role small[b-pih5v90dee] {
    display: block;
}

.portal-role strong[b-pih5v90dee] {
    margin-bottom: .25rem;
    color: var(--portal-navy);
    font-size: 1.05rem;
}

.portal-role small[b-pih5v90dee] {
    color: var(--portal-muted);
    line-height: 1.4;
}

@media (max-width: 900px) {
    .portal-hero[b-pih5v90dee] {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 2.5rem;
        padding: 3.5rem 0 2rem;
    }

    .portal-hero__visual[b-pih5v90dee] {
        min-height: 400px;
    }
}

@media (max-width: 520px) {
    h1[b-pih5v90dee] {
        font-size: clamp(2.55rem, 13vw, 3.6rem);
    }

    .portal-ready[b-pih5v90dee] {
        align-items: flex-start;
    }

    .portal-hero__visual[b-pih5v90dee] {
        min-height: 340px;
        border-radius: 24px;
    }

    .portal-role[b-pih5v90dee] {
        width: 84%;
        padding: 1rem;
    }

    .portal-role--coordinator[b-pih5v90dee] {
        top: 17%;
    }

    .portal-role--sales[b-pih5v90dee] {
        bottom: 16%;
    }
}
