/* /Components/Layout/CopyPageLink.razor.rz.scp.css */
.copy-link-icon[b-bf9fdpoix9] { display: inline-flex; align-items: center; justify-content: center; padding: .5rem; }
.copy-link-icon svg[b-bf9fdpoix9] { display: block; }
/* /Components/Layout/FixedWidthNumber.razor.rz.scp.css */
.number-character[b-b300rl8g43] { display: inline-block; width: .65em; font-size: .9em; text-align: center; font-variant-numeric: tabular-nums; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jwy18h3blc] {
    background: var(--tone-fff3d7, #fff3d7);
    bottom: 0;
    color: var(--tone-292b32, #292b32);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss[b-jwy18h3blc] {
    position: absolute;
    right: 1rem;
    top: .7rem;
}
/* /Components/Layout/ManagerAvatar.razor.rz.scp.css */
.manager-avatar[b-uu6zgl45sv] { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 32px; height: 32px; border-radius: 7px; background: var(--tone-edf4f3, #edf4f3); color: var(--tone-285c65, #285c65); font-size: 13px; font-weight: 600; }
.manager-avatar img[b-uu6zgl45sv] { display: block; width: 24px; height: 24px; object-fit: contain; }
/* /Components/Layout/ManagerBankTree.razor.rz.scp.css */
.bank-tree[b-9rbqui9fx1] { list-style: none; padding: 12px 0 0; margin: 12px 0 0; border-top: 1px solid #35515a; }
.bank-tree > li[b-9rbqui9fx1] { margin-bottom: 8px; }
summary[b-9rbqui9fx1] { cursor: pointer; padding: 9px 10px; border-radius: 7px; font-size: 14px; font-weight: 600; }
summary:hover[b-9rbqui9fx1], summary:focus-visible[b-9rbqui9fx1] { background: #20464e; }
.bank-tabs[b-9rbqui9fx1] { list-style: none; padding: 2px 0 2px 12px; margin: 0 0 0 17px; border-left: 1px solid #46616a; }
.bank-tabs li[b-9rbqui9fx1] { display: flex; gap: 8px; padding: 6px 5px; font-size: 13px; min-width: 0; }
.tab-id[b-9rbqui9fx1] { color: #91b3bd; min-width: 20px; font-variant-numeric: tabular-nums; }
.bank-label[b-9rbqui9fx1] { display: inline-flex; align-items: center; gap: 8px; vertical-align: middle; width: calc(100% - 18px); min-width: 0; color: inherit; text-decoration: none; }
.nav-text[b-9rbqui9fx1] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 700px) { summary[b-9rbqui9fx1] { min-height: 44px; } }
.bank-tabs li[b-9rbqui9fx1] { align-items: center; }
.tab-icon[b-9rbqui9fx1] { display: inline-flex; flex-shrink: 0; }
.bank-tree[b-9rbqui9fx1]  .manager-avatar { width: 16px; height: 16px; border-radius: 0; background: transparent; color: inherit; }
.bank-tree[b-9rbqui9fx1]  .manager-avatar img { width: 16px; height: 16px; }
.bank-tabs li[b-9rbqui9fx1] { padding: 0; }
.bank-tabs li.workspace-tab[b-9rbqui9fx1] { flex-direction: column; align-items: stretch; gap: 0; }
.bank-tabs[b-9rbqui9fx1]  a { display: flex; align-items: center; gap: 8px; width: 100%; min-width: 0; padding: 7px 5px; color: inherit; text-decoration: none; border-radius: 5px; }
.bank-tabs[b-9rbqui9fx1]  a:hover, .bank-tabs[b-9rbqui9fx1]  a:focus-visible { background: #20464e; }
.bank-tabs[b-9rbqui9fx1]  a.active { background: #28535b; }
@media (max-width: 700px) { .bank-tabs[b-9rbqui9fx1]  a { min-height: 44px; } }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7lkabsenw4],
.components-reconnect-repeated-attempt-visible[b-7lkabsenw4],
.components-reconnect-failed-visible[b-7lkabsenw4],
.components-pause-visible[b-7lkabsenw4],
.components-resume-failed-visible[b-7lkabsenw4],
.components-rejoining-animation[b-7lkabsenw4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-retrying[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-failed[b-7lkabsenw4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7lkabsenw4] {
    display: block;
}


#components-reconnect-modal[b-7lkabsenw4] {
    background-color: var(--surface, #fff);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-7lkabsenw4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7lkabsenw4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7lkabsenw4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7lkabsenw4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7lkabsenw4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7lkabsenw4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7lkabsenw4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7lkabsenw4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7lkabsenw4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7lkabsenw4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7lkabsenw4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7lkabsenw4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7lkabsenw4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7lkabsenw4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7lkabsenw4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7lkabsenw4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7lkabsenw4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7lkabsenw4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TabHeadingIcon.razor.rz.scp.css */
img[b-z1u96i42rd] { flex: none; object-fit: contain; }
/* /Components/Pages/ActiveUsersCard.razor.rz.scp.css */
.active-users-card[b-w5sdjm0hgz] { max-width: 420px; padding: 22px 24px; margin: 0 0 24px; border: 1px solid var(--tone-d5e0e4, #d5e0e4); border-radius: 10px; background: var(--surface, #fff); }
h2[b-w5sdjm0hgz] { margin: 0 0 6px; font-size: 17px; }
p[b-w5sdjm0hgz] { margin: 6px 0; color: var(--tone-536b75, #536b75); font-size: 14px; }
.active-users-count[b-w5sdjm0hgz] { display: block; margin: 14px 0; font-size: 38px; line-height: 1.15; color: var(--accent, #174a3d); font-variant-numeric: tabular-nums; }
.active-users-note[b-w5sdjm0hgz] { font-size: 12px; line-height: 1.5; }
/* /Components/Pages/BankLocations.razor.rz.scp.css */
.location-card[b-syic3j5w6m] { border: 1px solid var(--border-color, #b8c5c9); border-radius: .6rem; padding: 1rem; }
ul[b-syic3j5w6m] { list-style: none; padding: 0; margin: 0; }
li[b-syic3j5w6m] { display: flex; gap: .75rem; align-items: center; padding: .65rem 0; }
img[b-syic3j5w6m] { flex: 0 0 22px; }
.location-name[b-syic3j5w6m] { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.location-number[b-syic3j5w6m] { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.location-pin[b-syic3j5w6m] { display: inline-flex; flex: none; padding: 3px; border-radius: 4px; } .location-pin:hover[b-syic3j5w6m] { background: var(--tone-dfe7ea, #dfe7ea); }
/* /Components/Pages/Home.razor.rz.scp.css */
.public-statistics[b-pryo2qd5sx] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 900px; }
@media (max-width: 700px) { .public-statistics[b-pryo2qd5sx] { grid-template-columns: 1fr; gap: 0; } }
/* /Components/Pages/LocationOverview.razor.rz.scp.css */
.unit-card[b-u9vtktleav] { border: 1px solid var(--border-color, #b8c5c9); border-radius: .6rem; padding: 1rem; }
ul[b-u9vtktleav] { list-style: none; padding: 0; margin: 0; }
li[b-u9vtktleav] { display: flex; gap: .75rem; align-items: center; padding: .65rem 0; }
img[b-u9vtktleav] { flex: 0 0 22px; }
.unit-name[b-u9vtktleav] { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.unit-number[b-u9vtktleav] { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.location-pin[b-u9vtktleav] { display: inline-flex; flex: none; padding: 3px; border-radius: 4px; } .location-pin:hover[b-u9vtktleav] { background: var(--tone-dfe7ea, #dfe7ea); }

.unit-pin[b-u9vtktleav] { display: inline-flex; flex: none; padding: 3px; border-radius: 4px; } .unit-pin:hover[b-u9vtktleav] { background: var(--tone-dfe7ea, #dfe7ea); }
.unit-cycle[b-u9vtktleav] { flex: 0 1 10rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card[b-9xbv784o4q] { max-width: 430px; margin: clamp(12px, 6vh, 64px) auto; padding: 32px; border: 1px solid var(--tone-d5e0e4, #d5e0e4); border-radius: 12px; background: var(--surface, #fff); box-shadow: 0 8px 30px #102c3508; }
.login-mark[b-9xbv784o4q] { display: grid; place-items: center; width: 44px; height: 44px; background: #102c35; border-radius: 10px; color: #fff; font-size: 25px; font-weight: 700; margin-bottom: 24px; }
h1[b-9xbv784o4q] { margin-bottom: 10px; }
form[b-9xbv784o4q] { margin-top: 28px; }
.login-field[b-9xbv784o4q] { margin-bottom: 20px; }
label[b-9xbv784o4q] { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
input[b-9xbv784o4q] { width: 100%; min-width: 0; height: 44px; padding: 10px 12px; border: 1px solid var(--tone-b8c9cf, #b8c9cf); border-radius: 6px; color: var(--tone-182b34, #182b34); background: var(--surface, #fff); font: inherit; font-size: 16px; }
input:focus-visible[b-9xbv784o4q] { outline: 3px solid #14b8a6; outline-offset: 2px; }
.password-input[b-9xbv784o4q] { display: flex; align-items: center; gap: 6px; }
.password-input input[b-9xbv784o4q] { flex: 1; }
.password-toggle[b-9xbv784o4q] { flex-shrink: 0; height: 44px; min-width: 52px; padding: 0 8px; border: 1px solid var(--tone-b8c9cf, #b8c9cf); border-radius: 5px; background: transparent; color: var(--tone-285c65, #285c65); font-size: 13px; font-weight: 600; cursor: pointer; }
.password-toggle:hover[b-9xbv784o4q] { background: var(--tone-edf4f3, #edf4f3); }
.login-submit[b-9xbv784o4q] { width: 100%; min-height: 44px; background: #1e5b4b; color: #fff; border-color: #1e5b4b; font-size: 14px; font-weight: 600; }
.login-submit:hover[b-9xbv784o4q] { background: #174a3d; }
.login-help[b-9xbv784o4q] { margin: 24px 0 0; color: var(--tone-647680, #647680); font-size: 12px; line-height: 1.6; }
.login-message[b-9xbv784o4q] { margin-top: 20px; border: 1px solid var(--tone-bbd9cf, #bbd9cf); border-radius: 6px; padding: 12px; background: var(--tone-edf8f3, #edf8f3); color: var(--tone-245444, #245444); font-size: 13px; line-height: 1.6; }
.login-error[b-9xbv784o4q] { border-color: var(--tone-e6c1bd, #e6c1bd); background: var(--tone-fff3f1, #fff3f1); color: var(--tone-85382e, #85382e); }
.local-login[b-9xbv784o4q] { border-top: 1px solid var(--tone-d5e0e4, #d5e0e4); padding-top: 24px; }
.local-login-help[b-9xbv784o4q] { margin: 8px 0 0; color: var(--tone-647680, #647680); font-size: 12px; line-height: 1.6; }
@media (max-width: 520px) {
    .login-card[b-9xbv784o4q] { margin: 8px auto; padding: 24px 20px; }
}
/* /Components/Pages/ManagerAccessCards.razor.rz.scp.css */
.access-cards[b-b94bhsqyqq] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; align-items: start; }
.access-card[b-b94bhsqyqq] { min-width: 0; background: var(--surface, #fff); border: 1px solid var(--tone-dfe7ea, #dfe7ea); border-radius: 10px; overflow: hidden; }
.card-heading[b-b94bhsqyqq] { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--tone-e9eef0, #e9eef0); }
.card-heading h2[b-b94bhsqyqq] { margin: 0; font-size: 17px; font-weight: 600; }
.card-heading p[b-b94bhsqyqq] { margin: 5px 0 0; color: var(--tone-647680, #647680); font-size: 12px; }
.access-count[b-b94bhsqyqq] { flex-shrink: 0; border-radius: 6px; background: var(--tone-e6f0ed, #e6f0ed); color: var(--tone-285747, #285747); padding: 5px 9px; font-size: 12px; font-weight: 600; }
.tab-list[b-b94bhsqyqq] { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 8px 16px; margin: 0; padding: 16px 18px; list-style: none; }
.tab-list li[b-b94bhsqyqq] { min-width: 0; display: flex; align-items: center; gap: 9px; font-size: 13px; overflow-wrap: anywhere; }
.tab-number[b-b94bhsqyqq] { flex-shrink: 0; min-width: 27px; padding: 4px; border-radius: 4px; background: var(--tone-f1f5f6, #f1f5f6); color: var(--tone-647680, #647680); text-align: center; font-size: 11px; font-variant-numeric: tabular-nums; }
.bank-access-table[b-b94bhsqyqq] { width: 100%; border-collapse: collapse; text-align: left; font-size: 13px; table-layout: fixed; }
.bank-access-table th[b-b94bhsqyqq], .bank-access-table td[b-b94bhsqyqq] { padding: 11px 18px; border-bottom: 1px solid var(--tone-edf1f3, #edf1f3); vertical-align: top; overflow-wrap: anywhere; }
.bank-access-table thead th[b-b94bhsqyqq] { background: var(--tone-fafcfc, #fafcfc); color: var(--tone-647680, #647680); font-size: 11px; font-weight: 600; }
.bank-access-table th:first-child[b-b94bhsqyqq] { width: 40%; }
.bank-access-table tbody th[b-b94bhsqyqq] { font-weight: 600; }
.bank-access-table tr:last-child th[b-b94bhsqyqq], .bank-access-table tr:last-child td[b-b94bhsqyqq] { border-bottom: 0; }
.empty-access[b-b94bhsqyqq] { margin: 0; padding: 18px; font-size: 13px; line-height: 1.6; color: var(--tone-647680, #647680); }
.permission-table[b-b94bhsqyqq] { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 12px; }
.permission-table th[b-b94bhsqyqq], .permission-table td[b-b94bhsqyqq] { padding: 10px 6px; border-bottom: 1px solid var(--tone-edf1f3, #edf1f3); text-align: center; overflow-wrap: anywhere; }
.permission-table th:first-child[b-b94bhsqyqq] { width: 43%; padding-left: 16px; text-align: left; overflow-wrap: anywhere; }
.permission-table thead th[b-b94bhsqyqq] { background: var(--tone-fafcfc, #fafcfc); color: var(--tone-647680, #647680); font-size: 11px; font-weight: 600; }
.permission-table tbody th[b-b94bhsqyqq] { font-weight: 600; }
.permission-level[b-b94bhsqyqq] { display: block; margin-top: 4px; color: var(--tone-647680, #647680); font-size: 10px; font-weight: 400; }
.permission-allowed[b-b94bhsqyqq] { color: var(--tone-247057, #247057); font-size: 16px; font-weight: 700; }
.permission-denied[b-b94bhsqyqq] { color: var(--tone-839399, #839399); font-size: 16px; }
.permission-note[b-b94bhsqyqq] { margin: 0; padding: 12px 16px; color: var(--tone-647680, #647680); font-size: 11px; line-height: 1.5; }
@media (min-width: 1001px) and (max-width: 1200px) {
    .access-cards[b-b94bhsqyqq] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1000px) {
    .access-cards[b-b94bhsqyqq] { grid-template-columns: minmax(0, 1fr); }
}
/* /Components/Pages/NoAccess.razor.rz.scp.css */
.access-notice[b-6km13yl3ki] {
    max-width: 760px;
    padding: 24px;
    border: 1px solid var(--tone-dfe7ea, #dfe7ea);
    border-radius: 10px;
    background: var(--surface, #fff);
}

.access-notice h1[b-6km13yl3ki] {
    text-wrap: balance;
}

.access-notice .button[b-6km13yl3ki] {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    text-decoration: none;
    white-space: normal;
}

@media (max-width: 820px) {
    .access-notice[b-6km13yl3ki] {
        padding: 20px 16px;
    }
}
/* /Components/Pages/PurchasesCard.razor.rz.scp.css */
.purchases-card[b-781tknvv9g] { max-width: 420px; padding: 22px 24px; margin: 0 0 24px; border: 1px solid var(--tone-d5e0e4, #d5e0e4); border-radius: 10px; background: var(--surface, #fff); }
h2[b-781tknvv9g] { margin: 0 0 6px; font-size: 17px; }
p[b-781tknvv9g] { margin: 6px 0; color: var(--tone-536b75, #536b75); font-size: 14px; }
.purchases-count[b-781tknvv9g] { display: block; margin: 14px 0; font-size: 38px; line-height: 1.15; color: var(--accent, #174a3d); font-variant-numeric: tabular-nums; }
.purchases-note[b-781tknvv9g] { font-size: 12px; line-height: 1.5; }
/* /Components/Pages/Search.razor.rz.scp.css */
.search-placeholder[b-83pg8279vz] { display: flex; align-items: center; gap: 16px; padding: 24px; border: 1px solid var(--tone-d5e0e4, #d5e0e4); border-radius: 10px; background: var(--surface, #fff); }
.search-symbol[b-83pg8279vz] { color: var(--accent, #174a3d); font-size: 32px; }
.search-placeholder p[b-83pg8279vz] { margin: 0; color: var(--tone-536b75, #536b75); line-height: 1.5; }
/* /Components/Pages/SettlementPanel.razor.rz.scp.css */
.settlement-summary[b-uzfmaek06f], .settlement-history[b-uzfmaek06f] { padding: 1rem; border: 1px solid var(--tone-dfe7ea, #dfe7ea); border-radius: .75rem; background: var(--surface); margin-bottom: 1rem; }
h2[b-uzfmaek06f] { font-size: 1.1rem; margin: 0 0 .8rem; }
.settlement-scroll[b-uzfmaek06f] { overflow-x: auto; }
table[b-uzfmaek06f] { width: 100%; border-collapse: collapse; font-size: .9rem; }
th[b-uzfmaek06f], td[b-uzfmaek06f] { padding: .7rem; border-bottom: 1px solid var(--tone-dfe7ea, #dfe7ea); text-align: left; white-space: nowrap; }
.settlement-paging[b-uzfmaek06f] { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; }
.settlement-detail[b-uzfmaek06f] { margin-top: 1.5rem; border-top: 1px solid var(--border-color, #ccd5d9); padding-top: 1rem; }
.settlement-detail form[b-uzfmaek06f] { display:flex; flex-wrap:wrap; align-items:center; gap:.6rem; margin-top:1rem; }
.settlement-detail select[b-uzfmaek06f], .settlement-detail button[b-uzfmaek06f] { padding:.45rem .65rem; }
.settlement-note[b-uzfmaek06f] { max-width:85ch; }
/* /Components/Pages/TabPage.razor.rz.scp.css */
.tab-placeholder[b-wsf7i95i3v] { display: flex; align-items: center; gap: 16px; padding: 24px; border: 1px solid var(--tone-d5e0e4, #d5e0e4); border-radius: 10px; background: var(--surface, #fff); }
.tab-placeholder p[b-wsf7i95i3v] { margin: 0; color: var(--tone-536b75, #536b75); }
.tab-heading[b-wsf7i95i3v] { flex-direction: row; align-items: center; }
.tab-heading h1[b-wsf7i95i3v] { flex: none; margin: 0; display: flex; align-items: center; gap: .5rem; }
.tab-heading .lead[b-wsf7i95i3v] { min-width: 0; margin: 0 0 0 auto; text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* /Components/Pages/Users.razor.rz.scp.css */
.users-card[b-yphnbqm3yo] { background: var(--surface); border: 1px solid var(--tone-dfe7ea, #dfe7ea); border-radius: .75rem; overflow: hidden; }
.users-toolbar[b-yphnbqm3yo], .users-paging[b-yphnbqm3yo] { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; padding: .75rem 1rem; }
.users-toolbar input[b-yphnbqm3yo] { width: 4.5rem; }
.users-filter[b-yphnbqm3yo] { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; }
.users-filter input[type="search"][b-yphnbqm3yo] { width: 18rem; max-width: 100%; }
.users-filter-help[b-yphnbqm3yo] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.users-toolbar input[b-yphnbqm3yo], .users-toolbar button[b-yphnbqm3yo] { color: inherit; background: var(--surface); border: 1px solid var(--tone-dfe7ea, #dfe7ea); border-radius: .3rem; padding: .35rem .5rem; }
.users-sort-heading[b-yphnbqm3yo] { display: flex; align-items: center; justify-content: space-between; gap: .3rem; text-decoration: none; color: inherit; }
.users-sort-heading:hover[b-yphnbqm3yo] { text-decoration: underline; }
.users-sort-heading:focus-visible[b-yphnbqm3yo] { outline: 2px solid currentColor; outline-offset: -2px; }
.users-sort-heading span[b-yphnbqm3yo] { flex: none; }
.users-scroll[b-yphnbqm3yo] { overflow: auto; height: max(220px, calc(100dvh - 330px)); overflow-anchor: none; }
table[b-yphnbqm3yo] { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: .9rem; }
th[b-yphnbqm3yo] { text-align: left; position: sticky; top: 0; background: var(--surface); z-index: 1; }
th[b-yphnbqm3yo], td[b-yphnbqm3yo] { padding: .6rem .8rem; border-bottom: 1px solid var(--tone-dfe7ea, #dfe7ea); vertical-align: top; }
th[b-yphnbqm3yo], td[b-yphnbqm3yo], .user-values[b-yphnbqm3yo] { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.user-detail[b-yphnbqm3yo] { display: inline; }
.user-select-cell[b-yphnbqm3yo] { width: 2.5rem; padding: .6rem .5rem; text-align: center; }
.user-select-cell input[b-yphnbqm3yo] { width: 1rem; height: 1rem; margin: 0; cursor: pointer; }
.user-select-cell input:focus-visible[b-yphnbqm3yo] { outline: 2px solid currentColor; outline-offset: 3px; }
tr.user-selected[b-yphnbqm3yo] { background: var(--tone-dfe7ea, #dfe7ea); }
.user-icon-cell[b-yphnbqm3yo] { width: 2.5rem; padding: .6rem .5rem; text-align: center; }
.user-icon-cell img[b-yphnbqm3yo] { display: block; margin: 0 auto; object-fit: contain; }
.user-pin[b-yphnbqm3yo] { display: block; padding: 0; margin: 0 auto; border: 0; background: transparent; cursor: pointer; border-radius: 3px; }
.user-pin:hover[b-yphnbqm3yo] { background: var(--tone-dfe7ea, #dfe7ea); }
.user-pin:focus-visible[b-yphnbqm3yo] { outline: 2px solid currentColor; outline-offset: 2px; }
.user-detail + .user-detail[b-yphnbqm3yo]::before { content: "; "; }
.user-tag-icon[b-yphnbqm3yo], .user-location-icon[b-yphnbqm3yo], .user-attribute-icon[b-yphnbqm3yo] { display: inline-block; width: 18px; height: 18px; margin-right: 5px; vertical-align: middle; object-fit: contain; }
.users-paging[b-yphnbqm3yo] { justify-content: flex-end; }
.users-notice[b-yphnbqm3yo] { padding: 0 1rem; }
.users-loading:not([hidden])[b-yphnbqm3yo] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem; min-height: 3.5rem; }
.users-paging[hidden][b-yphnbqm3yo] { display: none; }
@media (max-width: 640px) { table[b-yphnbqm3yo] { min-width: 700px; } .users-toolbar span[b-yphnbqm3yo] { margin-left: 0; } }

.user-location-pin[b-yphnbqm3yo] { display: inline-flex; vertical-align: middle; padding: 2px; border-radius: 3px; } .user-location-pin:hover[b-yphnbqm3yo] { background: var(--tone-dfe7ea, #dfe7ea); }

.users-heading[b-yphnbqm3yo] { flex-direction: row; align-items: center; }
.users-heading h1[b-yphnbqm3yo] { flex: none; margin: 0; display: flex; align-items: center; gap: .5rem; }
.users-heading .lead[b-yphnbqm3yo] { min-width: 0; margin: 0 0 0 auto; text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
