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

/* /Components/GatewayDataPanel.razor.rz.scp.css */
.hcs-feature[b-ucudagkscf] { display: grid; gap: 1rem; }
.hcs-feature__header[b-ucudagkscf] { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: 1.25rem; border-radius: 1rem; background: linear-gradient(120deg, #f4f8f7, #fff); border: 1px solid #d9e5e2; }
.hcs-feature__header h1[b-ucudagkscf] { margin: 0; color: #163c35; font-size: clamp(1.5rem, 3vw, 2.25rem); text-wrap: balance; }
.hcs-feature__header p[b-ucudagkscf] { margin: .35rem 0 0; color: #526965; }
.hcs-feature__eyebrow[b-ucudagkscf] { color: #17735f !important; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hcs-feature__icon[b-ucudagkscf] { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: .8rem; color: #fff; background: #176b5a; }
.hcs-endpoint[b-ucudagkscf] { display: flex; gap: .6rem; align-items: center; min-height: 44px; padding: .6rem .85rem; border-radius: .75rem; background: #edf4f2; color: #36544e; overflow: auto; }
.hcs-endpoint code[b-ucudagkscf] { color: #164d42; white-space: nowrap; }
.hcs-empty[b-ucudagkscf] { min-height: 16rem; display: grid; place-content: center; justify-items: center; padding: 2rem; text-align: center; border: 1px dashed #b8cbc6; border-radius: 1rem; color: #526965; }
.hcs-empty i[b-ucudagkscf] { font-size: 2rem; color: #277563; }
.hcs-empty h2[b-ucudagkscf] { margin: .8rem 0 .25rem; font-size: 1.15rem; color: #284b44; }
.hcs-data-table[b-ucudagkscf] { border: 1px solid #d9e5e2; border-radius: 1rem; background: #fff; }
.hcs-data-table th[b-ucudagkscf] { color: #395951; background: #f3f7f6; white-space: nowrap; }
.hcs-data-table td[b-ucudagkscf] { max-width: 22rem; overflow-wrap: anywhere; }
.hcs-touch-target[b-ucudagkscf] { min-height: 44px; }
.hcs-skeleton[b-ucudagkscf] { display: grid; gap: .75rem; padding: 1rem; }
.hcs-skeleton span[b-ucudagkscf] { height: 3rem; border-radius: .6rem; background: linear-gradient(90deg, #edf2f1 25%, #f8faf9 50%, #edf2f1 75%); background-size: 200% 100%; animation: hcs-shimmer-b-ucudagkscf 1.2s ease-in-out infinite; }
@keyframes hcs-shimmer-b-ucudagkscf { to { background-position: -200% 0; } }
@media (max-width: 767.98px) { .hcs-feature__header[b-ucudagkscf] { grid-template-columns: auto minmax(0, 1fr); padding: 1rem; } .hcs-feature__header .btn[b-ucudagkscf] { grid-column: 1 / -1; width: 100%; } }
@media (prefers-reduced-motion: reduce) { .hcs-skeleton span[b-ucudagkscf] { animation: none; } }
/* /Components/NotificationToast.razor.rz.scp.css */
.hcs-notification-toast-container[b-4fjgw5w0cm] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: min(22rem, calc(100vw - 1.5rem));
    position: fixed;
    right: 1rem;
    top: 4.5rem;
    width: 22rem;
    z-index: 1080;
}

.hcs-notification-toast[b-4fjgw5w0cm] {
    background: #fff;
    border: 1px solid #e6edf2;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(18, 38, 63, 0.14);
    color: #1e3348;
    overflow: hidden;
    width: 100%;
}

.hcs-notification-toast__header[b-4fjgw5w0cm] {
    align-items: center;
    background: #f4f7fb;
    border-bottom: 1px solid #e6edf2;
    color: #1e3348;
    display: flex;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 0.5rem;
    padding: 0.7rem 0.85rem;
}

.hcs-notification-toast__header i[b-4fjgw5w0cm] {
    color: #3d5cff;
}

.hcs-notification-toast__header strong[b-4fjgw5w0cm] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-notification-toast__header small[b-4fjgw5w0cm] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
}

.hcs-notification-toast__close[b-4fjgw5w0cm] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0.4rem;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.75rem;
    justify-content: center;
    width: 1.75rem;
}

.hcs-notification-toast__close:hover[b-4fjgw5w0cm],
.hcs-notification-toast__close:focus-visible[b-4fjgw5w0cm] {
    background: #e8eef5;
    color: #1e3348;
}

.hcs-notification-toast__body[b-4fjgw5w0cm] {
    color: #334155;
    font-size: 0.85rem;
    padding: 0.85rem 0.95rem 1rem;
}

.hcs-notification-toast__body p[b-4fjgw5w0cm] {
    margin: 0 0 0.75rem;
    overflow-wrap: anywhere;
}

.hcs-notification-panel[b-4fjgw5w0cm] {
    background: #fff;
    border: 1px solid #eef1f7;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(18, 38, 63, 0.12);
    position: fixed;
    right: 4.5rem;
    top: 4.25rem;
    width: 20rem;
    z-index: 1075;
}

.hcs-notification-panel__header[b-4fjgw5w0cm] {
    align-items: center;
    border-bottom: 1px solid #eef1f7;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.hcs-notification-panel__header-actions[b-4fjgw5w0cm] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
}

.hcs-notification-panel__view-all[b-4fjgw5w0cm] {
    color: #3d5cff;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.hcs-notification-panel__view-all:hover[b-4fjgw5w0cm],
.hcs-notification-panel__view-all:focus-visible[b-4fjgw5w0cm] {
    color: #2b45d6;
    text-decoration: underline;
}

.hcs-notification-panel__empty[b-4fjgw5w0cm] {
    color: #64748b;
    margin: 0;
    padding: 1.25rem 1rem;
}

.hcs-notification-panel__list[b-4fjgw5w0cm] {
    list-style: none;
    margin: 0;
    max-height: 20rem;
    overflow: auto;
    padding: 0;
}

.hcs-notification-panel__list a[b-4fjgw5w0cm] {
    border-bottom: 1px solid #f1f5f9;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
}

.hcs-notification-panel__list a:hover[b-4fjgw5w0cm] {
    background: #f8fafc;
}

.hcs-notification-panel__footer[b-4fjgw5w0cm] {
    border-top: 1px solid #eef1f7;
    padding: 0.5rem 0.75rem;
}

.hcs-notification-panel__mark-all[b-4fjgw5w0cm] {
    background: transparent;
    border: 0;
    border-radius: 0.5rem;
    color: #3d5cff;
    cursor: pointer;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.55rem 0.5rem;
    text-align: center;
    width: 100%;
}

.hcs-notification-panel__mark-all:hover[b-4fjgw5w0cm],
.hcs-notification-panel__mark-all:focus-visible[b-4fjgw5w0cm] {
    background: #f4f7fb;
    color: #2b45d6;
}
/* /Components/UserSignaturesPanel.razor.rz.scp.css */
.hcs-signatures-panel[b-0jwuecqej9] {
    --signature-ink: var(--hcs-ink, #19334c);
    --signature-muted: var(--hcs-muted, #63798b);
    --signature-line: var(--hcs-line, #dfe8eb);
    --signature-primary: var(--hcs-primary, #3d5cff);
    --signature-primary-soft: var(--hcs-primary-soft, #eef1ff);
}

.hcs-account-eyebrow[b-0jwuecqej9] {
    color: var(--signature-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 .3rem;
    text-transform: uppercase;
}

.hcs-form-note[b-0jwuecqej9] {
    color: var(--signature-muted);
    font-size: .84rem;
    line-height: 1.5;
}

.hcs-signatures-panel__toolbar[b-0jwuecqej9] {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.hcs-signature-upload-controls[b-0jwuecqej9] {
    align-items: flex-end;
    display: flex;
    gap: .65rem;
}

.hcs-signature-type-picker[b-0jwuecqej9] {
    display: grid;
    gap: .25rem;
}

.hcs-signature-type-picker span[b-0jwuecqej9] {
    color: var(--signature-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hcs-signature-type-picker select[b-0jwuecqej9] {
    background: #fff;
    border: 1px solid var(--signature-line);
    border-radius: .55rem;
    color: var(--signature-ink);
    min-height: 2.75rem;
    min-width: 10.5rem;
    padding: .55rem .7rem;
}

.hcs-signature-type-picker select:focus-visible[b-0jwuecqej9],
.hcs-signature-dialog__form select:focus-visible[b-0jwuecqej9] {
    border-color: var(--signature-primary);
    outline: 3px solid rgba(61, 92, 255, .2);
    outline-offset: 1px;
}

.hcs-signatures-panel__toolbar h2[b-0jwuecqej9] {
    color: var(--signature-ink);
    font-size: 1.35rem;
    margin: 0;
}

.hcs-signatures-panel__toolbar .hcs-form-note[b-0jwuecqej9] {
    margin: .35rem 0 0;
}

.hcs-signature-upload-cta[b-0jwuecqej9],
.hcs-signature-button[b-0jwuecqej9],
.hcs-signature-icon-button[b-0jwuecqej9] {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 2.75rem;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.hcs-signature-upload-cta[b-0jwuecqej9],
.hcs-signature-button[b-0jwuecqej9] {
    border: 1px solid transparent;
    border-radius: .55rem;
    font-size: .88rem;
    font-weight: 700;
    gap: .45rem;
    padding: .65rem .9rem;
    text-decoration: none;
}

.hcs-signature-upload-cta[b-0jwuecqej9],
.hcs-signature-button--primary[b-0jwuecqej9] {
    background: var(--signature-primary);
    color: #fff;
}

.hcs-signature-upload-cta:hover[b-0jwuecqej9],
.hcs-signature-upload-cta:focus-within[b-0jwuecqej9],
.hcs-signature-button--primary:hover[b-0jwuecqej9],
.hcs-signature-button--primary:focus-visible[b-0jwuecqej9] {
    background: #2447df;
    color: #fff;
    outline: 3px solid rgba(61, 92, 255, .28);
    outline-offset: 2px;
    transform: translateY(-1px);
}

.hcs-signature-button--quiet[b-0jwuecqej9] {
    background: var(--signature-primary-soft);
    border-color: transparent;
    color: var(--signature-primary);
}

.hcs-signature-button--quiet:hover[b-0jwuecqej9],
.hcs-signature-button--quiet:focus-visible[b-0jwuecqej9] {
    background: #dfe5ff;
}

.hcs-signature-button:disabled[b-0jwuecqej9],
.hcs-signature-icon-button:disabled[b-0jwuecqej9],
.hcs-signature-upload-cta:has(input:disabled)[b-0jwuecqej9] {
    cursor: wait;
    opacity: .55;
    transform: none;
}

.hcs-signature-grid[b-0jwuecqej9] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
}

.hcs-signature-card[b-0jwuecqej9] {
    background: #fff;
    border: 1px solid var(--signature-line);
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hcs-signature-card:hover[b-0jwuecqej9] {
    border-color: #bcc9ff;
    box-shadow: 0 12px 28px rgba(40, 66, 89, .09);
    transform: translateY(-2px);
}

.hcs-signature-card.is-default[b-0jwuecqej9] {
    border-color: #9caaff;
    box-shadow: inset 0 .2rem 0 var(--signature-primary);
}

.hcs-signature-card__preview[b-0jwuecqej9] {
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid var(--signature-line);
    display: flex;
    height: 10rem;
    justify-content: center;
    overflow: hidden;
    padding: 1rem;
    position: relative;
}

.hcs-signature-card__preview img[b-0jwuecqej9] {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.hcs-signature-card__preview-fallback[b-0jwuecqej9] {
    align-items: center;
    color: var(--signature-muted);
    display: flex;
    flex-direction: column;
    font-size: .82rem;
    gap: .4rem;
    text-align: center;
}

.hcs-signature-card__preview-fallback i[b-0jwuecqej9] {
    color: #9baeb8;
    font-size: 1.65rem;
}

.hcs-signature-card__badge[b-0jwuecqej9] {
    background: #e8f7ef;
    border-radius: 999px;
    bottom: .7rem;
    color: #23724d;
    font-size: .72rem;
    font-weight: 800;
    left: .7rem;
    padding: .35rem .55rem;
    position: absolute;
}

.hcs-signature-card__badge i[b-0jwuecqej9] {
    margin-right: .25rem;
}

.hcs-signature-card__body[b-0jwuecqej9] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .8rem;
    padding: 1rem;
}

.hcs-signature-card__title-row[b-0jwuecqej9] {
    align-items: flex-start;
    display: flex;
    gap: .55rem;
    justify-content: space-between;
}

.hcs-signature-card__title-row h3[b-0jwuecqej9] {
    color: var(--signature-ink);
    font-size: .98rem;
    line-height: 1.4;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-signature-card__type[b-0jwuecqej9] {
    background: #f0f4f6;
    border-radius: .3rem;
    color: var(--signature-muted);
    flex: 0 0 auto;
    font-size: .65rem;
    font-weight: 800;
    padding: .25rem .35rem;
}

.hcs-signature-card__kind[b-0jwuecqej9] {
    align-items: center;
    color: var(--signature-primary);
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .35rem;
}

.hcs-signature-card__meta[b-0jwuecqej9] {
    color: var(--signature-muted);
    display: grid;
    font-size: .78rem;
    gap: .4rem;
    margin: 0;
}

.hcs-signature-card__meta div[b-0jwuecqej9] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
}

.hcs-signature-card__meta dt[b-0jwuecqej9] { font-weight: 500; }
.hcs-signature-card__meta dd[b-0jwuecqej9] { font-weight: 700; margin: 0; }

.hcs-signature-card__actions[b-0jwuecqej9] {
    align-items: center;
    border-top: 1px solid #edf1f3;
    display: flex;
    gap: .45rem;
    margin-top: auto;
    padding-top: .75rem;
}

.hcs-signature-card__actions .hcs-signature-button[b-0jwuecqej9] {
    flex: 1;
    min-width: 0;
    padding-inline: .5rem;
}

.hcs-signature-icon-button[b-0jwuecqej9] {
    background: #f3f6f8;
    border: 1px solid transparent;
    border-radius: .5rem;
    color: var(--signature-muted);
    flex: 0 0 2.75rem;
    width: 2.75rem;
}

.hcs-signature-icon-button:hover[b-0jwuecqej9],
.hcs-signature-icon-button:focus-visible[b-0jwuecqej9] {
    background: var(--signature-primary-soft);
    color: var(--signature-primary);
}

.hcs-signature-icon-button--danger:hover[b-0jwuecqej9],
.hcs-signature-icon-button--danger:focus-visible[b-0jwuecqej9] {
    background: #fff0f2;
    color: #c5224d;
}

.hcs-signatures-empty[b-0jwuecqej9] {
    align-items: center;
    background: #fbfcfd;
    border: 1px dashed #cbd8de;
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    min-height: 15rem;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}

.hcs-signatures-empty__icon[b-0jwuecqej9] {
    align-items: center;
    background: var(--signature-primary-soft);
    border-radius: 50%;
    color: var(--signature-primary);
    display: inline-flex;
    font-size: 1.4rem;
    height: 3.5rem;
    justify-content: center;
    margin-bottom: .8rem;
    width: 3.5rem;
}

.hcs-signatures-empty h3[b-0jwuecqej9] {
    color: var(--signature-ink);
    font-size: 1.05rem;
    margin: 0;
}

.hcs-signatures-empty p[b-0jwuecqej9] {
    color: var(--signature-muted);
    margin: .4rem 0 1rem;
    max-width: 34rem;
}

.hcs-signatures-empty--error[b-0jwuecqej9] {
    border-color: #e9b7c4;
}

.hcs-signatures-empty--error > i[b-0jwuecqej9] {
    color: #c5224d;
    font-size: 1.5rem;
    margin-bottom: .7rem;
}

.hcs-signature-card--skeleton[b-0jwuecqej9] {
    gap: .75rem;
    padding: 1rem;
}

.hcs-signature-card--skeleton span[b-0jwuecqej9] {
    animation: hcs-signature-pulse-b-0jwuecqej9 1.5s ease-in-out infinite;
    background: linear-gradient(90deg, #e8eef1 25%, #f6f8f9 50%, #e8eef1 75%);
    background-size: 200% 100%;
    border-radius: .45rem;
    display: block;
}

.hcs-signature-card--skeleton span:first-child[b-0jwuecqej9] { height: 9rem; }
.hcs-signature-card--skeleton span:nth-child(2)[b-0jwuecqej9] { height: 1.25rem; width: 70%; }
.hcs-signature-card--skeleton span:last-child[b-0jwuecqej9] { height: 2.75rem; width: 100%; }

@keyframes hcs-signature-pulse-b-0jwuecqej9 {
    to { background-position: -200% 0; }
}

.hcs-signature-dialog-backdrop[b-0jwuecqej9] {
    align-items: center;
    background: rgba(20, 38, 50, .48);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 1000;
}

.hcs-signature-dialog[b-0jwuecqej9] {
    background: #fff;
    border: 1px solid var(--signature-line);
    border-radius: .85rem;
    box-shadow: 0 25px 70px rgba(17, 39, 53, .24);
    max-height: min(42rem, calc(100dvh - 2rem));
    max-width: 32rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1.25rem;
    width: 100%;
}

.hcs-signature-dialog__header[b-0jwuecqej9] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.hcs-signature-dialog__header h2[b-0jwuecqej9] {
    color: var(--signature-ink);
    font-size: 1.25rem;
    margin: 0;
}

.hcs-signature-dialog__form[b-0jwuecqej9] {
    display: grid;
    gap: 1rem;
}

.hcs-signature-dialog__form .form-label[b-0jwuecqej9] {
    color: var(--signature-ink);
    font-weight: 700;
    margin-bottom: .4rem;
}

.hcs-signature-dialog__form .form-control[b-0jwuecqej9] {
    min-height: 2.75rem;
}

.hcs-signature-dialog__actions[b-0jwuecqej9] {
    display: flex;
    gap: .6rem;
    justify-content: flex-end;
    padding-top: .35rem;
}

.hcs-visually-hidden[b-0jwuecqej9] {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media (max-width: 600px) {
    .hcs-signatures-panel__toolbar[b-0jwuecqej9] {
        align-items: flex-start;
        flex-direction: column;
    }

    .hcs-signature-upload-cta[b-0jwuecqej9] {
        width: 100%;
    }

    .hcs-signature-upload-controls[b-0jwuecqej9] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .hcs-signature-type-picker select[b-0jwuecqej9] {
        width: 100%;
    }

    .hcs-signature-dialog__actions[b-0jwuecqej9] {
        flex-direction: column-reverse;
    }

    .hcs-signature-dialog__actions .hcs-signature-button[b-0jwuecqej9] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hcs-signature-card--skeleton span[b-0jwuecqej9],
    .hcs-signature-card[b-0jwuecqej9],
    .hcs-signature-button[b-0jwuecqej9],
    .hcs-signature-icon-button[b-0jwuecqej9] {
        animation: none;
        transition: none;
    }
}
/* /Layouts/CultureSelector.razor.rz.scp.css */
.hcs-lang-switch[b-m47evtrir4] {
    position: relative;
}

.hcs-lang-switch__trigger[b-m47evtrir4] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: var(--hcs-ink, #19334c);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: .5rem;
    min-height: 2.55rem;
    padding: .2rem .55rem .2rem .35rem;
}

.hcs-lang-switch__trigger:hover[b-m47evtrir4],
.hcs-lang-switch--open .hcs-lang-switch__trigger[b-m47evtrir4] {
    background: var(--hcs-primary-soft, #eef1ff);
    color: var(--hcs-primary, #3d5cff);
}

.hcs-lang-switch--open .hcs-lang-switch__trigger[b-m47evtrir4] {
    position: relative;
    z-index: 46;
}

.hcs-lang-switch__trigger:focus-visible[b-m47evtrir4] {
    outline: 2px solid var(--hcs-primary, #3d5cff);
    outline-offset: 2px;
}

.hcs-lang-switch__code[b-m47evtrir4] {
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.hcs-lang-switch__flag[b-m47evtrir4] {
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgb(25 51 76 / 14%);
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.35rem;
    overflow: hidden;
    width: 1.35rem;
}

.hcs-lang-switch__flag[b-m47evtrir4]  svg {
    display: block;
    height: 100%;
    width: 100%;
}

.hcs-lang-switch__backdrop[b-m47evtrir4] {
    background: transparent;
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 44;
}

.hcs-lang-switch__panel[b-m47evtrir4] {
    background: #1e2430;
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 5px;
    box-shadow: 0 18px 40px rgb(16 24 40 / 28%);
    min-width: 11.5rem;
    padding: .4rem;
    position: absolute;
    right: 0;
    top: calc(100% + .4rem);
    z-index: 45;
}

.hcs-lang-switch__item[b-m47evtrir4] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: #d7dbe3;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: .88rem;
    font-weight: 500;
    gap: .7rem;
    padding: .55rem .6rem;
    text-align: left;
    width: 100%;
}

.hcs-lang-switch__item:hover[b-m47evtrir4],
.hcs-lang-switch__item:focus-visible[b-m47evtrir4] {
    background: rgb(255 255 255 / 8%);
    color: #fff;
    outline: 0;
}

.hcs-lang-switch__item--current[b-m47evtrir4] {
    background: rgb(255 255 255 / 10%);
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .hcs-lang-switch__trigger[b-m47evtrir4],
    .hcs-lang-switch__item[b-m47evtrir4] {
        transition: none;
    }
}
/* /Layouts/HCSMainLayout.razor.rz.scp.css */
.hcs-app-shell[b-pq5pjcxptn] {
    --hcs-ink: var(--hcs-color-ink, #19334c);
    --hcs-muted: var(--hcs-color-muted, #63798b);
    --hcs-line: var(--hcs-color-border, #dfe8eb);
    --hcs-surface: var(--hcs-color-surface, #ffffff);
    --hcs-bg: var(--hcs-color-background, #f5f8f7);
    --hcs-primary: var(--hcs-color-primary, #3d5cff);
    --hcs-primary-soft: var(--hcs-color-primary-soft, #eef1ff);
    --hcs-header-top-h: 5.25rem;
    --hcs-nav-h: 3.5rem;
    --hcs-header-h: calc(var(--hcs-header-top-h) + var(--hcs-nav-h));
    --hcs-ease: cubic-bezier(.22, 1, .36, 1);
    color: var(--hcs-ink);
    font-family: "Be Vietnam Pro", "Segoe UI", system-ui, sans-serif;
    min-height: 100dvh;
    background: var(--hcs-bg);
}

.hcs-skip-link[b-pq5pjcxptn] {
    background: #12314a;
    color: #fff;
    left: 1rem;
    padding: .7rem 1rem;
    position: fixed;
    top: -4rem;
    z-index: 40;
}

.hcs-skip-link:focus[b-pq5pjcxptn] {
    top: 1rem;
}

.hcs-header[b-pq5pjcxptn] {
    background: var(--hcs-surface);
    border-bottom: 1px solid var(--hcs-line);
    display: flex;
    flex-direction: column;
    min-height: var(--hcs-header-h);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 30;
}

.hcs-header__top[b-pq5pjcxptn] {
    align-items: center;
    display: flex;
    flex: 0 0 var(--hcs-header-top-h);
    gap: 1rem;
    min-height: var(--hcs-header-top-h);
    padding: 0 clamp(.85rem, 2.8vw, 2.75rem);
    width: 100%;
}

.hcs-brand[b-pq5pjcxptn] {
    align-items: center;
    color: var(--hcs-ink);
    display: inline-flex;
    flex: 0 0 auto;
    gap: .55rem;
    margin-right: auto;
    min-width: 0;
    text-decoration: none;
}

.hcs-brand__mark[b-pq5pjcxptn] {
    align-items: center;
    background: transparent;
    border-radius: .25rem;
    display: inline-flex;
    flex: 0 0 auto;
    height: 3.15rem;
    justify-content: center;
    overflow: hidden;
    width: 4.5rem;
}

.hcs-brand__mark img[b-pq5pjcxptn] {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hcs-brand__text strong[b-pq5pjcxptn] {
    display: block;
    font-size: 1.15rem;
    letter-spacing: .04em;
    line-height: 1;
}

.hcs-brand__text small[b-pq5pjcxptn] {
    color: var(--hcs-muted);
    display: block;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: .28rem;
    text-transform: uppercase;
}

.hcs-nav-toggle[b-pq5pjcxptn] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #4c6679;
    cursor: pointer;
    display: none;
    flex: 0 0 auto;
    font-size: 1.2rem;
    height: var(--hcs-touch-target, 2.75rem);
    justify-content: center;
    margin-left: auto;
    order: 2;
    width: var(--hcs-touch-target, 2.75rem);
}

.hcs-nav-toggle:hover[b-pq5pjcxptn],
.hcs-nav-toggle:focus-visible[b-pq5pjcxptn] {
    background: var(--hcs-primary-soft);
    border-color: rgba(20, 119, 185, .18);
    color: var(--hcs-primary);
}

.hcs-nav-backdrop[b-pq5pjcxptn] {
    background: rgba(16, 36, 52, .35);
    border: 0;
    inset: var(--hcs-header-h) 0 env(safe-area-inset-bottom) 0;
    position: fixed;
    z-index: 24;
}

/* ——— Top nav (desktop) ——— */
.hcs-top-nav[b-pq5pjcxptn] {
    align-items: stretch;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    gap: .05rem;
    border-top: 1px solid #eef2f3;
    height: var(--hcs-nav-h);
    justify-content: center;
    margin: 0 auto;
    max-width: none;
    min-width: 0;
    overflow: visible;
    width: 100%;
}

/* Keep direct links and dropdown parents on the same desktop track. The
   direct NavLink and the button inside .hcs-nav-menu are different flex-item
   shapes; giving both a stretched parent box prevents level-one labels from
   drifting and gives level-two panels one stable anchor. */
.hcs-top-nav > .hcs-nav-menu[b-pq5pjcxptn] {
    align-self: stretch;
    display: flex;
}

.hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link {
    align-self: stretch;
}

.hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link,
.hcs-nav-menu__trigger[b-pq5pjcxptn] {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #4c6679;
    cursor: pointer;
    display: inline-flex;
    flex: 0 1 auto;
    font: inherit;
    font-size: clamp(.78rem, 1.05vw, .88rem);
    font-weight: 650;
    gap: .4rem;
    height: auto;
    min-height: 0;
    padding: 0 clamp(.35rem, .9vw, .58rem);
    text-decoration: none;
    transition: color .18s var(--hcs-ease), background .18s var(--hcs-ease), border-color .18s var(--hcs-ease);
    white-space: nowrap;
}

.hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link i,
.hcs-nav-menu__trigger > i:first-child[b-pq5pjcxptn] {
    color: #5a788b;
    flex: 0 0 auto;
    font-size: .95rem;
}

.hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link:hover,
.hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link.active {
    background: var(--hcs-primary-soft);
    border-bottom-color: var(--hcs-primary);
    color: #104e79;
}

.hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link.active i {
    color: var(--hcs-primary);
}

@media (hover: hover) and (pointer: fine) {
    .hcs-nav-menu:hover > .hcs-nav-menu__trigger[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__trigger:focus-visible) > .hcs-nav-menu__trigger[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__panel:focus-within) > .hcs-nav-menu__trigger[b-pq5pjcxptn] {
        background: var(--hcs-primary-soft);
        border-bottom-color: var(--hcs-primary);
        color: #104e79;
    }

    .hcs-nav-menu:hover > .hcs-nav-menu__trigger > i:first-child[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__trigger:focus-visible) > .hcs-nav-menu__trigger > i:first-child[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__panel:focus-within) > .hcs-nav-menu__trigger > i:first-child[b-pq5pjcxptn] {
        color: var(--hcs-primary);
    }

    .hcs-nav-menu:hover .hcs-nav-menu__chevron[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__trigger:focus-visible) .hcs-nav-menu__chevron[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__panel:focus-within) .hcs-nav-menu__chevron[b-pq5pjcxptn] {
        transform: rotate(180deg);
    }

    /* Hover-only sticky open — avoid :focus-within after mouse click (keeps prior submenu open). */
    .hcs-nav-menu:hover > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__trigger:focus-visible) > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__panel:focus-within) > .hcs-nav-menu__panel[b-pq5pjcxptn] {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .hcs-nav-menu:hover > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__trigger:focus-visible) > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu:has(> .hcs-nav-menu__panel:focus-within) > .hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
        transform: translate(-50%, 0);
    }

    .hcs-nav-menu--more:hover > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu--more:has(> .hcs-nav-menu__trigger:focus-visible) > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu--more:has(> .hcs-nav-menu__panel:focus-within) > .hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
        transform: translateY(0);
    }
}

.hcs-nav-menu[b-pq5pjcxptn] {
    flex: 0 1 auto;
    position: relative;
}

.hcs-nav-menu__chevron[b-pq5pjcxptn] {
    color: #91a2ad !important;
    font-size: .58rem !important;
    margin-left: -.05rem;
    transition: transform .2s var(--hcs-ease);
}

.hcs-nav-menu__panel[b-pq5pjcxptn] {
    background: #fff;
    border: 1px solid var(--hcs-line);
    border-radius: 5px;
    box-shadow: 0 16px 36px rgba(22, 53, 72, .16);
    display: grid;
    gap: .1rem;
    left: 0;
    min-width: 14.5rem;
    opacity: 0;
    padding: .45rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% - .15rem);
    transform: translateY(.45rem);
    transition:
        opacity .18s var(--hcs-ease),
        transform .18s var(--hcs-ease),
        visibility .18s;
    visibility: hidden;
    z-index: 40;
}

/* Keep hover bridge so the panel does not vanish while moving the pointer */
.hcs-nav-menu__panel[b-pq5pjcxptn]::before {
    content: "";
    height: .55rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -.55rem;
}

.hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
    grid-template-columns: repeat(2, minmax(11.5rem, 1fr));
    left: 50%;
    min-width: min(28rem, calc(100vw - 2rem));
    transform: translate(-50%, .45rem);
}

.hcs-nav-menu--more .hcs-nav-menu__panel[b-pq5pjcxptn] {
    left: auto;
    right: 0;
}

.hcs-nav-menu--more .hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
    left: auto;
    right: 0;
    transform: translateY(.45rem);
}

.hcs-nav-menu__panel[b-pq5pjcxptn]  a,
.hcs-nav-menu__panel a[b-pq5pjcxptn] {
    align-items: center;
    border-radius: 5px;
    color: #3e5b6f;
    display: flex;
    font-size: .86rem;
    font-weight: 560;
    gap: .55rem;
    min-height: var(--hcs-touch-target, 2.75rem);
    padding: .45rem .55rem;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}

.hcs-nav-menu__panel[b-pq5pjcxptn]  a:hover,
.hcs-nav-menu__panel[b-pq5pjcxptn]  a.active,
.hcs-nav-menu__panel a:hover[b-pq5pjcxptn],
.hcs-nav-menu__panel a.active[b-pq5pjcxptn] {
    background: #edf7fb;
    color: #0f5e91;
}

.hcs-nav-menu__panel[b-pq5pjcxptn]  a i,
.hcs-nav-menu__panel a i[b-pq5pjcxptn] {
    color: #2188c1;
    font-size: .9rem;
    text-align: center;
    width: 1rem;
}

.hcs-nav-menu__label[b-pq5pjcxptn] {
    color: #8294a1;
    font-size: .66rem;
    font-weight: 800;
    grid-column: 1 / -1;
    letter-spacing: .08em;
    margin: .4rem .45rem .08rem;
    text-transform: uppercase;
}

.hcs-nav-menu__label:first-child[b-pq5pjcxptn] {
    margin-top: .15rem;
}

/* ——— Actions / user ——— */
.hcs-header__actions[b-pq5pjcxptn] {
    align-items: center;
    border-left: 1px solid var(--hcs-line);
    display: flex;
    flex: 0 0 auto;
    gap: .35rem;
    margin-left: 1rem;
    padding-left: 1rem;
}

.hcs-icon-button[b-pq5pjcxptn] {
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #506b7d;
    cursor: pointer;
    height: 2.55rem;
    position: relative;
    width: 2.55rem;
}

.hcs-icon-button:hover[b-pq5pjcxptn] {
    background: var(--hcs-primary-soft);
    color: var(--hcs-primary);
}

.hcs-icon-link[b-pq5pjcxptn] {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}

.hcs-icon-badge[b-pq5pjcxptn] {
    background: var(--hcs-primary);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1;
    min-width: 1.1rem;
    padding: .14rem .28rem;
    position: absolute;
    right: .1rem;
    top: .1rem;
    text-align: center;
}

.hcs-user-menu[b-pq5pjcxptn] {
    position: relative;
}

.hcs-user-menu summary[b-pq5pjcxptn] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: .45rem;
    list-style: none;
    min-height: 2.75rem;
    padding: 0 .2rem;
    position: relative;
    z-index: 45;
}

/* Invisible full-screen hit target: click outside closes <details> (native summary toggle). */
.hcs-user-menu[open] summary[b-pq5pjcxptn]::before {
    content: "";
    cursor: default;
    inset: 0;
    position: fixed;
    z-index: -1;
}

.hcs-user-menu summary[b-pq5pjcxptn]::-webkit-details-marker {
    display: none;
}

.hcs-user-menu summary > i[b-pq5pjcxptn] {
    color: #8193a1;
    font-size: .7rem;
    transition: transform .18s var(--hcs-ease);
}

.hcs-user-menu[open] summary > i[b-pq5pjcxptn] {
    transform: rotate(180deg);
}

.hcs-user-menu__copy[b-pq5pjcxptn] {
    line-height: 1.2;
    text-align: right;
}

.hcs-user-menu__copy strong[b-pq5pjcxptn],
.hcs-user-menu__identity strong[b-pq5pjcxptn] {
    color: var(--hcs-ink);
    display: block;
    font-size: .86rem;
}

.hcs-user-menu__copy small[b-pq5pjcxptn],
.hcs-user-menu__identity small[b-pq5pjcxptn] {
    color: var(--hcs-muted);
    display: block;
    font-size: .68rem;
}

.hcs-avatar[b-pq5pjcxptn] {
    align-items: center;
    background: #dff0f6;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #146a93;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 800;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.hcs-avatar--large[b-pq5pjcxptn] {
    font-size: .95rem;
    height: 2.7rem;
    width: 2.7rem;
}

.hcs-avatar--image[b-pq5pjcxptn] {
    object-fit: cover;
    padding: 0;
}

.hcs-account-avatar[b-pq5pjcxptn] {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.hcs-signature-preview[b-pq5pjcxptn] {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.hcs-signature-preview__image[b-pq5pjcxptn] {
    background: #fff;
    border: 1px solid var(--hcs-line, #d7e0e6);
    border-radius: 4px;
    height: 2.5rem;
    object-fit: contain;
    width: 4.5rem;
}

.hcs-user-menu__panel[b-pq5pjcxptn] {
    background: #fff;
    border: 1px solid var(--hcs-line);
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(22, 53, 72, .14);
    min-width: 15.5rem;
    opacity: 0;
    padding: .55rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + .4rem);
    transform: translateY(.35rem);
    transition: opacity .18s var(--hcs-ease), transform .18s var(--hcs-ease), visibility .18s;
    visibility: hidden;
    z-index: 46;
}

.hcs-user-menu[open] > .hcs-user-menu__panel[b-pq5pjcxptn],
.hcs-user-menu:hover > .hcs-user-menu__panel[b-pq5pjcxptn],
.hcs-user-menu:focus-within > .hcs-user-menu__panel[b-pq5pjcxptn] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.hcs-user-menu__identity[b-pq5pjcxptn] {
    align-items: center;
    border-bottom: 1px solid var(--hcs-line);
    display: flex;
    gap: .65rem;
    padding: .45rem .4rem .75rem;
}

.hcs-user-menu__panel a[b-pq5pjcxptn] {
    border-radius: 5px;
    color: #315269;
    display: block;
    font-size: .88rem;
    padding: .65rem .45rem;
    text-decoration: none;
}

.hcs-user-menu__panel a:hover[b-pq5pjcxptn] {
    background: var(--hcs-primary-soft);
    color: #104e79;
}

.hcs-user-menu__panel a i[b-pq5pjcxptn] {
    margin-right: .45rem;
    width: 1rem;
}

.hcs-user-menu__action[b-pq5pjcxptn] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: #315269;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: .88rem;
    gap: .45rem;
    padding: .65rem .45rem;
    text-align: left;
    width: 100%;
}

.hcs-user-menu__action:hover:not(:disabled)[b-pq5pjcxptn],
.hcs-user-menu__action:focus-visible:not(:disabled)[b-pq5pjcxptn] {
    background: var(--hcs-primary-soft);
    color: #104e79;
}

.hcs-user-menu__action--danger[b-pq5pjcxptn] {
    border-top: 1px solid var(--hcs-line);
    border-radius: 0;
    color: #bd3d55;
    margin-top: .25rem;
}

.hcs-user-menu__action:disabled[b-pq5pjcxptn] {
    cursor: wait;
    opacity: .7;
}

.hcs-user-menu__error[b-pq5pjcxptn] {
    color: #b42318;
    font-size: .72rem;
    margin: .35rem .45rem .1rem;
}

.hcs-main-content[b-pq5pjcxptn] {
    margin: 0 auto;
    max-width: 1540px;
    min-height: calc(100dvh - var(--hcs-header-h));
    padding: 1.5rem clamp(.9rem, 3vw, 2.5rem);
}

.hcs-app-shell:has(.hcs-chat-page)[b-pq5pjcxptn] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
}

.hcs-app-shell:has(.hcs-chat-page) .hcs-header[b-pq5pjcxptn] {
    flex: 0 0 auto;
}

.hcs-main-content:has(.hcs-chat-page)[b-pq5pjcxptn] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-width: none;
    min-height: 0;
    overflow: hidden;
    padding: 1.5rem clamp(.9rem, 3vw, 2.5rem);
    width: 100%;
}

/* ——— Compact desktop / laptop: avoid horizontal scroll ——— */
@media (max-width: 1280px) {
    .hcs-top-nav[b-pq5pjcxptn] {
        gap: 0;
        justify-content: center;
        max-width: none;
    }

    .hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link,
    .hcs-nav-menu__trigger[b-pq5pjcxptn] {
        font-size: .8rem;
        padding: 0 .4rem;
    }

    .hcs-brand__text small[b-pq5pjcxptn] {
        display: none;
    }
}

@media (max-width: 1100px) {
    .hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link,
    .hcs-nav-menu__trigger[b-pq5pjcxptn] {
        font-size: .82rem;
        min-width: 0;
        padding: 0 .35rem;
    }

    .hcs-user-menu__copy[b-pq5pjcxptn] {
        display: none;
    }
}

/* ——— Mobile drawer ——— */
@media (max-width: 1100px) {
    .hcs-app-shell[b-pq5pjcxptn] {
        --hcs-header-top-h: 3.75rem;
        --hcs-nav-h: 0rem;
        --hcs-header-h: var(--hcs-header-top-h);
    }

    .hcs-nav-toggle[b-pq5pjcxptn] {
        display: inline-flex;
    }

    .hcs-header[b-pq5pjcxptn] {
        gap: .55rem;
    }

    .hcs-header__top[b-pq5pjcxptn] {
        flex-basis: var(--hcs-header-top-h);
        min-height: var(--hcs-header-top-h);
        padding: 0 .75rem;
    }

    .hcs-header__actions[b-pq5pjcxptn] {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .hcs-top-nav[b-pq5pjcxptn] {
        background: #fff;
        border-bottom: 1px solid var(--hcs-line);
        box-shadow: 0 18px 36px rgba(16, 40, 56, .12);
        display: flex;
        flex-direction: column;
        gap: .15rem;
        height: auto;
        inset: var(--hcs-header-top-h) 0 auto;
        justify-content: center;
        max-height: min(78dvh, 36rem);
        max-width: none;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: .65rem .75rem calc(1rem + env(safe-area-inset-bottom));
        pointer-events: none;
        position: fixed;
        transform: translateY(-.5rem);
        transition: opacity .2s var(--hcs-ease), transform .2s var(--hcs-ease), visibility .2s;
        visibility: hidden;
        z-index: 28;
        -webkit-overflow-scrolling: touch;
    }

    .hcs-top-nav--open[b-pq5pjcxptn] {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link,
    .hcs-nav-menu__trigger[b-pq5pjcxptn] {
        border-bottom: 0;
        border-radius: 5px;
        font-size: .95rem;
        height: auto;
        justify-content: flex-start;
        min-height: 2.85rem;
        padding: .55rem .7rem;
        width: 100%;
    }

    .hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link span,
    .hcs-nav-menu__trigger span[b-pq5pjcxptn],
    .hcs-nav-menu__chevron[b-pq5pjcxptn] {
        display: inline;
    }

    .hcs-nav-menu[b-pq5pjcxptn] {
        flex-direction: column;
        width: 100%;
    }

    /* Mobile accordion: click expands; disable desktop hover open */
    .hcs-nav-menu:hover > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu:focus-within > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu:hover > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu:focus-within > .hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
        max-height: 0;
        opacity: 1;
        padding: 0 .35rem;
        pointer-events: none;
        transform: none !important;
        visibility: visible;
    }

    .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
        background: #f7fbfd;
        border: 1px solid var(--hcs-line);
        box-shadow: none;
        grid-template-columns: 1fr;
        left: 0 !important;
        margin: .15rem 0 .35rem;
        max-height: 0;
        min-width: 0;
        opacity: 1;
        overflow: hidden;
        padding: 0 .35rem;
        pointer-events: none;
        position: static;
        right: auto !important;
        transform: none !important;
        transition: max-height .28s var(--hcs-ease), padding .28s var(--hcs-ease);
        visibility: visible;
    }

    .hcs-nav-menu__panel[b-pq5pjcxptn]::before {
        display: none;
    }

    .hcs-nav-menu--expanded > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu--expanded > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu--expanded:hover > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu--expanded:hover > .hcs-nav-menu__panel--wide[b-pq5pjcxptn],
    .hcs-nav-menu--expanded:focus-within > .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu--expanded:focus-within > .hcs-nav-menu__panel--wide[b-pq5pjcxptn] {
        max-height: 42rem;
        padding: .35rem;
        pointer-events: auto;
        transform: none !important;
    }

    .hcs-nav-menu--expanded .hcs-nav-menu__chevron[b-pq5pjcxptn] {
        transform: rotate(180deg);
    }

    .hcs-nav-menu--expanded > .hcs-nav-menu__trigger[b-pq5pjcxptn] {
        background: var(--hcs-primary-soft);
        color: #104e79;
    }

    .hcs-main-content[b-pq5pjcxptn] {
        min-height: calc(100dvh - var(--hcs-header-h));
        padding: 1rem .85rem calc(1.5rem + env(safe-area-inset-bottom));
    }

    .hcs-main-content:has(.hcs-chat-page)[b-pq5pjcxptn] {
        min-height: 0;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .hcs-brand__text strong[b-pq5pjcxptn] {
        font-size: 1.05rem;
    }

    .hcs-brand__mark[b-pq5pjcxptn] {
        height: 2.35rem;
        width: 3.35rem;
    }

    .hcs-icon-button[b-pq5pjcxptn] {
        height: var(--hcs-touch-target, 2.75rem);
        width: var(--hcs-touch-target, 2.75rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hcs-top-nav[b-pq5pjcxptn],
    .hcs-top-nav[b-pq5pjcxptn]  .hcs-top-nav__link,
    .hcs-nav-menu__trigger[b-pq5pjcxptn],
    .hcs-nav-menu__panel[b-pq5pjcxptn],
    .hcs-nav-menu__chevron[b-pq5pjcxptn],
    .hcs-user-menu__panel[b-pq5pjcxptn],
    .hcs-user-menu summary > i[b-pq5pjcxptn] {
        transition: none !important;
    }
}
/* /Pages/AccountManagement.razor.rz.scp.css */
.hcs-account-page[b-w810gc3u3f] {
    --account-ink: var(--hcs-ink, #19334c);
    --account-muted: var(--hcs-muted, #63798b);
    --account-line: var(--hcs-line, #dfe8eb);
    --account-surface: var(--hcs-surface, #fff);
    --account-primary: var(--hcs-primary, #3d5cff);
    --account-primary-soft: var(--hcs-primary-soft, #eef1ff);
    margin: -1.5rem clamp(-2.5rem, -3vw, -.9rem) -2rem;
    min-height: calc(100dvh - var(--hcs-header-h, 8.75rem));
    padding: 1.5rem clamp(.9rem, 3vw, 2.5rem) 3rem;
}

.hcs-account-hero[b-w810gc3u3f],
.hcs-account-tabs[b-w810gc3u3f],
.hcs-account-panel[b-w810gc3u3f],
.hcs-account-loading[b-w810gc3u3f] {
    margin-inline: auto;
    max-width: 1440px;
}

.hcs-account-hero[b-w810gc3u3f] {
    background: var(--account-surface);
    border: 1px solid var(--account-line);
    border-radius: 1rem;
    box-shadow: 0 18px 45px rgba(34, 63, 80, .08);
    overflow: hidden;
}

.hcs-account-hero__banner[b-w810gc3u3f] {
    background: linear-gradient(115deg, #d8f0ef 0%, #d8e9fb 48%, #e9e5fc 100%);
    height: clamp(9rem, 22vw, 14rem);
    overflow: hidden;
    position: relative;
}

.hcs-account-hero__shape[b-w810gc3u3f] {
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 48% 52% 62% 38%;
    display: block;
    position: absolute;
    transform: rotate(-18deg);
}

.hcs-account-hero__shape--one[b-w810gc3u3f] {
    background: rgba(61, 92, 255, .12);
    height: 19rem;
    left: 6%;
    top: -8rem;
    width: 33rem;
}

.hcs-account-hero__shape--two[b-w810gc3u3f] {
    background: rgba(255, 255, 255, .3);
    height: 16rem;
    right: 4%;
    top: -6rem;
    transform: rotate(24deg);
    width: 25rem;
}

.hcs-account-hero__shape--three[b-w810gc3u3f] {
    background: rgba(20, 106, 147, .08);
    bottom: -9rem;
    height: 17rem;
    right: 31%;
    transform: rotate(-8deg);
    width: 30rem;
}

.hcs-account-hero__body[b-w810gc3u3f] {
    align-items: center;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0 clamp(1rem, 3vw, 2.25rem) 1.35rem;
}

.hcs-account-avatar-frame[b-w810gc3u3f] {
    margin-top: -3.5rem;
    position: relative;
    z-index: 1;
}

.hcs-account-avatar[b-w810gc3u3f] {
    align-items: center;
    background: #e7f1f4;
    border: .45rem solid var(--account-surface);
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(29, 64, 82, .16);
    color: #146a93;
    display: flex;
    font-size: 1.65rem;
    font-weight: 800;
    height: 7.4rem;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
    width: 7.4rem;
}

.hcs-account-avatar__upload[b-w810gc3u3f] {
    align-items: center;
    background: var(--account-primary);
    border: .2rem solid var(--account-surface);
    border-radius: 50%;
    bottom: .15rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    position: absolute;
    right: .15rem;
    transition: transform .2s ease, background-color .2s ease;
    width: 2.75rem;
    z-index: 2;
}

.hcs-account-avatar__upload:hover[b-w810gc3u3f],
.hcs-account-avatar__upload:focus-within[b-w810gc3u3f] {
    background: #2447df;
    outline: 3px solid rgba(61, 92, 255, .35);
    outline-offset: 3px;
    transform: scale(1.05);
}

.hcs-account-avatar__upload.is-busy[b-w810gc3u3f] {
    cursor: wait;
    opacity: .65;
}

.hcs-account-avatar__input[b-w810gc3u3f] {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap;
    width: 1px !important;
}

.hcs-account-eyebrow[b-w810gc3u3f] {
    color: var(--account-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 .3rem;
    text-transform: uppercase;
}

.hcs-account-hero__identity h1[b-w810gc3u3f] {
    color: var(--account-ink);
    font-size: clamp(1.4rem, 2.5vw, 2.1rem);
    letter-spacing: -.035em;
    margin: 0;
}

.hcs-account-hero__identity[b-w810gc3u3f],
.hcs-account-hero__identity h1[b-w810gc3u3f],
.hcs-account-hero__username[b-w810gc3u3f] {
    min-width: 0;
}

.hcs-account-hero__username[b-w810gc3u3f] {
    color: var(--account-muted);
    overflow-wrap: anywhere;
    margin: .15rem 0 .7rem;
}

.hcs-account-hero__meta[b-w810gc3u3f] {
    color: var(--account-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
    gap: .8rem 1.25rem;
}

.hcs-account-hero__meta span[b-w810gc3u3f],
.hcs-account-status[b-w810gc3u3f] {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
}

.hcs-account-hero__meta i[b-w810gc3u3f] {
    color: var(--account-primary);
}

.hcs-account-hero__actions[b-w810gc3u3f] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.hcs-account-status[b-w810gc3u3f] {
    background: #e8f7ef;
    border-radius: 999px;
    color: #23724d;
    font-size: .78rem;
    font-weight: 700;
    padding: .45rem .75rem;
    white-space: nowrap;
}

.hcs-account-secondary-action[b-w810gc3u3f] {
    min-height: 2.75rem !important;
}

.hcs-account-tabs[b-w810gc3u3f] {
    align-items: center;
    background: var(--account-surface);
    border-bottom: 1px solid var(--account-line);
    display: flex;
    gap: .25rem;
    margin-top: 1.25rem;
    padding: .35rem .5rem 0;
}

.hcs-account-tab[b-w810gc3u3f] {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: .2rem solid transparent;
    color: var(--account-muted);
    cursor: pointer;
    display: inline-flex;
    font-size: .95rem;
    font-weight: 700;
    gap: .55rem;
    min-height: 3.1rem;
    padding: .75rem 1rem .65rem;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.hcs-account-tab:hover[b-w810gc3u3f],
.hcs-account-tab:focus-visible[b-w810gc3u3f] {
    background: var(--account-primary-soft);
    color: var(--account-primary);
}

.hcs-account-tab.is-active[b-w810gc3u3f] {
    border-bottom-color: var(--account-primary);
    color: var(--account-primary);
}

.hcs-account-panel[b-w810gc3u3f] {
    padding-top: 1.25rem;
}

.hcs-account-content-grid[b-w810gc3u3f] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr);
}

.hcs-account-card[b-w810gc3u3f] {
    border: 1px solid var(--account-line);
    border-radius: .85rem;
    box-shadow: 0 9px 25px rgba(34, 63, 80, .055);
}

.hcs-account-card .card-body[b-w810gc3u3f] {
    padding: clamp(1rem, 2.4vw, 1.75rem);
}

.hcs-account-card__heading[b-w810gc3u3f] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.hcs-account-card__heading h2[b-w810gc3u3f] {
    color: var(--account-ink);
    font-size: 1.2rem;
    margin: 0;
}

.hcs-account-card__heading > i[b-w810gc3u3f] {
    color: var(--account-primary);
    font-size: 1.3rem;
}

.hcs-account-form[b-w810gc3u3f] {
    display: grid;
    gap: 1rem;
}

.hcs-account-form__row[b-w810gc3u3f] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hcs-account-form .form-label[b-w810gc3u3f] {
    color: var(--account-ink);
    font-weight: 700;
    margin-bottom: .4rem;
}

.hcs-account-form .form-control[b-w810gc3u3f] {
    min-height: 2.75rem;
}

.hcs-account-field-error[b-w810gc3u3f] {
    color: #c5224d;
    font-size: .82rem;
    margin: .35rem 0 0;
}

.hcs-account-form__actions[b-w810gc3u3f] {
    display: flex;
    justify-content: flex-end;
    padding-top: .25rem;
}

.hcs-account-form__actions .btn i[b-w810gc3u3f],
.hcs-account-secondary-action i[b-w810gc3u3f] {
    margin-right: .45rem;
}

.hcs-account-info-box[b-w810gc3u3f] {
    align-items: flex-start;
    background: #fff8e6;
    border: 1px solid #f2dfad;
    border-radius: .65rem;
    color: #765913;
    display: flex;
    gap: .55rem;
    line-height: 1.55;
    margin: 1.25rem 0 0;
    padding: .9rem;
}

.hcs-account-empty[b-w810gc3u3f] {
    align-items: center;
    background: var(--account-surface);
    border: 1px dashed var(--account-line);
    border-radius: .85rem;
    color: var(--account-muted);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-inline: auto;
    max-width: 1440px;
    min-height: 19rem;
    padding: 2rem 1rem;
    text-align: center;
}

.hcs-account-empty > i[b-w810gc3u3f] {
    color: #c5224d;
    font-size: 1.5rem;
    margin-bottom: .7rem;
}

.hcs-account-empty h1[b-w810gc3u3f] {
    color: var(--account-ink);
    font-size: 1.2rem;
    margin: 0;
}

.hcs-account-empty p[b-w810gc3u3f] {
    margin: .4rem 0 1rem;
}

.hcs-account-retry[b-w810gc3u3f] {
    align-items: center;
    background: var(--account-primary);
    border: 1px solid transparent;
    border-radius: .55rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    gap: .45rem;
    min-height: 2.75rem;
    padding: .65rem .9rem;
}

.hcs-account-retry:hover[b-w810gc3u3f],
.hcs-account-retry:focus-visible[b-w810gc3u3f] {
    background: #2447df;
    color: #fff;
}

.hcs-account-loading[b-w810gc3u3f] {
    display: grid;
    gap: 1rem;
}

.hcs-account-skeleton[b-w810gc3u3f] {
    animation: hcs-account-pulse-b-w810gc3u3f 1.5s ease-in-out infinite;
    background: linear-gradient(90deg, #e7eef0 25%, #f5f8f7 50%, #e7eef0 75%);
    background-size: 200% 100%;
    border-radius: .85rem;
    display: block;
}

.hcs-account-skeleton--hero[b-w810gc3u3f] { height: 19rem; }
.hcs-account-skeleton--line[b-w810gc3u3f] { height: 3.25rem; width: 35%; }
.hcs-account-skeleton--body[b-w810gc3u3f] { height: 20rem; }

@keyframes hcs-account-pulse-b-w810gc3u3f {
    to { background-position: -200% 0; }
}

@media (max-width: 900px) {
    .hcs-account-hero__body[b-w810gc3u3f] {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hcs-account-hero__actions[b-w810gc3u3f] {
        align-items: flex-start;
        grid-column: 2;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hcs-account-content-grid[b-w810gc3u3f] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .hcs-account-page[b-w810gc3u3f] {
        margin: -1rem -.9rem -1.5rem;
        padding: 1rem .9rem 2rem;
    }

    .hcs-account-hero__banner[b-w810gc3u3f] {
        height: 8.5rem;
    }

    .hcs-account-hero__body[b-w810gc3u3f] {
        display: block;
        padding-bottom: 1rem;
    }

    .hcs-account-avatar-frame[b-w810gc3u3f] {
        display: inline-block;
        margin: -2.8rem 0 .8rem 1rem;
    }

    .hcs-account-avatar[b-w810gc3u3f] {
        border-width: .35rem;
        height: 5.8rem;
        width: 5.8rem;
    }

    .hcs-account-hero__identity h1[b-w810gc3u3f] {
        font-size: 1.45rem;
    }

    .hcs-account-hero__actions[b-w810gc3u3f] {
        align-items: flex-start;
        margin-top: 1rem;
    }

    .hcs-account-tabs[b-w810gc3u3f] {
        overflow-x: auto;
        padding-inline: 0;
    }

    .hcs-account-tab[b-w810gc3u3f] {
        flex: 1 0 max-content;
        justify-content: center;
        padding-inline: .85rem;
    }

    .hcs-account-form__row[b-w810gc3u3f] {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hcs-account-skeleton[b-w810gc3u3f],
    .hcs-account-avatar__upload[b-w810gc3u3f],
    .hcs-account-tab[b-w810gc3u3f] {
        animation: none;
        transition: none;
    }
}
/* /Pages/Administration.razor.rz.scp.css */
.hcs-admin-page[b-8two1t2ctx] {
    max-width: 1480px;
    margin: 0 auto;
    color: #193b57;
}

.hcs-users-heading[b-8two1t2ctx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.35rem;
}

.hcs-users-heading h1[b-8two1t2ctx] {
    margin: 0;
    color: #0d304c;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 750;
}

.hcs-users-heading__actions[b-8two1t2ctx] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.hcs-users-create-button[b-8two1t2ctx],
.hcs-users-filter-card[b-8two1t2ctx]  .btn-primary,
.hcs-users-grid[b-8two1t2ctx]  .dropdown-toggle,
.hcs-modal-save[b-8two1t2ctx] {
    background: #385cff;
    border-color: #385cff;
    border-radius: 5px;
    font-weight: 750;
}

.hcs-users-create-button[b-8two1t2ctx] {
    padding: .75rem 1.2rem;
    box-shadow: 0 7px 18px rgb(56 92 255 / 16%);
}

.hcs-users-filter-card[b-8two1t2ctx],
.hcs-users-grid-card[b-8two1t2ctx] {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 9px 28px rgb(21 59 85 / 7%);
}

.hcs-users-filter-card[b-8two1t2ctx] {
    position: relative;
    margin-bottom: 1.35rem;
}

.hcs-users-filter-card[b-8two1t2ctx]  .card-body {
    padding: 1.7rem 2rem;
}

.hcs-users-filter-row[b-8two1t2ctx] {
    align-items: stretch;
    display: flex;
    gap: 1.6rem;
}

.hcs-users-search-bar[b-8two1t2ctx] {
    align-items: stretch;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

.hcs-users-search-bar[b-8two1t2ctx]  .addon-body,
.hcs-users-search-bar[b-8two1t2ctx]  .addon-end {
    display: flex;
    min-height: 0;
}

.hcs-users-search-bar[b-8two1t2ctx]  .addon-body {
    flex: 1 1 auto;
    min-width: 0;
}

.hcs-users-search-input[b-8two1t2ctx],
.hcs-user-modal .form-control[b-8two1t2ctx],
.hcs-permission-modal .form-control[b-8two1t2ctx] {
    border: 1px solid #dfe8ef;
    border-radius: 5px;
    background: #f0f5f9;
    color: #214762;
    box-shadow: none;
}

.hcs-users-search-bar[b-8two1t2ctx]  .form-control,
.hcs-users-search-bar[b-8two1t2ctx]  .btn,
.hcs-users-filter-card[b-8two1t2ctx]  .hcs-users-filter-toggle {
    height: 3.35rem;
    max-height: 3.35rem;
    min-height: 3.35rem;
}

.hcs-users-search-bar[b-8two1t2ctx]  .addon-end .btn {
    height: 100%;
    padding-inline: 1.35rem;
    border-radius: 0 5px 5px 0;
}

.hcs-users-filter-card[b-8two1t2ctx]  .hcs-users-filter-toggle {
    flex: 0 0 15.5rem;
    justify-content: center;
    border-width: 2px;
    border-radius: 5px;
    font-weight: 700;
}

.hcs-users-advanced-filters[b-8two1t2ctx] {
    align-items: flex-end;
    display: flex;
    gap: .75rem;
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e6eef3;
}

.hcs-users-advanced-filters[b-8two1t2ctx]  .mb-3,
.hcs-users-advanced-filters[b-8two1t2ctx]  .field,
.hcs-users-advanced-filters[b-8two1t2ctx]  .form-group {
    min-width: 230px;
    margin: 0 !important;
}

.hcs-users-advanced-filters[b-8two1t2ctx]  .form-label,
.hcs-users-advanced-filters[b-8two1t2ctx]  .field-label {
    margin-bottom: .45rem;
}

.hcs-users-filter-card[b-8two1t2ctx]  .hcs-users-filter-reset {
    flex: 0 0 auto;
}

.hcs-users-grid-card .card-body[b-8two1t2ctx] {
    padding: 1.8rem 2rem 1.2rem;
}

.hcs-users-grid[b-8two1t2ctx] {
    min-width: 1120px;
}

.hcs-users-grid-card[b-8two1t2ctx] {
    overflow-x: auto;
}

.hcs-users-grid thead th[b-8two1t2ctx] {
    padding: 1.15rem .9rem;
    color: #45657d;
    background: #fff;
    border-bottom: 1px solid #dfe9ef;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: normal;
}

.hcs-users-grid tbody td[b-8two1t2ctx] {
    padding: 1.15rem .9rem;
    color: #31546d;
    border-color: #e4edf2;
    vertical-align: middle;
    white-space: normal;
}

.hcs-users-grid tbody tr:nth-child(odd) td[b-8two1t2ctx] {
    background: rgb(245 247 248 / 86%);
}

.hcs-users-grid .dropdown-menu[b-8two1t2ctx] {
    min-width: 12rem;
}

.hcs-user-general-info[b-8two1t2ctx] {
    min-width: 275px;
    line-height: 1.42;
}

.hcs-user-general-info strong[b-8two1t2ctx] {
    color: #34556c;
}

.hcs-admin-status-icon[b-8two1t2ctx] {
    display: inline-grid;
    place-items: center;
    font-size: 1.15rem;
}

.hcs-admin-status-icon.is-active[b-8two1t2ctx] {
    color: #43bf6d;
}

.hcs-admin-status-icon.is-inactive[b-8two1t2ctx] {
    color: #d3134b;
}

.hcs-admin-alert[b-8two1t2ctx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1rem;
    padding: .8rem 1rem;
    border-radius: 5px;
    background: #fff3e6;
    color: #965216;
}

.hcs-empty[b-8two1t2ctx],
.hcs-loading[b-8two1t2ctx] {
    align-items: center;
    color: #70899a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 11rem;
    padding-top: 0 !important;
    text-align: center;
}

.hcs-empty i[b-8two1t2ctx],
.hcs-loading i[b-8two1t2ctx] {
    display: block;
    margin-bottom: .7rem;
    font-size: 1.6rem;
}

.hcs-empty h2[b-8two1t2ctx] {
    margin-bottom: .35rem;
    font-size: 1.15rem;
}

.hcs-empty p[b-8two1t2ctx] {
    margin: 0;
}

.hcs-user-modal[b-8two1t2ctx]  .modal-dialog,
.hcs-permission-modal[b-8two1t2ctx]  .modal-dialog,
.hcs-user-modal .modal-dialog[b-8two1t2ctx],
.hcs-permission-modal .modal-dialog[b-8two1t2ctx] {
    max-width: min(94vw, 1180px);
    --bs-modal-width: min(94vw, 1180px);
}

.hcs-user-modal .modal-content[b-8two1t2ctx],
.hcs-permission-modal .modal-content[b-8two1t2ctx] {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 24px 70px rgb(21 57 84 / 25%);
}

.hcs-user-modal .modal-header[b-8two1t2ctx],
.hcs-permission-modal .modal-header[b-8two1t2ctx] {
    padding: 1.55rem 1.85rem .8rem;
    border-bottom: 0;
}

.hcs-user-modal .modal-title[b-8two1t2ctx],
.hcs-permission-modal .modal-title[b-8two1t2ctx] {
    color: #0e304c;
    font-size: 1.6rem;
    font-weight: 750;
}

.hcs-user-modal .modal-body[b-8two1t2ctx],
.hcs-permission-modal .modal-body[b-8two1t2ctx] {
    padding: .2rem 1.85rem 1.5rem;
}

.hcs-user-modal .modal-footer[b-8two1t2ctx],
.hcs-permission-modal .modal-footer[b-8two1t2ctx] {
    gap: .7rem;
    padding: 1rem 1.85rem 1.6rem;
    border-top: 0;
}

.hcs-modal-cancel[b-8two1t2ctx],
.hcs-modal-save[b-8two1t2ctx] {
    min-width: 7rem;
    min-height: 3.15rem;
    border: 0;
    font-size: 1.05rem;
    font-weight: 750;
}

.hcs-modal-cancel[b-8two1t2ctx] {
    background: #6b5bd4;
    color: #fff;
}

.hcs-user-tabs[b-8two1t2ctx] {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.7rem;
    border-bottom: 1px solid #e5edf2;
}

.hcs-user-tabs button[b-8two1t2ctx] {
    padding: .55rem 0 .8rem;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #355770;
    font-size: 1.1rem;
    font-weight: 650;
}

.hcs-user-tabs button.is-active[b-8two1t2ctx] {
    border-bottom-color: #f42583;
    color: #f42583;
}

.hcs-user-tab-panel[hidden][b-8two1t2ctx] {
    display: none !important;
}

.hcs-user-signing[b-8two1t2ctx] {
    display: grid;
    gap: 1rem;
}

.hcs-user-signing__title[b-8two1t2ctx] {
    margin: .35rem 0 0;
    color: #0e304c;
    font-size: 1.05rem;
    font-weight: 700;
}

.hcs-user-signature-list[b-8two1t2ctx] {
    display: grid;
    gap: .65rem;
    margin: 0 0 .4rem;
    padding: 0;
    list-style: none;
}

.hcs-user-signature-list li[b-8two1t2ctx] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 1rem;
    border: 1px solid #e1eaf0;
    border-radius: 5px;
}

.hcs-user-signature-list small[b-8two1t2ctx] {
    display: block;
    color: #7990a0;
}

.hcs-user-form-grid[b-8two1t2ctx] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 1.8rem;
}

.hcs-user-form-grid__full[b-8two1t2ctx] {
    grid-column: 1 / -1;
}

.hcs-user-modal .field[b-8two1t2ctx] {
    margin-bottom: 0;
}

.hcs-user-modal .form-label[b-8two1t2ctx],
.hcs-user-modal .field-label[b-8two1t2ctx] {
    color: #355770;
    font-size: 1rem;
    font-weight: 650;
}

.hcs-user-flags[b-8two1t2ctx] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.45rem;
}

.hcs-user-flags .form-check-label[b-8two1t2ctx],
.hcs-user-role-list .form-check-label[b-8two1t2ctx],
.hcs-permission-toolbar .form-check-label[b-8two1t2ctx],
.hcs-permission-items .form-check-label[b-8two1t2ctx] {
    color: #355770;
    font-size: 1rem;
}

.hcs-user-modal .form-check-input[b-8two1t2ctx],
.hcs-permission-modal .form-check-input[b-8two1t2ctx] {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .15rem;
    border-color: #dbe6ed;
    accent-color: #f42583;
}

.hcs-user-modal .form-check-input:checked[b-8two1t2ctx],
.hcs-permission-modal .form-check-input:checked[b-8two1t2ctx] {
    background-color: #f42583;
    border-color: #f42583;
}

.hcs-form-note[b-8two1t2ctx],
.hcs-permission-row small[b-8two1t2ctx] {
    margin: .8rem 0 0;
    color: #7990a0;
    font-size: .83rem;
}

.hcs-user-role-list[b-8two1t2ctx] {
    display: grid;
    gap: 1rem;
    min-height: 15rem;
    padding: 1rem;
    border: 1px solid #e1eaf0;
    border-radius: 5px;
}

.hcs-permission-toolbar[b-8two1t2ctx] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.4rem;
}

.hcs-permission-layout[b-8two1t2ctx] {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 2rem;
    min-height: 32rem;
}

.hcs-permission-groups[b-8two1t2ctx] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    min-width: 0;
    margin: 0;
    padding: 1.2rem;
    border: 1px solid #e2eaf0;
    border-radius: 5px;
}

.hcs-permission-groups legend[b-8two1t2ctx] {
    width: auto;
    padding: 0 .55rem;
    color: #355770;
    font-size: 1.2rem;
    font-weight: 700;
}

.hcs-permission-groups button[b-8two1t2ctx] {
    min-height: 3.35rem;
    padding: .7rem 1rem;
    border: 1px solid #e1eaf0;
    border-radius: 5px;
    background: #fff;
    color: #355770;
    text-align: left;
    font-size: 1rem;
}

.hcs-permission-groups button.is-active[b-8two1t2ctx] {
    border-color: #6b5bd4;
    background: #6b5bd4;
    color: #fff;
    font-weight: 750;
}

.hcs-permission-items[b-8two1t2ctx] {
    padding: 1.3rem 1rem;
}

.hcs-permission-items hr[b-8two1t2ctx] {
    margin: 1.2rem 0 .35rem;
    border-color: #e2eaf0;
}

.hcs-permission-row[b-8two1t2ctx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 0;
    border-bottom: 1px solid #edf2f5;
}

.hcs-permission-row small[b-8two1t2ctx] {
    margin: 0;
    text-align: right;
}

@media (max-width: 900px) {
    .hcs-users-heading[b-8two1t2ctx] { align-items: flex-start; flex-direction: column; }
    .hcs-users-heading__actions[b-8two1t2ctx] { width: 100%; }
    .hcs-users-heading__actions[b-8two1t2ctx]  .btn { flex: 1; }
    .hcs-users-filter-card[b-8two1t2ctx]  .card-body { padding: 1.25rem; }
    .hcs-users-grid-card .card-body[b-8two1t2ctx] { padding-inline: .8rem; }
    .hcs-user-form-grid[b-8two1t2ctx] { grid-template-columns: 1fr; }
    .hcs-user-form-grid__full[b-8two1t2ctx] { grid-column: auto; }
    .hcs-user-flags[b-8two1t2ctx] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hcs-permission-toolbar[b-8two1t2ctx] { grid-template-columns: 1fr; }
    .hcs-permission-layout[b-8two1t2ctx] { grid-template-columns: 1fr; }
    .hcs-permission-groups[b-8two1t2ctx] { max-height: 14rem; overflow-y: auto; }
}

@media (max-width: 767.98px) {
    .hcs-users-filter-row[b-8two1t2ctx] {
        align-items: stretch;
        flex-direction: column;
        gap: .75rem;
    }

    .hcs-users-filter-card[b-8two1t2ctx]  .hcs-users-filter-toggle {
        flex-basis: auto;
        width: 100%;
    }

    .hcs-users-search-bar[b-8two1t2ctx]  .form-control,
    .hcs-users-search-bar[b-8two1t2ctx]  .addon-end .btn,
    .hcs-users-filter-card[b-8two1t2ctx]  .hcs-users-filter-toggle {
        height: 3.35rem;
        max-height: 3.35rem !important;
        min-height: 3.35rem !important;
    }

    .hcs-users-advanced-filters[b-8two1t2ctx] {
        align-items: stretch;
        flex-direction: column;
    }

    .hcs-users-advanced-filters[b-8two1t2ctx]  .mb-3,
    .hcs-users-advanced-filters[b-8two1t2ctx]  .field,
    .hcs-users-advanced-filters[b-8two1t2ctx]  .form-group {
        min-width: 0;
    }
}

@media (min-width: 768px) {
    .hcs-users-create-button[b-8two1t2ctx] {
        max-height: 32px;
        min-height: 32px;
        padding-block: .18rem;
    }

    .hcs-modal-cancel[b-8two1t2ctx],
    .hcs-modal-save[b-8two1t2ctx] {
        max-height: 36px;
        min-height: 36px;
    }

    .hcs-users-search-bar[b-8two1t2ctx]  .form-control,
    .hcs-users-search-bar[b-8two1t2ctx]  .addon-end .btn,
    .hcs-users-filter-card[b-8two1t2ctx]  .hcs-users-filter-toggle,
    .hcs-users-advanced-filters[b-8two1t2ctx]  .form-select,
    .hcs-users-advanced-filters[b-8two1t2ctx]  .btn {
        height: 36px;
        max-height: 36px !important;
        min-height: 36px !important;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 540px) {
    .hcs-user-tabs[b-8two1t2ctx] { gap: 1rem; overflow-x: auto; }
    .hcs-user-tabs button[b-8two1t2ctx] { flex: 0 0 auto; font-size: .95rem; }
    .hcs-user-flags[b-8two1t2ctx] { grid-template-columns: 1fr; }
    .hcs-user-modal .modal-header[b-8two1t2ctx],
    .hcs-user-modal .modal-body[b-8two1t2ctx],
    .hcs-permission-modal .modal-header[b-8two1t2ctx],
    .hcs-permission-modal .modal-body[b-8two1t2ctx] { padding-inline: 1rem; }
}
/* /Pages/AdministrationRoles.razor.rz.scp.css */
.hcs-admin-page[b-crntfx8vl3] {
    max-width: 1480px;
    margin: 0 auto;
    color: #193b57;
}

.hcs-admin-heading[b-crntfx8vl3] {
    display: flex;
    justify-content: space-between;
}

.hcs-roles-page[b-crntfx8vl3] {
    max-width: 1480px;
}

.hcs-roles-heading[b-crntfx8vl3] {
    align-items: center;
    margin-bottom: 1.35rem;
}

.hcs-roles-heading h1[b-crntfx8vl3] {
    margin: 0;
    color: #0d304c;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 750;
}

.hcs-roles-heading p[b-crntfx8vl3] {
    margin: .35rem 0 0;
    color: #70899a;
}

.hcs-roles-heading__actions[b-crntfx8vl3] {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.hcs-role-create[b-crntfx8vl3],
.hcs-roles-refresh[b-crntfx8vl3],
.hcs-role-permissions-save[b-crntfx8vl3],
.hcs-role-delete[b-crntfx8vl3] {
    min-height: 36px;
    max-height: 36px;
    border-radius: 5px;
    font-weight: 750;
}

.hcs-role-create[b-crntfx8vl3] {
    border-color: #385cff;
    background: #385cff;
    box-shadow: 0 7px 18px rgb(56 92 255 / 16%);
}

.hcs-roles-refresh[b-crntfx8vl3] {
    border: 1px solid #385cff;
    color: #385cff;
}

.hcs-admin-alert[b-crntfx8vl3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1rem;
    padding: .8rem 1rem;
    border-radius: 5px;
    background: #fff3e6;
    color: #965216;
}

.hcs-roles-layout[b-crntfx8vl3] {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.hcs-roles-list-card[b-crntfx8vl3],
.hcs-role-permissions-card[b-crntfx8vl3] {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 9px 28px rgb(21 59 85 / 7%);
}

.hcs-role-permissions-card[b-crntfx8vl3] {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 12.5rem);
    min-height: 32rem;
}

.hcs-roles-list-card[b-crntfx8vl3]  .card-header,
.hcs-role-permissions-card[b-crntfx8vl3]  .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4.2rem;
    padding: 1.1rem 1.35rem;
    border-bottom: 1px solid #edf2f5;
    background: transparent;
}

.hcs-roles-list-card[b-crntfx8vl3]  .card-title,
.hcs-role-permissions-card[b-crntfx8vl3]  .card-title {
    margin: 0;
    color: #0e304c;
    font-size: 1.1rem;
    font-weight: 750;
}

.hcs-roles-list-card[b-crntfx8vl3]  .card-body,
.hcs-role-permissions-card[b-crntfx8vl3]  .card-body {
    padding: 1.1rem 1.35rem;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.hcs-roles-list[b-crntfx8vl3] {
    display: grid;
    gap: .6rem;
}

.hcs-role-option[b-crntfx8vl3] {
    display: grid;
    gap: .35rem;
    width: 100%;
    padding: .75rem .85rem;
    border: 1px solid #e2eaf0;
    border-radius: 5px;
    background: #fff;
    color: #355770;
    text-align: left;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.hcs-role-option:hover[b-crntfx8vl3] {
    border-color: #9aaeff;
    background: #f5f7ff;
}

.hcs-role-option.is-active[b-crntfx8vl3] {
    border-color: #385cff;
    background: #385cff;
    color: #fff;
}

.hcs-role-option__name[b-crntfx8vl3] {
    overflow-wrap: anywhere;
    font-weight: 750;
}

.hcs-role-option__tags[b-crntfx8vl3] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.hcs-role-option__tags small[b-crntfx8vl3] {
    padding: .12rem .4rem;
    border-radius: 5px;
    background: #eef2f7;
    color: #587286;
    font-size: .7rem;
    font-weight: 700;
}

.hcs-role-option.is-active .hcs-role-option__tags small[b-crntfx8vl3] {
    background: rgb(255 255 255 / 22%);
    color: #fff;
}

.hcs-role-permissions-card__subtitle[b-crntfx8vl3] {
    margin: .25rem 0 0;
    color: #70899a;
    font-size: .82rem;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .card-footer {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem 1.35rem 1.35rem;
    border-top: 1px solid #edf2f5;
    background: #fff;
}

.hcs-role-permissions-hint[b-crntfx8vl3] {
    margin: 0 auto 0 0;
    color: #965216;
    font-size: .85rem;
}

.hcs-role-permissions-save[b-crntfx8vl3] {
    border: 0;
    background: #385cff;
    border-color: #385cff;
}

.hcs-role-delete[b-crntfx8vl3] {
    border: 0;
    background: #df1e53;
    border-color: #df1e53;
    color: #fff;
}

.hcs-roles-state[b-crntfx8vl3] {
    display: grid;
    place-items: center;
    min-height: 12rem;
    padding: 3rem 1rem;
}

.hcs-roles-state p[b-crntfx8vl3] {
    margin: 0;
}

.hcs-role-permissions-card .hcs-permission-toolbar[b-crntfx8vl3] {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.1rem;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .hcs-permission-toolbar .form-control {
    min-height: 36px;
    border: 1px solid #dfe8ef;
    border-radius: 5px;
    background: #f0f5f9;
    box-shadow: none;
}

.hcs-permission-layout[b-crntfx8vl3] {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    min-height: 0;
}

.hcs-permission-groups[b-crntfx8vl3] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 1.1rem;
    overflow-y: auto;
    border: 1px solid #e2eaf0;
    border-radius: 5px;
}

.hcs-permission-groups legend[b-crntfx8vl3] {
    width: auto;
    padding: 0 .55rem;
    color: #355770;
    font-size: 1.05rem;
    font-weight: 700;
}

.hcs-permission-groups button[b-crntfx8vl3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    min-height: 2.85rem;
    padding: .65rem .8rem;
    border: 1px solid #e1eaf0;
    border-radius: 5px;
    background: #fff;
    color: #355770;
    text-align: left;
    font-size: .92rem;
}

.hcs-permission-groups button small[b-crntfx8vl3] {
    color: #7990a0;
    font-size: .75rem;
    font-weight: 700;
}

.hcs-permission-groups button.is-active[b-crntfx8vl3] {
    border-color: #6b5bd4;
    background: #6b5bd4;
    color: #fff;
    font-weight: 750;
}

.hcs-permission-groups button.is-active small[b-crntfx8vl3] {
    color: rgb(255 255 255 / 80%);
}

.hcs-permission-items[b-crntfx8vl3] {
    min-width: 0;
    min-height: 0;
    padding: .35rem .2rem;
    overflow-y: auto;
}

.hcs-permission-items hr[b-crntfx8vl3] {
    margin: 1rem 0 .25rem;
    border-color: #e2eaf0;
}

.hcs-permission-row[b-crntfx8vl3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem 0;
    border-bottom: 1px solid #edf2f5;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .form-check {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: 0;
    min-width: 0;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .form-check-label {
    color: #355770;
    font-size: .95rem;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .form-check-input {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .15rem;
    cursor: pointer;
    accent-color: #6b5bd4;
}

.hcs-role-permissions-card[b-crntfx8vl3]  .form-check-input:checked {
    background-color: #6b5bd4;
    border-color: #6b5bd4;
}

.hcs-permission-row small[b-crntfx8vl3] {
    color: #7990a0;
    font-size: .76rem;
    text-align: right;
}

.hcs-role-permissions-card .hcs-permission-layout[b-crntfx8vl3] {
    min-height: 0;
}

.hcs-role-permissions-card .hcs-permission-items[b-crntfx8vl3] {
    min-width: 0;
}

.hcs-role-permissions-card .hcs-permission-row small[b-crntfx8vl3] {
    overflow-wrap: anywhere;
}

.hcs-role-create-modal[b-crntfx8vl3]  .modal-content {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 24px 70px rgb(21 57 84 / 25%);
}

.hcs-role-create-modal[b-crntfx8vl3]  .modal-header,
.hcs-role-create-modal[b-crntfx8vl3]  .modal-body,
.hcs-role-create-modal[b-crntfx8vl3]  .modal-footer {
    padding-inline: 1.85rem;
}

.hcs-role-create-modal[b-crntfx8vl3]  .modal-header {
    padding-top: 1.55rem;
    border-bottom: 0;
}

.hcs-role-create-modal[b-crntfx8vl3]  .modal-body {
    padding-top: .35rem;
}

.hcs-role-create-modal[b-crntfx8vl3]  .modal-footer {
    gap: .7rem;
    padding-bottom: 1.55rem;
    border-top: 0;
}

.hcs-role-create-modal[b-crntfx8vl3]  .form-control {
    min-height: 3rem;
    border-radius: 5px;
    background: #f0f5f9;
    border-color: #dfe8ef;
    box-shadow: none;
}

.hcs-role-create-flags[b-crntfx8vl3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 1rem;
}

@media (max-width: 900px) {
    .hcs-roles-heading[b-crntfx8vl3] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .hcs-roles-heading__actions[b-crntfx8vl3] {
        width: 100%;
    }

    .hcs-roles-heading__actions[b-crntfx8vl3]  .btn {
        flex: 1 1 0;
    }

    .hcs-roles-refresh[b-crntfx8vl3],
    .hcs-role-create[b-crntfx8vl3] {
        width: 100%;
    }

    .hcs-roles-layout[b-crntfx8vl3] {
        grid-template-columns: 1fr;
    }

    .hcs-roles-list[b-crntfx8vl3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hcs-role-permissions-card .hcs-permission-toolbar[b-crntfx8vl3],
    .hcs-permission-layout[b-crntfx8vl3] {
        grid-template-columns: 1fr;
    }

    .hcs-permission-groups[b-crntfx8vl3] {
        max-height: 14rem;
        overflow-y: auto;
    }
}

@media (max-width: 540px) {
    .hcs-roles-list[b-crntfx8vl3] {
        grid-template-columns: 1fr;
    }

    .hcs-role-create-modal[b-crntfx8vl3]  .modal-header,
    .hcs-role-create-modal[b-crntfx8vl3]  .modal-body,
    .hcs-role-create-modal[b-crntfx8vl3]  .modal-footer {
        padding-inline: 1.1rem;
    }
}
/* /Pages/ChatWorkspace.razor.rz.scp.css */
.hcs-chat-page[b-69hl4dz4tj] {
    --chat-primary: #3d5cff;
    --chat-primary-hover: #2f4ae6;
    --chat-primary-rgb: 61, 92, 255;
    --chat-navy: #1e3a5f;
    --chat-ink: #1c2434;
    --chat-muted: #8b95a7;
    --chat-soft: #f6f8fb;
    --chat-line: #eef1f6;
    --chat-hover: #eef4ff;
    --chat-mine: #e0f7fa;
    --chat-theirs: #fef3e2;
    --chat-avatar: #e8edf8;
    --chat-unread: #3d5cff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.hcs-chat[b-69hl4dz4tj] {
    background: #fff;
    border: 1px solid var(--chat-line);
    border-radius: 0;
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: minmax(18rem, 30%) minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
    width: 100%;
}

.hcs-chat--info-open[b-69hl4dz4tj] {
    grid-template-columns: minmax(18rem, 30%) minmax(0, 1fr) minmax(15rem, 20rem);
}

.hcs-chat--info-collapsed .hcs-chat__info[b-69hl4dz4tj] {
    display: none;
}

.hcs-chat__conversations[b-69hl4dz4tj],
.hcs-chat__info[b-69hl4dz4tj] {
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.hcs-chat__conversations[b-69hl4dz4tj] {
    border-right: 1px solid var(--chat-line);
}

.hcs-chat__info[b-69hl4dz4tj] {
    border-left: 1px solid var(--chat-line);
}

.hcs-chat__toolbar[b-69hl4dz4tj] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: .55rem;
    padding: .85rem .85rem .35rem;
}

.hcs-chat__compose[b-69hl4dz4tj] {
    align-items: center;
    background: var(--chat-navy);
    border: 0;
    border-radius: .7rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.55rem;
    justify-content: center;
    width: 2.55rem;
}

.hcs-chat__compose:hover[b-69hl4dz4tj],
.hcs-chat__compose:focus-visible[b-69hl4dz4tj] {
    background: #162c4a;
    color: #fff;
}

.hcs-chat__panel-header[b-69hl4dz4tj],
.hcs-chat__thread-header[b-69hl4dz4tj] {
    align-items: center;
    border-bottom: 1px solid var(--chat-line);
    display: flex;
    flex: 0 0 auto;
    gap: .65rem;
    min-height: 4.4rem;
    padding: .75rem 1rem;
}

.hcs-chat__panel-header > div:first-child[b-69hl4dz4tj],
.hcs-chat__thread-title[b-69hl4dz4tj] {
    min-width: 0;
}

.hcs-chat h1[b-69hl4dz4tj],
.hcs-chat h2[b-69hl4dz4tj],
.hcs-chat h3[b-69hl4dz4tj],
.hcs-chat p[b-69hl4dz4tj] {
    margin: 0;
}

.hcs-chat h1[b-69hl4dz4tj],
.hcs-chat h2[b-69hl4dz4tj] {
    color: var(--chat-ink);
    font-size: 1.12rem;
}

.hcs-chat h3[b-69hl4dz4tj] {
    color: var(--chat-ink);
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hcs-chat small[b-69hl4dz4tj] {
    color: var(--chat-muted);
    display: block;
    font-size: .72rem;
}

.hcs-chat__header-actions[b-69hl4dz4tj] {
    display: flex;
    gap: .25rem;
    margin-left: auto;
}

.hcs-chat__tabs[b-69hl4dz4tj] {
    display: flex;
    flex: 0 0 auto;
    margin: 0 .75rem;
    border-bottom: 1px solid var(--chat-line);
}

.hcs-chat__tabs button[b-69hl4dz4tj] {
    flex: 1;
    padding: .55rem .4rem;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--chat-muted);
    font: inherit;
    font-weight: 650;
}

.hcs-chat__tabs button.is-active[b-69hl4dz4tj] {
    border-bottom-color: var(--chat-primary);
    color: var(--chat-primary);
}

.hcs-chat__icon[b-69hl4dz4tj],
.hcs-chat__close[b-69hl4dz4tj] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: .55rem;
    color: var(--chat-muted);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.25rem;
    justify-content: center;
    width: 2.25rem;
}

.hcs-chat__icon:hover[b-69hl4dz4tj],
.hcs-chat__icon:focus-visible[b-69hl4dz4tj],
.hcs-chat__close:hover[b-69hl4dz4tj],
.hcs-chat__close:focus-visible[b-69hl4dz4tj] {
    background: var(--chat-hover);
    color: var(--chat-primary);
}

.hcs-chat__icon--primary[b-69hl4dz4tj] {
    background: var(--chat-primary);
    color: #fff;
}

.hcs-chat__icon--primary:hover[b-69hl4dz4tj],
.hcs-chat__icon--primary:focus-visible[b-69hl4dz4tj] {
    background: var(--chat-primary-hover);
    color: #fff;
}

.hcs-chat__info-button.is-active[b-69hl4dz4tj] {
    background: var(--chat-hover);
    color: var(--chat-primary);
}

.hcs-chat__search[b-69hl4dz4tj] {
    align-items: center;
    background: #f3f5f9;
    border: 0;
    border-radius: .85rem;
    display: flex;
    flex: 1 1 auto;
    gap: .55rem;
    margin: 0;
    min-height: 2.55rem;
    min-width: 0;
    padding: 0 .85rem;
}

.hcs-chat__search i[b-69hl4dz4tj],
.hcs-chat__composer-field i[b-69hl4dz4tj] {
    color: var(--chat-muted);
}

.hcs-chat__search input[b-69hl4dz4tj] {
    background: transparent;
    border: 0;
    color: var(--chat-ink);
    font: inherit;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.hcs-chat__contact-filter[b-69hl4dz4tj] {
    background: #f3f5f9;
    border: 0;
    border-radius: .85rem;
    color: var(--chat-ink);
    font: inherit;
    min-height: 2.35rem;
    margin: .5rem 0;
    min-width: 0;
    outline: 0;
    padding: 0 .6rem;
    width: 100%;
}

.hcs-chat__new[b-69hl4dz4tj] {
    border-bottom: 1px solid var(--chat-line);
    max-height: 22rem;
    overflow-y: auto;
    padding: .6rem .75rem .75rem;
}

.hcs-chat__new-heading[b-69hl4dz4tj] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.hcs-chat__new-heading h2[b-69hl4dz4tj] {
    font-size: .9rem;
}

.hcs-chat__contacts[b-69hl4dz4tj] {
    display: grid;
    gap: .15rem;
    margin: .25rem 0 .65rem;
    max-height: 10rem;
    overflow-y: auto;
}

.hcs-chat__member-picker[b-69hl4dz4tj] {
    display: grid;
    gap: .15rem;
    margin: .65rem 0;
    max-height: 10rem;
    overflow-y: auto;
    width: 100%;
}

.hcs-chat__contact[b-69hl4dz4tj] {
    align-items: center;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    gap: .55rem;
    min-height: 2.65rem;
    padding: .3rem;
}

.hcs-chat__contact:hover[b-69hl4dz4tj] {
    background: var(--chat-hover);
}

.hcs-chat__contact input[b-69hl4dz4tj] {
    accent-color: var(--chat-primary);
}

.hcs-chat__contact > span:last-child[b-69hl4dz4tj],
.hcs-chat__conversation-copy[b-69hl4dz4tj] {
    min-width: 0;
}

.hcs-chat__contact strong[b-69hl4dz4tj],
.hcs-chat__contact small[b-69hl4dz4tj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__inline-error[b-69hl4dz4tj] {
    align-items: center;
    color: #a23a3a;
    display: flex;
    font-size: .77rem;
    gap: .45rem;
    padding: .5rem 0;
}

.hcs-chat__inline-error button[b-69hl4dz4tj] {
    background: transparent;
    border: 0;
    color: var(--chat-primary);
    cursor: pointer;
    font-weight: 700;
    margin-left: auto;
}

.hcs-chat__conversation-list[b-69hl4dz4tj] {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.hcs-chat__conversation[b-69hl4dz4tj] {
    align-items: center;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--chat-line);
    color: inherit;
    cursor: pointer;
    display: grid;
    gap: .65rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 4.55rem;
    padding: .7rem .85rem;
    text-align: left;
    width: 100%;
}

.hcs-chat__conversation:hover[b-69hl4dz4tj],
.hcs-chat__conversation:focus-visible[b-69hl4dz4tj],
.hcs-chat__conversation.active[b-69hl4dz4tj] {
    background: var(--chat-hover);
}

.hcs-chat__conversation.active[b-69hl4dz4tj] {
    background: #eef4ff;
    box-shadow: none;
}

.hcs-chat__conversation-copy strong[b-69hl4dz4tj],
.hcs-chat__conversation-copy small[b-69hl4dz4tj] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__conversation-copy strong[b-69hl4dz4tj] {
    color: var(--chat-ink);
    font-size: .84rem;
}

.hcs-chat__conversation-copy small[b-69hl4dz4tj] {
    margin-top: .25rem;
}

.hcs-chat__conversation-meta[b-69hl4dz4tj] {
    align-items: flex-end;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    justify-content: center;
}

.hcs-chat__conversation-meta time[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .68rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hcs-chat__conversation-meta i[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .68rem;
}

.hcs-chat__conversation-meta em[b-69hl4dz4tj] {
    align-items: center;
    background: var(--chat-unread);
    border-radius: 1rem;
    color: #fff;
    display: inline-flex;
    font-size: .65rem;
    font-style: normal;
    font-weight: 800;
    justify-content: center;
    min-height: 1.2rem;
    min-width: 1.2rem;
    padding: 0 .28rem;
}

.hcs-chat__avatar-wrap[b-69hl4dz4tj] {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

.hcs-chat__avatar[b-69hl4dz4tj] {
    align-items: center;
    background: var(--chat-avatar);
    border-radius: 50%;
    color: var(--chat-primary);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 800;
    height: 2.3rem;
    justify-content: center;
    width: 2.3rem;
}

.hcs-chat__avatar .fa[b-69hl4dz4tj] {
    font-size: .9rem;
}

.hcs-chat__avatar--small[b-69hl4dz4tj] {
    font-size: .62rem;
    height: 1.9rem;
    width: 1.9rem;
}

.hcs-chat__avatar--large[b-69hl4dz4tj] {
    font-size: 1rem;
    height: 4.5rem;
    width: 4.5rem;
}

.hcs-chat__thread[b-69hl4dz4tj] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.hcs-chat__thread-title[b-69hl4dz4tj] {
    flex: 1 1 auto;
}

.hcs-chat__thread-title h2[b-69hl4dz4tj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__thread-status[b-69hl4dz4tj] {
    align-items: center;
    color: var(--chat-muted);
    display: inline-flex;
    font-size: .75rem;
    gap: .35rem;
    margin-top: .15rem;
}

/* ::deep: presence/avatar-wrap are often built via RenderFragment and lack the scope attribute */
[b-69hl4dz4tj] .hcs-chat__avatar-wrap {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

[b-69hl4dz4tj] .hcs-chat__presence {
    background: #22c55e;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -.05rem;
    box-sizing: border-box;
    display: block;
    height: .7rem;
    position: absolute;
    right: -.05rem;
    width: .7rem;
    z-index: 1;
}

[b-69hl4dz4tj] .hcs-chat__presence--offline {
    background: #9ca3af;
}

[b-69hl4dz4tj] .hcs-chat__avatar-wrap--small .hcs-chat__presence {
    border-width: 1.5px;
    height: .55rem;
    width: .55rem;
}

[b-69hl4dz4tj] .hcs-chat__avatar-wrap--large .hcs-chat__presence {
    height: 1rem;
    width: 1rem;
}

[b-69hl4dz4tj] .hcs-chat__presence--inline {
    border: 0;
    display: inline-block;
    flex: 0 0 auto;
    height: .55rem;
    position: static;
    right: auto;
    bottom: auto;
    width: .55rem;
}

.hcs-chat__thread-actions[b-69hl4dz4tj] {
    display: flex;
    gap: .2rem;
    margin-left: auto;
}

.hcs-chat__messages[b-69hl4dz4tj] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .65rem;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem clamp(.8rem, 3vw, 2rem);
}

.hcs-chat__realtime-warning[b-69hl4dz4tj] {
    background: #fff8e6;
    border-bottom: 1px solid #f0dfac;
    color: #8b6216;
    font-size: .72rem;
    padding: .4rem .8rem;
    text-align: center;
}

.hcs-chat__realtime-warning i[b-69hl4dz4tj] {
    margin-right: .35rem;
}

.hcs-chat__older[b-69hl4dz4tj] {
    align-self: center;
    background: var(--chat-hover);
    border: 1px solid var(--chat-line);
    border-radius: 2rem;
    color: var(--chat-primary);
    cursor: pointer;
    font-size: .78rem;
    font-weight: 700;
    padding: .42rem .8rem;
}

.hcs-chat__message-row[b-69hl4dz4tj] {
    align-items: flex-end;
    align-self: flex-start;
    display: flex;
    gap: .35rem;
    max-width: min(80%, 42rem);
    min-width: 0;
    position: relative;
    width: fit-content;
}

.hcs-chat__message-row--mine[b-69hl4dz4tj] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.hcs-chat__message-stack[b-69hl4dz4tj] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.hcs-chat__message-row--mine .hcs-chat__message-stack[b-69hl4dz4tj] {
    align-items: flex-end;
}

.hcs-chat__message-time[b-69hl4dz4tj] {
    color: var(--chat-muted);
    display: block;
    font-size: .68rem;
    margin-top: .2rem;
    text-align: center;
    width: 100%;
}

.hcs-chat__message[b-69hl4dz4tj] {
    background: var(--chat-theirs);
    border-radius: .9rem .9rem .9rem .25rem;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: .55rem .75rem;
    position: relative;
}

.hcs-chat__message--mine[b-69hl4dz4tj] {
    background: var(--chat-mine);
    border-radius: .9rem .9rem .25rem .9rem;
}

.hcs-chat__message-meta[b-69hl4dz4tj] {
    align-items: baseline;
    display: flex;
    gap: .55rem;
    margin-bottom: .2rem;
}

.hcs-chat__message-meta strong[b-69hl4dz4tj] {
    color: var(--chat-ink);
    font-size: .72rem;
}

.hcs-chat__message-meta time[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .64rem;
}

.hcs-chat__message > p[b-69hl4dz4tj] {
    color: var(--chat-ink);
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.hcs-chat__message-deleted[b-69hl4dz4tj] {
    color: var(--chat-muted) !important;
    font-style: italic;
}

.hcs-chat__attachments[b-69hl4dz4tj],
.hcs-chat__pending-files[b-69hl4dz4tj] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .45rem;
}

.hcs-chat__attachments a[b-69hl4dz4tj],
.hcs-chat__pending-files span[b-69hl4dz4tj] {
    background: rgba(255, 255, 255, .72);
    border-radius: .4rem;
    color: var(--chat-primary);
    font-size: .72rem;
    overflow: hidden;
    padding: .3rem .45rem;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
}

.hcs-chat__pending-files span[b-69hl4dz4tj] {
    align-items: center;
    display: inline-flex;
    gap: .25rem;
}

.hcs-chat__pending-files button[b-69hl4dz4tj] {
    background: transparent;
    border: 0;
    color: #7a4a4a;
    cursor: pointer;
    padding: 0 .15rem;
}

.hcs-chat__image[b-69hl4dz4tj] {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    max-width: 16rem;
    padding: 0;
}

.hcs-chat__image img[b-69hl4dz4tj] {
    border-radius: .55rem;
    display: block;
    max-height: 14rem;
    max-width: 100%;
    object-fit: cover;
}

.hcs-chat__attachments i[b-69hl4dz4tj],
.hcs-chat__pending-files i[b-69hl4dz4tj] {
    margin-right: .3rem;
}

.hcs-chat__composer[b-69hl4dz4tj] {
    background: #fff;
    border-top: 1px solid var(--chat-line);
    flex: 0 0 auto;
    padding: .7rem .85rem calc(.85rem + env(safe-area-inset-bottom, 0px));
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.hcs-chat__reply-preview[b-69hl4dz4tj],
.hcs-chat__quote[b-69hl4dz4tj],
.hcs-chat__forward-preview[b-69hl4dz4tj] {
    background: var(--chat-hover);
    border: 0;
    border-left: 3px solid var(--chat-primary);
    border-radius: .4rem;
    box-sizing: border-box;
    margin-bottom: .45rem;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: .4rem .55rem;
    width: 100%;
}

.hcs-chat__quote[b-69hl4dz4tj] {
    appearance: none;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    text-align: left;
}

.hcs-chat__reply-preview[b-69hl4dz4tj] {
    align-items: flex-start;
    cursor: default;
    display: flex;
    gap: .45rem;
}

.hcs-chat__reply-preview > div[b-69hl4dz4tj] {
    min-width: 0;
}

.hcs-chat__reply-preview strong[b-69hl4dz4tj],
.hcs-chat__quote strong[b-69hl4dz4tj] {
    color: var(--chat-primary);
    display: block;
    font-size: .7rem;
}

.hcs-chat__reply-preview p[b-69hl4dz4tj],
.hcs-chat__quote p[b-69hl4dz4tj],
.hcs-chat__forward-preview p[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .75rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__forward-preview[b-69hl4dz4tj] {
    background: #f7f4ea;
    border-left-color: #c4a035;
}

.hcs-chat__forward-preview strong[b-69hl4dz4tj] {
    color: #8a6a14;
    display: block;
    font-size: .7rem;
}

.hcs-chat__pin-mark[b-69hl4dz4tj] {
    color: var(--chat-primary);
    font-size: .62rem;
}

.hcs-chat__message-more[b-69hl4dz4tj] {
    flex: 0 0 auto;
    position: relative;
}

.hcs-chat__message-more-trigger[b-69hl4dz4tj] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--chat-line);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(13, 27, 42, .12);
    color: var(--chat-muted);
    cursor: pointer;
    display: inline-flex;
    height: 1.85rem;
    justify-content: center;
    width: 1.85rem;
}

.hcs-chat__message-more-trigger:hover[b-69hl4dz4tj],
.hcs-chat__message-more-trigger:focus-visible[b-69hl4dz4tj],
.hcs-chat__message-more.is-open .hcs-chat__message-more-trigger[b-69hl4dz4tj] {
    background: var(--chat-hover);
    color: var(--chat-primary);
}

@media (hover: hover) and (pointer: fine) {
    .hcs-chat__message-more-trigger[b-69hl4dz4tj] {
        opacity: 0;
        pointer-events: none;
    }

    .hcs-chat__message-row:hover .hcs-chat__message-more-trigger[b-69hl4dz4tj],
    .hcs-chat__message-row:focus-within .hcs-chat__message-more-trigger[b-69hl4dz4tj],
    .hcs-chat__message-row.is-menu-open .hcs-chat__message-more-trigger[b-69hl4dz4tj] {
        opacity: 1;
        pointer-events: auto;
    }
}

.hcs-chat__message-menu[b-69hl4dz4tj] {
    background: #fff;
    border: 1px solid var(--chat-line);
    border-radius: .55rem;
    box-shadow: 0 10px 28px rgba(13, 27, 42, .16);
    display: grid;
    gap: .1rem;
    min-width: 12.5rem;
    padding: .3rem;
    position: absolute;
    bottom: calc(100% + .25rem);
    top: auto;
    z-index: 6;
}

.hcs-chat__message-row:not(.hcs-chat__message-row--mine) .hcs-chat__message-menu[b-69hl4dz4tj] {
    left: 0;
}

.hcs-chat__message-row--mine .hcs-chat__message-menu[b-69hl4dz4tj] {
    right: 0;
}

.hcs-chat__message-menu button[b-69hl4dz4tj] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: .4rem;
    color: var(--chat-ink);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: .82rem;
    gap: .55rem;
    padding: .45rem .55rem;
    text-align: left;
    white-space: nowrap;
}

.hcs-chat__message-menu button i[b-69hl4dz4tj] {
    color: var(--chat-muted);
    width: 1rem;
}

.hcs-chat__message-menu button:hover[b-69hl4dz4tj],
.hcs-chat__message-menu button:focus-visible[b-69hl4dz4tj] {
    background: var(--chat-hover);
}

.hcs-chat__message-menu button.is-danger[b-69hl4dz4tj] {
    color: #a23a3a;
}

.hcs-chat__message-menu button.is-danger i[b-69hl4dz4tj] {
    color: #a23a3a;
}

.hcs-chat__pinned-bar[b-69hl4dz4tj] {
    align-items: center;
    background: var(--chat-soft);
    border: 0;
    border-bottom: 1px solid var(--chat-line);
    color: var(--chat-ink);
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font: inherit;
    font-size: .8rem;
    font-weight: 700;
    gap: .5rem;
    padding: .45rem 1rem;
    text-align: left;
    width: 100%;
}

.hcs-chat__pinned-bar i:first-child[b-69hl4dz4tj] {
    color: var(--chat-primary);
}

.hcs-chat__pinned-bar span[b-69hl4dz4tj] {
    flex: 1 1 auto;
}

.hcs-chat__pinned-bar.is-open i:last-child[b-69hl4dz4tj] {
    transform: rotate(180deg);
}

.hcs-chat__pinned-panel[b-69hl4dz4tj] {
    background: #fff;
    border-bottom: 1px solid var(--chat-line);
    display: grid;
    flex: 0 0 auto;
    max-height: 11rem;
    overflow-y: auto;
}

.hcs-chat__pinned-item[b-69hl4dz4tj] {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--chat-line);
    color: inherit;
    cursor: pointer;
    display: grid;
    gap: .15rem;
    padding: .55rem 1rem;
    text-align: left;
    width: 100%;
}

.hcs-chat__pinned-item:hover[b-69hl4dz4tj],
.hcs-chat__pinned-item:focus-visible[b-69hl4dz4tj] {
    background: var(--chat-hover);
}

.hcs-chat__pinned-item strong[b-69hl4dz4tj] {
    color: var(--chat-ink);
    font-size: .75rem;
}

.hcs-chat__pinned-item span[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__message--jump[b-69hl4dz4tj] {
    animation: hcs-chat-jump-b-69hl4dz4tj 1.6s ease;
    box-shadow: 0 0 0 2px rgba(var(--chat-primary-rgb), .35);
}

@keyframes hcs-chat-jump-b-69hl4dz4tj {
    from { background: color-mix(in srgb, var(--chat-primary) 28%, #fff); }
    to { background: inherit; }
}

.hcs-chat__info-section li[b-69hl4dz4tj] {
    /* justify-content: space-between; */
}

.hcs-chat__member-remove[b-69hl4dz4tj] {
    margin-left: auto;
}

.hcs-chat-modal[b-69hl4dz4tj] {
    align-items: center;
    background: rgba(13, 27, 42, .55);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 60;
}

.hcs-chat-modal__panel[b-69hl4dz4tj] {
    background: #fff;
    border-radius: .7rem;
    display: flex;
    flex-direction: column;
    max-height: min(36rem, 88dvh);
    max-width: 28rem;
    min-height: 0;
    padding: 1rem;
    width: min(28rem, 100%);
}

.hcs-chat-modal__panel h2[b-69hl4dz4tj] {
    margin-bottom: .65rem;
}

.hcs-chat-modal__list[b-69hl4dz4tj] {
    display: grid;
    gap: .2rem;
    margin: .55rem 0;
    max-height: 16rem;
    min-height: 0;
    overflow-y: auto;
}

.hcs-chat-modal__choice[b-69hl4dz4tj] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    gap: .55rem;
    padding: .45rem;
    text-align: left;
    width: 100%;
}

.hcs-chat-modal__choice.is-active[b-69hl4dz4tj],
.hcs-chat-modal__choice:hover[b-69hl4dz4tj] {
    background: var(--chat-hover);
    border-color: var(--chat-line);
}

.hcs-chat-modal__actions[b-69hl4dz4tj] {
    display: flex;
    gap: .45rem;
    justify-content: flex-end;
    margin-top: .4rem;
}

.hcs-chat-modal__error[b-69hl4dz4tj] {
    color: #b42318;
    font-size: .85rem;
    margin: 0;
}

.hcs-chat__composer-row[b-69hl4dz4tj] {
    align-items: flex-end;
    display: flex;
    gap: .45rem;
}

.hcs-chat__composer textarea[b-69hl4dz4tj] {
    background: transparent;
    border: 0;
    color: var(--chat-ink);
    flex: 1 1 auto;
    font: inherit;
    max-height: 6.5rem;
    min-height: 2.65rem;
    min-width: 0;
    outline: 0;
    padding: .62rem 0;
    resize: none;
}

.hcs-chat__composer-field[b-69hl4dz4tj] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--chat-line);
    border-radius: .9rem;
    display: flex;
    flex: 1 1 auto;
    gap: .55rem;
    min-width: 0;
    padding: 0 .85rem;
}

.hcs-chat__composer-field:focus-within[b-69hl4dz4tj] {
    border-color: var(--chat-primary);
    box-shadow: 0 0 0 .15rem rgba(var(--chat-primary-rgb), .18);
}

.hcs-chat__composer textarea:focus[b-69hl4dz4tj] {
    border: 0;
    box-shadow: none;
}

.hcs-chat__attach[b-69hl4dz4tj] {
    align-items: center;
    background: var(--chat-hover);
    border-radius: .6rem;
    color: var(--chat-primary);
    cursor: pointer;
    display: inline-flex;
    height: 2.65rem;
    justify-content: center;
    position: relative;
    width: 2.65rem;
}

.hcs-chat__attach[b-69hl4dz4tj]  input,
.hcs-chat__attach input[b-69hl4dz4tj] {
    cursor: pointer;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.hcs-chat__send[b-69hl4dz4tj] {
    align-items: center;
    background: var(--chat-primary);
    border: 0;
    border-radius: .75rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    height: 2.65rem;
    justify-content: center;
    min-height: 2.65rem;
    width: 2.85rem;
}

.hcs-chat__send:hover[b-69hl4dz4tj],
.hcs-chat__send:focus-visible[b-69hl4dz4tj] {
    background: var(--chat-primary-hover);
    color: #fff;
}

.hcs-chat__send:disabled[b-69hl4dz4tj] {
    opacity: .55;
}

.hcs-chat__composer-error[b-69hl4dz4tj] {
    color: #a23a3a;
    font-size: .75rem;
    margin-bottom: .35rem !important;
}

.hcs-chat__empty[b-69hl4dz4tj],
.hcs-chat__info-empty[b-69hl4dz4tj] {
    align-items: center;
    color: var(--chat-muted);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.hcs-chat__empty i[b-69hl4dz4tj],
.hcs-chat__info-empty i[b-69hl4dz4tj] {
    color: var(--chat-primary);
    font-size: 2.4rem;
    margin-bottom: .8rem;
}

.hcs-chat__empty h2[b-69hl4dz4tj] {
    margin-bottom: .35rem;
}

.hcs-chat__state[b-69hl4dz4tj] {
    color: var(--chat-muted);
    padding: 1.5rem 1rem;
    text-align: center;
}

.hcs-chat__state--error[b-69hl4dz4tj] {
    color: #a23a3a;
}

.hcs-chat__state--error button[b-69hl4dz4tj] {
    margin-top: .55rem;
}

.hcs-chat__info-body[b-69hl4dz4tj] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: .55rem;
    min-height: 0;
    overflow-y: auto;
    padding: 1.25rem 1rem;
}

.hcs-chat__info-type[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .78rem;
}

.hcs-chat__description[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .82rem;
    text-align: center;
}

.hcs-chat__rename[b-69hl4dz4tj],
.hcs-chat__info-section[b-69hl4dz4tj] {
    align-self: stretch;
    border-top: 1px solid var(--chat-line);
    margin-top: .5rem;
    padding-top: .75rem;
}

.hcs-chat__rename[b-69hl4dz4tj] {
    display: grid;
    gap: .35rem;
}

.hcs-chat__rename label[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .75rem;
    font-weight: 700;
}

.hcs-chat__rename input[b-69hl4dz4tj] {
    border: 1px solid var(--chat-line);
    border-radius: .45rem;
    min-height: 2.1rem;
    padding: .35rem .5rem;
}

.hcs-chat__info-section ul[b-69hl4dz4tj] {
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: .7rem 0 0;
    padding: 0;
    width: 100%;
}

.hcs-chat__info-section li[b-69hl4dz4tj] {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.hcs-chat__info-section li > span:last-child[b-69hl4dz4tj] {
    min-width: 0;
}

.hcs-chat__info-section li strong[b-69hl4dz4tj],
.hcs-chat__info-section li small[b-69hl4dz4tj] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__info-actions[b-69hl4dz4tj] {
    border-top: 1px solid var(--chat-line);
    display: grid;
    gap: .45rem;
    margin-top: auto;
    padding-top: .8rem;
    width: 100%;
}

.hcs-chat__media-actions[b-69hl4dz4tj] {
    display: grid;
    gap: .45rem;
    width: 100%;
}

.hcs-chat__media-actions button.is-active[b-69hl4dz4tj] {
    background: var(--chat-primary);
    border-color: var(--chat-primary);
    color: #fff;
}

.hcs-chat__media-list[b-69hl4dz4tj] {
    display: grid;
    gap: .45rem;
    list-style: none;
    margin: .7rem 0 0;
    padding: 0;
    width: 100%;
}

.hcs-chat__media-list--photos[b-69hl4dz4tj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hcs-chat__media-list li[b-69hl4dz4tj] {
    min-width: 0;
}

.hcs-chat__media-empty[b-69hl4dz4tj] {
    color: var(--chat-muted);
    font-size: .78rem;
    margin: .55rem 0 0;
    text-align: center;
}

.hcs-chat__media-file[b-69hl4dz4tj] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--chat-line);
    border-radius: .5rem;
    color: var(--chat-primary);
    display: flex;
    font-size: .78rem;
    gap: .45rem;
    min-height: 2.4rem;
    padding: .4rem .55rem;
    text-decoration: none;
}

.hcs-chat__media-file span[b-69hl4dz4tj] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcs-chat__media-photo[b-69hl4dz4tj] {
    background: #fff;
    border: 1px solid var(--chat-line);
    border-radius: .5rem;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.hcs-chat__media-photo img[b-69hl4dz4tj] {
    aspect-ratio: 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1100px) {
    .hcs-chat[b-69hl4dz4tj] {
        grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr);
    }

    .hcs-chat--info-open[b-69hl4dz4tj] {
        grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr) minmax(13rem, 16rem);
    }

    .hcs-chat__send span[b-69hl4dz4tj] {
        display: none;
    }
}

@media (max-width: 860px) {
    .hcs-chat[b-69hl4dz4tj] {
        display: block;
        height: 100%;
        min-height: 0;
        position: relative;
    }

    .hcs-chat__conversations[b-69hl4dz4tj],
    .hcs-chat__thread[b-69hl4dz4tj],
    .hcs-chat__info[b-69hl4dz4tj] {
        border: 0;
        display: none;
        height: 100%;
        width: 100%;
    }

    .hcs-chat__conversations.hcs-chat__panel--mobile-active[b-69hl4dz4tj],
    .hcs-chat__thread.hcs-chat__panel--mobile-active[b-69hl4dz4tj],
    .hcs-chat__info.hcs-chat__panel--mobile-active[b-69hl4dz4tj] {
        display: flex;
        flex-direction: column;
    }

    .hcs-chat__conversation-list[b-69hl4dz4tj] {
        flex: 1 1 auto;
        min-height: 0;
    }

    .hcs-chat__info-body[b-69hl4dz4tj] {
        flex: 1 1 auto;
        min-height: 0;
    }

    .hcs-chat__message-row[b-69hl4dz4tj] {
        max-width: 88%;
    }
}

@media (max-width: 480px) {
    .hcs-chat[b-69hl4dz4tj] {
        border-radius: 0;
        height: 100%;
    }

    .hcs-chat__panel-header[b-69hl4dz4tj],
    .hcs-chat__thread-header[b-69hl4dz4tj] {
        padding-left: .7rem;
        padding-right: .7rem;
    }

    .hcs-chat__composer[b-69hl4dz4tj] {
        padding: .55rem;
    }

    .hcs-chat__send[b-69hl4dz4tj] {
        padding-left: .65rem;
        padding-right: .65rem;
    }
}

.hcs-chat-preview[b-69hl4dz4tj] {
    align-items: center;
    background: rgba(13, 27, 42, .72);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 2rem 1rem 1rem;
    position: fixed;
    z-index: 50;
}

.hcs-chat-preview img[b-69hl4dz4tj] {
    max-height: min(80dvh, 42rem);
    max-width: min(92vw, 56rem);
    object-fit: contain;
}

.hcs-chat-preview__close[b-69hl4dz4tj] {
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: var(--chat-ink);
    cursor: pointer;
    height: 2.4rem;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    width: 2.4rem;
}

.hcs-chat-preview__download[b-69hl4dz4tj] {
    color: #fff;
    margin-top: .85rem;
    text-decoration: underline;
}
/* /Pages/Index.razor.rz.scp.css */
.hcs-feature[b-3vfxahylfd] {
    display: grid;
    gap: var(--hcs-space-4, 1rem);
    min-height: min(70dvh, 44rem);
}

.hcs-feature__header[b-3vfxahylfd] {
    align-items: center;
    background: linear-gradient(120deg, #f4f8f7, var(--hcs-color-surface, #fff));
    border: 1px solid #d9e5e2;
    border-radius: var(--hcs-radius-lg, 12px);
    display: grid;
    gap: var(--hcs-space-4, 1rem);
    grid-template-columns: auto minmax(0, 1fr);
    padding: clamp(1.25rem, 5vw, 3rem);
}

.hcs-feature__header h1[b-3vfxahylfd] {
    color: var(--hcs-color-ink, #19334c);
    font-size: clamp(1.65rem, 5vw, 2.5rem);
    letter-spacing: -.03em;
    margin: 0;
    text-wrap: balance;
}

.hcs-feature__header p:not(.hcs-feature__eyebrow)[b-3vfxahylfd] {
    color: var(--hcs-color-muted, #63798b);
    line-height: 1.6;
    margin: .5rem 0 0;
    max-width: 60ch;
}

.hcs-feature__eyebrow[b-3vfxahylfd] {
    color: #17735f !important;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0 0 .35rem;
    text-transform: uppercase;
}

.hcs-feature__icon[b-3vfxahylfd] {
    align-items: center;
    background: #176b5a;
    border-radius: var(--hcs-radius-md, 8px);
    color: #fff;
    display: inline-flex;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.hcs-feature .btn[b-3vfxahylfd] {
    margin-top: 1rem;
}

@media (max-width: 767.98px) {
    .hcs-feature__header[b-3vfxahylfd] {
        align-items: start;
        grid-template-columns: auto minmax(0, 1fr);
        padding: var(--hcs-space-4, 1rem);
    }

    .hcs-feature .btn[b-3vfxahylfd] {
        margin-top: .85rem;
        width: 100%;
    }
}
/* /Pages/Organization/OrganizationCatalog.razor.rz.scp.css */
/* Catalog chrome lives in wwwroot/main.css so every CRUD page can share it. */
/* /Pages/SurveyCollections.razor.rz.scp.css */
.hcs-star-rating[b-evwbqs977g] {
    display: flex;
    gap: .2rem;
}

.hcs-star-rating button[b-evwbqs977g] {
    padding: 0 .15rem;
    border: 0;
    background: transparent;
    color: #c5d0d6;
    font-size: 1.45rem;
    line-height: 1;
}

.hcs-star-rating button.is-active[b-evwbqs977g] {
    color: #e3a008;
}

.hcs-public-survey__header[b-evwbqs977g] {
    align-items: flex-start;
}

.hcs-public-survey__eyebrow[b-evwbqs977g] {
    color: #d4356b;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hcs-public-survey__intro[b-evwbqs977g] {
    color: #355770;
    margin: 1.5rem 0 1rem;
}

.hcs-public-survey__criteria-grid[b-evwbqs977g] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hcs-public-survey__criteria-card[b-evwbqs977g] {
    align-items: center;
    background: #fff;
    border: 1px solid #e5edf2;
    border-radius: .75rem;
    box-shadow: 0 .25rem 1rem rgba(25, 59, 87, .06);
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 1.25rem;
}

.hcs-public-survey__criteria-card h2[b-evwbqs977g] {
    color: #193b57;
    font-size: 1.05rem;
    margin: .8rem 0;
    text-align: center;
}

.hcs-public-survey__criteria-image[b-evwbqs977g] {
    align-items: center;
    background: #f5f8fa;
    border-radius: .65rem;
    color: #b5c2c9;
    display: flex;
    height: 140px;
    justify-content: center;
    overflow: hidden;
    width: 140px;
}

.hcs-public-survey__criteria-image img[b-evwbqs977g] {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hcs-public-survey__criteria-image i[b-evwbqs977g] {
    font-size: 2.8rem;
}

.hcs-public-survey__actions[b-evwbqs977g] {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0 .5rem;
}

.hcs-public-survey__thank-you[b-evwbqs977g] {
    background: #fff;
    border: 1px solid #e5edf2;
    border-radius: .75rem;
    margin: 3rem auto;
    max-width: 680px;
    padding: 3rem 1.5rem;
    text-align: center;
}

.hcs-public-survey__thank-you-icon[b-evwbqs977g] {
    align-items: center;
    background: #dff3e9;
    border-radius: 50%;
    color: #2f6f62;
    display: inline-flex;
    font-size: 2rem;
    height: 4rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 4rem;
}

.hcs-public-survey__backdrop[b-evwbqs977g] {
    align-items: center;
    background: rgba(18, 39, 57, .58);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 1050;
}

.hcs-public-survey__dialog[b-evwbqs977g] {
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2);
    max-height: calc(100dvh - 2rem);
    max-width: 760px;
    overflow: auto;
    width: 100%;
}

.hcs-public-survey__dialog-header[b-evwbqs977g],
.hcs-public-survey__dialog-footer[b-evwbqs977g] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.hcs-public-survey__dialog-header[b-evwbqs977g] {
    border-bottom: 1px solid #e5edf2;
}

.hcs-public-survey__dialog-header h2[b-evwbqs977g] {
    color: #193b57;
    font-size: 1.25rem;
    margin: 0;
}

.hcs-public-survey__dialog-body[b-evwbqs977g] {
    padding: 1.25rem;
}

.hcs-public-survey__dialog-footer[b-evwbqs977g] {
    border-top: 1px solid #e5edf2;
    gap: .75rem;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    .hcs-public-survey__criteria-grid[b-evwbqs977g] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SurveyResults.razor.rz.scp.css */
.hcs-survey-tabs[b-wc3gsr408o] {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e5edf2;
}

.hcs-survey-tabs button[b-wc3gsr408o] {
    padding: .45rem 0 .7rem;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #355770;
    font-weight: 650;
}

.hcs-survey-tabs button.is-active[b-wc3gsr408o] {
    border-bottom-color: #d4356b;
    color: #d4356b;
}

.hcs-survey-charts[b-wc3gsr408o] {
    display: grid;
    gap: .75rem;
}

.hcs-survey-bar[b-wc3gsr408o] {
    align-items: center;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(7rem, 12rem) minmax(0, 1fr) 3rem;
}

.hcs-survey-bar__label[b-wc3gsr408o] {
    color: #355770;
    font-size: .9rem;
}

.hcs-survey-bar__track[b-wc3gsr408o] {
    background: #eef3f6;
    height: .65rem;
}

.hcs-survey-bar__fill[b-wc3gsr408o] {
    background: #2f6f62;
    height: 100%;
}

.hcs-survey-bar__value[b-wc3gsr408o] {
    color: #193b57;
    font-weight: 700;
    text-align: right;
}

.hcs-survey-results__location-filter[b-wc3gsr408o] {
    flex: 1 1 20rem;
    max-width: 32rem;
}

.hcs-survey-results__headline[b-wc3gsr408o] {
    align-items: baseline;
    background: #f5f8fa;
    border-radius: .65rem;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
}

.hcs-survey-results__headline span[b-wc3gsr408o] {
    color: #355770;
    font-weight: 600;
}

.hcs-survey-results__headline strong[b-wc3gsr408o] {
    color: #d4356b;
    font-size: 1.75rem;
}

.hcs-survey-results__section[b-wc3gsr408o] {
    border-top: 1px solid #e5edf2;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}

.hcs-survey-results__section h2[b-wc3gsr408o] {
    color: #193b57;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.hcs-survey-results__pager[b-wc3gsr408o] {
    align-items: center;
    border-top: 1px solid #e5edf2;
    color: #355770;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
}

@media (max-width: 767.98px) {
    .hcs-survey-bar[b-wc3gsr408o] {
        grid-template-columns: minmax(4rem, 7rem) minmax(0, 1fr) 2.5rem;
    }

    .hcs-survey-results__pager[b-wc3gsr408o] {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }
}
