/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eucysrrtzv],
.components-reconnect-repeated-attempt-visible[b-eucysrrtzv],
.components-reconnect-failed-visible[b-eucysrrtzv],
.components-pause-visible[b-eucysrrtzv],
.components-resume-failed-visible[b-eucysrrtzv],
.components-rejoining-animation[b-eucysrrtzv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-retrying[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-failed[b-eucysrrtzv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eucysrrtzv] {
    display: block;
}


#components-reconnect-modal[b-eucysrrtzv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-eucysrrtzv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eucysrrtzv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eucysrrtzv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eucysrrtzv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eucysrrtzv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eucysrrtzv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eucysrrtzv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eucysrrtzv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eucysrrtzv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eucysrrtzv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eucysrrtzv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eucysrrtzv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eucysrrtzv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eucysrrtzv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eucysrrtzv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eucysrrtzv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eucysrrtzv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eucysrrtzv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Directory.razor.rz.scp.css */
.dir[b-oiegjdoux7] {
    --paper: #f6f7f9;
    --ink: #19225e;
    --muted: #667085;
    --card: #ffffff;
    --line: #707173;
    --accent: #0e7c66;
    --accent-weak: #e6f4f0;
    max-width: 95%;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    color: var(--ink);
    font-family: Roboto, sans-serif;
}

/* Embedded (header-hidden) mode: no chrome, so sit flush at the top. */
.dir-embedded[b-oiegjdoux7] {
    padding-top: 0;
}

/* Header / toolbar */
.dir-head[b-oiegjdoux7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    /*padding-bottom: 1.25rem;*/
    padding-right: .75rem;
    /*margin-bottom: 1.5rem;*/
    /*border-bottom: 1px solid var(--line);*/
    border-radius:8px;
    position: sticky;
    top: 0;
    background: var(--paper);
    z-index: 5;
}

.dir-head-text[b-oiegjdoux7] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem .65rem;
    padding-left:1rem;
}

.dir-head-hint[b-oiegjdoux7] {
    font-size: 1rem;
    color: var(--muted);
}

.eyebrow[b-oiegjdoux7] {
    margin: 0 0 .25rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--accent);
}

.dir-head h1[b-oiegjdoux7] {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 680;
    letter-spacing: -.02em;
}

.dir-controls[b-oiegjdoux7] {
    display: flex;
    align-items: center;
    padding:5px;
    gap: .6rem;
    flex-wrap: wrap;
}

.search[b-oiegjdoux7], .dept-filter[b-oiegjdoux7], .title-filter[b-oiegjdoux7] {
    height: 42px;
    border: 1px solid var(--line);
    border-color: var(--line);
    border-radius:9px;
    background: var(--card);
    padding: 0 .85rem;
    font-size: .9rem;
    color: var(--ink);
    transition: border-color .15s, box-shadow .15s;
}

.search[b-oiegjdoux7] { min-width: 260px; }

.title-filter[b-oiegjdoux7] {
    max-width: 330px;
    text-overflow: ellipsis;
}

.search:focus[b-oiegjdoux7], .dept-filter:focus[b-oiegjdoux7], .title-filter:focus[b-oiegjdoux7] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-weak);
}

/* Highlight a control while its filter is in use. */
.search.is-active[b-oiegjdoux7], .dept-filter.is-active[b-oiegjdoux7], .title-filter.is-active[b-oiegjdoux7] {
    background-color: #ebedfa;
    border-color: #19225e;
}

.clear-btn[b-oiegjdoux7] {
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--card);
    color: var(--ink);
    font: inherit;
    font-size: .9rem;
    padding: 0 1.1rem;
    cursor: pointer;
    transition: background .15s, border-color .15s, opacity .15s;
}

.clear-btn:hover:not(:disabled)[b-oiegjdoux7] {
    background-color: #ebedfa;
    border-color: #19225e;
}

.clear-btn:disabled[b-oiegjdoux7] {
    opacity: .45;
    cursor: default;
}

.count[b-oiegjdoux7] {
    margin: 0 0 1rem;
    font-size: .85rem;
    color: var(--muted);
}

/* Department groups */
.dept-group[b-oiegjdoux7] {
    margin-bottom: 2.25rem;


    /*border-left: 4px solid var(--accent);
    border-radius: 8px;
    padding: .5rem .5rem;
    margin: 0 0 1.15rem;*/
}

.dept-group-head[b-oiegjdoux7] {
    display: flex;
    align-items: baseline;
    gap: .6rem;
    margin: 0 0 .9rem;
    padding-bottom: .4rem;
    border-bottom: 2px solid var(--accent-weak);
}

.dept-group-name[b-oiegjdoux7] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 680;
    letter-spacing: -.01em;
    /*color: var(--ink);*/
    color: white !important;
    text-align: left;
}

/*.dept-group-count {
    font-size: .78rem;
    font-weight: 600;
    color: var(--accent);
    background: var(--accent-weak);
    border-radius: 999px;
    padding: .1rem .55rem;
}*/

/* Per-department info note (e.g. Business Services contacts) */
.dept-note[b-oiegjdoux7] {
    background-color: #19225e;
    color: white !important;
    border-radius: 8px;
    padding: 1rem 1.15rem;
    margin: 0 0 1.15rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem 2.5rem;
    /*min-height: 1rem;*/
}

.dept-note-name[b-oiegjdoux7] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 680;
    letter-spacing: -.01em;
    color: white;
}

.dept-note-title[b-oiegjdoux7] {
    margin: 0 0 .6rem;
    font-size: 1.1rem;
    font-weight: 680;
    text-align: center;
}

/* Contacts sit left-aligned after the department name. */
.dept-note-list[b-oiegjdoux7] {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 2.5rem;
    text-align: left;
}

.dept-note-list > div[b-oiegjdoux7] {
    display: flex;
    justify-content: center;
    gap: .4rem;
    font-size: 1.0rem;
}

    .dept-note-list dt[b-oiegjdoux7] {
        font-weight: 500;
        /*color: var(--ink);*/
        color: #d9d9d9;
    }

.dept-note-list dt[b-oiegjdoux7]::after {
    content: ":";
}

.dept-note-list dd[b-oiegjdoux7] {
    margin: 0;
}

    .dept-note-list a[b-oiegjdoux7] {
        color: #d9d9d9;
        text-decoration: none;
    }

.dept-note-list a:hover[b-oiegjdoux7] {
    text-decoration: underline;
}

/* Grid */
.grid[b-oiegjdoux7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.card[b-oiegjdoux7] {
    display: flex;
    gap: .9rem;
    align-items: flex-start;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 60px 13px 13px 60px;    
    padding: .5rem;
    transition: box-shadow .15s, transform .15s, border-color .15s;
}

    .card:hover[b-oiegjdoux7] {
        border-color: #19225e;
        box-shadow: 0 6px 20px -10px rgba(22, 25, 31, .22);
        transform: translateY(-1px);
        background-color: #ebedfa;
    }

.card.clickable[b-oiegjdoux7] {
    cursor: pointer;
}

.card.clickable:focus-visible[b-oiegjdoux7] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-weak);
}

.contact-hint[b-oiegjdoux7] {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: .5rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--accent);
    opacity: .8;
}

.card.clickable:hover .contact-hint[b-oiegjdoux7] { opacity: 1; }

/* Avatar with photo-over-initials fallback */
.avatar[b-oiegjdoux7] {
    position: relative;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #bcbec2; /*#dcdff4;*/
    color: var(--ink);
}

.avatar .initials[b-oiegjdoux7] {
    font-size: 1.15rem;
    font-weight: 640;
    letter-spacing: .01em;
    user-select: none;
}

.avatar img[b-oiegjdoux7] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--card);
}

/* Text block */
.who[b-oiegjdoux7] { min-width: 0; }

.name[b-oiegjdoux7] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
}

.title[b-oiegjdoux7] {
    margin: .25rem 0 0;
    font-size: 1.0rem;
    color: var(--ink);
}

.title.is-lead[b-oiegjdoux7] {
    font-weight: 700;
    color: var(--accent);
}

.contact[b-oiegjdoux7] {
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.contact a[b-oiegjdoux7] {
    font-size: .8rem;
    color: var(--accent);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact a:hover[b-oiegjdoux7] { text-decoration: underline; }

/* Empty state */
.empty[b-oiegjdoux7] {
    padding: 3rem 1rem;
    text-align: center;
    color: var(--muted);
}

.linkbtn[b-oiegjdoux7] {
    border: 0;
    background: none;
    color: var(--accent);
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

/* Loading skeletons */
.skeleton[b-oiegjdoux7] {
    height: 90px;
    border-color: transparent;
    background: linear-gradient(100deg, #eef0f3 30%, #f6f7f9 50%, #eef0f3 70%);
    background-size: 200% 100%;
    animation: shimmer-b-oiegjdoux7 1.2s infinite linear;
}

@keyframes shimmer-b-oiegjdoux7 {
    from { background-position: 200% 0; }
    to   { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .card[b-oiegjdoux7] { transition: none; }
    .skeleton[b-oiegjdoux7] { animation: none; }
}

@media (max-width: 560px) {
    .search[b-oiegjdoux7] { min-width: 0; flex: 1 1 100%; }
    .dir-head[b-oiegjdoux7] { position: static; }
}
/* /Components/Shared/ContactDialog.razor.rz.scp.css */
.cd-backdrop[b-d7aa8w3srm] {
    position: fixed;
    inset: 0;
    background: rgba(16, 19, 25, .45);
    z-index: 50;
    animation: cd-fade-b-d7aa8w3srm .12s ease-out;
}

.cd-modal[b-d7aa8w3srm] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(600px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    padding: 1.85rem 1.85rem 1.6rem;
    box-shadow: 0 24px 60px -20px rgba(16, 19, 25, .5);
    z-index: 51;
    color: #16191f;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    animation: cd-pop-b-d7aa8w3srm .14s ease-out;
}

.cd-close[b-d7aa8w3srm] {
    position: absolute;
    top: .75rem;
    right: .85rem;
    border: 0;
    background: none;
    font-size: 1.6rem;
    line-height: 1;
    color: #98a2b3;
    cursor: pointer;
    padding: .15rem .35rem;
    border-radius: 8px;
}

.cd-close:hover[b-d7aa8w3srm] { color: #16191f; background: #f2f4f7; }

.cd-title[b-d7aa8w3srm] {
    margin: 0 2rem .15rem 0;
    font-size: 1.55rem;
    font-weight: 680;
    letter-spacing: -.01em;
}

.cd-sub[b-d7aa8w3srm] {
    margin: 0 0 1.4rem;
    font-size: 1rem;
    color: #667085;
}

.cd-field[b-d7aa8w3srm] {
    display: block;
    margin-bottom: 1.15rem;
}

.cd-field > span[b-d7aa8w3srm] {
    display: block;
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: .4rem;
    color: #344054;
}

/* ::deep is required: these controls are rendered by child components
   (InputText / InputTextArea / EditForm / ValidationMessage), so scoped
   CSS can't reach them without piercing from the scoped .cd-modal ancestor. */
.cd-modal[b-d7aa8w3srm]  .cd-input {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    padding: .7rem .85rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1.05rem;
    line-height: 1.4;
    color: #16191f;
    background: #fff;
    box-sizing: border-box;
    transition: border-color .15s, box-shadow .15s;
}

.cd-modal[b-d7aa8w3srm]  .cd-input:focus {
    outline: none;
    border-color: #0e7c66;
    box-shadow: 0 0 0 3px #e6f4f0;
}

.cd-modal[b-d7aa8w3srm]  .cd-textarea {
    resize: vertical;
    min-height: 150px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.cd-modal[b-d7aa8w3srm]  .cd-input.invalid,
.cd-modal[b-d7aa8w3srm]  .cd-input.modified.invalid {
    border-color: #d92d20;
}

.cd-modal[b-d7aa8w3srm]  .validation-message {
    display: block;
    margin-top: .35rem;
    font-size: .88rem;
    color: #d92d20;
}

/* Honeypot: kept in the DOM (so bots see it) but out of sight and out of the tab order. */
.cd-hp[b-d7aa8w3srm] {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cd-turnstile[b-d7aa8w3srm] {
    margin: 0 0 1rem;
    min-height: 65px;
}

.cd-error[b-d7aa8w3srm] {
    margin: 0 0 .9rem;
    font-size: .95rem;
    color: #d92d20;
}

.cd-actions[b-d7aa8w3srm] {
    display: flex;
    justify-content: flex-end;
    gap: .7rem;
    margin-top: 1.35rem;
}

.cd-btn[b-d7aa8w3srm] {
    border: 0;
    border-radius: 9px;
    padding: .7rem 1.4rem;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #0e7c66;
    color: #fff;
    transition: background .15s, opacity .15s;
}

.cd-btn:hover:not(:disabled)[b-d7aa8w3srm] { background: #0b6252; }
.cd-btn:disabled[b-d7aa8w3srm] { opacity: .6; cursor: default; }

.cd-ghost[b-d7aa8w3srm] {
    background: #fff;
    color: #344054;
    border: 1px solid #d0d5dd;
}

.cd-ghost:hover:not(:disabled)[b-d7aa8w3srm] { background: #f2f4f7; }

.cd-success[b-d7aa8w3srm] {
    padding: .5rem 0 .25rem;
}

.cd-success p[b-d7aa8w3srm] {
    margin: 0 0 1.15rem;
    font-size: 1.1rem;
}

@keyframes cd-fade-b-d7aa8w3srm {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes cd-pop-b-d7aa8w3srm {
    from { opacity: 0; transform: translate(-50%, -48%) scale(.98); }
    to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .cd-backdrop[b-d7aa8w3srm], .cd-modal[b-d7aa8w3srm] { animation: none; }
}
