@import '_content/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.p33ll9g8os.bundle.scp.css';

/* /Components/Pages/Index.razor.rz.scp.css */
.broker-home[b-ropr9ys62t] {
    display: grid;
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 72rem;
    padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.broker-home__hero[b-ropr9ys62t] {
    background: linear-gradient(145deg, #ffffff 0%, #f5f8f7 100%);
    border: 1px solid #e3ebe8;
    border-radius: 1.5rem;
    box-shadow: 0 1.25rem 3rem rgba(23, 63, 53, 0.08);
    padding: clamp(2rem, 5vw, 4.5rem);
}

.broker-home__eyebrow[b-ropr9ys62t] {
    color: #26705d;
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.broker-home__hero h1[b-ropr9ys62t] {
    color: #173f35;
    font-size: clamp(2rem, 5vw, 3.75rem);
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    max-width: 14ch;
}

.broker-home__hero p[b-ropr9ys62t] {
    color: #536861;
    font-size: 1.05rem;
    line-height: 2;
    margin: 1.25rem 0 0;
    max-width: 48rem;
}

.broker-home__action[b-ropr9ys62t] {
    align-items: center;
    display: inline-flex;
    gap: 0.65rem;
    margin-top: 2rem;
    min-height: 3rem;
    padding-inline: 1.4rem;
}

.broker-home__summary[b-ropr9ys62t] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.broker-home__summary article[b-ropr9ys62t] {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e5ebe9;
    border-radius: 1.1rem;
    display: flex;
    gap: 1rem;
    padding: 1.4rem;
}

.broker-home__summary h2[b-ropr9ys62t] {
    color: #263a34;
    font-size: 1.05rem;
    font-weight: 750;
    margin: 0 0 0.4rem;
}

.broker-home__summary p[b-ropr9ys62t] {
    color: #697a75;
    line-height: 1.8;
    margin: 0;
}

.broker-home__status-dot[b-ropr9ys62t],
.broker-home__step[b-ropr9ys62t] {
    align-items: center;
    background: #e6f4ef;
    border-radius: 999px;
    color: #26705d;
    display: inline-flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.broker-home__status-dot[b-ropr9ys62t]::after {
    background: #2f9278;
    border-radius: 999px;
    content: "";
    height: 0.7rem;
    width: 0.7rem;
}

.broker-home__step[b-ropr9ys62t] {
    font-weight: 800;
}

@media (max-width: 767px) {
    .broker-home__summary[b-ropr9ys62t] {
        grid-template-columns: 1fr;
    }

    .broker-home__hero[b-ropr9ys62t] {
        border-radius: 1.1rem;
    }
}
