/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-7my213tryr] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--color-background-grey);
}

.app-bar[b-7my213tryr] {
    background-color: var(--color-primary);
    height: var(--app-bar-height);
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-6) 0 var(--spacing-3);
    box-shadow: var(--shadow-appbar);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.icon-btn[b-7my213tryr] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: var(--spacing-3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-btn-size);
    height: var(--icon-btn-size);
}

.icon-btn:hover[b-7my213tryr] {
    background-color: var(--color-hover-overlay);
}

.app-bar-spacer[b-7my213tryr] {
    flex: 1;
}

.app-bar-icons[b-7my213tryr] {
    display: flex;
    align-items: center;
    gap: var(--spacing-0);
}

.user-avatar[b-7my213tryr] {
    width: var(--avatar-size-lg);
    height: var(--avatar-size-lg);
    border-radius: 50%;
    background-color: var(--color-avatar-accent);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-size: var(--font-size-lg);
    font-weight: 400;
    line-height: var(--line-height-lg);
    letter-spacing: var(--letter-spacing);
}

.main-content[b-7my213tryr] {
    display: flex;
    flex: 1;
    gap: var(--spacing-2);
}

.sidebar[b-7my213tryr] {
    width: var(--sidebar-width);
    background-color: var(--color-surface);
    border-radius: 8px;
    box-shadow: var(--shadow-sidebar);
    flex-shrink: 0;
    padding: var(--spacing-1) 0;
    margin: var(--spacing-2) 0 var(--spacing-2) var(--spacing-2);
    height: fit-content;
    min-height: calc(100vh - 101px);
}

.content-area[b-7my213tryr] {
    flex: 1;
    padding: 0;
    background-color: var(--color-background-grey);
}

@media (max-width: 959px) {
    .main-content[b-7my213tryr] {
        flex-direction: column;
    }

    .sidebar[b-7my213tryr] {
        width: 100%;
        margin: var(--spacing-2);
        min-height: auto;
    }
}

/* Responsive main content padding */
.main-content-responsive[b-7my213tryr] {
    padding: var(--content-padding);
    padding-top: 80px !important;
}

@media (max-width: 599px) {
    .main-content-responsive[b-7my213tryr] {
        padding-top: 64px !important;
        padding-bottom: 80px;
    }
}

@media (min-width: 600px) and (max-width: 959px) {
    .main-content-responsive[b-7my213tryr] {
        padding-top: 72px !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-p508rz3223] {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
}

.nav-brand[b-p508rz3223] {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 21px;
    padding: 4px 24px 0;
}

.nav-brand-mark[b-p508rz3223] {
    align-items: center;
    background-color: var(--color-primary);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 19px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

[b-p508rz3223] .nav-brand-title {
    color: var(--color-primary);
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

[b-p508rz3223] .nav-brand-subtitle {
    color: var(--color-text-secondary);
    font-size: 12px;
    line-height: 1.35;
    margin: 3px 0 0;
}

.nav-groups[b-p508rz3223] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 18px;
}

.nav-section[b-p508rz3223] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
}

.nav-section-label[b-p508rz3223] {
    display: block;
    color: #a7afbc;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0 0 6px;
    padding: 0 16px;
    text-transform: uppercase;
}

[b-p508rz3223] .mud-nav-link.nav-link,
[b-p508rz3223] .nav-link > .mud-nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 8px;
    margin: 0 var(--spacing-2);
    text-decoration: none;
    color: var(--color-text-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    border-left: 0;
    border-radius: 9px;
    transition: background-color 0.12s ease, box-shadow 0.12s ease, color 0.12s ease;
}

[b-p508rz3223] .mud-nav-link.nav-link:hover,
[b-p508rz3223] .nav-link > .mud-nav-link:hover {
    background-color: rgba(30, 58, 95, 0.045) !important;
    box-shadow: inset 3px 0 0 var(--color-primary) !important;
    color: var(--color-primary) !important;
}

[b-p508rz3223] .mud-nav-link.nav-link.active,
[b-p508rz3223] .nav-link > .mud-nav-link.active {
    background-color: rgba(30, 58, 95, 0.045) !important;
    box-shadow: inset 3px 0 0 var(--ks-fair-weather, #D4956A) !important;
    color: var(--color-primary) !important;
    font-weight: 600;
}

[b-p508rz3223] .mud-nav-link.nav-link.active .nav-icon,
[b-p508rz3223] .nav-link > .mud-nav-link.active .nav-icon {
    color: var(--color-primary);
}

[b-p508rz3223] .mud-nav-link.nav-link .mud-nav-link-text,
[b-p508rz3223] .nav-link > .mud-nav-link .mud-nav-link-text {
    margin-left: 0;
}

.nav-icon[b-p508rz3223] {
    width: 24px;
    min-width: 24px;
    height: auto;
    margin-right: 12px;
    color: var(--color-icon-secondary);
    flex-shrink: 0;
    font-size: 19px;
    line-height: 1;
    text-align: center;
}

.nav-avatar[b-p508rz3223] {
    width: var(--avatar-size-sm);
    height: var(--avatar-size-sm);
    border-radius: 50%;
    background-color: var(--color-grey-default);
    color: var(--color-text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: var(--spacing-3);
    flex-shrink: 0;
}
/* /Components/Pages/AddBusiness.razor.rz.scp.css */
.business-structure-options-scope[b-vfat4eucu8]  .business-structure-options .mud-radio {
    align-items: flex-start;
}

.business-structure-options-scope[b-vfat4eucu8]  .business-structure-options .mud-radio .mud-button-root {
    /* Offsets MudBlazor's default radio button padding so the button aligns with the first line of multi-line option text */
    margin-top: -8px;
}
/* /Components/Pages/AllRecords.razor.rz.scp.css */
/* All records page — adapted from designs/records-table.css, mapped onto Keepsafe app.css tokens. */

.all-records-loading[b-oya7ohk1ro] {
    display: flex;
    justify-content: center;
    padding: 48px 24px;
}

.all-records-empty[b-oya7ohk1ro] {
    text-align: center;
    padding: 48px 24px;
    color: var(--color-text-secondary);
}

/* ---------- Toolbar ---------- */
.ar-toolbar[b-oya7ohk1ro] {
    display: flex;
    align-items: flex-end; /* bottom-align so the search box, Type input and Expand all share a baseline */
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.ar-search-field[b-oya7ohk1ro] {
    flex: 1 1 280px;
    min-width: 220px;
}

/* Matches LabelledField's label so the search box and the Type select align. */
.ar-field-label[b-oya7ohk1ro] {
    display: block;
    color: var(--color-text-primary);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
}

.ar-search[b-oya7ohk1ro] {
    position: relative;
    display: flex;
    align-items: center;
}

/* Drop the field's default 24px bottom margin so its input bottom-aligns in the toolbar. */
.ar-filter[b-oya7ohk1ro]  .labelled-field {
    margin-bottom: 0;
}

.ar-search[b-oya7ohk1ro]  .mud-icon-root {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-text-secondary);
    pointer-events: none;
}

.ar-search input[b-oya7ohk1ro] {
    width: 100%;
    background: var(--color-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 4px;
    padding: 10px 12px 10px 40px;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body);
    color: var(--color-text-primary);
    min-height: 44px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.ar-search input[b-oya7ohk1ro]::placeholder {
    color: var(--color-text-secondary);
}

.ar-search input:focus[b-oya7ohk1ro] {
    outline: none;
    border-color: var(--color-primary-light);
    box-shadow: 0 0 0 3px rgba(74, 111, 165, 0.10);
}

.ar-filter[b-oya7ohk1ro] {
    flex: 0 0 auto;
    min-width: 200px;
}

.ar-toolbar-spacer[b-oya7ohk1ro] {
    flex: 1 1 auto;
}

.ar-textbtn[b-oya7ohk1ro] {
    background: none;
    border: none;
    color: var(--color-primary-light);
    cursor: pointer;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 6px;
    min-height: 44px;
    white-space: nowrap;
}

.ar-textbtn:hover[b-oya7ohk1ro] {
    text-decoration: underline;
}

.ar-link[b-oya7ohk1ro] {
    background: none;
    border: none;
    padding: 0;
    color: var(--color-primary-light);
    cursor: pointer;
    font-family: var(--font-family-primary);
    font-size: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ar-link:hover[b-oya7ohk1ro] {
    color: var(--color-link-hover);
    text-decoration-thickness: 2px;
}

.ar-link:focus-visible[b-oya7ohk1ro],
.ar-textbtn:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 2px;
    border-radius: 2px;
}

.ar-count-line[b-oya7ohk1ro] {
    font-size: var(--font-size-small);
    color: var(--color-text-secondary);
    margin: -8px 0 20px;
}

/* ---------- Vault groups ---------- */
.ar-groups[b-oya7ohk1ro] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 120px;
}

.ar-no-match[b-oya7ohk1ro] {
    text-align: center;
    padding: 48px 24px;
    color: var(--color-text-secondary);
}

.ar-group[b-oya7ohk1ro] {
    background: var(--color-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 8px;
    overflow: hidden;
}

.ar-group-head[b-oya7ohk1ro] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    border: none;
    background: var(--color-surface);
    text-align: left;
    padding: 16px 18px;
    cursor: pointer;
    min-height: 44px;
    transition: background .15s ease;
}

.ar-group-head:hover[b-oya7ohk1ro] {
    background: var(--color-primary-hover);
}

.ar-group-head:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: -2px;
}

.ar-glyph[b-oya7ohk1ro] {
    font-size: 24px;
    line-height: 1;
    width: 26px;
    text-align: center;
}

.ar-gname[b-oya7ohk1ro] {
    flex: 1;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-medium);
    color: var(--color-primary);
}

.ar-count-chip[b-oya7ohk1ro] {
    display: inline-flex;
    align-items: center;
    padding: 3px 11px;
    border-radius: 999px;
    background: var(--color-surface-subtle);
    border: 1px solid var(--color-border-light);
    color: var(--color-text-secondary);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
}

.ar-group-head[b-oya7ohk1ro]  .ar-chev {
    color: var(--color-primary);
    transition: transform .15s ease;
}

.ar-group.collapsed .ar-group-head[b-oya7ohk1ro]  .ar-chev {
    transform: rotate(-180deg);
}

.ar-group-body[b-oya7ohk1ro] {
    border-top: 1px solid var(--color-border-default);
    overflow-x: auto;
}

/* ---------- Table ---------- */
.ar-table[b-oya7ohk1ro] {
    width: 100%;
    border-collapse: collapse;
}

.ar-table thead th[b-oya7ohk1ro] {
    text-align: left;
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
    color: var(--color-text-secondary);
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-border-default);
    background: var(--color-surface-subtle);
    white-space: nowrap;
}

.ar-table thead th.col-cmp[b-oya7ohk1ro] {
    width: 90px;
    text-align: center;
}

.ar-table thead th.col-actions[b-oya7ohk1ro] {
    width: 84px;
}

.ar-table thead th.col-key[b-oya7ohk1ro] {
    width: 34%;
}

.ar-table thead th.col-updated[b-oya7ohk1ro] {
    width: 150px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ar-table tbody td[b-oya7ohk1ro] {
    padding: 14px 16px;
    border-bottom: 1px solid var(--color-border-light);
    vertical-align: middle;
}

.ar-row[b-oya7ohk1ro] {
    cursor: pointer;
    transition: background .12s ease;
}

.ar-row:hover[b-oya7ohk1ro] {
    background: var(--color-surface-hover);
}

.ar-row.open[b-oya7ohk1ro] {
    background: var(--color-surface-hover);
}

.ar-row.picked[b-oya7ohk1ro] {
    background: rgba(212, 149, 106, 0.10);
}

.ar-row.picked:hover[b-oya7ohk1ro] {
    background: rgba(212, 149, 106, 0.16);
}

.ar-name[b-oya7ohk1ro] {
    font-size: var(--font-size-body);
    color: var(--color-text-primary);
    font-weight: var(--font-weight-medium);
}

.ar-table tbody td.col-key[b-oya7ohk1ro] {
    max-width: 0;
}

.ar-ident[b-oya7ohk1ro] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ar-ident .id-main[b-oya7ohk1ro] {
    font-size: var(--font-size-body);
    color: var(--color-text-primary);
    flex-shrink: 0;
}

.ar-ident .id-meta[b-oya7ohk1ro] {
    font-size: var(--font-size-small);
    color: var(--color-text-secondary);
    overflow: hidden;
    text-overflow: ellipsis;
}

.ar-ident .id-meta[b-oya7ohk1ro]::before {
    content: '·';
    margin-right: 10px;
    color: var(--color-border);
}

.mono[b-oya7ohk1ro] {
    font-variant-numeric: tabular-nums;
    letter-spacing: .2px;
}

.ar-type[b-oya7ohk1ro] {
    display: inline-block;
    font-size: var(--font-size-small);
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--color-surface-subtle);
    border: 1px solid var(--color-border-light);
    color: var(--color-text-secondary);
    white-space: nowrap;
}

.ar-updated[b-oya7ohk1ro] {
    font-size: var(--font-size-small);
    color: var(--color-text-secondary);
    white-space: nowrap;
    cursor: default;
}

.ar-sortbtn[b-oya7ohk1ro] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    margin-left: -8px;
    border-radius: 4px;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-medium);
    color: var(--color-text-secondary);
    white-space: nowrap;
    min-height: 32px;
}

.ar-sortbtn:hover[b-oya7ohk1ro] {
    color: var(--color-primary);
    background: var(--color-primary-active);
}

.ar-sortbtn:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 1px;
}

.ar-sortbtn[b-oya7ohk1ro]  .mud-icon-root {
    color: var(--color-primary-light);
}

/* expand chevron */
.ar-expand[b-oya7ohk1ro] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 6px;
}

.ar-expand:hover[b-oya7ohk1ro] {
    background: var(--color-primary-active);
    color: var(--color-primary);
}

.ar-expand:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 1px;
}

.ar-expand[b-oya7ohk1ro]  .mud-icon-root {
    transition: transform .15s ease;
}

.ar-expand.open[b-oya7ohk1ro]  .mud-icon-root {
    transform: rotate(180deg);
    color: var(--color-primary);
}

/* ---------- Compare checkbox ---------- */
.ar-check-cell[b-oya7ohk1ro] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ar-check[b-oya7ohk1ro] {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: var(--color-primary);
}

.ar-check:disabled[b-oya7ohk1ro] {
    opacity: 0.4;
    cursor: not-allowed;
}

.ar-check:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 2px;
}

/* ---------- Inline detail ---------- */
.ar-detail-row > td[b-oya7ohk1ro] {
    padding: 0 !important;
    border-bottom: 1px solid var(--color-border-light);
    background: var(--color-surface-subtle);
}

.ar-detail[b-oya7ohk1ro] {
    padding: 20px 24px 22px 56px;
}

.ar-fieldgrid[b-oya7ohk1ro] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 32px;
    margin-bottom: 20px;
}

@media (max-width: 900px) {
    .ar-fieldgrid[b-oya7ohk1ro] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ar-field .f-label[b-oya7ohk1ro] {
    font-size: var(--font-size-xs);
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.ar-field .f-value[b-oya7ohk1ro] {
    font-size: var(--font-size-body);
    color: var(--color-text-primary);
}

.ar-detail-actions[b-oya7ohk1ro] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid var(--color-border-default);
}

/* ---------- Compare bar (sticky) ---------- */
.ar-comparebar[b-oya7ohk1ro] {
    position: fixed;
    bottom: 0;
    left: var(--sidebar-width);
    right: 0;
    background: var(--color-surface);
    border-top: 1px solid var(--color-border-default);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    padding: 14px 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    transform: translateY(110%);
    transition: transform .22s ease;
    z-index: 50;
}

.ar-comparebar.show[b-oya7ohk1ro] {
    transform: none;
}

.ar-comparebar .cb-lead[b-oya7ohk1ro] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-shrink: 0;
}

.ar-comparebar .cb-count[b-oya7ohk1ro] {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
}

.ar-comparebar .cb-type[b-oya7ohk1ro] {
    font-size: var(--font-size-small);
    color: var(--color-text-secondary);
}

.ar-comparebar .cb-chips[b-oya7ohk1ro] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
}

.ar-chip[b-oya7ohk1ro] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-surface-subtle);
    border: 1px solid var(--color-border-light);
    border-radius: 999px;
    padding: 5px 8px 5px 14px;
    font-size: var(--font-size-small);
    color: var(--color-text-primary);
}

.ar-chip button[b-oya7ohk1ro] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-secondary);
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border-radius: 50%;
}

.ar-chip button:hover[b-oya7ohk1ro] {
    color: var(--color-error);
    background: rgba(197, 48, 48, 0.08);
}

.ar-chip button:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 2px;
    border-radius: 50%;
}

.ar-comparebar .cb-actions[b-oya7ohk1ro] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

@media (max-width: 959px) {
    .ar-comparebar[b-oya7ohk1ro] {
        left: 0;
        padding: 14px 16px;
    }

    .ar-comparebar .cb-chips[b-oya7ohk1ro] {
        display: none;
    }
}

/* ---------- Help tip ---------- */
.ar-tip[b-oya7ohk1ro] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 640px;
    background: var(--color-surface);
    border: 1px solid var(--color-border-default);
    border-radius: 8px;
    box-shadow: var(--shadow-card);
    padding: 16px 12px 16px 16px;
    margin-bottom: 24px;
}

.ar-tip[b-oya7ohk1ro]  .mud-icon-root {
    color: var(--color-primary-light);
    flex-shrink: 0;
    margin-top: 1px;
}

.ar-tip-body[b-oya7ohk1ro] {
    min-width: 0;
}

.ar-tip-body strong[b-oya7ohk1ro] {
    display: block;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
}

.ar-tip-body p[b-oya7ohk1ro] {
    margin: 4px 0 0;
    font-size: var(--font-size-small);
    color: var(--color-text-secondary);
    line-height: 1.5;
}

.ar-tip-close[b-oya7ohk1ro] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text-secondary);
    width: 44px;
    height: 44px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: -8px -6px 0 0;
}

.ar-tip-close:hover[b-oya7ohk1ro] {
    background: var(--color-surface-muted);
    color: var(--color-text-primary);
}

.ar-tip-close:focus-visible[b-oya7ohk1ro] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 1px;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-hmykz3euyo] {
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 32px;
}

.dashboard-loading[b-hmykz3euyo] {
    min-height: 300px;
}

.dashboard-page-heading[b-hmykz3euyo] {
    margin-bottom: 32px;
}

.dashboard-page-heading .mud-typography-h4[b-hmykz3euyo] {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}

.dashboard-page-heading .mud-typography-body1[b-hmykz3euyo] {
    color: var(--color-text-secondary);
    font-size: 15px;
    line-height: 1.5;
}

.dashboard-section-heading[b-hmykz3euyo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.dashboard-section-heading .mud-typography-h5[b-hmykz3euyo] {
    color: var(--color-primary);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

[b-hmykz3euyo] .dashboard-toggle-button {
    background: #fff;
    border-color: var(--border-default);
    border-radius: 6px;
    color: var(--color-primary);
    font-size: 12.5px;
    font-weight: 500;
    min-height: 38px;
    padding: 8px 13px;
}

[b-hmykz3euyo] .dashboard-toggle-button:hover {
    background: var(--color-surface-subtle);
    border-color: var(--color-border);
}

[b-hmykz3euyo] .dashboard-toggle-button .mud-icon-root {
    color: var(--color-primary);
    font-size: 18px;
}

.dashboard-vault-list[b-hmykz3euyo] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dashboard-vault-order-item[b-hmykz3euyo] {
    cursor: pointer;
}

@media (max-width: 600px) {
    .dashboard-container[b-hmykz3euyo] {
        max-width: none;
    }

    .dashboard-section-heading[b-hmykz3euyo] {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .dashboard-vault-order-item[b-hmykz3euyo] {
        cursor: default;
    }
}
/* /Components/Pages/Delegates.razor.rz.scp.css */
.delegate-page-title[b-rca0winmi1] {
    color: var(--color-primary, #1E3A5F);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 4px;
}

.delegate-page-lede[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 60ch;
}

.delegate-tabs-host[b-rca0winmi1] {
    border-bottom: 1px solid var(--color-border, #D1D5DB);
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 8px;
    padding: 0;
}

.delegate-tabs-host .delegate-tab[b-rca0winmi1] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    color: var(--color-primary-light, #4A6FA5);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto !important;
    font-size: 1rem;
    font-weight: 400;
    gap: 8px;
    justify-content: flex-start;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: -1px;
    min-height: 44px;
    padding: 10px 16px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    text-transform: none;
    width: auto !important;
}

.delegate-tabs-host .delegate-tab:hover:not(.is-on)[b-rca0winmi1] {
    background: var(--color-surface-subtle, #F8FAFC);
    color: var(--color-primary, #1E3A5F);
    text-decoration-thickness: 2px;
}

.delegate-tabs-host .delegate-tab.is-on[b-rca0winmi1] {
    background: var(--color-surface, #fff);
    border-color: var(--color-border, #D1D5DB);
    border-bottom-color: var(--color-surface, #fff);
    color: var(--color-text-primary, #1A2B3C);
    font-weight: 600;
    text-decoration: none;
}

.delegate-tabs-host .delegate-tab:focus-visible[b-rca0winmi1] {
    border-radius: 4px;
    outline: 2px solid var(--color-primary-light, #4A6FA5);
    outline-offset: 2px;
}

.delegate-tab-count[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.875rem;
    font-weight: 400;
}

.delegate-tab-panel[b-rca0winmi1] {
    margin-top: 24px;
    padding: 0;
}

.delegate-card[b-rca0winmi1],
.delegate-table-card[b-rca0winmi1] {
    background: var(--color-surface, #fff);
    border: 1px solid var(--color-border, #D1D5DB);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.delegate-card[b-rca0winmi1] {
    padding: 24px;
}

.delegate-card--wide[b-rca0winmi1] {
    max-width: 760px;
}

.delegate-section-heading[b-rca0winmi1] {
    color: var(--color-primary, #1E3A5F);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 12px;
}

.delegate-form-head[b-rca0winmi1] {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.delegate-edit-badge[b-rca0winmi1] {
    align-items: center;
    background: var(--color-surface-subtle, #F8FAFC);
    border: 1px solid var(--color-border-light, #E2E8F0);
    border-radius: 999px;
    color: var(--color-primary-light, #4A6FA5);
    display: inline-flex;
    font-size: 0.8125rem;
    font-weight: 500;
    gap: 6px;
    line-height: 1.5;
    margin-left: 12px;
    padding: 4px 10px;
    vertical-align: middle;
}

.delegate-card[b-rca0winmi1]  .delegate-field {
    margin-bottom: 20px;
}

.delegate-expiry-preview[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.875rem;
    line-height: 1.4;
    margin: -16px 0 20px;
}

.delegate-expiry-preview strong[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-weight: 600;
}

.delegate-card[b-rca0winmi1]  #delegate-email-input {
    box-sizing: border-box;
    min-height: 44px;
    padding: 10px 12px;
}

.delegate-section-heading--tab[b-rca0winmi1] {
    margin-top: 28px;
}

.delegate-subsection-heading[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 8px 0 6px;
}

.delegate-copy[b-rca0winmi1] {
    max-width: 60ch;
}

.delegate-card-lede[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 24px;
}

.delegate-helper-copy[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0 0 14px;
}

.delegate-preset-row[b-rca0winmi1] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 24px;
}

.delegate-preset[b-rca0winmi1] {
    background: var(--color-surface, #fff);
    border: 2px solid var(--color-border, #D1D5DB);
    border-radius: 10px;
    color: var(--color-text-primary, #1A2B3C);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    padding: 16px 18px 18px;
    position: relative;
}

.delegate-preset input[b-rca0winmi1] {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.delegate-preset:hover[b-rca0winmi1] {
    border-color: var(--color-primary-light, #4A6FA5);
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.10);
}

.delegate-preset.is-on[b-rca0winmi1] {
    border-color: var(--color-primary, #1E3A5F);
    box-shadow: 0 0 0 1px rgba(30, 58, 95, 0.08), 0 2px 8px rgba(30, 58, 95, 0.10);
}

.delegate-preset:focus-within[b-rca0winmi1] {
    outline: 2px solid var(--color-primary-light, #4A6FA5);
    outline-offset: 2px;
}

.delegate-preset__top[b-rca0winmi1] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.delegate-preset__title[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
}

.delegate-preset__dot[b-rca0winmi1] {
    border: 2px solid var(--color-border, #D1D5DB);
    border-radius: 999px;
    flex: 0 0 auto;
    height: 18px;
    width: 18px;
}

.delegate-preset.is-on .delegate-preset__dot[b-rca0winmi1] {
    background: radial-gradient(circle, var(--color-primary, #1E3A5F) 0 45%, transparent 50%);
    border-color: var(--color-primary, #1E3A5F);
}

.delegate-preset__summary[b-rca0winmi1] {
    align-items: center;
    color: var(--color-primary, #1E3A5F);
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 8px;
    line-height: 1.5;
}

.delegate-preset__desc[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.8125rem;
    line-height: 1.45;
}

.delegate-custom-detail[b-rca0winmi1] {
    border: 1px solid var(--color-border-light, #E2E8F0);
    border-radius: 8px;
    overflow: hidden;
}

.delegate-custom-detail__head[b-rca0winmi1] {
    background: var(--color-surface-subtle, #F8FAFC);
    border-bottom: 1px solid var(--color-border-light, #E2E8F0);
    padding: 14px 16px;
}

.delegate-custom-detail__head h3[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.delegate-section-list[b-rca0winmi1] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border-light, #E2E8F0);
}

.delegate-section-row[b-rca0winmi1] {
    align-items: center;
    border-bottom: 1px solid var(--color-border-light, #E2E8F0);
    column-gap: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 16px 14px 8px;
}

.delegate-section-row__meta[b-rca0winmi1] {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.delegate-section-row__glyph[b-rca0winmi1] {
    align-items: center;
    background: var(--color-surface-subtle, #F8FAFC);
    border-radius: 6px;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 18px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    width: 32px;
}

.delegate-custom-detail .delegate-section-list[b-rca0winmi1] {
    border-top: 0;
}

.delegate-section-row__name[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.delegate-section-row__sub[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 1px;
}

.delegate-table-card[b-rca0winmi1]  table {
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
}

.delegate-table-card[b-rca0winmi1]  th {
    background: var(--color-surface-subtle, #F8FAFC);
    border-bottom: 1px solid var(--color-border-light, #E2E8F0);
    color: var(--color-text-secondary, #5C6B7A) !important;
    font-size: 0.8125rem !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    padding: 12px 16px;
    text-align: left;
    text-transform: uppercase;
}

.delegate-table-card[b-rca0winmi1]  th:first-child,
.delegate-table-card[b-rca0winmi1]  td:first-child {
    padding-left: 24px;
}

.delegate-table-card[b-rca0winmi1]  th:last-child,
.delegate-table-card[b-rca0winmi1]  td:last-child {
    padding-right: 24px;
}

.delegate-table-card[b-rca0winmi1]  td {
    border-bottom: 1px solid var(--color-border-light, #E2E8F0);
    color: var(--color-text-secondary, #5C6B7A) !important;
    font-size: 0.9375rem !important;
    font-weight: 400;
    line-height: 1.5;
    padding: 16px;
    vertical-align: middle;
}

.delegate-table-card[b-rca0winmi1]  .delegate-table-col--delegate {
    white-space: nowrap;
    width: 1%;
}

.delegate-table-card[b-rca0winmi1]  .delegate-table-col--status {
    width: 12%;
}

.delegate-table-card[b-rca0winmi1]  .delegate-table-col--access {
    width: 31%;
}

.delegate-table-card[b-rca0winmi1]  .delegate-table-col--expires {
    width: 16%;
}

.delegate-table-card[b-rca0winmi1]  .delegate-table-col--action {
    width: 20%;
}

.delegate-table-card[b-rca0winmi1]  tbody tr:last-child td {
    border-bottom: 0;
}

.delegate-table-name[b-rca0winmi1] {
    color: var(--color-text-primary, #1A2B3C);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

.delegate-table-meta[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.875rem;
    line-height: 1.5;
    white-space: nowrap;
}

.delegate-status-badge[b-rca0winmi1] {
    align-items: center;
    background: var(--color-surface-muted, #F3F4F6);
    border-radius: 999px;
    color: var(--color-text-secondary, #5C6B7A);
    display: inline-flex;
    font-size: 0.8125rem;
    font-weight: 500;
    gap: 6px;
    line-height: 1.5;
    padding: 4px 10px;
}

.delegate-status-badge--pending[b-rca0winmi1] {
    background: rgba(217, 119, 6, 0.12);
    color: var(--ks-amber, #D97706);
}

.delegate-status-badge--accepted[b-rca0winmi1] {
    background: rgba(46, 125, 107, 0.12);
    color: var(--color-success, #2E7D6B);
}

.delegate-status-badge__dot[b-rca0winmi1] {
    background: currentColor;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.delegate-permission-summary[b-rca0winmi1] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.delegate-permission-pill[b-rca0winmi1] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8125rem;
    font-weight: 500;
    gap: 6px;
    padding: 4px 10px;
}

.delegate-permission-pill[b-rca0winmi1]  .mud-icon-root {
    font-size: 14px;
}

.delegate-permission-pill--edit[b-rca0winmi1] {
    background: rgba(30, 58, 95, 0.10);
    color: var(--color-primary, #1E3A5F);
}

.delegate-permission-pill--view[b-rca0winmi1] {
    background: rgba(74, 111, 165, 0.12);
    color: var(--color-primary-light, #4A6FA5);
}

.delegate-permission-pill--none[b-rca0winmi1] {
    background: var(--color-surface-muted, #F3F4F6);
    color: var(--color-text-secondary, #5C6B7A);
}

.delegate-empty-state[b-rca0winmi1],
.delegate-empty-row[b-rca0winmi1] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.9375rem;
    padding: 32px 16px;
    text-align: center;
}

.delegate-empty-row[b-rca0winmi1] {
    padding: 24px;
}

.delegate-row-actions[b-rca0winmi1]  .mud-button-root {
    font-size: 0.875rem;
    line-height: 1.5;
    min-width: 0;
    padding: 0 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

[b-rca0winmi1] .delegate-row-actions .mud-button-root {
    font-size: 0.875rem;
    line-height: 1.5;
    min-width: 0;
    padding: 0 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

[b-rca0winmi1] .delegate-row-actions {
    gap: 20px !important;
}

.delegate-submit-button[b-rca0winmi1],
[b-rca0winmi1] .delegate-submit-button {
    margin-top: 24px;
    min-height: 48px;
    width: 100%;
}

.delegate-modal-backdrop[b-rca0winmi1] {
    align-items: flex-start;
    background: rgba(26, 43, 60, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 72px 24px 24px;
    position: fixed;
    z-index: 1400;
}

.delegate-modal[b-rca0winmi1] {
    background: var(--color-surface, #fff);
    border-radius: 12px;
    color: var(--color-text-primary, #1A2B3C);
    box-shadow: 0 12px 40px rgba(21, 45, 74, 0.32);
    max-width: 460px;
    padding: 28px 28px 24px;
    width: 100%;
}

.delegate-modal__icon[b-rca0winmi1] {
    align-items: center;
    background: var(--color-secondary, #E8DED1);
    border-radius: 50%;
    color: var(--color-primary, #1E3A5F);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-bottom: 14px;
    width: 44px;
}

.delegate-modal__actions[b-rca0winmi1] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
}

@media (max-width: 599px) {
    .delegate-card[b-rca0winmi1] {
        padding: 16px;
    }

    .delegate-form-head[b-rca0winmi1] {
        align-items: stretch;
        flex-direction: column;
    }

    .delegate-edit-badge[b-rca0winmi1] {
        margin-left: 0;
        margin-top: 8px;
    }

    .delegate-preset-row[b-rca0winmi1] {
        grid-template-columns: 1fr;
    }

    .delegate-preset[b-rca0winmi1] {
        min-height: 0;
    }

    .delegate-section-row[b-rca0winmi1] {
        align-items: start;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .delegate-modal-backdrop[b-rca0winmi1] {
        padding: 24px 16px;
    }

    .delegate-modal__actions[b-rca0winmi1] {
        flex-direction: column-reverse;
    }

    .delegate-modal__actions .mud-button-root[b-rca0winmi1] {
        width: 100%;
    }
}
/* /Components/Pages/DigitalLife/DigitalLifeTriage.razor.rz.scp.css */
.digital-life-triage-options[b-150nrqc6uo]  .mud-radio {
    align-items: flex-start;
}

.digital-life-triage-options[b-150nrqc6uo]  .mud-radio .mud-button-root {
    margin-top: -8px;
}
/* /Components/Shared/CompareRecordsDialog.razor.rz.scp.css */
/* Transposed compare matrix — records down the left, fields across the top.
   Adapted from designs/records-table.css (.rt-cmp), mapped onto app.css tokens. */

.cmp-scroll[b-z2hytn943t] {
    overflow: auto;
    max-height: 70vh;
}

.cmp-table[b-z2hytn943t] {
    border-collapse: collapse;
    width: 100%;
}

.cmp-table thead th.cmp-collab[b-z2hytn943t] {
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-secondary);
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
    padding: 12px 14px;
    background: var(--color-surface-subtle);
    border-bottom: 2px solid var(--color-border-default);
    position: sticky;
    top: 0;
    z-index: 1;
}

.cmp-table thead th.cmp-corner[b-z2hytn943t] {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    background: var(--color-surface-subtle);
    border-bottom: 2px solid var(--color-border-default);
    border-right: 1px solid var(--color-border-default);
    min-width: 200px;
    padding: 12px 14px;
    text-align: left;
    vertical-align: bottom;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-secondary);
}

/* Keep the th as a table-cell so position:sticky is honoured in Firefox; the flex layout
   lives on the inner wrapper instead. */
.cmp-table tbody th.cmp-rowrec[b-z2hytn943t] {
    position: sticky;
    left: 0;
    z-index: 1;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-default);
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    min-width: 200px;
}

.cmp-rowrec-inner[b-z2hytn943t] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.cmp-table tbody td[b-z2hytn943t] {
    padding: 12px 14px;
    border-bottom: 1px solid var(--color-border-light);
    text-align: left;
    vertical-align: top;
    font-size: var(--font-size-body);
    color: var(--color-text-primary);
}

.cmp-table tbody tr:hover td[b-z2hytn943t],
.cmp-table tbody tr:hover th.cmp-rowrec[b-z2hytn943t] {
    background: var(--color-surface-hover);
}

.cmp-reclink[b-z2hytn943t] {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    line-height: 1.25;
    text-decoration: none;
}

.cmp-reclink:hover[b-z2hytn943t] {
    color: var(--color-primary-light);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.cmp-reclink:focus-visible[b-z2hytn943t] {
    outline: 2px solid var(--color-primary-light);
    outline-offset: 2px;
    border-radius: 2px;
}

.cmp-type[b-z2hytn943t] {
    display: inline-block;
    font-size: var(--font-size-small);
    padding: 3px 10px;
    border-radius: 999px;
    background: var(--color-surface-subtle);
    border: 1px solid var(--color-border-light);
    color: var(--color-text-secondary);
}

.mono[b-z2hytn943t] {
    font-variant-numeric: tabular-nums;
    letter-spacing: .2px;
}
/* /Components/Shared/Dashboard/DashboardAlerts.razor.rz.scp.css */
.alert-card[b-69meepzzjg] {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 8px;
    min-height: 100%;
}

.alert-icon[b-69meepzzjg] {
    font-size: 18px;
    flex-shrink: 0;
    line-height: 1.4;
}

.alert-warning[b-69meepzzjg] {
    background: var(--color-alert-warning-bg);
    border: 1px solid var(--color-alert-warning-border);
}

.alert-info[b-69meepzzjg] {
    background: var(--color-alert-info-bg);
    border: 1px solid var(--color-alert-info-border);
}

.alert-body[b-69meepzzjg] {
    min-width: 0;
    flex: 1 1 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.alert-title[b-69meepzzjg] {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--color-primary);
    margin-bottom: 2px;
}

.alert-desc[b-69meepzzjg] {
    font-size: 14px;
    line-height: 1.45;
    color: var(--color-text-primary);
}

.alert-link[b-69meepzzjg] {
    display: inline-block;
    margin-top: auto;
    padding-top: 8px;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-info);
    text-decoration: underline;
    width: fit-content;
}

.alert-link:hover[b-69meepzzjg] {
    text-decoration: underline;
}

.alert-dismiss[b-69meepzzjg] {
    flex: 0 0 auto;
    margin-top: -4px;
    margin-right: -4px;
}
/* /Components/Shared/Dashboard/DashboardHero.razor.rz.scp.css */
.dashboard-hero[b-lnjuwqpwxz] {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-gradient-mid) 50%, var(--color-primary) 100%);
    border-radius: 12px;
    padding: 32px 40px;
}

.hero-heading[b-lnjuwqpwxz] {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px 0;
}

.hero-subtitle[b-lnjuwqpwxz] {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 18px 0;
    line-height: 1.5;
}

/* White text for stat values and labels */
.hero-stat-val[b-lnjuwqpwxz],
.hero-stat-lbl[b-lnjuwqpwxz] {
    color: #fff;
}

.hero-info[b-lnjuwqpwxz] {
    min-width: 0;
}

.hero-stats[b-lnjuwqpwxz] {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.hero-stat[b-lnjuwqpwxz] {
    text-align: left;
}

.hero-stat-val[b-lnjuwqpwxz] {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.hero-stat-val.warn[b-lnjuwqpwxz] {
    color: var(--color-dashboard-on-dark-warning) !important;
}

.hero-stat-val.accent[b-lnjuwqpwxz] {
    color: var(--color-dashboard-on-dark-accent) !important;
}

.hero-stat-lbl[b-lnjuwqpwxz] {
    font-size: 14px;
    line-height: 1.3;
    opacity: 0.7;
}

.hero-meta[b-lnjuwqpwxz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-meta span[b-lnjuwqpwxz] {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 12px;
}

@media (max-width: 600px) {
    .dashboard-hero[b-lnjuwqpwxz] {
        padding: 24px;
    }

    .hero-stats[b-lnjuwqpwxz] {
        gap: 20px;
    }

    .hero-stat[b-lnjuwqpwxz] {
        min-width: 96px;
    }
}
/* /Components/Shared/Dashboard/DashboardRecentActivity.razor.rz.scp.css */
.dashboard-activity-card[b-pd7n373o6l] {
    height: 100%;
}

.activity-card-heading[b-pd7n373o6l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.activity-card-heading .mud-typography-h5[b-pd7n373o6l] {
    color: var(--color-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.activity-view-all[b-pd7n373o6l] {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.no-activity-text[b-pd7n373o6l] {
    color: var(--color-text-secondary);
    font-style: italic;
}

.activity-item[b-pd7n373o6l] {
    padding: 8px 0 !important;
    border-bottom: 1px solid var(--color-surface-muted);
}

.activity-item:last-child[b-pd7n373o6l] {
    border-bottom: none;
}

.activity-row[b-pd7n373o6l] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.activity-dot[b-pd7n373o6l] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.dot-green[b-pd7n373o6l] { background: var(--color-success-chart); }
.dot-blue[b-pd7n373o6l] { background: var(--color-info-chart); }
.dot-red[b-pd7n373o6l] { background: var(--color-error-chart); }
.dot-grey[b-pd7n373o6l] { background: var(--color-grey-muted); }

.activity-content[b-pd7n373o6l] {
    flex: 1;
    min-width: 0;
}
/* /Components/Shared/Dashboard/DashboardVaultAccordion.razor.rz.scp.css */
.vault-panel[b-h548rzfrpo] {
    border: 1px solid var(--color-border-light);
    border-radius: 8px !important;
    overflow: hidden;
}

.vault-header[b-h548rzfrpo] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.vault-drag-handle[b-h548rzfrpo] {
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: var(--color-text-secondary);
    cursor: grab;
    font-size: 16px;
    line-height: 1;
    padding: 4px;
}

.vault-drag-handle:focus-visible[b-h548rzfrpo] {
    box-shadow: 0 0 0 2px var(--color-primary);
    outline: none;
}

.vault-icon[b-h548rzfrpo] {
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1;
}

.vault-name[b-h548rzfrpo] {
    flex: 1;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color: var(--color-primary);
}

.vault-items-count[b-h548rzfrpo] {
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-text-secondary);
    background: var(--color-surface-subtle);
    border-radius: 999px;
    padding: 3px 10px;
    white-space: nowrap;
}

.vault-expand-toggle[b-h548rzfrpo] {
    flex-shrink: 0;
}

.vault-body[b-h548rzfrpo] {
    padding: 8px 0;
}

.vault-item-types[b-h548rzfrpo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.item-type-chip[b-h548rzfrpo] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 6px;
    background: var(--color-surface-subtle);
    border: 1px solid var(--color-border-light);
    font-size: 14px;
    line-height: 1.5;
}

.item-type-chip:hover[b-h548rzfrpo] {
    border-color: var(--color-info);
}

.item-type-empty[b-h548rzfrpo] {
    background: var(--color-surface-muted);
    color: var(--color-grey-muted);
    cursor: default;
}

.item-type-count[b-h548rzfrpo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    flex-shrink: 0;
}

.item-type-empty .item-type-count[b-h548rzfrpo] {
    background: var(--color-grey-muted);
}

.item-type-name[b-h548rzfrpo] {
    color: var(--color-text-primary);
}

.item-type-link[b-h548rzfrpo] {
    text-decoration: none;
}

.item-type-link:hover[b-h548rzfrpo] {
    color: var(--color-primary);
    text-decoration: underline;
}

.item-type-empty .item-type-name[b-h548rzfrpo] {
    color: var(--color-grey-muted);
}

.item-type-details[b-h548rzfrpo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

.item-type-add-link[b-h548rzfrpo] {
    flex-shrink: 0;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none !important;
}

.item-type-add-link:hover[b-h548rzfrpo],
.item-type-add-link:focus-visible[b-h548rzfrpo] {
    text-decoration: none !important;
}

.item-type-add-text[b-h548rzfrpo] {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.item-type-add-link:hover .item-type-add-text[b-h548rzfrpo],
.item-type-add-link:focus-visible .item-type-add-text[b-h548rzfrpo] {
    text-decoration-thickness: 2px;
}

@media (max-width: 960px) {
    .vault-drag-handle[b-h548rzfrpo] {
        display: none;
    }
}

@media (max-width: 600px) {
    .vault-header[b-h548rzfrpo] {
        gap: 8px;
    }

    .vault-item-types[b-h548rzfrpo] {
        grid-template-columns: 1fr;
    }

    .vault-items-count[b-h548rzfrpo] {
        font-size: 13px;
    }
}
/* /Components/Shared/DelegatePermissionLevelSelector.razor.rz.scp.css */
.delegate-permission-level[b-yc5280n9g7] {
    background: var(--color-surface-subtle, #F8FAFC);
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    flex-shrink: 0;
    gap: 0;
    margin: 0;
    padding: 3px;
}

.delegate-permission-level__option[b-yc5280n9g7] {
    align-items: center;
    border-radius: 6px;
    color: var(--color-text-secondary, #5C6B7A);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 6px;
    justify-content: center;
    min-height: 36px;
    min-width: 100px;
    padding: 8px 14px;
    position: relative;
    transition: background-color 0.12s ease, box-shadow 0.12s ease, color 0.12s ease;
    user-select: none;
    white-space: nowrap;
}

.delegate-permission-level__option input[b-yc5280n9g7] {
    cursor: pointer;
    height: 100%;
    inset: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.delegate-permission-level__option:hover[b-yc5280n9g7] {
    background: var(--color-secondary, #E8DED1);
    color: var(--color-primary, #1E3A5F);
    box-shadow:
        inset 0 0 0 1px var(--color-accent, #D4956A),
        0 1px 2px rgba(30, 58, 95, 0.10);
}

.delegate-permission-level__option.is-selected[b-yc5280n9g7] {
    background: var(--color-primary, #1E3A5F);
    color: #fff;
    box-shadow:
        inset 0 -1px 0 var(--color-primary-dark, #152D4A),
        0 1px 2px rgba(30, 58, 95, 0.12);
}

.delegate-permission-level__option.is-selected:hover[b-yc5280n9g7] {
    background: var(--color-primary-dark, #152D4A);
    color: #fff;
}

.delegate-permission-level__option:focus-within[b-yc5280n9g7] {
    outline: 2px solid var(--color-primary-light, #4A6FA5);
    outline-offset: 2px;
}
/* /Components/Shared/LabelledField.razor.rz.scp.css */
.labelled-field[b-4h2jmrk616] {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    padding: 0;
}

.labelled-field__label[b-4h2jmrk616] {
    color: var(--color-text-primary, #1A2B3C);
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
}

.labelled-field--group .labelled-field__label[b-4h2jmrk616] {
    margin-bottom: 8px;
    padding: 0;
}

.labelled-field__hint[b-4h2jmrk616] {
    color: var(--color-text-secondary, #5C6B7A);
    font-size: 0.875rem;
    line-height: 1.43;
    margin: 0 0 8px;
}

.labelled-field__error[b-4h2jmrk616] {
    color: var(--color-error);
    font-weight: 700;
    margin: 0 0 8px;
}
/* /Components/Shared/SessionTimeoutMonitor.razor.rz.scp.css */
.session-timeout-backdrop[b-c6pyjyb37w] {
    align-items: center;
    background: rgba(26, 43, 60, 0.42);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1400;
}

.session-timeout-dialog[b-c6pyjyb37w] {
    max-width: 31rem;
    width: 100%;
}
