/* /Components/Layout/AppHeader.razor.rz.scp.css */
.app-header[b-eriw9url3i] {
    background: #fff;
    border-bottom: 1px solid var(--asl-border);
    box-shadow: 0 1px 2px rgba(5, 20, 45, 0.05);
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem 0 0;
    position: sticky;
    top: 0;
    z-index: 10;
    flex-shrink: 0;
}

.app-header__brand[b-eriw9url3i] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--asl-navy);
    align-self: stretch;
}

    .app-header__brand:hover[b-eriw9url3i] {
        text-decoration: none;
        color: var(--asl-navy);
    }

/* Logo column matches the admin sidebar width so the mark sits centered directly
   above the nav, keeping header and sidebar on one vertical rhythm. */
.app-header__logo-wrap[b-eriw9url3i] {
    width: 250px;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.app-header__logo[b-eriw9url3i] {
    max-height: 4.5rem;
    max-width: 100%;
    width: auto;
    display: block;
}

.app-header__title[b-eriw9url3i] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--asl-navy);
}

.app-header__user[b-eriw9url3i] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.app-header__user-info[b-eriw9url3i] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.3;
    min-width: 0;
}

.app-header__user-name[b-eriw9url3i] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--asl-text-dark);
}

.app-header__user-company[b-eriw9url3i] {
    font-size: 0.8rem;
    color: var(--asl-text-muted);
}

/* Long names/companies must never force horizontal page scroll. */
.app-header__user-name[b-eriw9url3i],
.app-header__user-company[b-eriw9url3i] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .app-header__brand[b-eriw9url3i] {
        align-self: center;
        gap: 0.5rem;
    }

    .app-header__logo-wrap[b-eriw9url3i] {
        width: auto;
        padding: 0 0 0 0.75rem;
    }

    .app-header__logo[b-eriw9url3i] {
        max-height: 2.25rem;
    }

    .app-header__title[b-eriw9url3i],
    .app-header__user-company[b-eriw9url3i] {
        display: none;
    }
}

/* Height may only shrink below 992px — from there up the sticky sidebar offsets
   by the desktop --header-height (MainLayout.razor.css) and must stay in sync. */
@media (max-width: 640.98px) {
    .app-header[b-eriw9url3i] {
        height: auto;
        min-height: 3.5rem;
        flex-wrap: wrap;
        row-gap: 0.25rem;
        padding: 0.25rem 0.75rem 0.25rem 0;
    }
}
/* /Components/Layout/DevPersonaBar.razor.rz.scp.css */
.dev-persona-bar[b-kuicy1ahp0] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    padding: 0.35rem 1rem;
    background: #1f2937;
    color: #e5e7eb;
    font-size: 0.78rem;
}

.dev-persona-bar__label[b-kuicy1ahp0] {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #f59e0b;
}

.dev-persona-bar__current[b-kuicy1ahp0] {
    margin-right: 0.5rem;
    opacity: 0.85;
}

.dev-persona-bar__mode[b-kuicy1ahp0] {
    opacity: 0.6;
    font-style: italic;
}

.dev-persona-bar__group[b-kuicy1ahp0] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.dev-persona-bar__sep[b-kuicy1ahp0] {
    width: 1px;
    align-self: stretch;
    margin: 0.1rem 0.3rem;
    background: #4b5563;
}

.dev-persona-bar form[b-kuicy1ahp0] {
    margin: 0;
}

.dev-persona-bar__btn[b-kuicy1ahp0] {
    border: 1px solid #4b5563;
    background: transparent;
    color: #e5e7eb;
    border-radius: 4px;
    padding: 0.15rem 0.55rem;
    cursor: pointer;
    font-size: 0.78rem;
}

.dev-persona-bar__btn:hover[b-kuicy1ahp0] {
    background: #374151;
}

.dev-persona-bar__btn.is-active[b-kuicy1ahp0] {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #1f2937;
    font-weight: 600;
}

/* Reset is an action, not a persona — green to set it apart from the amber persona toggles. */
.dev-persona-bar__btn--reset[b-kuicy1ahp0] {
    border-color: #34d399;
    color: #34d399;
}

.dev-persona-bar__btn--reset:hover[b-kuicy1ahp0] {
    background: #064e3b;
}

.dev-persona-bar__btn--reset.is-active[b-kuicy1ahp0] {
    background: #34d399;
    border-color: #34d399;
    color: #1f2937;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-etpsqiwzji] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-area[b-etpsqiwzji] {
    display: flex;
    flex: 1;
}

main[b-etpsqiwzji] {
    flex: 1;
    /* Without this, a flex item's min-width:auto lets wide content (e.g. a table's intrinsic
       width) blow the layout out past the viewport instead of scrolling inside its own
       .table-responsive wrapper. */
    min-width: 0;
}

.sidebar[b-etpsqiwzji] {
    /* ASL navy brand gradient (--asl-navy → deeper navy) */
    background-image: linear-gradient(180deg, #052767 0%, #041d4d 100%);
}

@media (max-width: 991.98px) {
    .content-area[b-etpsqiwzji] {
        flex-direction: column;
    }

    .sidebar[b-etpsqiwzji] {
        width: 100%;
        /* Positioning context for the hamburger toggler (NavMenu.razor.css),
           plus a visible collapsed bar for it to sit in. */
        position: relative;
        min-height: 3.5rem;
    }
}

@media (min-width: 992px) {
    .sidebar[b-etpsqiwzji] {
        width: 250px;
        height: calc(100vh - var(--header-height));
        position: sticky;
        top: var(--header-height);
    }

    .content-area[b-etpsqiwzji] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#blazor-error-ui[b-etpsqiwzji] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-etpsqiwzji] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ii1mgh7j40] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    /* Resolves against .sidebar, which MainLayout makes position:relative on mobile. */
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ii1mgh7j40] {
    background-color: rgba(255, 255, 255, 0.5);
}


/* Icons are rendered by the Bootstrap Icons webfont (loaded in App.razor).
   Size and space the glyph here; color is inherited from the nav link. */
.bi[b-ii1mgh7j40] {
    display: inline-flex;
    justify-content: center;
    width: 1.25rem;
    margin-right: 0.75rem;
    font-size: 1.05rem;
    line-height: 1;
    flex-shrink: 0;
}

.nav-item[b-ii1mgh7j40] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ii1mgh7j40] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ii1mgh7j40] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ii1mgh7j40]  a {
        color: rgba(255, 255, 255, 0.78);
        border-radius: 0.375rem;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 2.75rem;
        font-weight: 500;
        padding-left: 0.75rem;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

.nav-item[b-ii1mgh7j40]  a.active {
    /* ASL interactive blue (--asl-blue) */
    background-color: #1a56db;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.25);
}

.nav-item[b-ii1mgh7j40]  a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.nav-item[b-ii1mgh7j40]  a.active:hover {
    background-color: #1741b0; /* --asl-blue-hover */
    color: #fff;
}

.nav-scrollable[b-ii1mgh7j40] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ii1mgh7j40] {
    display: block;
}

@media (min-width: 992px) {
    .navbar-toggler[b-ii1mgh7j40] {
        display: none;
    }

    .nav-scrollable[b-ii1mgh7j40] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus; offset must match the sticky
           sidebar container in MainLayout.razor.css or the last item is unreachable. */
        height: calc(100vh - var(--header-height));
        overflow-y: auto;
    }
}
/* /Components/Layout/PortalLayout.razor.rz.scp.css */
.portal-layout[b-8dyggsbn3u] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.portal-layout--landing[b-8dyggsbn3u] {
    background:
        radial-gradient(circle at top, rgba(26, 86, 219, 0.10), transparent 38%),
        linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
}

.portal-layout--content main[b-8dyggsbn3u] {
    flex: 1;
}
/* /Components/Pages/Admin/ActiveUsers.razor.rz.scp.css */
/* Two-level table: a user row, then one indented row per circuit they hold. The visual weight has to
   make that nesting obvious at a glance, since both levels share the same columns. */

.active-users-table thead th[b-wd5dw7rhi7] {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--asl-text-muted, #64748b);
}

.user-row td[b-wd5dw7rhi7] {
    border-top: 1px solid var(--asl-border, #e2e8f0);
    background-color: var(--asl-surface, #fff);
}

/* Signed-out visitors are a bucket, not a person — muted so they don't read as a named user. */
.user-row.anonymous td[b-wd5dw7rhi7] {
    color: var(--asl-text-muted, #64748b);
    font-style: italic;
}

/* Secondary to the name it trails, so "Sarah Okafor" reads first and "(Acme Capital)" qualifies it. */
.user-org[b-wd5dw7rhi7] {
    margin-left: 0.375rem;
    font-size: 0.875rem;
    color: var(--asl-text-muted, #64748b);
}

.user-email[b-wd5dw7rhi7] {
    font-size: 0.875rem;
    color: var(--asl-text-muted, #64748b);
}

/* The email column drops out below 1200px rather than letting the table scroll sideways.
   Deliberately NOT Bootstrap's `d-none d-xl-table-cell`: MudBlazor.min.css loads after
   bootstrap.min.css and defines BOTH .d-none and .d-xl-table-cell unconditionally with !important
   (no media query at all, since Mud's breakpoint scale differs), with .d-none later in the file — so
   that pair renders an element permanently hidden at every width. Verified: computed display stayed
   `none` at a 1280px viewport. Scoped component CSS wins cleanly here because it loads last and its
   selectors carry the extra [b-*] attribute, so no !important is needed. */
.email-col[b-wd5dw7rhi7] {
    display: none;
}

@media (min-width: 1200px) {
    .email-col[b-wd5dw7rhi7] {
        display: table-cell;
    }
}

.circuit-row td[b-wd5dw7rhi7] {
    border-top: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    color: var(--asl-text-muted, #64748b);
}

.circuit-page[b-wd5dw7rhi7] {
    padding-left: 1.5rem;
}

.state-badge[b-wd5dw7rhi7] {
    display: inline-flex;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
}

.state-badge .bi[b-wd5dw7rhi7] {
    font-size: 0.5rem;
}

.state-badge.connected[b-wd5dw7rhi7] {
    color: #16a34a;
}

/* Amber, not red: a dropped browser inside the retention window is normal, not a fault. */
.state-badge.disconnected[b-wd5dw7rhi7] {
    color: #d97706;
}
/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.action-list[b-4v8crp0tkm] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.action-row[b-4v8crp0tkm] {
    display: flex;
    align-items: center;
    /* Wrap so the fixed-width button drops below long labels when tight. */
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--asl-border, #e2e8f0);
}

.action-row:last-child[b-4v8crp0tkm] {
    border-bottom: none;
}

.action-count[b-4v8crp0tkm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.375rem;
    font-size: 1.125rem;
    font-weight: 700;
    flex-shrink: 0;
    border: 1.5px solid currentColor;
}

.count-green[b-4v8crp0tkm] {
    color: #16a34a;
    border-color: #16a34a;
}

.count-red[b-4v8crp0tkm] {
    color: #dc2626;
    border-color: #dc2626;
}

/* Informational counts (no action urgency) — neutral, never red/green. */
.count-black[b-4v8crp0tkm] {
    color: var(--asl-text-dark, #1e293b);
    border-color: var(--asl-text-dark, #1e293b);
}

.action-label[b-4v8crp0tkm] {
    flex: 1;
    font-weight: 500;
    color: var(--asl-text-dark, #1e293b);
}

.action-btn[b-4v8crp0tkm] {
    flex-shrink: 0;
}

.count-legend[b-4v8crp0tkm] {
    display: flex;
    gap: 1.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--asl-border, #e2e8f0);
}

.legend-item[b-4v8crp0tkm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legend-badge[b-4v8crp0tkm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.25rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    border: 1.5px solid currentColor;
}

.alert-panel[b-4v8crp0tkm] {
    border: 1px solid var(--asl-border, #e2e8f0);
}

.alert-section-title[b-4v8crp0tkm] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--asl-blue, #1a56db);
    text-transform: uppercase;
}

.alert-section[b-4v8crp0tkm] {
    border: 1px solid var(--asl-border, #e2e8f0);
    border-radius: 0.5rem;
    padding: 0.75rem;
}

.alert-section-count[b-4v8crp0tkm] {
    color: var(--asl-text-muted, #64748b);
    font-weight: 600;
    margin-left: 0.35rem;
}

.alert-count-bubble[b-4v8crp0tkm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.9rem;
    height: 1.9rem;
    padding: 0 0.3rem;
    border-radius: 0.5rem;
    background: #dc2626;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
}

.alert-count-bubble.zero[b-4v8crp0tkm] {
    background: #cbd5e1;
}

.alert-empty[b-4v8crp0tkm] {
    color: var(--asl-text-muted, #64748b);
    font-size: 0.85rem;
    padding: 0.25rem 0.125rem;
}

.loan-group[b-4v8crp0tkm] {
    padding: 0.375rem 0.125rem;
}

.loan-group + .loan-group[b-4v8crp0tkm] {
    border-top: 1px solid var(--asl-border-subtle, #f1f5f9);
}

.loan-group-head[b-4v8crp0tkm] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 0.125rem;
}

.loan-link[b-4v8crp0tkm] {
    color: var(--asl-blue, #1a56db);
    font-weight: 600;
    text-decoration: none;
}

.loan-link:hover[b-4v8crp0tkm] {
    text-decoration: underline;
}

.loan-group-name[b-4v8crp0tkm] {
    color: var(--asl-text-subtle, #9ca3af);
    font-size: 0.78rem;
}

.alert-entry[b-4v8crp0tkm] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 0.2rem 0 0.2rem 0.25rem;
    color: var(--asl-text-body, #374151);
}

.alert-entry-icon[b-4v8crp0tkm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.alert-entry-text[b-4v8crp0tkm] {
    flex: 1;
    min-width: 0;
}

.alert-entry-when[b-4v8crp0tkm] {
    margin-left: auto;
    font-size: 0.74rem;
    color: var(--asl-text-subtle, #9ca3af);
    white-space: nowrap;
    padding-top: 0.125rem;
    font-variant-numeric: tabular-nums;
}

.alert-overflow[b-4v8crp0tkm] {
    font-size: 0.8rem;
    color: var(--asl-text-muted, #64748b);
    padding: 0.375rem 0.125rem 0;
}

.alert-panel-foot[b-4v8crp0tkm] {
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid var(--asl-border-subtle, #f1f5f9);
}

.alert-panel-foot a[b-4v8crp0tkm] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--asl-blue, #1a56db);
    text-decoration: none;
}

.alert-panel-foot a:hover[b-4v8crp0tkm] {
    text-decoration: underline;
}

/* Event icon tints — class names come from ActivityDisplay.IconColorClass. */
.activity-ico-elec[b-4v8crp0tkm] { color: #16a34a; background: #f0fdf4; }
.activity-ico-doc[b-4v8crp0tkm]  { color: #6d28d9; background: #f5f3ff; }
.activity-ico-co[b-4v8crp0tkm]  { color: var(--asl-text-muted, #64748b); background: var(--asl-border-subtle, #f1f5f9); }
.activity-ico-bad[b-4v8crp0tkm]  { color: #dc2626; background: #fef2f2; }
/* /Components/Pages/Admin/AlertsHistory.razor.rz.scp.css */
.activity-search[b-gi3hv64mre] {
    position: relative;
    flex: 1 1 220px;
    max-width: 320px;
}

.activity-search .bi-search[b-gi3hv64mre] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--asl-text-subtle, #9ca3af);
    pointer-events: none;
}

.activity-search input[b-gi3hv64mre] {
    padding-left: 2.25rem;
}

.activity-chips[b-gi3hv64mre] {
    display: flex;
    gap: 0.375rem;
    flex-wrap: wrap;
}

.activity-chip[b-gi3hv64mre] {
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid var(--asl-border, #e2e8f0);
    background: #fff;
    color: var(--asl-text-muted, #64748b);
    border-radius: 99px;
    padding: 0.25rem 0.75rem;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.activity-chip:hover[b-gi3hv64mre] {
    border-color: var(--asl-blue-mid, #bfdbfe);
    color: var(--asl-blue, #1a56db);
}

.activity-chip.on[b-gi3hv64mre] {
    background: var(--asl-blue-light, #eff6ff);
    border-color: var(--asl-blue-mid, #bfdbfe);
    color: var(--asl-blue, #1a56db);
}

.activity-only-new[b-gi3hv64mre] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--asl-text-body, #374151);
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}

.activity-only-new input[b-gi3hv64mre] {
    accent-color: var(--asl-blue, #1a56db);
    cursor: pointer;
}

.activity-table th[role="button"][b-gi3hv64mre] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.activity-when[b-gi3hv64mre] {
    white-space: nowrap;
    color: var(--asl-text-muted, #64748b);
    font-variant-numeric: tabular-nums;
}

.activity-new-dot[b-gi3hv64mre] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--asl-blue, #1a56db);
    margin-right: 0.45rem;
    vertical-align: 1px;
}

.activity-new-dot.seen[b-gi3hv64mre] {
    visibility: hidden;
}

.activity-new-badge[b-gi3hv64mre] {
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--asl-blue, #1a56db);
    background: var(--asl-blue-light, #eff6ff);
    border: 1px solid var(--asl-blue-mid, #bfdbfe);
    border-radius: 0.25rem;
    padding: 0.05rem 0.375rem;
    margin-left: 0.5rem;
    vertical-align: 1px;
}

.activity-row-new td[b-gi3hv64mre] {
    background: #f7faff;
}

.activity-event[b-gi3hv64mre] {
    min-width: 280px;
}

.activity-event > span:last-child[b-gi3hv64mre] {
    vertical-align: middle;
}

.activity-opp[b-gi3hv64mre] {
    white-space: nowrap;
}

.activity-opp-name[b-gi3hv64mre] {
    color: var(--asl-text-subtle, #9ca3af);
    font-size: 0.82rem;
}

.loan-link[b-gi3hv64mre] {
    color: var(--asl-blue, #1a56db);
    font-weight: 600;
    text-decoration: none;
}

.loan-link:hover[b-gi3hv64mre] {
    text-decoration: underline;
}

/* Event icon chip — same visual language as the dashboard alert panel. */
.alert-entry-icon[b-gi3hv64mre] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.375rem;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.activity-ico-elec[b-gi3hv64mre] { color: #16a34a; background: #f0fdf4; }
.activity-ico-doc[b-gi3hv64mre]  { color: #6d28d9; background: #f5f3ff; }
.activity-ico-co[b-gi3hv64mre]  { color: var(--asl-text-muted, #64748b); background: var(--asl-border-subtle, #f1f5f9); }
.activity-ico-bad[b-gi3hv64mre]  { color: #dc2626; background: #fef2f2; }
/* /Components/Pages/Admin/CompanyManagement.razor.rz.scp.css */
.company-mgmt[b-fhbfx126po] {
    position: relative;
}

.company-mgmt-list[b-fhbfx126po] {
    max-width: 760px;
}

/* Column header above each section's rows */
.company-row-header[b-fhbfx126po] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--asl-surface);
    border-bottom: 1px solid var(--asl-border);
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--asl-text-muted);
}

/* Rows behave like buttons */
.company-row[b-fhbfx126po] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.12s ease-in-out;
}

/* Fixed trailing column so the header "Vendor #" aligns over the row values */
.row-chevron[b-fhbfx126po] {
    flex: 0 0 1rem;
    text-align: right;
}

/* Dedicated LPA-status column, fixed so pills line up down the list */
.lpa-status[b-fhbfx126po] {
    flex: 0 0 11rem;
    font-size: 0.875rem;
}

/* Linked-logins count column, fixed so tallies line up down the list */
.logins[b-fhbfx126po] {
    flex: 0 0 4.5rem;
    font-size: 0.875rem;
}

.login-count[b-fhbfx126po] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-variant-numeric: tabular-nums;
    color: var(--asl-text-dark);
}

.login-count-zero[b-fhbfx126po] {
    color: var(--asl-text-muted);
}

.company-row:hover[b-fhbfx126po] {
    background-color: var(--asl-blue-light);
}

.company-row.selected[b-fhbfx126po] {
    background-color: var(--asl-blue-light);
    box-shadow: inset 3px 0 0 var(--asl-blue);
}

/* Column widths shared by the header and the rows so cells line up down each column */
.company-row .company-name[b-fhbfx126po],
.company-row-header .company-name[b-fhbfx126po] {
    flex: 1 1 auto;
}

.company-row .vendor[b-fhbfx126po],
.company-row-header .vendor[b-fhbfx126po] {
    flex: 0 0 6rem;
}

.company-row .company-name[b-fhbfx126po] {
    font-weight: 500;
    color: var(--asl-text-dark);
}

.company-row .vendor[b-fhbfx126po] {
    font-size: 0.875rem;
}

/* Companies nested under an asset manager are indented */
.managed-row[b-fhbfx126po] {
    padding-left: 2.5rem !important;
}

.managed-row[b-fhbfx126po]::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 50%;
    border-left: 1px solid var(--asl-border);
    border-bottom: 1px solid var(--asl-border);
    width: 0.7rem;
}

.managed-row[b-fhbfx126po] {
    position: relative;
}

/* Slide-out edit panel */
.edit-panel-backdrop[b-fhbfx126po] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.25);
    z-index: 1040;
}

.edit-panel[b-fhbfx126po] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-left: 1px solid var(--asl-border);
    box-shadow: -8px 0 24px rgba(15, 23, 42, 0.12);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.edit-panel-header[b-fhbfx126po] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--asl-border);
}

.edit-panel-body[b-fhbfx126po] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1 1 auto;
}

/* LPA file slots */
.lpa-slots[b-fhbfx126po] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lpa-slot-label[b-fhbfx126po] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--asl-text-muted);
    margin-bottom: 0.375rem;
}

.lpa-file-card[b-fhbfx126po] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    background: #ffffff;
}

.lpa-file-icon[b-fhbfx126po] {
    flex: 0 0 auto;
    font-size: 1.75rem;
    line-height: 1;
    color: #dc2626;
}

.lpa-file-meta[b-fhbfx126po] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lpa-file-name[b-fhbfx126po] {
    font-weight: 500;
    color: var(--asl-text-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpa-file-sub[b-fhbfx126po] {
    font-size: 0.75rem;
    color: var(--asl-text-muted);
}

.lpa-file-actions[b-fhbfx126po] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

/* Empty slot: a dashed dropzone that both reads as "a file goes here" and accepts a dropped file.
   The transparent file input is stretched over the whole zone (below), so a drop lands on it. */
.lpa-empty[b-fhbfx126po] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem 0.75rem;
    border: 1px dashed var(--asl-border);
    border-radius: var(--bs-border-radius);
    background: var(--asl-surface);
    color: var(--asl-text-muted);
    font-size: 0.875rem;
    transition: border-color 0.12s ease-in-out, color 0.12s ease-in-out, background-color 0.12s ease-in-out;
}

/* :focus-within covers keyboard focus on the input; :hover fires while dragging a file over the zone. */
.lpa-empty:hover[b-fhbfx126po],
.lpa-empty:focus-within[b-fhbfx126po] {
    border-color: var(--asl-blue);
    color: var(--asl-blue);
    background: var(--asl-blue-light);
}

/* ::deep because InputFile renders the <input> as a child component — it doesn't carry this
   component's scoped attribute, so a plain .lpa-empty-input rule would never match it. */
.lpa-empty[b-fhbfx126po]  .lpa-empty-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}

.lpa-empty.disabled[b-fhbfx126po] {
    opacity: 0.6;
}

.lpa-empty.disabled[b-fhbfx126po]  .lpa-empty-input {
    pointer-events: none;
    cursor: default;
}

.lpa-empty-icon[b-fhbfx126po] {
    font-size: 1.125rem;
}

.lpa-empty-hint[b-fhbfx126po] {
    color: var(--asl-text-muted);
}

.lpa-empty:hover .lpa-empty-hint[b-fhbfx126po],
.lpa-empty:focus-within .lpa-empty-hint[b-fhbfx126po] {
    color: inherit;
}

/* Linked logins */
.linked-login-list[b-fhbfx126po] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.linked-login-row[b-fhbfx126po] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem;
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    background: #ffffff;
}

.linked-login-label[b-fhbfx126po] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: var(--asl-text-dark);
}

.linked-login-email[b-fhbfx126po] {
    font-size: 0.75rem;
    color: var(--asl-text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-unlink[b-fhbfx126po] {
    flex: 0 0 auto;
    border: none;
    background: transparent;
    color: var(--asl-text-muted);
    padding: 0.25rem;
    line-height: 1;
    border-radius: var(--bs-border-radius);
    cursor: pointer;
    transition: color 0.12s ease-in-out, background-color 0.12s ease-in-out;
}

.btn-unlink:hover[b-fhbfx126po] {
    color: var(--asl-error, #dc2626);
    background-color: var(--asl-border-subtle);
}
/* /Components/Pages/Admin/CreateCompany.razor.rz.scp.css */
.create-company[b-v972hp8b1t] {
    max-width: 1100px;
}

/* Company type selector cards */
.type-card[b-v972hp8b1t] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    height: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    cursor: pointer;
    transition: border-color 0.12s ease-in-out, background-color 0.12s ease-in-out;
}

.type-card:hover[b-v972hp8b1t] {
    border-color: var(--asl-blue-mid);
}

.type-card.selected[b-v972hp8b1t] {
    border-color: var(--asl-blue);
    background-color: var(--asl-blue-light);
}

.type-radio[b-v972hp8b1t] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 0.15rem;
    border: 2px solid var(--asl-text-subtle);
    border-radius: 50%;
    position: relative;
}

.type-card.selected .type-radio[b-v972hp8b1t] {
    border-color: var(--asl-blue);
}

.type-card.selected .type-radio[b-v972hp8b1t]::after {
    content: "";
    position: absolute;
    inset: 2px;
    background-color: var(--asl-blue);
    border-radius: 50%;
}

.type-title[b-v972hp8b1t] {
    font-weight: 600;
    color: var(--asl-text-dark);
    line-height: 1.2;
}

.type-desc[b-v972hp8b1t] {
    font-size: 0.8125rem;
    color: var(--asl-text-muted);
    margin-top: 0.15rem;
}

/* Conditional fund-manager section */
.conditional-section[b-v972hp8b1t] {
    background: var(--asl-surface);
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

/* About-types info card */
.info-card[b-v972hp8b1t] {
    background: var(--asl-surface);
}

.info-type-icon[b-v972hp8b1t] {
    color: var(--asl-blue);
    font-size: 1.1rem;
    line-height: 1.4;
}
/* /Components/Pages/Admin/MessageTemplates.razor.rz.scp.css */
.template-list-col[b-cy5lqhvqlh] {
    border-right: 1px solid var(--asl-border);
    min-height: 32rem;
}

.new-template-row[b-cy5lqhvqlh] {
    background: var(--asl-surface);
}

.template-editor-col[b-cy5lqhvqlh] {
    min-height: 32rem;
}

.composer-sidebar[b-cy5lqhvqlh] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    border: 1px solid var(--asl-border);
    border-radius: 0.25rem;
    background: var(--asl-surface);
    padding: 1rem;
}

.composer-fixed-block[b-cy5lqhvqlh] {
    flex: 0 0 auto;
}

.template-editor-main[b-cy5lqhvqlh] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.template-body-editor-wrap[b-cy5lqhvqlh] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}
/* /Components/Pages/Admin/Opportunities.razor.rz.scp.css */
.opportunity-row[b-gfjks4t0ds] {
    cursor: pointer;
}

.opportunity-table th[b-gfjks4t0ds] {
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
    border-bottom-width: 1px;
}

.opportunity-table th[role="button"][b-gfjks4t0ds] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.opportunity-table th[role="button"] .bi[b-gfjks4t0ds] {
    font-size: 0.75rem;
    opacity: 0.4;
}

.opportunity-table th[aria-sort="ascending"] .bi[b-gfjks4t0ds],
.opportunity-table th[aria-sort="descending"] .bi[b-gfjks4t0ds] {
    opacity: 1;
}

.opportunity-search[b-gfjks4t0ds] {
    position: relative;
    flex: 1 1 320px;
    max-width: 420px;
}

.opportunity-search .bi-search[b-gfjks4t0ds] {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: var(--asl-text-muted, #64748b);
    pointer-events: none;
}

.opportunity-search .form-control[b-gfjks4t0ds] {
    padding-left: 2.25rem;
}
/* /Components/Pages/Admin/Opportunity/OpportunityAdmin.razor.rz.scp.css */
/* ============================================================
   Single-page opportunity admin — layout per
   Docs/design/admin/99-Admin_SINGLE_PAGE.excalidraw:
   a header fixed to the top of the screen, and four clickable,
   telescoping vertical phase bars down the right edge (phase 5 has
   no bar of its own — see .phase-item-5 below). Phase colors live
   in theme.css (--phase-1 … --phase-5); the bars use --phase-2
   through --phase-5 now that phase 1's original color is retired.
   ============================================================ */

/* ---- Header: pinned below the 5.5rem app header, full-bleed across the article's px-4
        padding so content slides underneath it. The article's px-4 resolves to MudBlazor's
        16px utility (it loads after Bootstrap's 1.5rem one), so the bleed must be 16px —
        1.5rem here overshoots the article edge and causes a horizontal page scroll.
        The -1.1rem top bleed eats theme.css's `.content { padding-top }` so the header sits
        flush under the app header at rest as well as when stuck — otherwise that padding
        opens as a content-filled gap between the two headers whenever the header un-sticks
        (e.g. scrolling back to the top while the dev persona bar slides into view). ---- */
.opp-sticky-header[b-k14wn3s9hf] {
    position: sticky;
    top: 5.5rem;
    z-index: 1030; /* above cards/inputs, below MudBlazor popovers (1200+) */
    background: #fff;
    margin: -1.1rem -16px 1.5rem;
    padding: .65rem 16px;
    border-bottom: 1px solid var(--asl-mid, #bfdbfe);
    box-shadow: 0 2px 8px rgba(5, 39, 103, .07);
}

.opp-sticky-header .back-link[b-k14wn3s9hf] {
    color: var(--bs-secondary-color, #6c757d);
}

    .opp-sticky-header .back-link:hover[b-k14wn3s9hf] {
        color: var(--bs-primary, #1a56db);
    }

.opp-loan-field[b-k14wn3s9hf] {
    width: 11rem;
}

/* Stretch the "pull in data" button to the same height as the Loan # field beside it. */
[b-k14wn3s9hf] .opp-sync-button {
    height: 100%;
}

/* ---- Phase bands: each band = [content | its phase bar]. Bands nest, so every
        bar starts at the top of the workflow and ends where its phase ends —
        bar 1 shortest, bar 4 running the full page (phase 5 sits below, outside
        every band — see .phase-item-5). ---- */
.phase-band[b-k14wn3s9hf] {
    display: flex;
    align-items: stretch;
    gap: .75rem;
}

.phase-band-content[b-k14wn3s9hf] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.phase-bar[b-k14wn3s9hf] {
    flex: 0 0 34px;
    border: 1px solid rgba(30, 30, 30, .35);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .75rem;
    cursor: pointer;
}

    .phase-bar:hover[b-k14wn3s9hf], .phase-bar:focus-visible[b-k14wn3s9hf] {
        filter: brightness(.94);
    }

.phase-bar-label[b-k14wn3s9hf] {
    writing-mode: vertical-rl;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .08em;
    white-space: nowrap;
    /* Keep the phase name in view while scrolling within a tall bar:
       app header (5.5rem) + sticky page header (~4.5rem) + breathing room. */
    position: sticky;
    top: 11rem;
}

/* Phase 1's original color (--phase-1) is retired — each bar now shows what
   used to be the next phase's color, so the ramp still ends on navy at phase 4. */
.phase-bar-1[b-k14wn3s9hf] { background: var(--phase-2); color: var(--phase-ink); }
.phase-bar-2[b-k14wn3s9hf] { background: var(--phase-3); color: var(--phase-ink); }
.phase-bar-3[b-k14wn3s9hf] { background: var(--phase-4); color: #fff; }
.phase-bar-4[b-k14wn3s9hf] { background: var(--phase-5); color: #fff; }

/* Sections owned by an outer band sit to the left of the inner bands' bars; pad
   them so every section's right edge lines up (one 34px bar + .75rem gap per level). */
.phase-item-2[b-k14wn3s9hf] { padding-right: 46px; }
.phase-item-3[b-k14wn3s9hf] { padding-right: 92px; }
.phase-item-4[b-k14wn3s9hf] { padding-right: 138px; }

/* Phase 5 has no bar and sits outside every band, so it needs no alignment padding. */
.phase-item-5[b-k14wn3s9hf] { padding-right: 0; }

/* On narrower screens the bars would eat too much width — drop them and the
   alignment padding; the phase order still reads top-to-bottom. */
@media (max-width: 1199.98px) {
    .phase-bar[b-k14wn3s9hf] { display: none; }
    .phase-item-2[b-k14wn3s9hf], .phase-item-3[b-k14wn3s9hf], .phase-item-4[b-k14wn3s9hf] { padding-right: 0; }
}

/* Date-warning state (past response deadline; wire deadline before response deadline; funding date
   before wire deadline): all three are advisories the admin may save and publish straight through, so
   they carry the WARNING palette, not the error one — red would read as "this is blocked" when nothing
   is (see DeadlineInPast / WireDeadlineBeforeResponseDeadline / FundingDateBeforeWireDeadline in the
   page). The Class param lands on the picker root, so all selectors are descendant-based. */
[b-k14wn3s9hf] .deadline-warning .mud-input-outlined-border {
    border-color: var(--mud-palette-warning) !important;
}

[b-k14wn3s9hf] .deadline-warning .mud-input-label {
    color: var(--mud-palette-warning-darken) !important;
}

[b-k14wn3s9hf] .deadline-warning .mud-input-slot {
    color: var(--mud-palette-warning-darken) !important;
    caret-color: var(--mud-palette-warning-darken);
}

[b-k14wn3s9hf] .deadline-warning .mud-input-adornment .mud-icon-root {
    color: var(--mud-palette-warning) !important;
}
/* /Components/Pages/Admin/Opportunity/Sections/AllocationSection.razor.rz.scp.css */
/* Participant-supplied decline reason under the Declined badge — clamp long text to two lines;
   the title tooltip carries the full text. */
.decline-reason[b-sfl04ks6yt] {
    max-width: 16rem;
    margin-left: auto; /* hug the right edge of the text-end cell, matching the badge */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* /Components/Pages/Admin/Opportunity/Sections/CloseoutSection.razor.rz.scp.css */
/* The final "read-only" notice borders in the darkest phase shade (100% navy) so the lock visually
   reads as the terminal, fully-closed state. */
.alert-locked[b-gcigzekat0] {
    background: var(--phase-1);
    border: 1px solid var(--phase-5);
    color: var(--phase-ink);
    border-radius: .5rem;
    padding: .75rem 1rem;
}
/* /Components/Pages/Admin/UnassignedLogins.razor.rz.scp.css */
/* Registration table */
.unassigned-table th[b-x5emg0bl25] {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--asl-text-muted);
}

.login-row[b-x5emg0bl25] {
    cursor: pointer;
    transition: background-color 0.12s ease-in-out;
}

.login-row:hover[b-x5emg0bl25] {
    background-color: var(--asl-blue-light);
}

.login-row.selected[b-x5emg0bl25] {
    background-color: var(--asl-blue-light);
    box-shadow: inset 3px 0 0 var(--asl-blue);
}

/* Link panel */
.link-panel[b-x5emg0bl25] {
    position: sticky;
    top: 1rem;
}

.avatar[b-x5emg0bl25] {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--asl-blue-light);
    color: var(--asl-blue);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onboarding-info[b-x5emg0bl25] {
    background: var(--asl-surface);
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

/* Two-column definition list for the onboarding info */
.info-grid[b-x5emg0bl25] {
    display: grid;
    grid-template-columns: minmax(120px, auto) 1fr;
    row-gap: 0.6rem;
    column-gap: 1rem;
}

.info-grid dt[b-x5emg0bl25] {
    font-weight: 400;
    color: var(--asl-text-muted);
}

.info-grid dd[b-x5emg0bl25] {
    margin: 0;
    color: var(--asl-text-dark);
    font-weight: 500;
}

/* Search results */
.target-list[b-x5emg0bl25] {
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
}

.target-option[b-x5emg0bl25] {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0.625rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid var(--asl-border-subtle);
}

.target-option:last-child[b-x5emg0bl25] {
    border-bottom: none;
}

.target-option:hover[b-x5emg0bl25] {
    background-color: var(--asl-blue-light);
}

.target-option.selected[b-x5emg0bl25] {
    background-color: var(--asl-blue-light);
}

/* "or" separator */
.separator[b-x5emg0bl25] {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--asl-text-muted);
    font-size: 0.875rem;
}

.separator[b-x5emg0bl25]::before,
.separator[b-x5emg0bl25]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--asl-border);
}

.separator span[b-x5emg0bl25] {
    padding: 0 0.75rem;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.user-mgmt[b-yzc7f82kob] {
    position: relative;
}

.search-box[b-yzc7f82kob] {
    max-width: 420px;
}

.user-table th[b-yzc7f82kob] {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--asl-text-muted);
}

.user-row[b-yzc7f82kob] {
    cursor: pointer;
    transition: background-color 0.12s ease-in-out;
}

.user-row:hover[b-yzc7f82kob] {
    background-color: var(--asl-blue-light);
}

.user-row.selected[b-yzc7f82kob] {
    background-color: var(--asl-blue-light);
    box-shadow: inset 3px 0 0 var(--asl-blue);
}

/* Slide-out edit panel */
.edit-panel-backdrop[b-yzc7f82kob] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.25);
    z-index: 1040;
}

.edit-panel[b-yzc7f82kob] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-left: 1px solid var(--asl-border);
    box-shadow: -8px 0 24px rgba(15, 23, 42, 0.12);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.edit-panel-header[b-yzc7f82kob] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--asl-border);
}

.edit-panel-body[b-yzc7f82kob] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1 1 auto;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-wrap[b-h6i57k0aww] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 3rem 1.25rem;
}

.landing-shell[b-h6i57k0aww] {
    width: 100%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.landing-card[b-h6i57k0aww] {
    background: #ffffff;
    border-radius: 0;
    padding: 3rem 3.5rem;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.landing-logo[b-h6i57k0aww] {
    max-width: 320px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.landing-subtitle[b-h6i57k0aww] {
    max-width: 28rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
}

.button-row[b-h6i57k0aww] {
    display: flex;
    gap: 0.875rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

.primary-button[b-h6i57k0aww],
.secondary-button[b-h6i57k0aww] {
    min-width: 11.5rem;
    height: 44px;
    padding: 0 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.primary-button[b-h6i57k0aww] {
    box-shadow: 0 8px 20px rgba(26, 86, 219, 0.18);
}

.primary-button:hover[b-h6i57k0aww],
.primary-button:focus-visible[b-h6i57k0aww] {
    box-shadow: 0 10px 24px rgba(26, 86, 219, 0.24);
}

.secondary-button:hover[b-h6i57k0aww],
.secondary-button:focus-visible[b-h6i57k0aww] {
    background-color: rgba(26, 86, 219, 0.08);
    border-color: #1a56db;
    color: #1a56db;
}

.trust-line[b-h6i57k0aww] {
    margin-top: 1.5rem;
    color: #64748b;
    font-size: 0.875rem;
}

.landing-footer[b-h6i57k0aww] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #64748b;
    text-align: center;
}

.landing-footer a[b-h6i57k0aww] {
    color: #475569;
    text-decoration: none;
}

.landing-footer a:hover[b-h6i57k0aww],
.landing-footer a:focus-visible[b-h6i57k0aww] {
    color: #1a56db;
    text-decoration: underline;
}

.footer-divider[b-h6i57k0aww] {
    color: #94a3b8;
}
/* /Components/Pages/Onboarding/AwaitingApproval.razor.rz.scp.css */
.await-card[b-rs71383dd6] {
    width: 100%;
    max-width: 480px;
}
/* /Components/Pages/Onboarding/Onboarding.razor.rz.scp.css */
.onboarding-wrap[b-xt4y1ka924] {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
}

/* Constrain the themed .card; visual styling comes from theme.css */
.onboarding-card[b-xt4y1ka924] {
    width: 100%;
    max-width: 820px;
}

/* Vertical divider between the contact and company columns (md+ only) */
@media (min-width: 768px) {
    .contact-col[b-xt4y1ka924] {
        border-right: 1px solid var(--asl-border);
    }
}

/* Company signers section */
.signer-section[b-xt4y1ka924] {
    background: var(--asl-surface);
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    padding: 1.25rem;
}

/* Welcome logo */
.onboarding-logo[b-xt4y1ka924] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Capped to the asset's own width so it is never upscaled — asl-logo.png is 560px wide, and this
       card is a wide two-column form. Matches .landing-logo, which caps the same asset. */
    max-width: 320px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
/* /Components/Pages/Participant/LoanOpportunities.razor.rz.scp.css */
/* Mirrors the admin Opportunities list house style (scoped CSS is component-isolated, so the
   shared classes are re-declared here) and adds the participant-specific switcher, expandable
   row, and key-terms panel. */

.company-switcher label[b-15hq79ayhr] {
    white-space: nowrap;
}

/* ── Search box (same look as the admin list) ──────────────── */
.opportunity-search[b-15hq79ayhr] {
    position: relative;
    flex: 1 1 320px;
    max-width: 420px;
}

.opportunity-search .bi-search[b-15hq79ayhr] {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: var(--asl-text-muted, #64748b);
    pointer-events: none;
}

.opportunity-search .form-control[b-15hq79ayhr] {
    padding-left: 2.25rem;
}

/* ── Table ─────────────────────────────────────────────────── */
.participant-row[b-15hq79ayhr] {
    cursor: pointer;
}

.participant-table th[b-15hq79ayhr] {
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
    border-bottom-width: 1px;
}

/* Sizing per house rules: narrow columns hug their content, Offer Name fills the rest and
   ellipsis-truncates, the two date columns and Status size to their content. */
.participant-table .col-narrow[b-15hq79ayhr] {
    width: 1%;
    white-space: nowrap;
}

/* The two deadline columns hug their date value; the multi-word headers wrap rather than forcing
   the column wide, so Offer Name keeps the slack. */
.participant-table .col-date[b-15hq79ayhr] {
    width: 1%;
    white-space: nowrap;
}

.participant-table th.col-date[b-15hq79ayhr] {
    white-space: normal;
    min-width: 7rem;
}

.participant-table .col-status[b-15hq79ayhr] {
    width: 1%;
    white-space: nowrap;
}

/* Participant Interest Rate hugs its percentage value like the other numeric/status columns;
   the multi-word header wraps rather than forcing the column wide. */
.participant-table .col-rate[b-15hq79ayhr] {
    width: 1%;
    white-space: nowrap;
}

.participant-table th.col-rate[b-15hq79ayhr] {
    white-space: normal;
    min-width: 6rem;
}

/* ── Status chip (lifecycle-derived participant status) ────── */
.status-chip[b-15hq79ayhr] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35em 0.65em;
}

/* Investment Available — primary/navy: the participant's open response window. */
.status-chip-investment[b-15hq79ayhr] {
    color: var(--asl-navy, #052767);
    background: var(--asl-blue-light, #eff6ff);
    border: 1px solid var(--asl-blue-mid, #bfdbfe);
}

/* LPC & Wire — amber: in-progress, closing steps under way. */
.status-chip-lpcwire[b-15hq79ayhr] {
    color: #b45309;
    background: #fffbeb;
    border: 1px solid #fcd34d;
}

/* Funded — green: funded / closed out, now monitored. */
.status-chip-funded[b-15hq79ayhr] {
    color: #15803d;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.participant-table td.fw-semibold[b-15hq79ayhr] {
    max-width: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* The expanded detail row shouldn't carry the hover/pointer treatment. */
.participant-detail-row[b-15hq79ayhr],
.participant-detail-row:hover[b-15hq79ayhr] {
    cursor: default;
    --bs-table-bg-state: transparent;
}

.participant-detail-row > td[b-15hq79ayhr] {
    background: var(--asl-surface, #f8fafc);
    padding: 1.25rem 1.5rem;
}

/* ── Key terms panel ───────────────────────────────────────── */
/* Each term is its own tile with the label stacked directly above its value, so a value can never
   be misread against a neighbouring column's heading. The grid reflows on available width alone
   (auto-fill + minmax) — 4→3→2→1 tiles across as the viewport narrows, no media queries needed. */
.key-terms-grid[b-15hq79ayhr] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
    gap: 0.75rem;
    min-width: 0;
}

.key-terms-tile[b-15hq79ayhr] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.75rem 0.875rem;
    background: #ffffff;
    border: 1px solid var(--asl-border, #e2e8f0);
    border-radius: 0.625rem;
}

.key-terms-tile dt[b-15hq79ayhr] {
    color: var(--asl-text-muted, #64748b);
    font-weight: 500;
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.key-terms-tile dd[b-15hq79ayhr] {
    margin: 0;
    color: var(--asl-text-dark, #1e293b);
    font-weight: 700;
    font-size: 1.0625rem;
    overflow-wrap: anywhere;
}

/* Terms Description is free-form prose, not a short figure — let it span the full row and read as
   body text (regular weight, normal size) rather than a bold headline value. */
.key-terms-tile-full[b-15hq79ayhr] {
    grid-column: 1 / -1;
}

.key-terms-tile-full dd.key-terms-description-value[b-15hq79ayhr] {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

/* ── Small screens ─────────────────────────────────────────── */
/* Below md: drop the rate and deadline columns (all repeated in the expanded Key Terms panel)
   so Offer Name stays readable. Loan #, Offer Name, and Status remain. */
@media (max-width: 767.98px) {
    .participant-table .col-rate[b-15hq79ayhr],
    .participant-table .col-date[b-15hq79ayhr] {
        display: none;
    }
}
/* /Components/Pages/Participant/LoanOpportunityDetail.razor.rz.scp.css */
/* ── Back link ──────────────────────────────────────────────────────── */
.back-link[b-jtytwwr9gw] {
    color: var(--asl-text-muted, #64748b);
    text-decoration: none;
    font-size: 0.9375rem;
}

.back-link:hover[b-jtytwwr9gw] {
    color: var(--asl-blue, #2563eb);
    text-decoration: underline;
}

/* ── Page header ────────────────────────────────────────────────────── */
.detail-header[b-jtytwwr9gw] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
}

.detail-header-info[b-jtytwwr9gw] {
    flex: 1 1 320px;
    min-width: 0;
}

.detail-header-info h1[b-jtytwwr9gw] {
    font-size: 1.5rem;
}

.detail-header-stage[b-jtytwwr9gw] {
    flex: 0 0 auto;
}

/* ── Participant stage track ─────────────────────────────────────────── */
.participant-stage-track[b-jtytwwr9gw] {
    display: flex;
    align-items: flex-start;
}

.p-stage-item[b-jtytwwr9gw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
    width: 5rem;
}

.p-stage-circle[b-jtytwwr9gw] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8125rem;
}

.p-stage-label[b-jtytwwr9gw] {
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}

.p-stage-line[b-jtytwwr9gw] {
    flex: 1;
    height: 2px;
    margin-top: 1rem;
    min-width: 1.5rem;
}

.p-stage-done .p-stage-circle[b-jtytwwr9gw]  { background: #16a34a; color: #fff; }
.p-stage-active .p-stage-circle[b-jtytwwr9gw] { background: var(--asl-navy, #052767); color: #fff; }
.p-stage-locked .p-stage-circle[b-jtytwwr9gw] { background: #e2e8f0; color: #94a3b8; }

.p-stage-done .p-stage-label[b-jtytwwr9gw]   { color: #16a34a; }
.p-stage-active .p-stage-label[b-jtytwwr9gw]  { color: var(--asl-navy, #052767); font-weight: 700; }
.p-stage-locked .p-stage-label[b-jtytwwr9gw]  { color: #94a3b8; }

.p-stage-line-done[b-jtytwwr9gw]   { background: #16a34a; }
.p-stage-line-locked[b-jtytwwr9gw] { background: #e2e8f0; }

/* ── Loan Overview stat tiles ────────────────────────────────────────── */
.stat-tile[b-jtytwwr9gw] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.stat-tile-icon[b-jtytwwr9gw] {
    font-size: 1.25rem;
    color: var(--asl-navy, #052767);
    flex-shrink: 0;
    margin-top: 0.125rem;
    opacity: 0.75;
}

.stat-tile-label[b-jtytwwr9gw] {
    font-size: 0.8125rem;
    color: var(--asl-text-muted, #64748b);
    font-weight: 500;
    margin-bottom: 0.125rem;
}

.stat-tile-value[b-jtytwwr9gw] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--asl-text-dark, #1e293b);
    word-break: break-word;
}

/* ── Loan Overview key terms tiles (mirrors the list page's expandable panel) ─ */
/* Each term is its own tile with the label stacked directly above its value, so a value can never
   be misread against a neighbouring column's heading. The grid reflows on available width alone
   (auto-fill + minmax) — 4→3→2→1 tiles across as the viewport narrows, no media queries needed. */
.key-terms-grid[b-jtytwwr9gw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
    gap: 0.75rem;
    min-width: 0;
}

.key-terms-tile[b-jtytwwr9gw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.75rem 0.875rem;
    background: #ffffff;
    border: 1px solid var(--asl-border, #e2e8f0);
    border-radius: 0.625rem;
}

.key-terms-tile dt[b-jtytwwr9gw] {
    color: var(--asl-text-muted, #64748b);
    font-weight: 500;
    font-size: 0.8125rem;
    overflow-wrap: anywhere;
}

.key-terms-tile dd[b-jtytwwr9gw] {
    margin: 0;
    color: var(--asl-text-dark, #1e293b);
    font-weight: 700;
    font-size: 1.0625rem;
    overflow-wrap: anywhere;
}

/* Terms Description is free-form prose, not a short figure — let it span the full row and read as
   body text (regular weight, normal size) rather than a bold headline value. */
.key-terms-tile-full[b-jtytwwr9gw] {
    grid-column: 1 / -1;
}

.key-terms-tile-full dd.key-terms-description-value[b-jtytwwr9gw] {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

/* ── Election status cards ───────────────────────────────────────────── */
.election-status[b-jtytwwr9gw] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
}

.election-status-submitted[b-jtytwwr9gw] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
}

.election-status-declined[b-jtytwwr9gw] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}

.election-status-expired[b-jtytwwr9gw] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
}

.election-status .bi[b-jtytwwr9gw] {
    font-size: 1.25rem;
    margin-top: 0.0625rem;
}

/* ── Election form ───────────────────────────────────────────────────── */
.election-amount-field[b-jtytwwr9gw],
.election-reason-field[b-jtytwwr9gw] {
    max-width: 22rem;
}

/* ── Small screens ───────────────────────────────────────────────────── */
@media (max-width: 575.98px) {
    /* Multi-word stage labels ("Investment Available") wrap within their 5rem slot
       instead of overlapping neighbouring stages. */
    .p-stage-label[b-jtytwwr9gw] {
        white-space: normal;
    }
}

/* ── Per-company section header (LPC/Wire and Funded) ────────────────── */
.company-section-header[b-jtytwwr9gw] {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    text-align: center;
    background: #fff;
    font-weight: 700;
}
/* /Components/Pages/Participant/Profile.razor.rz.scp.css */
/* LPA document file cards (download-only, participant side) */
.lpa-files[b-sraottjcqr] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 520px;
}

.lpa-file-card[b-sraottjcqr] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 0.875rem;
    border: 1px solid var(--asl-border);
    border-radius: var(--bs-border-radius);
    background: #ffffff;
}

.lpa-file-icon[b-sraottjcqr] {
    flex: 0 0 auto;
    font-size: 1.875rem;
    line-height: 1;
    color: #dc2626;
}

.lpa-file-meta[b-sraottjcqr] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lpa-file-eyebrow[b-sraottjcqr] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--asl-text-muted);
}

.lpa-file-name[b-sraottjcqr] {
    font-weight: 500;
    color: var(--asl-text-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpa-file-sub[b-sraottjcqr] {
    font-size: 0.75rem;
    color: var(--asl-text-muted);
}

.lpa-file-download[b-sraottjcqr] {
    flex: 0 0 auto;
    white-space: nowrap;
}
/* /Components/Shared/AdminPrivateDocumentFolders.razor.rz.scp.css */
/* Mirrors DocumentNavigator.razor.css / PrivateDocumentNavigator.razor.css's Win11 Explorer-style
   table — kept as a separate, CSS-isolated copy since Blazor scopes each component's stylesheet
   independently. */
.document-table[b-m0b3qiceoy] {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.document-table thead th[b-m0b3qiceoy] {
    position: relative;
    text-align: left;
    font-weight: 600;
    color: var(--bs-secondary-color, #64748b);
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--bs-border-color, #e2e8f0);
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Files count leads the row, so it's left-aligned (unlike the trailing size column elsewhere). */
.document-table .col-size[b-m0b3qiceoy] { width: 8rem; }
.document-table .col-name[b-m0b3qiceoy] { width: 24rem; }

.document-table tbody td[b-m0b3qiceoy] {
    padding: 0.3rem 0.6rem;
    border-bottom: 1px solid var(--bs-border-color, #f1f5f9);
    color: var(--bs-body-color, #1e293b);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.document-table tbody tr.doc-row:hover[b-m0b3qiceoy] {
    background-color: rgba(26, 86, 219, 0.06);
}

.document-table .name-cell[b-m0b3qiceoy] {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.document-table .name-text[b-m0b3qiceoy] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-table .col-size[b-m0b3qiceoy] {
    color: var(--bs-secondary-color, #64748b);
}
/* /Components/Shared/AppFooter.razor.rz.scp.css */
.app-footer[b-1fjjtoxbxb] {
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid var(--asl-border);
    padding: 1rem 1.5rem;
}

.app-footer__inner[b-1fjjtoxbxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 0.8125rem;
    color: var(--asl-text-muted);
}

.app-footer__links[b-1fjjtoxbxb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.25rem;
}

.app-footer__links a[b-1fjjtoxbxb] {
    color: var(--asl-text-body);
    text-decoration: none;
}

.app-footer__links a:hover[b-1fjjtoxbxb],
.app-footer__links a:focus-visible[b-1fjjtoxbxb] {
    color: var(--asl-blue);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .app-footer__inner[b-1fjjtoxbxb] {
        justify-content: center;
        text-align: center;
    }
}
/* /Components/Shared/CookieConsent.razor.rz.scp.css */
/* Fixed bottom banner, matching americansavingslife.com's .cookie-consent, styled with the portal's
   own brand tokens (theme.css). Buttons reuse the global .btn styles. */
.cookie-consent[b-13s1e8u9om] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    padding: 0.85rem 1rem;
    background: #fff;
    border-top: 1px solid var(--asl-border);
    box-shadow: 0 -2px 8px rgba(5, 20, 45, 0.08);
}

/* Explicit so it wins over any author display; the JS toggles the [hidden] attribute. */
.cookie-consent[hidden][b-13s1e8u9om] {
    display: none;
}

.cookie-consent__inner[b-13s1e8u9om] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    max-width: 1300px;
    margin: 0 auto;
}

.cookie-consent__text[b-13s1e8u9om] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--asl-text-body);
}

.cookie-consent__text a[b-13s1e8u9om] {
    color: var(--asl-blue);
    text-decoration: underline;
}

.cookie-consent__text a:hover[b-13s1e8u9om],
.cookie-consent__text a:focus[b-13s1e8u9om] {
    color: var(--asl-navy);
}

.cookie-consent__actions[b-13s1e8u9om] {
    display: flex;
    gap: 0.5rem;
    flex: 0 0 auto;
    margin-left: auto;
}

@media (max-width: 640px) {
    .cookie-consent__inner[b-13s1e8u9om] {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cookie-consent__actions[b-13s1e8u9om] {
        margin-left: 0;
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Components/Shared/DocumentNavigator.razor.rz.scp.css */
.document-breadcrumb[b-wu7c8zz5w3] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
    flex: 1 1 auto;
    min-width: 0;
}

.document-breadcrumb .breadcrumb-link[b-wu7c8zz5w3] {
    background: none;
    border: none;
    padding: 0;
    color: var(--bs-primary, #1a56db);
    cursor: pointer;
}

.document-breadcrumb .breadcrumb-link:hover[b-wu7c8zz5w3] {
    text-decoration: underline;
}

.document-breadcrumb .breadcrumb-current[b-wu7c8zz5w3] {
    font-weight: 600;
    color: var(--bs-body-color, #1e293b);
}

.document-breadcrumb .breadcrumb-sep[b-wu7c8zz5w3] {
    color: var(--bs-secondary-color, #6c757d);
}

/* Empty-location upload affordance (only shown when the folder has no contents). */
.document-empty-drop[b-wu7c8zz5w3] {
    border: 2px dashed var(--bs-border-color, #dee2e6);
    border-radius: 0.5rem;
    padding: 2.25rem 1.5rem;
    text-align: center;
    color: var(--bs-secondary-color, #6c757d);
    cursor: pointer;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.document-empty-drop:hover[b-wu7c8zz5w3] {
    border-color: var(--bs-primary, #1a56db);
    background-color: rgba(26, 86, 219, 0.04);
}

/* Full-component drag overlay. Hidden until .drag-active is toggled on the card-body
   from documentUpload.js. pointer-events:none so it never interferes with the drag. */
.document-drop-overlay[b-wu7c8zz5w3] {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 5;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-card-inner-border-radius, 0.5rem);
    background-color: rgba(26, 86, 219, 0.08);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 2px dashed var(--bs-primary, #1a56db);
}

.card-body.drag-active .document-drop-overlay[b-wu7c8zz5w3] {
    display: flex;
}

.document-drop-overlay-inner[b-wu7c8zz5w3] {
    text-align: center;
    color: var(--bs-primary, #1a56db);
}

.document-progress[b-wu7c8zz5w3] {
    border: 1px solid var(--bs-border-color, #e2e8f0);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: var(--bs-tertiary-bg, #f8fafc);
}

/* Command bar holding New folder / Add files / Add folder. */
.document-toolbar[b-wu7c8zz5w3] {
    border: 1px solid var(--bs-border-color, #e2e8f0);
    border-radius: 0.5rem;
    padding: 0.35rem 0.5rem;
    background-color: var(--bs-tertiary-bg, #f8fafc);
}

.document-toolbar .toolbar-sep[b-wu7c8zz5w3] {
    width: 1px;
    align-self: stretch;
    margin: 0.15rem 0.25rem;
    background-color: var(--bs-border-color, #e2e8f0);
}

/* Borderless command-bar / row actions — icon + text, subtle hover (Win11-style). */
.doc-action[b-wu7c8zz5w3] {
    text-decoration: none;
    border-radius: 0.375rem;
}

.doc-action:hover[b-wu7c8zz5w3] {
    background-color: rgba(15, 23, 42, 0.06);
    text-decoration: none;
}

/* Win11 Explorer-style file table. */
.document-table[b-wu7c8zz5w3] {
    width: 100%;
    /* Fixed columns total 48rem; the floor reserves ~5rem for the unspecified actions
       column, which otherwise collapses to zero once the card is narrower than the sum
       (the wrapper scrolls instead). */
    min-width: 53rem;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.document-table thead th[b-wu7c8zz5w3] {
    position: relative;
    text-align: left;
    font-weight: 600;
    color: var(--bs-secondary-color, #64748b);
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--bs-border-color, #e2e8f0);
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Fixed starting widths for the leading columns; the last (actions) column has no
   width so it absorbs the remaining horizontal space. */
.document-table .col-name[b-wu7c8zz5w3] { width: 22rem; }
.document-table .col-date[b-wu7c8zz5w3] { width: 11rem; }
.document-table .col-type[b-wu7c8zz5w3] { width: 9rem; }
.document-table .col-size[b-wu7c8zz5w3] { width: 6rem; text-align: right; }

.document-table tbody td[b-wu7c8zz5w3] {
    padding: 0.3rem 0.6rem;
    border-bottom: 1px solid var(--bs-border-color, #f1f5f9);
    color: var(--bs-body-color, #1e293b);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.document-table tbody tr.doc-row:hover[b-wu7c8zz5w3] {
    background-color: rgba(26, 86, 219, 0.06);
}

/* Drag handle on the right edge of each header cell. */
.document-table th .col-resizer[b-wu7c8zz5w3] {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    cursor: col-resize;
}

.document-table th .col-resizer:hover[b-wu7c8zz5w3] {
    background-color: var(--bs-primary, #1a56db);
    opacity: 0.4;
}

/* Name cell: icon + ellipsised name; folders are clickable. */
.document-table .name-cell[b-wu7c8zz5w3] {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-align: left;
}

.document-table button.name-cell[b-wu7c8zz5w3] {
    cursor: pointer;
}

.document-table button.name-cell:hover .name-text[b-wu7c8zz5w3] {
    text-decoration: underline;
}

.document-table .name-text[b-wu7c8zz5w3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-table .col-size[b-wu7c8zz5w3] {
    color: var(--bs-secondary-color, #64748b);
}

/* Row tools appear on hover (Win11-like), but stay visible on focus for a11y. */
.document-table .row-tools[b-wu7c8zz5w3] {
    display: inline-flex;
    gap: 0.15rem;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.document-table tbody tr.doc-row:hover .row-tools[b-wu7c8zz5w3],
.document-table .row-tools:focus-within[b-wu7c8zz5w3] {
    opacity: 1;
}

/* Safety net so a wide table scrolls inside the card instead of the page. */
.document-table-wrap[b-wu7c8zz5w3] {
    overflow-x: auto;
}

/* Touch devices: no hover means no drag-resize and no hover-reveal — show tools, hide handles. */
@media (hover: none) {
    .document-table th .col-resizer[b-wu7c8zz5w3] {
        display: none;
    }

    .document-table .row-tools[b-wu7c8zz5w3] {
        opacity: 1;
    }
}

/* Narrow phones: keep all columns at compact widths; the wrapper scrolls the overflow.
   !important so inline widths persisted by columnResize.js can't force a wider table here. */
@media (max-width: 575.98px) {
    .document-table[b-wu7c8zz5w3] {
        min-width: 39rem;
    }

    .document-table .col-name[b-wu7c8zz5w3] { width: 14rem !important; }
    .document-table .col-date[b-wu7c8zz5w3] { width: 9.5rem !important; }
    .document-table .col-type[b-wu7c8zz5w3] { width: 6rem !important; }
    .document-table .col-size[b-wu7c8zz5w3] { width: 4.5rem !important; }
}
/* /Components/Shared/ErrorPageContent.razor.rz.scp.css */
.error-page[b-d3nkhb1hfk] {
    display: flex;
    justify-content: center;
    padding: 2rem 0 3rem;
}

.error-page__card[b-d3nkhb1hfk] {
    width: 100%;
    max-width: 520px;
}

.error-page__code[b-d3nkhb1hfk] {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--bs-primary, #0d3b66);
    opacity: 0.35;
    margin-bottom: 0.5rem;
}

.error-page__actions[b-d3nkhb1hfk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}
/* /Components/Shared/LoanSyncDialog.razor.rz.scp.css */
/* Flow indicator between the Originator and Current columns: a line with an arrowhead,
   and the row's overwrite checkbox centered on it. Selecting it is what "Overwrite
   selected" acts on — same as the old leftmost checkbox column it replaced. */
.sync-arrow-cell[b-hmzfy0x1lr] {
    width: 1%;
    white-space: nowrap;
}

.sync-arrow[b-hmzfy0x1lr] {
    display: flex;
    align-items: center;
    width: 3.5rem;
    height: 1.75rem;
    color: var(--bs-secondary-color, #6c757d);
}

/* Left/right line segments butt directly against the checkbox — no gap between them,
   so together with it they read as one continuous line. */
.sync-arrow-segment[b-hmzfy0x1lr] {
    height: 2px;
    background: currentColor;
    flex: 1 1 auto;
}

.sync-arrow-segment-right[b-hmzfy0x1lr] {
    flex: 0 0 .4rem;
}

.sync-arrow-head[b-hmzfy0x1lr] {
    line-height: 1;
    margin-left: -.15rem;
}

[b-hmzfy0x1lr] .mud-checkbox.sync-arrow-checkbox {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}
/* /Components/Shared/MergeFieldPicker.razor.rz.scp.css */
.mergefield-picker[b-men7frhwha] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.mergefield-search[b-men7frhwha] {
    flex: 0 0 auto;
}

.mergefield-groups[b-men7frhwha] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    gap: 1rem;
}

.mergefield-group-label[b-men7frhwha] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--asl-muted, #6c757d);
    margin-bottom: 0.4rem;
}

.mergefield-chips[b-men7frhwha] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

/* Each chip is wrapped in a MudTooltip; keep the wrapper block-level and full-width so the
   button inside still stretches across the sidebar exactly as it did before the tooltip. */
.mergefield-chips[b-men7frhwha]  .mud-tooltip-root {
    display: block;
    width: 100%;
}

.mergefield-chip[b-men7frhwha] {
    display: block;
    width: 100%;
    border: 1px solid var(--asl-border);
    border-radius: 0.25rem;
    background: #fff;
    text-align: left;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    word-break: break-all;
}

.mergefield-chip:hover[b-men7frhwha] {
    border-color: var(--asl-blue);
    background: #eff6ff;
}
/* /Components/Shared/MessageBodyEditor.razor.rz.scp.css */
.message-editor-shell[b-s0d1akj9ty] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.message-editor-shell[b-s0d1akj9ty]  .blazored-text-editor {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    border: 1px solid var(--asl-border);
    border-radius: 0.25rem;
    background: #fff;
}

.message-editor-shell[b-s0d1akj9ty]  .ql-toolbar {
    border-color: var(--asl-border);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    flex: 0 0 auto;
}

.message-editor-shell[b-s0d1akj9ty]  .ql-container {
    border-color: var(--asl-border);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    flex: 1 1 auto;
    min-height: 16rem;
}

.message-editor-shell[b-s0d1akj9ty]  .ql-editor {
    min-height: 16rem;
    font-size: 0.95rem;
}
/* /Components/Shared/MessageComposer.razor.rz.scp.css */
.composer-opportunity-picker[b-1ufy9edosf] {
    min-width: 18rem;
}

.composer-loan-number[b-1ufy9edosf] {
    min-width: 10rem;
}

.composer-opportunity-heading[b-1ufy9edosf] {
    color: var(--asl-navy);
}

.composer-row[b-1ufy9edosf] {
    display: flex;
    flex-wrap: wrap;
}

.composer-main[b-1ufy9edosf],
.composer-sidebar-col[b-1ufy9edosf] {
    display: flex;
    flex-direction: column;
}

/* The column div is a flex item inside the d-flex Bootstrap col; without a grow
   factor it shrinks to fit its content instead of filling the column width. */
.composer-main[b-1ufy9edosf] {
    flex: 1 1 auto;
    min-width: 0;
}

.composer-fixed-block[b-1ufy9edosf] {
    flex: 0 0 auto;
}

.composer-body-editor-wrap[b-1ufy9edosf] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.composer-sidebar[b-1ufy9edosf] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    border: 1px solid var(--asl-border);
    border-radius: 0.25rem;
    background: var(--asl-surface);
    padding: 1rem;
}

.participant-placeholder[b-1ufy9edosf] {
    background-color: var(--asl-surface);
}

.participant-list[b-1ufy9edosf] {
    background: var(--asl-surface);
}

.participant-list-header[b-1ufy9edosf] {
    background: #fff;
}

.participant-list-body[b-1ufy9edosf] {
    background: #fff;
}

.composer-email-breakdown summary[b-1ufy9edosf] {
    cursor: pointer;
    user-select: none;
    width: fit-content;
}

.composer-email-breakdown-list[b-1ufy9edosf] {
    padding-left: 1.25rem;
    margin-top: 0.25rem;
}

/* /Components/Shared/OriginatorLoanLink.razor.rz.scp.css */
/* P1 inline link: quiet accent link that reads as part of the surrounding text, underlining only on
   hover/focus. Weight and color match the other in-app links; the trailing icon signals leaving the
   portal. Inherits font-size from its context so it fits both header rows and small status lines. */
.originator-loan-link[b-xaqhiy3leu] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: var(--bs-primary, #0d6efd);
    font-weight: 600;
    text-decoration: none;
}

.originator-loan-link:hover[b-xaqhiy3leu],
.originator-loan-link:focus-visible[b-xaqhiy3leu] {
    text-decoration: underline;
}

.originator-loan-link .bi[b-xaqhiy3leu] {
    font-size: 0.85em;
}
/* /Components/Shared/ParticipantSelector.razor.rz.scp.css */
/*
 * Column sizing for the participant MudTable.
 *
 * .participant-table is a plain <div> wrapper in OUR markup, so it DOES carry this component's
 * scope attribute (b-xxxxxxxxxx) — the generated rule becomes `.participant-table[b-xxx] th:...`.
 * MudBlazor renders the inner <table><thead>/<tbody> itself, and those cells do NOT receive the
 * scope attribute, so we use ::deep to pierce from the scoped wrapper into MudBlazor's child
 * markup. (A Class on <MudTable> would NOT work: it lands on the child component, which never
 * gets our scope attribute.) Anchoring to .participant-table keeps the rules from leaking to
 * other tables.
 *
 * Goal (per Responsive & Layout Principles): data columns hug their content and stay
 * left-aligned; the last column (Shared) absorbs the slack so the table reads as intentionally
 * laid out rather than justified edge-to-edge.
 */

/* Scroll region: cap the list at roughly 12 dense rows plus the header; shorter lists
   size to content. The header stays pinned while the body scrolls. */
.participant-table[b-nlo0thovs6] {
    max-height: 28rem;
    overflow-y: auto;
}

.participant-table[b-nlo0thovs6]  thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--mud-palette-surface, #fff);
}

/* Search box mirrors the opportunity-list search styling. */
.participant-filter[b-nlo0thovs6] {
    position: relative;
    flex: 1 1 240px;
    max-width: 340px;
}

.participant-filter .bi-search[b-nlo0thovs6] {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: var(--asl-text-muted, #64748b);
    pointer-events: none;
}

.participant-filter .form-control[b-nlo0thovs6] {
    padding-left: 2.25rem;
}

/* 1) Checkbox column — tight, shrink-to-content. */
.participant-table[b-nlo0thovs6]  th:nth-child(1),
.participant-table[b-nlo0thovs6]  td:nth-child(1) {
    width: 1%;
    white-space: nowrap;
}

/* 2) Company Name — cap width and truncate long names with an ellipsis instead of wrapping. */
.participant-table[b-nlo0thovs6]  th:nth-child(2),
.participant-table[b-nlo0thovs6]  td:nth-child(2) {
    max-width: 22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 3) Vendor ID — content-fit. */
.participant-table[b-nlo0thovs6]  th:nth-child(3),
.participant-table[b-nlo0thovs6]  td:nth-child(3) {
    width: 1%;
    white-space: nowrap;
}

/* 4) Shared (last column) — absorbs the remaining horizontal space; badges stay left-aligned. */
.participant-table[b-nlo0thovs6]  th:nth-child(4),
.participant-table[b-nlo0thovs6]  td:nth-child(4) {
    width: 100%;
}
/* /Components/Shared/PrivateDocumentNavigator.razor.rz.scp.css */
/* Mirrors DocumentNavigator.razor.css's Win11 Explorer-style table — kept as a separate,
   CSS-isolated copy since Blazor scopes each component's stylesheet independently. */
.document-table[b-eueyscipbh] {
    width: 100%;
    /* Fixed columns total 51rem; the floor reserves ~5rem for the unspecified actions
       column, which otherwise collapses to zero once the card is narrower than the sum
       (the wrapper scrolls instead). */
    min-width: 56rem;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.document-table thead th[b-eueyscipbh] {
    position: relative;
    text-align: left;
    font-weight: 600;
    color: var(--bs-secondary-color, #64748b);
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--bs-border-color, #e2e8f0);
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-table .col-name[b-eueyscipbh] { width: 24rem; }
.document-table .col-uploader[b-eueyscipbh] { width: 10rem; color: var(--bs-secondary-color, #64748b); }
.document-table .col-date[b-eueyscipbh] { width: 11rem; }
.document-table .col-size[b-eueyscipbh] { width: 6rem; text-align: right; }

.document-table tbody td[b-eueyscipbh] {
    padding: 0.3rem 0.6rem;
    border-bottom: 1px solid var(--bs-border-color, #f1f5f9);
    color: var(--bs-body-color, #1e293b);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.document-table tbody tr.doc-row:hover[b-eueyscipbh] {
    background-color: rgba(26, 86, 219, 0.06);
}

.document-table .name-cell[b-eueyscipbh] {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-align: left;
}

.document-table .name-text[b-eueyscipbh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-table .col-size[b-eueyscipbh] {
    color: var(--bs-secondary-color, #64748b);
}

/* Row tools appear on hover (Win11-like), but stay visible on focus for a11y. */
.document-table .row-tools[b-eueyscipbh] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.document-table tbody tr.doc-row:hover .row-tools[b-eueyscipbh],
.document-table .row-tools:focus-within[b-eueyscipbh] {
    opacity: 1;
}

/* Safety net so a wide table scrolls inside the card instead of the page. */
.document-table-wrap[b-eueyscipbh] {
    overflow-x: auto;
}

/* Touch devices: no hover means no hover-reveal — keep row tools visible. */
@media (hover: none) {
    .document-table .row-tools[b-eueyscipbh] {
        opacity: 1;
    }
}

/* Narrow phones: keep all columns at compact widths; the wrapper scrolls the overflow. */
@media (max-width: 575.98px) {
    .document-table[b-eueyscipbh] {
        min-width: 41rem;
    }

    .document-table .col-name[b-eueyscipbh] { width: 14rem; }
    .document-table .col-uploader[b-eueyscipbh] { width: 8rem; }
    .document-table .col-date[b-eueyscipbh] { width: 9.5rem; }
    .document-table .col-size[b-eueyscipbh] { width: 4.5rem; }
}

.doc-action[b-eueyscipbh] {
    text-decoration: none;
    border-radius: 0.375rem;
    cursor: pointer;
}

.doc-action:hover[b-eueyscipbh] {
    background-color: rgba(15, 23, 42, 0.06);
    text-decoration: none;
}

/* Single whole-panel drag/drop target (replaces the prior per-row targets) — mirrors
   DocumentNavigator's .drag-active convention, scoped to this one wrapper element. */
.private-doc-droptarget[b-eueyscipbh] {
    outline: 2px dashed transparent;
    outline-offset: -2px;
    border-radius: 0.375rem;
    transition: outline-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.private-doc-droptarget.drag-active[b-eueyscipbh] {
    outline-color: var(--bs-primary, #1a56db);
    background-color: rgba(26, 86, 219, 0.08);
}

/* Always-visible click-or-drop affordance beneath the file list. */
.private-doc-dropzone-hint[b-eueyscipbh] {
    display: block;
    margin-top: 0.5rem;
    padding: 0.75rem;
    text-align: center;
    color: var(--bs-secondary-color, #64748b);
    font-size: 0.85rem;
    border: 1px dashed var(--bs-border-color, #cbd5e1);
    border-radius: 0.375rem;
    cursor: pointer;
}

.private-doc-dropzone-hint:hover[b-eueyscipbh] {
    background-color: rgba(15, 23, 42, 0.04);
}
/* /Components/Shared/RecipientTreePicker.razor.rz.scp.css */
.recipient-tree[b-yawbruuhye] {
    background: #fff;
}

.recipient-tree-toolbar[b-yawbruuhye] {
    background: var(--asl-surface);
}

.tree-group[b-yawbruuhye] {
    border-bottom: 1px solid var(--asl-border-subtle);
}

.tree-group:last-child[b-yawbruuhye] {
    border-bottom: none;
}

.tree-row[b-yawbruuhye] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
}

.tree-row-top[b-yawbruuhye] {
    background: var(--asl-surface);
}

.tree-row-contact[b-yawbruuhye],
.tree-row-company[b-yawbruuhye] {
    padding-left: 2.1rem;
    border-top: 1px solid var(--asl-border-subtle);
}

.tree-row-login[b-yawbruuhye] {
    padding-left: 3.75rem;
    border-top: 1px dashed var(--asl-border-subtle);
}

.row-toggle[b-yawbruuhye] {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    margin: -0.25rem;
}

.caret[b-yawbruuhye] {
    width: 0.8rem;
    height: 0.8rem;
    color: var(--asl-text-subtle);
    display: inline-flex;
    transition: transform 0.15s ease;
    transform: rotate(90deg);
}

.caret.collapsed[b-yawbruuhye] {
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .caret[b-yawbruuhye] {
        transition: none;
    }
}

.tree-section-label[b-yawbruuhye] {
    padding: 0.35rem 0.75rem 0.15rem 2.1rem;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--asl-text-subtle);
    border-top: 1px solid var(--asl-border-subtle);
}

.row-name[b-yawbruuhye] {
    font-weight: 500;
    color: var(--asl-text-dark);
}

.row-sub[b-yawbruuhye] {
    font-size: 0.8rem;
    color: var(--asl-text-muted);
}

.chip[b-yawbruuhye] {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--asl-navy);
    background: var(--asl-blue-mid);
    border-radius: 0.25rem;
    padding: 0.1rem 0.4rem;
}

.partial-count[b-yawbruuhye] {
    margin-left: auto;
    font-size: 0.78rem;
    color: var(--asl-text-muted);
    white-space: nowrap;
}

.avatar[b-yawbruuhye] {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: var(--asl-blue-light);
    color: var(--asl-navy);
    font-size: 0.68rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.contact-text[b-yawbruuhye] {
    min-width: 0;
}
