/* /Components/Admin/AdminHome.razor.rz.scp.css */
.admin-card[b-7ggm2o1oug] {
    background: var(--ot-white);
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius);
    box-shadow: var(--ot-shadow);
    overflow-x: auto;   /* on a phone the table scrolls inside the card, not off the side of the page */
}

.admin-table[b-7ggm2o1oug] {
    width: 100%;
    min-width: 560px;   /* five columns need room; below this the card scrolls rather than crush them */
    border-collapse: collapse;
    font-size: 13px;
}

.admin-table th[b-7ggm2o1oug],
.admin-table td[b-7ggm2o1oug] {
    text-align: left;
    padding: 11px 16px;
    border-bottom: 1px solid var(--ot-border);
    white-space: nowrap;   /* keep each cell on one line; the card scrolls horizontally on a phone */
}

.admin-table tbody tr:last-child td[b-7ggm2o1oug] {
    border-bottom: none;
}

.admin-table thead th[b-7ggm2o1oug] {
    background: var(--ot-light);
    color: var(--ot-text-mid);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.admin-table .num[b-7ggm2o1oug] {
    text-align: right;
}

.admin-h2[b-7ggm2o1oug] {
    font-size: 15px;
    font-weight: 800;
    margin: 30px 0 12px;
}

.office-chip[b-7ggm2o1oug] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--ot-light);
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius-pill);
    padding: 2px 3px 2px 10px;
    margin: 2px 6px 2px 0;
    font-size: 12px;
    white-space: nowrap;
}

.office-name[b-7ggm2o1oug] {
    font-weight: 600;
}

/* A pill showing the person's role in that office; clicking it flips Owner⇄Member. Tooltip names the action. */
.office-role[b-7ggm2o1oug] {
    border: 1px solid transparent;
    border-radius: var(--ot-radius-pill);
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
}

.office-role.owner[b-7ggm2o1oug] {
    background: var(--ot-teal-lite);
    color: var(--ot-teal-dark);
}

.office-role.member[b-7ggm2o1oug] {
    background: var(--ot-white);
    border-color: var(--ot-border);
    color: var(--ot-text-mid);
}

.office-role:hover:not(:disabled)[b-7ggm2o1oug] {
    outline: 1px solid var(--ot-teal);
}

.office-role:disabled[b-7ggm2o1oug] {
    opacity: .5;
    cursor: default;
}

/* A per-office feature toggle in the Offices table; green = on, grey = off. Clicking flips it. */
.feature-chip[b-7ggm2o1oug] {
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius-pill);
    padding: 3px 10px;
    margin: 2px 6px 2px 0;
    font-size: 11px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.feature-chip.on[b-7ggm2o1oug] {
    background: var(--ot-mint-lite);
    color: var(--ot-teal-dark);
    border-color: var(--ot-mint-lite);
}

.feature-chip.off[b-7ggm2o1oug] {
    background: var(--ot-white);
    color: var(--ot-text-mid);
}

.feature-chip:hover:not(:disabled)[b-7ggm2o1oug] {
    outline: 1px solid var(--ot-teal);
}

.feature-chip:disabled[b-7ggm2o1oug] {
    opacity: .5;
    cursor: default;
}

.admin-notice[b-7ggm2o1oug] {
    background: var(--ot-amber-lite);
    border: 1px solid #eeddaa;
    color: var(--ot-amber-dark);
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 12.5px;
    margin: 0 0 16px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-psqpyyvyqx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-psqpyyvyqx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-aqzmu8h0wq],
.components-reconnect-repeated-attempt-visible[b-aqzmu8h0wq],
.components-reconnect-failed-visible[b-aqzmu8h0wq],
.components-pause-visible[b-aqzmu8h0wq],
.components-resume-failed-visible[b-aqzmu8h0wq],
.components-rejoining-animation[b-aqzmu8h0wq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-retrying[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-failed[b-aqzmu8h0wq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-aqzmu8h0wq] {
    display: block;
}


#components-reconnect-modal[b-aqzmu8h0wq] {
    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-aqzmu8h0wq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-aqzmu8h0wq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-aqzmu8h0wq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-aqzmu8h0wq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-aqzmu8h0wq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-aqzmu8h0wq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-aqzmu8h0wq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-aqzmu8h0wq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-aqzmu8h0wq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-aqzmu8h0wq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-aqzmu8h0wq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-aqzmu8h0wq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-aqzmu8h0wq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-aqzmu8h0wq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-aqzmu8h0wq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-aqzmu8h0wq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-aqzmu8h0wq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-aqzmu8h0wq {
    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/People.razor.rz.scp.css */
.people-card[b-k5dsxv5m4a] {
    background: var(--ot-white);
    border: 1px solid var(--ot-border);
    border-radius: var(--ot-radius);
    box-shadow: var(--ot-shadow);
    overflow-x: auto;   /* on a phone the table scrolls inside the card, not off the side of the page */
}

.people-table[b-k5dsxv5m4a] {
    width: 100%;
    min-width: 460px;   /* four columns need room; below this the card scrolls rather than crush them */
    border-collapse: collapse;
    font-size: 13px;
}

.people-table th[b-k5dsxv5m4a],
.people-table td[b-k5dsxv5m4a] {
    text-align: left;
    padding: 11px 16px;
    border-bottom: 1px solid var(--ot-border);
    white-space: nowrap;   /* keep each cell on one line; the card scrolls horizontally on a phone */
}

.people-table tbody tr:last-child td[b-k5dsxv5m4a] {
    border-bottom: none;
}

.people-table thead th[b-k5dsxv5m4a] {
    background: var(--ot-light);
    color: var(--ot-text-mid);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.people-table .num[b-k5dsxv5m4a] {
    text-align: right;
}

.invite-row[b-k5dsxv5m4a] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 12px;
}

.invite-hint[b-k5dsxv5m4a] {
    color: var(--ot-text-mid);
    font-size: 12px;
}

.invite-link[b-k5dsxv5m4a] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 9px 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12.5px;
    color: var(--ot-text);
    background: var(--ot-light);
    border: 1px solid var(--ot-border);
    border-radius: 8px;
}

.people-notice[b-k5dsxv5m4a] {
    background: var(--ot-amber-lite);
    border: 1px solid #eeddaa;
    color: var(--ot-amber-dark);
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 12.5px;
    margin: 0 0 16px;
}
