@import '_content/Exovo.Ui/Exovo.Ui.9vtec2q1u4.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Pages/Apps.razor.rz.scp.css */
/* Apps — mobile-apps "coming soon" empty state (mirrors the fax-empty / vm-empty pattern). */

.apps-empty[b-44bjvjuogw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 24px;
    text-align: center;
}

.apps-empty-icon[b-44bjvjuogw] {
    color: var(--op-muted);
    opacity: 0.55;
    margin-bottom: 18px;
}

.apps-empty-title[b-44bjvjuogw] {
    font-family: var(--op-sans);
    font-size: 19px;
    font-weight: 600;
    color: var(--op-ink);
    margin: 0 0 8px;
}

.apps-empty-text[b-44bjvjuogw] {
    font-family: var(--op-sans);
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--op-muted);
    max-width: 460px;
    margin: 0 0 28px;
}

/* Store badges — deliberately non-interactive until the apps ship. */
.apps-badges[b-44bjvjuogw] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.apps-badge[b-44bjvjuogw] {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 16px;
    background: var(--op-surface);
    border: 1px solid var(--op-hairline);
    border-radius: 10px;
    min-width: 220px;
    text-align: left;
}

.apps-badge-logo[b-44bjvjuogw] {
    color: var(--op-ink2);
    flex-shrink: 0;
    opacity: 0.85;
}

.apps-badge-text[b-44bjvjuogw] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
}

.apps-badge-kicker[b-44bjvjuogw] {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--op-muted);
}

.apps-badge-name[b-44bjvjuogw] {
    font-family: var(--op-sans);
    font-size: 13px;
    font-weight: 600;
    color: var(--op-ink);
    white-space: nowrap;
}

.apps-badge-soon[b-44bjvjuogw] {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--op-accentDk);
    background: var(--op-accentSoft);
    padding: 3px 7px;
    border-radius: 4px;
    flex-shrink: 0;
    margin-left: 6px;
}

.apps-empty-note[b-44bjvjuogw] {
    margin: 26px 0 0;
    font-family: var(--op-sans);
    font-size: 12.5px;
    color: var(--op-muted);
    max-width: 420px;
}

@media (max-width: 640px) {
    .apps-empty[b-44bjvjuogw] {
        padding: 44px 18px;
    }

    .apps-badges[b-44bjvjuogw] {
        flex-direction: column;
        width: 100%;
        max-width: 340px;
    }

    .apps-badge[b-44bjvjuogw] {
        min-width: 0;
    }
}
/* /Pages/CallHistory.razor.rz.scp.css */
/* Call History — mobile filters disclosure (the sidebar is hidden by app.css at <=900px).
   Desktop is untouched: the toggle is display:none above the breakpoint. */

.pane-nav-toggle[b-y17djqb8rh] {
    display: none;
}

@media (max-width: 900px) {
    .pane-nav-toggle[b-y17djqb8rh] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 10px 14px 0;
        padding: 7px 12px;
        background: var(--op-surface);
        border: 1px solid var(--op-hairline);
        border-radius: 8px;
        font-size: 12.5px;
        font-weight: 600;
        color: var(--op-ink);
        cursor: pointer;
        align-self: flex-start;
    }

    .ch-layout.pane-nav[b-y17djqb8rh] {
        grid-template-rows: auto 1fr;
    }

    .ch-layout.pane-nav .ch-sidebar[b-y17djqb8rh] {
        display: flex;
        flex-direction: column;
        max-height: 45vh;
        overflow-y: auto;
        border-bottom: 1px solid var(--op-hairline);
    }
}
/* /Pages/Chat.razor.rz.scp.css */
/* Chat — contrast fixes + mobile pane switching (list ↔ thread) and a context-panel
   slide-over. Desktop (>1024px) keeps the app.css three-column layout untouched;
   the mobile helpers are display:none above the breakpoints. */

/* ── Contrast: sent-bubble timestamps were rgba(255,255,255,.75) (<4.5:1 at 10px on
      the accentDk bubble). White passes on both accentDk (5.5:1) and success. ── */
.chat-bubble-sent .chat-bubble-meta[b-5j1tsqtnwo] {
    color: #fff;
}

/* Mobile helpers hidden on desktop. */
.pane-back[b-5j1tsqtnwo],
.chat-ctx-toggle[b-5j1tsqtnwo],
.chat-ctx-backdrop[b-5j1tsqtnwo] {
    display: none;
}

/* ── <=1024px: app.css drops the context panel; the info button opens it as a
      right-side slide-over with a full-screen backdrop. ── */
@media (max-width: 1024px) {
    .chat-ctx-toggle[b-5j1tsqtnwo] {
        display: inline-flex;
    }

    .chat-layout.ctx-open .chat-ctx-backdrop[b-5j1tsqtnwo] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 900;
        background: rgba(10, 12, 16, 0.35);
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .chat-layout.ctx-open .chat-context-panel[b-5j1tsqtnwo] {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: min(320px, 88vw);
        z-index: 901;
        box-shadow: -12px 0 32px -12px rgba(10, 12, 16, 0.25);
    }
}

/* ── <=768px: ONE pane at a time — list by default, thread after selection. ── */
@media (max-width: 768px) {
    /* app.css stacks list (40vh) above thread; instead show a single pane. */
    .chat-sidebar[b-5j1tsqtnwo] {
        max-height: none;
    }

    .chat-layout.pane-thread .chat-sidebar[b-5j1tsqtnwo] {
        display: none;
    }

    .chat-layout:not(.pane-thread) .chat-thread[b-5j1tsqtnwo] {
        display: none;
    }

    .pane-back[b-5j1tsqtnwo] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        padding: 6px;
        background: none;
        border: none;
        border-radius: 6px;
        color: var(--op-ink2);
        cursor: pointer;
        flex-shrink: 0;
    }

    .pane-back:hover[b-5j1tsqtnwo] {
        background: var(--op-surfaceAlt);
    }
}
/* /Pages/Contacts.razor.rz.scp.css */
/* Contacts — mobile directories disclosure (the sidebar is hidden by app.css at <=900px).
   Desktop is untouched: the toggle is display:none above the breakpoint. */

.pane-nav-toggle[b-woufgm1lt9] {
    display: none;
}

/* "+N" chip after the primary phone number — the contact has more numbers
   (hover title lists them; the Call/Text menus offer each one). */
.ct-num-chip[b-woufgm1lt9] {
    display: inline-block;
    margin-left: 6px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 15px;
    border: 1px solid var(--op-hairline);
    border-radius: 999px;
    background: var(--op-surfaceAlt);
    color: var(--op-muted);
    cursor: default;
}

/* Number picker dialog — a contact with several numbers opens this on Call/Text. */
.ct-picker-overlay[b-woufgm1lt9] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
}

.ct-picker[b-woufgm1lt9] {
    min-width: 260px;
    max-width: 340px;
    background: var(--op-surface);
    border: 1px solid var(--op-hairline);
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.ct-picker-head[b-woufgm1lt9] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--op-hairline);
    background: var(--op-surfaceAlt);
}

.ct-picker-verb[b-woufgm1lt9] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--op-accentDk);
}

.ct-picker-name[b-woufgm1lt9] {
    font-size: 13px;
    font-weight: 600;
    color: var(--op-ink);
}

.ct-picker-row[b-woufgm1lt9] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 14px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid var(--op-hairlineSoft);
}

.ct-picker-row:last-child[b-woufgm1lt9] {
    border-bottom: none;
}

.ct-picker-row:hover[b-woufgm1lt9],
.ct-picker-row:focus-visible[b-woufgm1lt9] {
    background: var(--op-accentSoft);
}

.ct-picker-label[b-woufgm1lt9] {
    min-width: 76px;
    font-size: 11px;
    color: var(--op-muted);
}

.ct-picker-num[b-woufgm1lt9] {
    font-size: 13px;
    color: var(--op-ink);
}

/* Source filter checkboxes (the base .ct-sidebar-source row layout lives in app.css). */
.ct-source-toggle[b-woufgm1lt9] {
    cursor: pointer;
    user-select: none;
}

.ct-source-toggle:hover[b-woufgm1lt9] {
    background: var(--op-surfaceAlt);
}

.ct-source-toggle input[type="checkbox"][b-woufgm1lt9] {
    width: 13px;
    height: 13px;
    margin: 0;
    flex-shrink: 0;
    accent-color: var(--op-accent);
    cursor: pointer;
}

.ct-source-toggle input[type="checkbox"]:focus-visible[b-woufgm1lt9] {
    outline: 2px solid var(--op-accent);
    outline-offset: 2px;
}

@media (max-width: 900px) {
    .pane-nav-toggle[b-woufgm1lt9] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 10px 14px 0;
        padding: 7px 12px;
        background: var(--op-surface);
        border: 1px solid var(--op-hairline);
        border-radius: 8px;
        font-size: 12.5px;
        font-weight: 600;
        color: var(--op-ink);
        cursor: pointer;
        align-self: flex-start;
    }

    .ct-layout.pane-nav[b-woufgm1lt9] {
        grid-template-rows: auto 1fr;
    }

    .ct-layout.pane-nav .ct-sidebar[b-woufgm1lt9] {
        display: flex;
        flex-direction: column;
        max-height: 45vh;
        overflow-y: auto;
        border-bottom: 1px solid var(--op-hairline);
    }
}
/* /Pages/Fax.razor.rz.scp.css */
/* Fax — mobile pane switching (list ↔ detail) + folders/filters disclosure.
   Desktop (>1100px) is untouched: the helpers are display:none and the app.css
   layout applies unchanged. */

.pane-back[b-jy7f4fn9ep],
.pane-nav-toggle[b-jy7f4fn9ep] {
    display: none;
}

/* ── <=1100px: app.css hides .fax-detail; show ONE pane at a time. ── */
@media (max-width: 1100px) {

    .fax-layout.pane-detail .fax-detail[b-jy7f4fn9ep] {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-left: none;
    }

    .fax-layout.pane-detail .fax-list-panel[b-jy7f4fn9ep] {
        display: none;
    }

    .pane-back[b-jy7f4fn9ep] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-right: 10px;
        padding: 5px 10px;
        background: var(--op-surfaceAlt);
        border: 1px solid var(--op-hairline);
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        color: var(--op-ink2);
        cursor: pointer;
    }
}

/* ── <=900px: app.css hides .fax-sidebar; a toggle discloses it stacked above. ── */
@media (max-width: 900px) {
    .pane-nav-toggle[b-jy7f4fn9ep] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 10px 14px 0;
        padding: 7px 12px;
        background: var(--op-surface);
        border: 1px solid var(--op-hairline);
        border-radius: 8px;
        font-size: 12.5px;
        font-weight: 600;
        color: var(--op-ink);
        cursor: pointer;
        align-self: flex-start;
    }

    .fax-layout.pane-nav[b-jy7f4fn9ep] {
        grid-template-rows: auto 1fr;
    }

    .fax-layout.pane-nav .fax-sidebar[b-jy7f4fn9ep] {
        display: flex;
        flex-direction: column;
        max-height: 45vh;
        overflow-y: auto;
        border-bottom: 1px solid var(--op-hairline);
    }

    .fax-layout.pane-detail .pane-nav-toggle[b-jy7f4fn9ep] {
        display: none;
    }
}
/* /Pages/JoinMeeting.razor.rz.scp.css */
/* Guest join flow: invite card → pre-join ready screen → connecting/lobby → stage → left.
   Dark stage/radial hex values are literal per the design handoff; everything else uses
   the --op-* console tokens. */

/* ── Cards (invite / left / invalid) ── */

.gj-card[b-7eo0mzg5sy] {
    align-self: center;
    width: min(400px, 100%);
    background: var(--op-surface);
    color-scheme: light;
    border-radius: 14px;
    padding: 30px 32px 28px;
    box-shadow: 0 24px 64px -16px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.gj-card h1[b-7eo0mzg5sy] {
    margin: 12px 0 4px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--op-ink);
}

.gj-card--end h1[b-7eo0mzg5sy] { margin: 0 0 4px; font-size: 20px; }

.gj-chip[b-7eo0mzg5sy] {
    font-family: var(--op-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--op-accentDk);
    background: var(--op-accentSoft);
    padding: 3px 9px;
    border-radius: 4px;
    align-self: flex-start;
    text-transform: uppercase;
}

.gj-sub[b-7eo0mzg5sy] {
    margin: 0 0 20px;
    font-size: 13px;
    color: var(--op-muted);
    line-height: 1.55;
}

.gj-card--end .gj-sub[b-7eo0mzg5sy] { margin-bottom: 18px; }

.gj-badge[b-7eo0mzg5sy] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.gj-badge--ok[b-7eo0mzg5sy] { background: var(--op-accentSoft); }
.gj-badge--error[b-7eo0mzg5sy] { background: var(--op-errorSoft); }

.gj-field[b-7eo0mzg5sy] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--op-muted);
    margin-bottom: 14px;
}

.gj-field input[b-7eo0mzg5sy] {
    height: 40px;
    border: 1px solid var(--op-hairline);
    border-radius: 8px;
    padding: 0 12px;
    font-family: var(--op-sans);
    font-size: 14px;
    color: var(--op-ink);
    background: var(--op-surface);
    outline: none;
}

.gj-field input:focus[b-7eo0mzg5sy] { border-color: var(--op-accent); }

.gj-field--pin[b-7eo0mzg5sy] { margin-bottom: 20px; }
.gj-field--pin input[b-7eo0mzg5sy] { font-family: var(--op-mono); letter-spacing: 0.12em; }

.gj-error[b-7eo0mzg5sy] {
    background: var(--op-errorSoft);
    color: var(--op-error);
    border-radius: 7px;
    padding: 8px 12px;
    font-size: 13px;
    margin-bottom: 14px;
}

.gj-continue[b-7eo0mzg5sy] {
    height: 44px;
    border-radius: 9px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    font-family: var(--op-sans);
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 6px 16px -6px rgba(5, 151, 212, 0.55);
    transition: background 0.15s;
}

.gj-continue:hover:not(:disabled)[b-7eo0mzg5sy] { background: var(--op-accentDk); }
.gj-continue:disabled[b-7eo0mzg5sy] { background: var(--op-hairline); box-shadow: none; cursor: default; }

.gj-hint[b-7eo0mzg5sy] {
    margin: 12px 0 0;
    font-size: 11.5px;
    color: var(--op-mutedSoft);
    text-align: center;
}

.gj-ghost[b-7eo0mzg5sy] {
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-ink2);
    font-family: var(--op-sans);
    font-size: 13.5px;
    font-weight: 500;
    cursor: pointer;
}

.gj-ghost:hover[b-7eo0mzg5sy] { border-color: var(--op-accent); color: var(--op-accent); }

/* ── Pre-join ready screen ── */

.gj-prejoin[b-7eo0mzg5sy] {
    display: grid;
    grid-template-columns: minmax(420px, 620px) 300px;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: 1040px;
}

.gj-pre-left[b-7eo0mzg5sy] { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.gj-preview[b-7eo0mzg5sy] {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #1d232e 0%, #262e3b 55%, #1c222c 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 64px -24px rgba(0, 0, 0, 0.6);
}

.gj-preview.cam-off[b-7eo0mzg5sy] { background: #0d0f13; }

.gj-preview video[b-7eo0mzg5sy] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gj-preview-avatar[b-7eo0mzg5sy] {
    width: 104px;
    height: 104px;
    border-radius: 999px;
    background: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.gj-preview-off[b-7eo0mzg5sy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.gj-muted-chip[b-7eo0mzg5sy] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--op-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #fca5a5;
    background: rgba(220, 38, 38, 0.18);
    border: 1px solid rgba(220, 38, 38, 0.4);
    padding: 3px 9px;
    border-radius: 999px;
    z-index: 2;
}

.gj-pre-toggles[b-7eo0mzg5sy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gj-pill[b-7eo0mzg5sy] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 36px;
    padding: 0 6px 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.07);
    cursor: pointer;
    color: #fff;
}

.gj-pill.off[b-7eo0mzg5sy] { color: #f87171; }

.gj-switch[b-7eo0mzg5sy] {
    width: 34px;
    height: 19px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    position: relative;
    transition: background 0.15s;
    display: inline-block;
    flex-shrink: 0;
}

.gj-pill.on .gj-switch[b-7eo0mzg5sy] { background: var(--op-accent); }

.gj-knob[b-7eo0mzg5sy] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    background: #fff;
    transition: left 0.15s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.gj-pill.on .gj-knob[b-7eo0mzg5sy] { left: 17px; }

.gj-pre-divider[b-7eo0mzg5sy] { width: 1px; height: 22px; background: rgba(255, 255, 255, 0.14); }

.gj-pre-device[b-7eo0mzg5sy] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.gj-pre-right[b-7eo0mzg5sy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gj-pre-right h1[b-7eo0mzg5sy] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
}

.gj-pre-name[b-7eo0mzg5sy] { margin-top: 6px; font-size: 14px; color: rgba(255, 255, 255, 0.75); }

.gj-pre-hint[b-7eo0mzg5sy] {
    margin-top: 3px;
    font-family: var(--op-mono);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
}

.gj-joinnow[b-7eo0mzg5sy] {
    margin-top: 26px;
    width: 240px;
    height: 46px;
    border-radius: 9px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    font-family: var(--op-sans);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px -8px rgba(5, 151, 212, 0.7);
}

.gj-joinnow:hover:not(:disabled)[b-7eo0mzg5sy] { background: var(--op-accentDk); }
.gj-joinnow:disabled[b-7eo0mzg5sy] { opacity: 0.6; cursor: default; }

.gj-back[b-7eo0mzg5sy] {
    margin-top: 12px;
    height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--op-sans);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
}

.gj-back:hover[b-7eo0mzg5sy] { border-color: var(--op-accent); color: #fff; }

@media (max-width: 900px) {
    .gj-prejoin[b-7eo0mzg5sy] { grid-template-columns: 1fr; gap: 24px; max-width: 620px; }
    .gj-prejoin[b-7eo0mzg5sy] { align-self: center; }
}

/* ── Stage (connecting / lobby / in-meeting) ── */

.gj-stage-wrap[b-7eo0mzg5sy] {
    width: 100%;
    max-width: 1100px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.gj-stage-head[b-7eo0mzg5sy] {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.gj-stage-title[b-7eo0mzg5sy] { font-size: 13.5px; font-weight: 600; color: #fff; }

.gj-stage-meta[b-7eo0mzg5sy] {
    font-family: var(--op-mono);
    font-size: 10.5px;
    color: var(--op-chromeIcon);
}

.gj-stage-body[b-7eo0mzg5sy] {
    flex: 1;
    min-height: 0;
    display: flex;
    gap: 12px;
}

.gj-stage[b-7eo0mzg5sy] {
    position: relative;
    flex: 1;
    min-width: 0;
    min-height: 320px;
    background: linear-gradient(135deg, #14171f 0%, #1c2129 60%, #171b23 100%);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.gj-stage > video[b-7eo0mzg5sy] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* local PiP */

/* The MCU canvas already contains your own tile — a local PiP would show you twice.
   The element stays in the DOM (the JS layer wires self-view into it). */
.gj-local-pip[b-7eo0mzg5sy] { display: none !important; }

.gj-local-pip[b-7eo0mzg5sy] {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 190px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(135deg, #232a36 0%, #2b3442 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.gj-local-pip video[b-7eo0mzg5sy] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gj-local-pip.off[b-7eo0mzg5sy] { background: #0d0f13; }
.gj-local-pip.off video[b-7eo0mzg5sy] { visibility: hidden; }

.gj-pip-off[b-7eo0mzg5sy] { display: flex; position: relative; z-index: 1; }

.gj-pip-name[b-7eo0mzg5sy] {
    position: absolute;
    left: 8px;
    bottom: 6px;
    font-size: 10.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 1;
}

/* connecting / lobby overlay */

.gj-wait[b-7eo0mzg5sy] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    /* FULLY opaque: an un-admitted guest must not see the room behind the overlay (the
       stream also isn't attached until admit — see the lobby-clear registration). */
    background: #101318;
    z-index: 3;
}

.gj-spinner[b-7eo0mzg5sy] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2.5px solid rgba(255, 255, 255, 0.15);
    border-top-color: var(--op-accent);
    animation: gj-spin-b-7eo0mzg5sy 0.9s linear infinite;
}

@keyframes gj-spin-b-7eo0mzg5sy {
    to { transform: rotate(360deg); }
}

.gj-wait-title[b-7eo0mzg5sy] { color: #fff; font-size: 15px; font-weight: 500; }
.gj-wait-sub[b-7eo0mzg5sy] { font-size: 12.5px; color: var(--op-chromeIcon); }

/* floating reactions */

.gj-reactions[b-7eo0mzg5sy] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 4;
}

.gj-float[b-7eo0mzg5sy] {
    position: absolute;
    bottom: 16px;
    font-size: 34px;
    animation: gj-float-up-b-7eo0mzg5sy 2.4s ease-out forwards;
}

@keyframes gj-float-up-b-7eo0mzg5sy {
    0%   { transform: translateY(0) scale(0.7); opacity: 0; }
    12%  { transform: translateY(-26px) scale(1.15); opacity: 1; }
    60%  { opacity: 1; }
    100% { transform: translateY(-220px) scale(1); opacity: 0; }
}

/* ── Control bar ── */

.gj-controls[b-7eo0mzg5sy] {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    position: relative;
}

.gj-ctrl[b-7eo0mzg5sy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--op-sans);
    font-size: 10.5px;
    font-weight: 500;
    min-width: 64px;
    padding: 0;
}

.gj-ctrl-face[b-7eo0mzg5sy] {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: inherit;
    transition: background 0.15s, border-color 0.15s;
}

.gj-ctrl:hover .gj-ctrl-face[b-7eo0mzg5sy] { background: rgba(255, 255, 255, 0.16); }

.gj-ctrl.on[b-7eo0mzg5sy] { color: var(--op-accent); }

.gj-ctrl.on .gj-ctrl-face[b-7eo0mzg5sy] {
    background: rgba(5, 151, 212, 0.22);
    border-color: var(--op-accent);
}

.gj-ctrl--hand.on[b-7eo0mzg5sy] { color: #fbbf24; }

.gj-ctrl--hand.on .gj-ctrl-face[b-7eo0mzg5sy] {
    background: rgba(251, 191, 36, 0.16);
    border-color: #fbbf24;
}

.gj-ctrl--leave[b-7eo0mzg5sy] { color: #fca5a5; }

.gj-ctrl--leave .gj-ctrl-face[b-7eo0mzg5sy] {
    background: #dc2626;
    border-color: #dc2626;
}

.gj-ctrl--leave:hover .gj-ctrl-face[b-7eo0mzg5sy] { background: #b91c1c; }

.gj-ctrl-divider[b-7eo0mzg5sy] {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0 10px;
}

.gj-unread[b-7eo0mzg5sy] {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    background: var(--op-accent);
    color: #fff;
    font-size: 9.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* react popover */

.gj-popover[b-7eo0mzg5sy] {
    position: absolute;
    bottom: calc(100% - 4px);
    left: 50%;
    transform: translateX(-50%);
    background: #22262c;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 16px 48px -12px rgba(0, 0, 0, 0.6);
    z-index: 10;
    width: max-content;
}

.gj-popover-row[b-7eo0mzg5sy] { display: flex; gap: 2px; }

.gj-emoji[b-7eo0mzg5sy] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gj-emoji:hover[b-7eo0mzg5sy] { background: rgba(255, 255, 255, 0.1); }

.gj-hand-btn[b-7eo0mzg5sy] {
    margin-top: 8px;
    width: 100%;
    height: 34px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--op-sans);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.gj-hand-btn:hover[b-7eo0mzg5sy] { background: rgba(255, 255, 255, 0.10); }

.gj-hand-btn.up[b-7eo0mzg5sy] {
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.5);
    background: rgba(251, 191, 36, 0.12);
}

/* ── Chat panel (right-rail spec adapted to the dark guest stage) ── */

.gj-chat[b-7eo0mzg5sy] {
    width: 300px;
    flex-shrink: 0;
    background: #191d24;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.gj-chat-head[b-7eo0mzg5sy] {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    flex-shrink: 0;
}

.gj-chat-count[b-7eo0mzg5sy] {
    font-family: var(--op-mono);
    font-size: 10px;
    color: var(--op-chromeIcon);
    background: rgba(255, 255, 255, 0.07);
    padding: 2px 7px;
    border-radius: 999px;
}

.gj-chat-x[b-7eo0mzg5sy] {
    margin-left: auto;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gj-chat-x:hover[b-7eo0mzg5sy] { background: rgba(255, 255, 255, 0.08); }

/* column-reverse keeps the list pinned to the newest message without JS scroll interop
   (messages are enumerated newest-first in the markup). */
.gj-chat-msgs[b-7eo0mzg5sy] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 12px 14px;
    gap: 12px;
}

.gj-chat-empty[b-7eo0mzg5sy] {
    font-size: 12px;
    color: var(--op-chromeIcon);
    text-align: center;
    padding: 18px 8px;
}

.gj-msg-head[b-7eo0mzg5sy] { display: flex; align-items: baseline; gap: 7px; }

.gj-msg-name[b-7eo0mzg5sy] { font-size: 11.5px; font-weight: 600; color: rgba(255, 255, 255, 0.9); }

.gj-guest-tag[b-7eo0mzg5sy] {
    font-family: var(--op-mono);
    font-size: 8.5px;
    letter-spacing: 0.08em;
    color: var(--op-chromeIcon);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 1px 5px;
    border-radius: 4px;
}

.gj-msg-time[b-7eo0mzg5sy] {
    font-family: var(--op-mono);
    font-size: 9.5px;
    color: var(--op-chromeIcon);
    margin-left: auto;
}

.gj-msg-body[b-7eo0mzg5sy] {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    overflow-wrap: anywhere;
    margin-top: 2px;
}

.gj-composer[b-7eo0mzg5sy] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.gj-composer input[b-7eo0mzg5sy] {
    flex: 1;
    min-width: 0;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 0 11px;
    font-family: var(--op-sans);
    font-size: 12.5px;
    outline: none;
}

.gj-composer input:focus[b-7eo0mzg5sy] { border-color: var(--op-accent); }
.gj-composer input[b-7eo0mzg5sy]::placeholder { color: rgba(255, 255, 255, 0.35); }

.gj-send[b-7eo0mzg5sy] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.gj-send:hover:not(:disabled)[b-7eo0mzg5sy] { background: var(--op-accentDk); }
.gj-send:disabled[b-7eo0mzg5sy] { opacity: 0.4; cursor: default; }

.gj-chat-foot[b-7eo0mzg5sy] {
    font-size: 10px;
    color: var(--op-chromeIcon);
    padding: 0 14px 10px;
    line-height: 1.4;
}

@media (max-width: 760px) {
    .gj-chat[b-7eo0mzg5sy] { width: 240px; }
    .gj-local-pip[b-7eo0mzg5sy] { width: 130px; }
}
/* /Pages/Meet.razor.rz.scp.css */
/* Meet — video meetings v2 (design handoff 2026-07). Lobby with 260px meetings sidebar,
   pre-join ready screen, dark stage with control bar + participants/chat rail. Tokens only;
   the stage-only darks (#101318 / #22262c / tile gradients / amber #fbbf24) are literal per
   the handoff — no --op-* tokens exist for them. */

.meet-page[b-47nqqozhaz] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    position: relative;
    box-sizing: border-box;
}

.meet-page.full[b-47nqqozhaz] { grid-template-columns: minmax(0, 1fr); }

.meet-page video.mirror[b-47nqqozhaz] { transform: scaleX(-1); }

/* ── Meetings sidebar (260px) ── */

.meet-sidebar[b-47nqqozhaz] {
    background: var(--op-surface);
    border-right: 1px solid var(--op-hairline);
    padding: 14px 0;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.meet-sidebar-top[b-47nqqozhaz] { padding: 0 12px 12px; }

.meet-sched-btn[b-47nqqozhaz] {
    width: 100%;
    height: 38px;
    background: var(--op-accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: 0 1px 2px rgba(5,151,212,0.4), 0 4px 12px -4px rgba(5,151,212,0.5);
}

.meet-sched-btn:hover[b-47nqqozhaz] { background: var(--op-accentDk); }

.meet-section-label[b-47nqqozhaz] {
    padding: 10px 16px 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--op-muted);
}

.meet-sidebar-empty[b-47nqqozhaz] { padding: 8px 16px; font-size: 12px; color: var(--op-muted); }

.meet-sidebar-spacer[b-47nqqozhaz] { flex: 1; }

.meet-mrow[b-47nqqozhaz] {
    padding: 9px 12px;
    margin: 0 8px 4px;
    border-radius: 7px;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.meet-mrow:hover[b-47nqqozhaz] { background: var(--op-surfaceAlt); border-color: var(--op-hairline); }

.meet-mrow-title[b-47nqqozhaz] { display: flex; align-items: center; gap: 8px; }

.meet-mrow-name[b-47nqqozhaz] {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: var(--op-ink);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meet-host-chip[b-47nqqozhaz] {
    font-family: var(--op-mono);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--op-accentDk);
    background: var(--op-accentSoft);
    padding: 1px 6px;
    border-radius: 3px;
}

.meet-mrow-meta[b-47nqqozhaz] {
    font-size: 11.5px;
    color: var(--op-muted);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.meet-mrow-meta[b-47nqqozhaz]  svg { width: 11px; height: 11px; }
.meet-mrow-meta.dialin[b-47nqqozhaz] { font-size: 11px; }
.meet-mrow-meta code[b-47nqqozhaz] { font-family: var(--op-mono); color: var(--op-ink2); font-size: inherit; }

.meet-mrow-actions[b-47nqqozhaz] { display: none; gap: 5px; margin-top: 4px; }
.meet-mrow:hover .meet-mrow-actions[b-47nqqozhaz] { display: flex; }

.meet-mrow-actions button[b-47nqqozhaz] {
    height: 24px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-ink2);
    font-size: 11.5px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.meet-mrow-actions button[b-47nqqozhaz]  svg { width: 11px; height: 11px; }
.meet-mrow-actions button:hover[b-47nqqozhaz] { border-color: var(--op-accent); color: var(--op-accent); }

.meet-mrow-actions button.join[b-47nqqozhaz] {
    padding: 0 12px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    font-weight: 600;
}

.meet-mrow-actions button.join:hover[b-47nqqozhaz] { background: var(--op-accentDk); color: #fff; }
.meet-mrow-actions button.del[b-47nqqozhaz] { color: var(--op-muted); font-weight: 400; }
.meet-mrow-actions button.del:hover[b-47nqqozhaz] { border-color: var(--op-error); color: var(--op-error); }

.meet-dialin-card[b-47nqqozhaz] {
    margin: 10px 12px 0;
    padding: 10px 12px;
    border-radius: 7px;
    background: var(--op-surfaceAlt);
    border: 1px solid var(--op-hairlineSoft);
    font-size: 11.5px;
    color: var(--op-muted);
    line-height: 1.55;
}

.meet-dialin-card code[b-47nqqozhaz] { font-family: var(--op-mono); color: var(--op-accentDk); }

.meet-dialin-card-title[b-47nqqozhaz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: var(--op-ink2);
    margin-bottom: 2px;
}

.meet-dialin-card-title[b-47nqqozhaz]  svg { width: 12px; height: 12px; }

/* ── Lobby body ── */

.meet-body[b-47nqqozhaz] { display: flex; flex-direction: column; min-width: 0; min-height: 0; background: var(--op-bg); }

.meet-head[b-47nqqozhaz] {
    padding: 14px 24px 12px;
    background: var(--op-surface);
    border-bottom: 1px solid var(--op-hairline);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.meet-head h1[b-47nqqozhaz] { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.meet-head-sub[b-47nqqozhaz] { font-size: 12.5px; color: var(--op-muted); }

.meet-lobby-scroll[b-47nqqozhaz] {
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 32px;
}

.meet-lobby-grid[b-47nqqozhaz] {
    display: grid;
    grid-template-columns: minmax(400px, 560px) 320px;
    gap: 28px;
    align-items: stretch;
    width: 100%;
    max-width: 940px;
}

.meet-preview-card[b-47nqqozhaz] {
    border: 1px solid var(--op-hairline);
    border-radius: 12px;
    overflow: hidden;
    background: var(--op-surface);
    box-shadow: 0 1px 3px rgba(10,12,16,0.06), 0 12px 32px -16px rgba(10,12,16,0.14);
}

.meet-preview-frame[b-47nqqozhaz] {
    position: relative;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #14171f 0%, #1c2129 55%, #171b23 100%);
}

.meet-preview-frame video[b-47nqqozhaz] { width: 100%; height: 100%; object-fit: cover; display: block; }

.meet-preview-off[b-47nqqozhaz] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    background: linear-gradient(135deg, #14171f 0%, #1c2129 55%, #171b23 100%);
}

.meet-preview-chip[b-47nqqozhaz] {
    position: absolute;
    left: 12px;
    bottom: 12px;
    font-family: var(--op-mono);
    font-size: 10.5px;
    color: rgba(255,255,255,0.75);
    background: rgba(0,0,0,0.45);
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.meet-dot-live[b-47nqqozhaz] { width: 6px; height: 6px; border-radius: 999px; background: #22c55e; }

.meet-preview-btns[b-47nqqozhaz] { position: absolute; right: 12px; bottom: 12px; display: flex; gap: 6px; }

.meet-round-btn[b-47nqqozhaz] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.meet-round-btn[b-47nqqozhaz]  svg { width: 15px; height: 15px; }
.meet-round-btn.off[b-47nqqozhaz] { color: #f87171; }

.meet-devices[b-47nqqozhaz] {
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid var(--op-hairlineSoft);
    background: var(--op-surface);
}

.meet-devices label[b-47nqqozhaz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11px;
    color: var(--op-muted);
    flex: 1;
    min-width: 0;
}

.meet-devices select[b-47nqqozhaz] {
    height: 32px;
    border: 1px solid var(--op-hairline);
    border-radius: 6px;
    padding: 0 8px;
    font-size: 12.5px;
    background: var(--op-surface);
    color: var(--op-ink);
    min-width: 0;
}

/* ── Lobby actions column ── */

.meet-actions[b-47nqqozhaz] { display: flex; flex-direction: column; }

.meet-start[b-47nqqozhaz] {
    height: 46px;
    border-radius: 9px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-shadow: 0 1px 2px rgba(5,151,212,0.4), 0 6px 16px -6px rgba(5,151,212,0.55);
    transition: background var(--op-transition);
}

.meet-start[b-47nqqozhaz]  svg { width: 17px; height: 17px; }
.meet-start:hover[b-47nqqozhaz] { background: var(--op-accentDk); }
.meet-start:disabled[b-47nqqozhaz] { opacity: 0.5; cursor: default; }

.meet-room-hint[b-47nqqozhaz] { margin-top: 10px; font-size: 12px; color: var(--op-muted); line-height: 1.55; }
.meet-room-hint code[b-47nqqozhaz] { font-family: var(--op-mono); color: var(--op-accentDk); }

.meet-actions-divider[b-47nqqozhaz] { margin: 18px 0 14px; height: 1px; background: var(--op-hairlineSoft); }

.meet-join-label[b-47nqqozhaz] { font-size: 11px; color: var(--op-muted); font-weight: 500; margin-bottom: 6px; display: block; }

.meet-join-row[b-47nqqozhaz] { display: flex; gap: 8px; }

.meet-join-row input[b-47nqqozhaz] {
    flex: 1;
    height: 36px;
    border: 1px solid var(--op-hairline);
    border-radius: 7px;
    padding: 0 11px;
    font-family: var(--op-mono);
    font-size: 13px;
    background: var(--op-surface);
    color: var(--op-ink);
    outline: none;
    min-width: 0;
    box-sizing: border-box;
}

.meet-join-row button[b-47nqqozhaz] {
    height: 36px;
    padding: 0 18px;
    border-radius: 7px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-ink2);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.meet-join-row button:hover:not(:disabled)[b-47nqqozhaz] { border-color: var(--op-accent); color: var(--op-accent); }
.meet-join-row button:disabled[b-47nqqozhaz] { opacity: 0.5; cursor: default; }

.meet-guest-info[b-47nqqozhaz] {
    margin-top: 18px;
    padding: 11px 13px;
    border-radius: 8px;
    background: var(--op-accentSoft);
    border: 1px solid rgba(5,151,212,0.18);
    font-size: 12px;
    color: var(--op-ink2);
    line-height: 1.55;
    display: flex;
    gap: 9px;
}

.meet-guest-info[b-47nqqozhaz]  svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; }

/* ── Schedule modal ── */

.meet-modal-scrim[b-47nqqozhaz] {
    position: absolute;
    inset: 0;
    background: rgba(10,12,16,0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    backdrop-filter: blur(2px);
}

.meet-modal[b-47nqqozhaz] {
    width: 480px;
    max-width: calc(100vw - 40px);
    background: var(--op-surface);
    border-radius: 12px;
    box-shadow: 0 24px 64px -16px rgba(10,12,16,0.4);
    overflow: hidden;
}

.meet-modal-head[b-47nqqozhaz] {
    padding: 16px 22px;
    border-bottom: 1px solid var(--op-hairline);
    display: flex;
    align-items: center;
    gap: 10px;
}

.meet-modal-head[b-47nqqozhaz]  svg { width: 17px; height: 17px; }
.meet-modal-head > span[b-47nqqozhaz] { font-size: 15px; font-weight: 600; color: var(--op-ink); flex: 1; }

.meet-icon-btn[b-47nqqozhaz] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: none;
    background: transparent;
    color: var(--op-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.meet-icon-btn:hover[b-47nqqozhaz] { color: var(--op-ink); }
.meet-icon-btn.dark[b-47nqqozhaz] { color: rgba(255,255,255,0.5); }
.meet-icon-btn.dark:hover[b-47nqqozhaz] { color: #fff; }

.meet-modal-body[b-47nqqozhaz] {
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.meet-type-row[b-47nqqozhaz] { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.meet-field-label[b-47nqqozhaz] { font-size: 11.5px; font-weight: 500; color: var(--op-muted); margin-right: 4px; }

.meet-type-pill[b-47nqqozhaz] {
    height: 32px;
    padding: 0 14px;
    border-radius: 7px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-ink2);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.meet-type-pill[b-47nqqozhaz]  svg { width: 14px; height: 14px; }
.meet-type-pill.on[b-47nqqozhaz] { border-color: var(--op-accent); background: var(--op-accentSoft); color: var(--op-accentDk); font-weight: 600; }

.meet-type-hint[b-47nqqozhaz] { font-size: 11px; color: var(--op-mutedSoft); }

.meet-field[b-47nqqozhaz] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--op-muted);
    min-width: 0;
}

.meet-field.span[b-47nqqozhaz] { grid-column: 1 / -1; }

.meet-field input[b-47nqqozhaz], .meet-field select[b-47nqqozhaz] {
    height: 34px;
    border: 1px solid var(--op-hairline);
    border-radius: 7px;
    padding: 0 11px;
    font-size: 13px;
    background: var(--op-surface);
    color: var(--op-ink);
    outline: none;
    min-width: 0;
    box-sizing: border-box;
}

.meet-field input.mono[b-47nqqozhaz] { font-family: var(--op-mono); }
.meet-field input:focus[b-47nqqozhaz], .meet-field select:focus[b-47nqqozhaz] { border-color: var(--op-accent); }

.meet-dialin-assigned[b-47nqqozhaz] {
    height: 34px;
    border: 1px solid var(--op-hairline);
    border-radius: 7px;
    padding: 0 11px;
    display: flex;
    align-items: center;
    font-family: var(--op-mono);
    font-size: 12.5px;
    color: var(--op-ink2);
    background: var(--op-surfaceAlt);
    box-sizing: border-box;
}

.meet-guests-panel[b-47nqqozhaz] {
    grid-column: 1 / -1;
    border: 1px solid var(--op-hairlineSoft);
    background: var(--op-surfaceAlt);
    border-radius: 9px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.meet-guests-panel.on[b-47nqqozhaz] { border-color: rgba(5,151,212,0.25); background: var(--op-accentSoft); }

.meet-guests-toggle[b-47nqqozhaz] {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: var(--op-ink);
}

.meet-guests-fields[b-47nqqozhaz] { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.meet-modal-foot[b-47nqqozhaz] {
    padding: 14px 22px;
    border-top: 1px solid var(--op-hairline);
    background: var(--op-surfaceAlt);
    display: flex;
    align-items: center;
    gap: 10px;
}

.meet-modal-note[b-47nqqozhaz] { font-size: 11.5px; color: var(--op-muted); flex: 1; }

.meet-modal-cancel[b-47nqqozhaz] {
    height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-ink2);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}

.meet-modal-cancel:hover[b-47nqqozhaz] { border-color: var(--op-accent); color: var(--op-accent); }

.meet-modal-create[b-47nqqozhaz] {
    height: 34px;
    padding: 0 18px;
    border-radius: 7px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 4px 12px -4px rgba(5,151,212,0.5);
}

.meet-modal-create[b-47nqqozhaz]  svg { width: 14px; height: 14px; }
.meet-modal-create:hover[b-47nqqozhaz] { background: var(--op-accentDk); }

/* ── Switches (shared) ── */

.meet-mini-switch[b-47nqqozhaz] {
    width: 32px;
    height: 18px;
    border-radius: 999px;
    border: none;
    background: var(--op-hairline);
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    transition: background 0.15s;
    display: inline-block;
}

.meet-mini-switch.on[b-47nqqozhaz] { background: var(--op-accent); }
.meet-mini-switch.amber.on[b-47nqqozhaz] { background: var(--op-warning); }

.meet-pill-knob[b-47nqqozhaz] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #fff;
    transition: left 0.15s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.meet-mini-switch.on .meet-pill-knob[b-47nqqozhaz] { left: 16px; }

/* ── Pre-join ready screen ── */

.meet-prejoin[b-47nqqozhaz] {
    position: relative;
    background: radial-gradient(1100px 640px at 50% -12%, #232933 0%, #16191f 62%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
}

.meet-back-btn[b-47nqqozhaz] {
    position: absolute;
    top: 16px;
    left: 18px;
    height: 30px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.meet-back-btn:hover[b-47nqqozhaz] { color: #fff; border-color: rgba(255,255,255,0.3); }

.meet-prejoin-grid[b-47nqqozhaz] {
    display: grid;
    grid-template-columns: minmax(420px, 620px) 320px;
    gap: 48px;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    max-width: 1080px;
}

.meet-prejoin-left[b-47nqqozhaz] { display: flex; flex-direction: column; gap: 14px; }

.meet-prejoin-frame[b-47nqqozhaz] {
    position: relative;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #1d232e 0%, #262e3b 55%, #1c222c 100%);
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: 0 24px 64px -24px rgba(0,0,0,0.6);
}

.meet-prejoin-frame.camoff[b-47nqqozhaz] { background: #0d0f13; }
.meet-prejoin-frame video[b-47nqqozhaz] { width: 100%; height: 100%; object-fit: cover; display: block; }
.meet-prejoin-frame.camoff video[b-47nqqozhaz] { visibility: hidden; }

.meet-prejoin-camoff[b-47nqqozhaz] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255,255,255,0.45);
    font-size: 13px;
}

.meet-muted-chip[b-47nqqozhaz] {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--op-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    color: #fca5a5;
    background: rgba(220,38,38,0.18);
    border: 1px solid rgba(220,38,38,0.4);
    padding: 3px 9px;
    border-radius: 999px;
}

.meet-muted-chip[b-47nqqozhaz]  svg { width: 11px; height: 11px; }

.meet-prejoin-pills[b-47nqqozhaz] { display: flex; align-items: center; justify-content: center; gap: 10px; }

.meet-pill[b-47nqqozhaz] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 36px;
    padding: 0 6px 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.07);
    cursor: pointer;
    color: #fff;
}

.meet-pill.off[b-47nqqozhaz] { color: #f87171; }
.meet-pill[b-47nqqozhaz]  svg { width: 16px; height: 16px; }

.meet-pill-switch[b-47nqqozhaz] {
    width: 34px;
    height: 19px;
    border-radius: 999px;
    background: rgba(255,255,255,0.22);
    position: relative;
    transition: background 0.15s;
    display: inline-block;
}

.meet-pill-switch.on[b-47nqqozhaz] { background: var(--op-accent); }
.meet-pill-switch .meet-pill-knob[b-47nqqozhaz] { width: 15px; height: 15px; }
.meet-pill-switch.on .meet-pill-knob[b-47nqqozhaz] { left: 17px; }

.meet-prejoin-vdiv[b-47nqqozhaz] { width: 1px; height: 22px; background: rgba(255,255,255,0.14); }

.meet-prejoin-devices[b-47nqqozhaz] {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.meet-prejoin-devices[b-47nqqozhaz]  svg { width: 12px; height: 12px; }

.meet-prejoin-right[b-47nqqozhaz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.meet-prejoin-right h1[b-47nqqozhaz] {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
}

.meet-prejoin-who[b-47nqqozhaz] { margin-top: 6px; font-size: 14px; color: rgba(255,255,255,0.75); }
.meet-prejoin-when[b-47nqqozhaz] { margin-top: 3px; font-family: var(--op-mono); font-size: 11px; color: rgba(255,255,255,0.45); }

.meet-startnow[b-47nqqozhaz] {
    margin-top: 26px;
    width: 240px;
    height: 46px;
    border-radius: 9px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px -8px rgba(5,151,212,0.7);
}

.meet-startnow:hover[b-47nqqozhaz] { background: var(--op-accentDk); }

.meet-invite-btn[b-47nqqozhaz] {
    margin-top: 12px;
    height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,0.16);
    background: transparent;
    color: rgba(255,255,255,0.8);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.meet-invite-btn[b-47nqqozhaz]  svg { width: 14px; height: 14px; }
.meet-invite-btn:hover[b-47nqqozhaz] { color: #fff; border-color: rgba(255,255,255,0.32); }

/* Invite card (bottom-left, light) */

.meet-invite-card[b-47nqqozhaz] {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 320px;
    background: var(--op-surface);
    color-scheme: light;
    border-radius: 11px;
    box-shadow: 0 20px 56px -12px rgba(0,0,0,0.55);
    padding: 14px 16px;
    z-index: 3;
}

.meet-invite-head[b-47nqqozhaz] { display: flex; align-items: center; gap: 8px; }
.meet-invite-head > span[b-47nqqozhaz] { font-size: 13px; font-weight: 600; color: var(--op-ink); flex: 1; }
.meet-invite-head .meet-icon-btn[b-47nqqozhaz] { width: 24px; height: 24px; }

.meet-invite-label[b-47nqqozhaz] { margin-top: 10px; font-size: 11px; font-weight: 500; color: var(--op-muted); }

.meet-invite-linkrow[b-47nqqozhaz] {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    border: 1px solid var(--op-hairline);
    border-radius: 6px;
    padding: 0 9px;
    background: var(--op-surfaceAlt);
    cursor: pointer;
}

.meet-invite-linkrow[b-47nqqozhaz]  svg { width: 13px; height: 13px; flex-shrink: 0; }

.meet-invite-link[b-47nqqozhaz] {
    flex: 1;
    font-family: var(--op-mono);
    font-size: 10.5px;
    color: var(--op-ink2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meet-invite-dialin[b-47nqqozhaz] { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; }
.meet-invite-dialin .meet-invite-label[b-47nqqozhaz] { margin-top: 0; }
.meet-invite-code[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 11.5px; color: var(--op-ink2); }
.meet-invite-code b[b-47nqqozhaz] { color: var(--op-accentDk); }

.meet-invite-foot[b-47nqqozhaz] {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid var(--op-hairlineSoft);
    display: flex;
    gap: 6px;
}

.meet-invite-mail[b-47nqqozhaz], .meet-invite-copy[b-47nqqozhaz] {
    flex: 1;
    height: 28px;
    border-radius: 6px;
    font-size: 11.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.meet-invite-mail[b-47nqqozhaz] { border: none; background: var(--op-accent); color: #fff; font-weight: 600; }
.meet-invite-mail:hover[b-47nqqozhaz] { background: var(--op-accentDk); }
.meet-invite-copy[b-47nqqozhaz] { border: 1px solid var(--op-hairline); background: var(--op-surface); color: var(--op-ink2); font-weight: 500; }
.meet-invite-copy:hover[b-47nqqozhaz] { border-color: var(--op-accent); color: var(--op-accent); }
.meet-invite-foot[b-47nqqozhaz]  svg { width: 12px; height: 12px; }

/* ── Active meeting stage ── */

.meet-stagewrap[b-47nqqozhaz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    min-height: 0;
    height: 100%;
}

.meet-stagecol[b-47nqqozhaz] {
    background: #101318;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

.meet-stage-header[b-47nqqozhaz] {
    height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    flex-shrink: 0;
}

.meet-stage-title[b-47nqqozhaz] { font-size: 13.5px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meet-stage-mono[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 10.5px; color: rgba(255,255,255,0.55); white-space: nowrap; }

.meet-chip[b-47nqqozhaz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--op-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    padding: 2px 9px;
    border-radius: 999px;
    white-space: nowrap;
}

.meet-chip[b-47nqqozhaz]  svg { width: 11px; height: 11px; }
.meet-chip-dot[b-47nqqozhaz] { width: 6px; height: 6px; border-radius: 999px; background: #ef4444; }
.meet-chip.rec[b-47nqqozhaz] { color: #fca5a5; background: rgba(220,38,38,0.16); border: 1px solid rgba(220,38,38,0.35); }
.meet-chip.sharing[b-47nqqozhaz] { color: #7dd3fc; background: rgba(5,151,212,0.16); border: 1px solid rgba(5,151,212,0.4); }
.meet-chip.locked[b-47nqqozhaz] { color: #fcd34d; background: rgba(245,158,11,0.14); border: 1px solid rgba(245,158,11,0.35); }

.meet-layout-seg[b-47nqqozhaz] {
    margin-left: auto;
    display: inline-flex;
    gap: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 7px;
    padding: 3px;
}

.meet-layout-seg.disabled[b-47nqqozhaz] { opacity: 0.45; pointer-events: none; }

.meet-layout-seg button[b-47nqqozhaz] {
    height: 26px;
    padding: 0 11px;
    border-radius: 5px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 11.5px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.meet-layout-seg button[b-47nqqozhaz]  svg { width: 13px; height: 13px; }
.meet-layout-seg button svg[b-47nqqozhaz] { flex-shrink: 0; }
.meet-layout-seg button.on[b-47nqqozhaz] { background: var(--op-accent); color: #fff; }

.meet-stage-area[b-47nqqozhaz] {
    flex: 1;
    margin: 0 14px;
    min-height: 0;
    position: relative;
    background: #0b0d11;
    border-radius: 8px;
    overflow: hidden;
}

.meet-stage-area > video[b-47nqqozhaz] { width: 100%; height: 100%; object-fit: contain; display: block; }

/* The MCU canvas already contains your own tile — a local PiP would show you twice
   (field feedback). The element stays in the DOM: the JS layer wires the self-view /
   virtual-background output into it, it just never renders. */
.meet-stage-area .meet-local[b-47nqqozhaz] { display: none !important; }

.meet-stage-area .meet-local[b-47nqqozhaz] {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 190px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background: #000;
}

.meet-stage-area .meet-local.mirror[b-47nqqozhaz] { transform: scaleX(-1); }
.meet-stage-area .meet-local.camoff[b-47nqqozhaz] { opacity: 0.25; }

.meet-presenting-pill[b-47nqqozhaz] {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(5,151,212,0.92);
    color: #fff;
    font-size: 11.5px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 999px;
    box-shadow: 0 4px 16px -4px rgba(0,0,0,0.4);
    z-index: 6;
    white-space: nowrap;
}

.meet-presenting-pill[b-47nqqozhaz]  svg { width: 13px; height: 13px; }

.meet-hands-stack[b-47nqqozhaz] {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 6;
}

.meet-hand-chip[b-47nqqozhaz] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #1a1d22;
    background: #fbbf24;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    width: fit-content;
}

.meet-hand-chip[b-47nqqozhaz]  svg { width: 11px; height: 11px; }

/* Waiting-room toast */

.meet-wait-toast[b-47nqqozhaz] {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    background: #22262c;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 12px 40px -10px rgba(0,0,0,0.6);
    max-width: calc(100% - 28px);
}

.meet-wait-text[b-47nqqozhaz] { display: flex; flex-direction: column; min-width: 0; }
.meet-wait-name[b-47nqqozhaz] { font-size: 12.5px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.meet-wait-sub[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 10px; color: rgba(255,255,255,0.5); }
.meet-wait-sub.locked[b-47nqqozhaz] { color: #fcd34d; }

.meet-wait-admit[b-47nqqozhaz] {
    height: 28px;
    padding: 0 14px;
    border-radius: 6px;
    border: none;
    background: var(--op-success);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    flex-shrink: 0;
}

.meet-wait-deny[b-47nqqozhaz] {
    height: 28px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.18);
    background: transparent;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    flex-shrink: 0;
}

.meet-wait-deny:hover[b-47nqqozhaz] { color: #fff; border-color: rgba(255,255,255,0.35); }

/* Floating reactions */

.meet-react-layer[b-47nqqozhaz] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 5;
}

.meet-floater[b-47nqqozhaz] {
    position: absolute;
    bottom: 24px;
    font-size: 34px;
    animation: meet-float-b-47nqqozhaz 2.4s ease-out forwards;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}

@keyframes meet-float-b-47nqqozhaz {
    0%   { transform: translateY(0) scale(0.7); opacity: 0; }
    12%  { transform: translateY(-26px) scale(1.15); opacity: 1; }
    24%  { transform: translateY(-53px) scale(1); }
    100% { transform: translateY(-220px) scale(1); opacity: 0; }
}

/* Share toast (kept from v1 — link surface over the stage) */

.meet-share-toast[b-47nqqozhaz] {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: min(480px, calc(100% - 28px));
    background: var(--op-surface);
    border: 1px solid var(--op-hairline);
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: var(--op-shadow-float);
    z-index: 7;
}

.meet-share-toast-text[b-47nqqozhaz] { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.meet-share-toast-title[b-47nqqozhaz] { font-size: 11px; letter-spacing: 0.1em; color: var(--op-ink2); text-transform: uppercase; }

.meet-share-toast-link[b-47nqqozhaz] {
    font-family: var(--op-mono);
    font-size: 12.5px;
    color: var(--op-ink);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meet-share-toast-copy[b-47nqqozhaz] {
    flex-shrink: 0;
    padding: 6px 14px;
    border: none;
    border-radius: 6px;
    background: var(--op-accentDk);
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
}

.meet-share-toast-copy:hover[b-47nqqozhaz] { background: var(--op-accent); }

.meet-share-toast-close[b-47nqqozhaz] {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: var(--op-ink2);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 2px 4px;
}

.meet-share-toast-close:hover[b-47nqqozhaz] { color: var(--op-ink); }

/* ── Control bar ── */

.meet-ctlbar[b-47nqqozhaz] {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-shrink: 0;
    position: relative;
}

.meet-ctl[b-47nqqozhaz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0 4px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: rgba(255,255,255,0.85);
    font-size: 10.5px;
    font-weight: 500;
    min-width: 64px;
}

.meet-ctl.on[b-47nqqozhaz] { color: var(--op-accent); }
.meet-ctl.danger[b-47nqqozhaz] { color: #fca5a5; }

.meet-ctl-circle[b-47nqqozhaz] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.meet-ctl-circle[b-47nqqozhaz]  svg { width: 19px; height: 19px; }
.meet-ctl.on .meet-ctl-circle[b-47nqqozhaz] { background: rgba(5,151,212,0.22); border-color: var(--op-accent); }
.meet-ctl.danger .meet-ctl-circle[b-47nqqozhaz] { background: #dc2626; border-color: #dc2626; color: #fff; }

.meet-ctl-div[b-47nqqozhaz] { width: 1px; height: 40px; background: rgba(255,255,255,0.12); margin: 0 10px; }

/* React popover */

.meet-react-pop[b-47nqqozhaz] {
    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
    background: #22262c;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    box-shadow: 0 16px 48px -12px rgba(0,0,0,0.6);
    z-index: 10;
}

.meet-react-row[b-47nqqozhaz] { display: flex; gap: 4px; }

.meet-react-cell[b-47nqqozhaz] {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.meet-react-cell:hover[b-47nqqozhaz] { background: rgba(255,255,255,0.1); }

.meet-hand-btn[b-47nqqozhaz] {
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.85);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.meet-hand-btn[b-47nqqozhaz]  svg { width: 15px; height: 15px; }
.meet-hand-btn.up[b-47nqqozhaz] { border-color: #fbbf24; background: rgba(251,191,36,0.16); color: #fbbf24; }

/* Settings popover */

.meet-settings-pop[b-47nqqozhaz] {
    position: absolute;
    bottom: 78px;
    right: 24px;
    width: 300px;
    max-height: calc(100vh - 240px);
    background: #22262c;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 16px 48px -12px rgba(0,0,0,0.6);
    z-index: 10;
    overflow-y: auto;
    box-sizing: border-box;
}

.meet-settings-head[b-47nqqozhaz] { display: flex; align-items: center; gap: 8px; }
.meet-settings-head[b-47nqqozhaz]  svg { width: 15px; height: 15px; }
.meet-settings-head > span[b-47nqqozhaz] { font-size: 13px; font-weight: 600; color: #fff; flex: 1; }
.meet-settings-head .meet-icon-btn[b-47nqqozhaz] { width: 24px; height: 24px; }

.meet-dark-select[b-47nqqozhaz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
}

.meet-dark-select select[b-47nqqozhaz] {
    height: 32px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 7px;
    padding: 0 8px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 12px;
    min-width: 0;
    color-scheme: dark;
}

.meet-settings-div[b-47nqqozhaz] { height: 1px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

.meet-dark-toggle[b-47nqqozhaz] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    text-align: left;
    width: 100%;
}

.meet-dark-toggle .meet-mini-switch[b-47nqqozhaz] { background: rgba(255,255,255,0.2); }
.meet-dark-toggle .meet-mini-switch.on[b-47nqqozhaz] { background: var(--op-accent); }

.meet-dark-toggle-text[b-47nqqozhaz] { display: flex; flex-direction: column; gap: 1px; }
.meet-dark-toggle-text > span:first-child[b-47nqqozhaz] { font-size: 12.5px; font-weight: 500; color: #fff; }
.meet-dark-toggle-text .hint[b-47nqqozhaz] { font-size: 10.5px; color: rgba(255,255,255,0.45); }

.meet-settings-status[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 10px; color: rgba(255,255,255,0.4); line-height: 1.6; }

/* ── Virtual background tiles (settings popover) ── */

.meet-vbg[b-47nqqozhaz] { display: flex; flex-direction: column; gap: 7px; }

.meet-vbg-label[b-47nqqozhaz] { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); }

.meet-vbg-grid[b-47nqqozhaz] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }

.meet-vbg-tile[b-47nqqozhaz] {
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    border: 1.5px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.85);
    font-size: 10.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 5px 7px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background: #2b3442;
}

.meet-vbg-tile:hover:not(:disabled)[b-47nqqozhaz] { border-color: rgba(255,255,255,0.4); }
.meet-vbg-tile.sel[b-47nqqozhaz] { border-color: var(--op-accent); box-shadow: 0 0 0 1px var(--op-accent); }
.meet-vbg-tile:disabled[b-47nqqozhaz] { opacity: 0.45; cursor: default; }

.meet-vbg-tile.none[b-47nqqozhaz] { background: #1b212c; }
.meet-vbg-tile.blur[b-47nqqozhaz] {
    background:
        radial-gradient(14px 14px at 30% 40%, rgba(255,255,255,0.25), transparent),
        radial-gradient(18px 18px at 70% 60%, rgba(255,255,255,0.15), transparent),
        #2b3442;
    filter: none;
}
/* Preset stand-ins mirror the JS gradient painters; real photos in
   /images/backgrounds/{key}.jpg take over automatically when supplied. */
.meet-vbg-tile.preset-office[b-47nqqozhaz] { background: linear-gradient(135deg, #232a36 0%, #2e3a4c 55%, #1b212c 100%); }
.meet-vbg-tile.preset-loft[b-47nqqozhaz] { background: linear-gradient(135deg, #38302a 0%, #57493d 55%, #241f1b 100%); }
.meet-vbg-tile.preset-coast[b-47nqqozhaz] { background: linear-gradient(160deg, #16324f 0%, #2d5f8a 55%, #9cc3de 100%); }
.meet-vbg-tile.upload[b-47nqqozhaz] { background: repeating-linear-gradient(45deg, #262c37 0 8px, #2b3442 8px 16px); }

.meet-vbg-hint[b-47nqqozhaz] { font-size: 10.5px; color: rgba(255,255,255,0.45); }

/* ── Right rail (participants / chat) ── */

.meet-rail[b-47nqqozhaz] {
    background: var(--op-surface);
    border-left: 1px solid var(--op-hairline);
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.meet-rail-tabs[b-47nqqozhaz] {
    padding: 10px 10px 0;
    border-bottom: 1px solid var(--op-hairlineSoft);
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

.meet-rail-tabs button[b-47nqqozhaz] {
    flex: 1;
    height: 34px;
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--op-muted);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.meet-rail-tabs button.on[b-47nqqozhaz] { border-bottom-color: var(--op-accent); color: var(--op-ink); font-weight: 600; }

.meet-tab-chip[b-47nqqozhaz] {
    font-family: var(--op-mono);
    font-size: 10px;
    color: var(--op-mutedSoft);
    background: var(--op-surfaceAlt);
    padding: 1px 6px;
    border-radius: 999px;
}

.meet-rail-tabs button.on .meet-tab-chip[b-47nqqozhaz] { color: var(--op-accentDk); background: var(--op-accentSoft); }

/* Lock meeting row */

.meet-lock-row[b-47nqqozhaz] {
    padding: 10px 14px;
    border-bottom: 1px solid var(--op-hairlineSoft);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.meet-lock-row.locked[b-47nqqozhaz] { background: var(--op-warningSoft); }
.meet-lock-row[b-47nqqozhaz]  svg { width: 15px; height: 15px; flex-shrink: 0; }

.meet-lock-text[b-47nqqozhaz] { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.meet-lock-title[b-47nqqozhaz] { font-size: 12.5px; font-weight: 600; color: var(--op-ink); }
.meet-lock-hint[b-47nqqozhaz] { font-size: 10.5px; color: var(--op-muted); }
.meet-lock-row.locked .meet-lock-hint[b-47nqqozhaz] { color: var(--op-warning); }

.meet-lock-note[b-47nqqozhaz] {
    margin: 2px 9px 4px;
    padding: 7px 10px;
    border-radius: 6px;
    background: var(--op-warningSoft);
    font-size: 11px;
    color: var(--op-warning);
    display: flex;
    align-items: center;
    gap: 7px;
}

.meet-lock-note[b-47nqqozhaz]  svg { width: 12px; height: 12px; }

/* Roster */

.meet-roster[b-47nqqozhaz] {
    padding: 8px 7px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    overflow: auto;
    min-height: 0;
}

.meet-roster-empty[b-47nqqozhaz] { color: var(--op-ink2); font-size: 12.5px; padding: 8px 4px; }

.meet-roster-label[b-47nqqozhaz] {
    padding: 8px 9px 3px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--op-muted);
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.meet-roster-label.lobby[b-47nqqozhaz] { color: var(--op-warning); padding-top: 4px; }

.meet-admit-all[b-47nqqozhaz] {
    margin-left: auto;
    border: none;
    background: transparent;
    color: var(--op-accentDk);
    font-size: 10.5px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    letter-spacing: normal;
    text-transform: none;
}

.meet-member[b-47nqqozhaz] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 9px;
    border-radius: 7px;
    font-size: 13px;
}

.meet-member.talking[b-47nqqozhaz] { background: var(--op-accentSoft); }
.meet-member.lobby[b-47nqqozhaz] { opacity: 0.8; }

.meet-avatar[b-47nqqozhaz] {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--op-accentDk);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

.meet-avatar.guest[b-47nqqozhaz] { background: #64748b; }
.meet-avatar.me[b-47nqqozhaz] { background: var(--op-accent); }
.meet-avatar.sm[b-47nqqozhaz] { width: 26px; height: 26px; }
.meet-avatar.xs[b-47nqqozhaz] { width: 24px; height: 24px; font-size: 9px; margin-top: 2px; }
.meet-wait-toast .meet-avatar[b-47nqqozhaz] { width: 30px; height: 30px; font-size: 11px; }

.meet-member-text[b-47nqqozhaz] { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.meet-member-name[b-47nqqozhaz] { font-size: 12.5px; font-weight: 500; color: var(--op-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.meet-member-sub[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 10px; color: var(--op-muted); }

.meet-member[b-47nqqozhaz]  svg { flex-shrink: 0; }

.meet-member-actions[b-47nqqozhaz] { display: flex; gap: 3px; flex-shrink: 0; }
.meet-member-actions.hover[b-47nqqozhaz] { visibility: hidden; }
.meet-member:hover .meet-member-actions.hover[b-47nqqozhaz] { visibility: visible; }

.meet-member-actions button[b-47nqqozhaz] {
    width: 26px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.meet-member-actions button[b-47nqqozhaz]  svg { width: 12px; height: 12px; }
.meet-member-actions button:hover[b-47nqqozhaz] { border-color: var(--op-accent); color: var(--op-accent); }

.meet-member-actions .meet-admit[b-47nqqozhaz] {
    width: auto;
    height: 24px;
    padding: 0 11px;
    border: none;
    background: var(--op-success);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

.meet-member-actions .meet-admit:hover[b-47nqqozhaz] { background: var(--op-success); color: #fff; filter: brightness(1.1); }

.meet-member-actions .meet-deny[b-47nqqozhaz] { width: 24px; height: 24px; color: var(--op-error); }
.meet-member-actions .meet-deny:hover[b-47nqqozhaz] { border-color: var(--op-error); color: var(--op-error); }

.meet-rail-foot[b-47nqqozhaz] {
    padding: 11px 14px;
    border-top: 1px solid var(--op-hairlineSoft);
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex-shrink: 0;
}

.meet-copy-guest[b-47nqqozhaz] {
    height: 32px;
    border-radius: 7px;
    border: 1px solid var(--op-hairline);
    background: var(--op-surface);
    color: var(--op-ink2);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.meet-copy-guest[b-47nqqozhaz]  svg { width: 13px; height: 13px; }
.meet-copy-guest:hover[b-47nqqozhaz] { border-color: var(--op-accent); color: var(--op-accent); }

.meet-rail-dialin[b-47nqqozhaz] { font-size: 11px; color: var(--op-muted); text-align: center; font-family: var(--op-mono); }

/* Chat tab */

.meet-chat-list[b-47nqqozhaz] {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    overflow: auto;
    min-height: 0;
}

.meet-chat-sys[b-47nqqozhaz] { display: flex; align-items: center; gap: 8px; padding: 2px 4px; }
.meet-chat-sys .line[b-47nqqozhaz] { flex: 1; height: 1px; background: var(--op-hairlineSoft); }
.meet-chat-sys .text[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 9.5px; color: var(--op-mutedSoft); white-space: nowrap; }

.meet-chat-msg[b-47nqqozhaz] { display: flex; gap: 8px; padding: 3px 4px; }

.meet-chat-body[b-47nqqozhaz] { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.meet-chat-meta[b-47nqqozhaz] { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.meet-chat-name[b-47nqqozhaz] { font-size: 11.5px; font-weight: 600; color: var(--op-ink); }

.meet-guest-chip[b-47nqqozhaz] {
    font-family: var(--op-mono);
    font-size: 8px;
    letter-spacing: 0.08em;
    color: var(--op-accentDk);
    background: var(--op-accentSoft);
    padding: 1px 5px;
    border-radius: 3px;
}

.meet-chat-time[b-47nqqozhaz] { font-family: var(--op-mono); font-size: 9.5px; color: var(--op-mutedSoft); }
.meet-chat-text[b-47nqqozhaz] { font-size: 12.5px; color: var(--op-ink2); line-height: 1.45; overflow-wrap: break-word; }

.meet-chat-compose[b-47nqqozhaz] {
    padding: 10px 12px;
    border-top: 1px solid var(--op-hairlineSoft);
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
}

.meet-chat-inputrow[b-47nqqozhaz] { display: flex; gap: 6px; }

.meet-chat-inputrow input[b-47nqqozhaz] {
    flex: 1;
    height: 34px;
    border: 1px solid var(--op-hairline);
    border-radius: 8px;
    padding: 0 11px;
    font-size: 12.5px;
    background: var(--op-surface);
    color: var(--op-ink);
    outline: none;
    min-width: 0;
    box-sizing: border-box;
}

.meet-chat-inputrow input:focus[b-47nqqozhaz] { border-color: var(--op-accent); }

.meet-chat-inputrow button[b-47nqqozhaz] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: none;
    background: var(--op-accent);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.meet-chat-inputrow button[b-47nqqozhaz]  svg { width: 15px; height: 15px; }
.meet-chat-inputrow button:hover:not(:disabled)[b-47nqqozhaz] { background: var(--op-accentDk); }
.meet-chat-inputrow button:disabled[b-47nqqozhaz] { opacity: 0.5; cursor: default; }

.meet-chat-footnote[b-47nqqozhaz] { font-size: 10.5px; color: var(--op-mutedSoft); }

/* ── Small screens ── */

@media (max-width: 1100px) {
    .meet-prejoin-grid[b-47nqqozhaz] { grid-template-columns: 1fr; gap: 24px; padding: 60px 24px 24px; max-width: 640px; }
}

@media (max-width: 900px) {
    .meet-page[b-47nqqozhaz] { grid-template-columns: minmax(0, 1fr); }
    .meet-sidebar[b-47nqqozhaz] { display: none; }
    .meet-lobby-grid[b-47nqqozhaz] { grid-template-columns: 1fr; }
    .meet-stagewrap[b-47nqqozhaz] { grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr) auto; height: auto; }
    .meet-rail[b-47nqqozhaz] { border-left: none; border-top: 1px solid var(--op-hairline); max-height: 45vh; }
    .meet-stage-area[b-47nqqozhaz] { min-height: 240px; }
}
/* /Pages/OfficeAdvancedBlf.razor.rz.scp.css */
/* Column-priority reflow for the BLF template list
   (see the op-grid-table convention in wwwroot/css/app.css).
   Desktop is untouched; !important beats the inline --table-cols. */
@media (max-width: 1024px) {
    .blf-table[b-der0p5m1un] {
        --table-cols: 1.3fr 70px 110px 230px !important;
    }

    /* Editor name/description grid stacks. */
    .blf-edit-grid[b-der0p5m1un] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .blf-table[b-der0p5m1un] {
        --table-cols: 1fr auto !important;
    }
}
/* /Pages/OfficeDashboard.razor.rz.scp.css */
/* Scoped styles for /office/dashboard. Tile/grid wrapping already lives in
   app.css (op-dash-tiles / op-dash-grid); this page overrides the grid to a
   row-flow layout so System Information | License Information sit side by
   side with Storage & Maintenance spanning full width beneath them, followed
   by Services | Quick Links. Also: the recent-events mini table column
   priority (≤640px drops Category). */

.dash-grid[b-xxxbhfps75] {
    grid-auto-flow: row;
    grid-template-rows: none;
}

.dash-span-full[b-xxxbhfps75] {
    grid-column: 1 / -1;
}

/* Full-width Storage & Maintenance: toggles (Auto Backup / Remote Storage /
   Audit Log) on the left, usage bars (Disk / Recordings / Voicemail) on the
   right. */
.dash-storage[b-xxxbhfps75] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px 40px;
    align-items: start;
}

@media (max-width: 768px) {
    .dash-storage[b-xxxbhfps75] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .op-table-header[b-xxxbhfps75],
    .op-table-row[b-xxxbhfps75] {
        grid-template-columns: 130px 80px 1fr;
    }
}
/* /Pages/OfficeGroups.razor.rz.scp.css */
/* Scoped styles for /office/groups — responsive column priority.
   All three columns (Name · Users · Actions) survive on phones; the grid
   just re-weights so the Edit/Delete buttons keep room. */

@media (max-width: 640px) {
    .gr-table-head[b-42ha4u1x2h],
    .gr-table-row[b-42ha4u1x2h] {
        grid-template-columns: 1.4fr 0.5fr auto;
    }
}
/* /Pages/OfficeHours.razor.rz.scp.css */
/* Scoped styles for /office/office-hours. */

/* Card titles were spans; keep the h2 rendering identical. */
h2.oh-card-title[b-pzf219zw13] {
    margin: 0;
    font-family: inherit;
}

/* Week grid — was an inline style; moved to a class so the layout can respond.
   Desktop rendering is identical to the old inline declaration. */
.oh-week-grid[b-pzf219zw13] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    border-bottom: 1px solid var(--neutral-stroke-rest);
    margin-bottom: 8px;
}

/* ≤640px: the seven day columns stack into full-width day cards. */
@media (max-width: 640px) {
    .oh-week-grid[b-pzf219zw13] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/OfficeInboundRules.razor.rz.scp.css */
/* Scoped styles for /office/inbound-rules — responsive column priority +
   heading restyle. Desktop rendering is pixel-identical (all rules live
   behind max-width queries except the h2 reset below, which restores the
   former div's box metrics). */

/* ir-section-title was a div; keep the h2 rendering identical. */
h2.ir-section-title[b-27k161kif2] {
    margin-top: 0;
}

/* Column priority (see the op-grid-table convention in app.css):
   base: 40px 60px 1.5fr 1fr 1.2fr 1.4fr 1.4fr
         select · type · name · trunk · did · in-office · out-of-office
   ≤1024px hides TRUNK (op-col-hide-md); ≤640px also hides DID + OUT OF OFFICE
   (op-col-hide-sm), leaving select · type · name · in-office. */
@media (max-width: 1024px) {
    .ir-table-head[b-27k161kif2],
    .ir-table-row[b-27k161kif2] {
        grid-template-columns: 40px 60px 1.5fr 1.2fr 1.4fr 1.4fr;
    }
}

@media (max-width: 640px) {
    .ir-table-head[b-27k161kif2],
    .ir-table-row[b-27k161kif2] {
        grid-template-columns: 40px 52px 1.4fr 1.6fr;
    }
}
/* /Pages/OfficeMachine.razor.rz.scp.css */
/* Scoped styles for /office/machine (Tenant Dashboard).
   Everything else comes from app.css (op-dash-tiles, op-table, op-card…). */

/* Four rollup tiles, not the dashboard's six. */
.tn-dash-tiles[b-bdr01ld6yh] {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
    .tn-dash-tiles[b-bdr01ld6yh] { grid-template-columns: repeat(2, 1fr); }
}

.tn-name[b-bdr01ld6yh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.tn-domain[b-bdr01ld6yh] { color: var(--op-muted); font-size: 12px; }

.tn-capacity[b-bdr01ld6yh] { color: var(--op-mutedSoft); }

.tn-calls[b-bdr01ld6yh] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--op-muted);
}

.tn-calls--live[b-bdr01ld6yh] { color: var(--op-ink); }

.tn-actions-cell[b-bdr01ld6yh] { text-align: right; }

/* Suspended tenants read as inert without hiding their data. */
.tn-row--suspended .tn-name[b-bdr01ld6yh],
.tn-row--suspended .tn-domain[b-bdr01ld6yh],
.tn-row--suspended td.op-mono[b-bdr01ld6yh] {
    color: var(--op-mutedSoft);
}

.tn-footnote[b-bdr01ld6yh] {
    margin: 10px 2px 0;
    font-size: 12px;
    color: var(--op-muted);
}

.tn-footnote a[b-bdr01ld6yh] { color: var(--op-accentDk); text-decoration: none; }
.tn-footnote a:hover[b-bdr01ld6yh] { text-decoration: underline; }

/* ≤640px: Extensions + Registered columns drop (op-col-hide-sm in markup). */
/* /Pages/OfficeOutboundRules.razor.rz.scp.css */
/* Scoped styles for /office/outbound-rules — responsive column priority +
   heading/button restyles. Desktop rendering stays pixel-identical. */

/* or-section-title was a div; keep the h2 rendering identical. */
h2.or-section-title[b-blzryrarbz] {
    margin-top: 0;
}

/* Row edit action was a bare clickable icon; the wrapping button is
   visually transparent (icon keeps its own color/size). */
.or-edit-btn[b-blzryrarbz] {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
}

/* Column priority (see the op-grid-table convention in app.css):
   base: 40px 1.5fr 1.2fr 1fr 2fr 30px
         select · name/pattern · manipulation · groups · trunk chain · edit
   ≤1024px hides GROUPS; ≤640px also hides MANIPULATION + TRUNK CHAIN,
   leaving select · name/pattern · edit. */
@media (max-width: 1024px) {
    .or-table-head[b-blzryrarbz],
    .or-table-row[b-blzryrarbz] {
        grid-template-columns: 40px 1.5fr 1.2fr 2fr 30px;
    }
}

@media (max-width: 640px) {
    .or-table-head[b-blzryrarbz],
    .or-table-row[b-blzryrarbz] {
        grid-template-columns: 40px 1fr 30px;
    }
}

/* Edit form: stack the 3-across criteria grid and the 5-column routes grid
   on narrow screens so fields stay usable at 360px. */
@media (max-width: 640px) {
    .or-criteria-grid[b-blzryrarbz] {
        grid-template-columns: 1fr;
    }

    .or-routes-grid[b-blzryrarbz] {
        grid-template-columns: 1fr;
    }

    /* Column headers of the routes grid make no sense stacked. */
    .or-routes-grid-head[b-blzryrarbz] {
        display: none;
    }
}
/* /Pages/OfficePhones.razor.rz.scp.css */
/* Scoped styles for /office/phones — responsive column priority.
   base: 32px 70px 110px 1.4fr 1.2fr 1fr 140px 30px
         select · ext · vendor · model/fw · name · mac/ip · actions · kebab
   ≤1024px hides VENDOR + ACTIONS (row actions repeat in the kebab menu);
   ≤640px also hides NAME + MAC/IP, leaving select · ext · model · kebab. */

@media (max-width: 1024px) {
    .ph-table-head[b-qdwmahol2s],
    .ph-table-row[b-qdwmahol2s] {
        grid-template-columns: 32px 70px 1.4fr 1.2fr 1fr 30px;
    }
}

@media (max-width: 640px) {
    .ph-table-head[b-qdwmahol2s],
    .ph-table-row[b-qdwmahol2s] {
        grid-template-columns: 32px 60px 1fr 30px;
    }
}
/* /Pages/OfficeTenants.razor.rz.scp.css */
/* Scoped styles for /office/tenants. Form fields are StField (app.css);
   this file only lays out the grids and styles the inline delete-confirm. */

.tn-form-grid[b-ftg1uhaupp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 12px;
}

/* Last column fits "Max extensions" + its "0 = unlimited" hint on one label line. */
.tn-form-grid--owner[b-ftg1uhaupp] {
    grid-template-columns: 110px minmax(0, 1fr) minmax(0, 1fr) 175px;
}

@media (max-width: 768px) {
    .tn-form-grid[b-ftg1uhaupp],
    .tn-form-grid--owner[b-ftg1uhaupp] {
        grid-template-columns: minmax(0, 1fr);
    }
}

.tn-form-actions[b-ftg1uhaupp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 2px;
}

.tn-form-note[b-ftg1uhaupp] {
    font-size: 12px;
    color: var(--op-muted);
}

.tn-form-note code[b-ftg1uhaupp],
.tn-dns-note code[b-ftg1uhaupp] {
    font-family: var(--op-mono);
    font-size: 11px;
    background: var(--op-surfaceAlt);
    border: 1px solid var(--op-hairlineSoft);
    border-radius: 4px;
    padding: 1px 5px;
}

/* DNS + TLS prerequisite note — kickered aside, not a wall of paragraphs. */
.tn-dns-note[b-ftg1uhaupp] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: var(--op-surfaceAlt);
    border: 1px solid var(--op-hairlineSoft);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--op-ink2);
}

.tn-dns-note-kicker[b-ftg1uhaupp] {
    flex-shrink: 0;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--op-accentDk);
    background: var(--op-accentSoft);
    border-radius: 4px;
    padding: 3px 7px;
    margin-top: 1px;
    white-space: nowrap;
}

/* ── Table details ── */

.tn-name[b-ftg1uhaupp] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.tn-id[b-ftg1uhaupp] { color: var(--op-mutedSoft); }
.tn-domain[b-ftg1uhaupp] { color: var(--op-muted); font-size: 12px; }
.tn-capacity[b-ftg1uhaupp] { color: var(--op-mutedSoft); }
.tn-created[b-ftg1uhaupp] { color: var(--op-muted); font-size: 11.5px; }

.tn-row--suspended .tn-name[b-ftg1uhaupp],
.tn-row--suspended .tn-domain[b-ftg1uhaupp] {
    color: var(--op-mutedSoft);
}

.tn-actions-cell[b-ftg1uhaupp] { text-align: right; }

.tn-actions[b-ftg1uhaupp] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: wrap;
}

/* Inline delete-confirm input — mirrors StField's input at row height. */
.tn-confirm-input[b-ftg1uhaupp] {
    height: 26px;
    width: 190px;
    border: 1px solid var(--op-hairline);
    border-radius: 6px;
    background: var(--op-surface);
    padding: 0 8px;
    font-size: 11.5px;
    color: var(--op-ink);
    outline: none;
}

.tn-confirm-input:focus[b-ftg1uhaupp] { border-color: var(--op-error); }
.tn-confirm-input[b-ftg1uhaupp]::placeholder { color: var(--op-mutedSoft); }

.tn-footnote[b-ftg1uhaupp] {
    margin: 10px 2px 0;
    font-size: 12px;
    color: var(--op-muted);
}
/* /Pages/OfficeUsersEdit.razor.rz.scp.css */
/* Scoped styles for /office/users/edit. */

/* Inline required-field error (paired with aria-invalid/aria-describedby on
   the Extension field; the toast + tab marker remain). */
.ue-field-error[b-cd0iujhjuv] {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: var(--op-error);
}

/* Codec rows gained keyboard Move up/down buttons next to Remove; the last
   grid track widens to fit the three stealth buttons. */
.ue-codec-header[b-cd0iujhjuv],
.ue-codec-row[b-cd0iujhjuv] {
    grid-template-columns: 30px 60px 1fr 110px;
}

.ue-codec-actions[b-cd0iujhjuv] {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-end;
}

/* The inline "Mailbox" heading style lives in a11y.css — Settings renders the
   same class, and a scoped rule here would leave it unstyled there. */

/* ── Responsive (desktop unchanged) ── */
@media (max-width: 1024px) {
    /* 8-column permissions table scrolls instead of crushing. */
    .ue-perm-table[b-cd0iujhjuv] {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 640px) {
    .ue-identity[b-cd0iujhjuv] {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ue-identity-actions[b-cd0iujhjuv] {
        width: 100%;
        flex-wrap: wrap;
    }
}
/* /Pages/Panel.razor.rz.scp.css */
/* ── Panel page: pause toggle + responsive layout (desktop pixels untouched except
      the new pause button; base classes live in Panel.razor's style block). ── */

/* Pause/resume live updates (WCAG 2.2.2) — sits between the Live pill and the clock. */
.pnl-pause[b-8e51izg2mz] {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--op-surface);
    border: 1px solid var(--op-hairline);
    border-radius: 6px;
    cursor: pointer;
    color: var(--op-ink2);
    font-size: 11px;
    line-height: 1;
    flex-shrink: 0;
}

.pnl-pause:hover[b-8e51izg2mz] {
    background: var(--op-surfaceAlt);
}

.pnl-pause[aria-pressed="true"][b-8e51izg2mz] {
    color: var(--op-accent);
    border-color: var(--op-accent);
    background: var(--op-accentSoft);
}

/* Paused state of the Live pill. */
.pnl-live.paused[b-8e51izg2mz] {
    color: var(--op-muted);
    background: var(--op-surfaceAlt);
}

.pnl-live.paused .pnl-live-dot[b-8e51izg2mz] {
    background: var(--op-muted);
    box-shadow: none;
}

/* Keep the view-selector menu inside the viewport on narrow screens. */
.pnl-sel-menu[b-8e51izg2mz] {
    max-width: min(320px, calc(100vw - 24px));
}

/* ── ≤1024px: stack the queue columns; page scrolls vertically ── */
@media (max-width: 1024px) {
    .pnl-body[b-8e51izg2mz] {
        overflow-y: auto;
    }

    .pnl-singlequeue[b-8e51izg2mz] {
        grid-template-columns: 1fr;
    }

    /* Single-queue roster rail (Panel-owned tablewrap/card): grow with content. */
    .pnl-tablewrap[b-8e51izg2mz] {
        flex: none;
        min-height: 0;
    }

    .pnl-card[b-8e51izg2mz] {
        flex: none;
        overflow: visible;
    }

    /* Receptionist: the two halves stack and size to content; page scrolls. */
    .pnl-rec-active[b-8e51izg2mz],
    .pnl-rec-dir[b-8e51izg2mz] {
        flex: none;
        min-height: 0;
    }

    .pnl-rec-scroll[b-8e51izg2mz] {
        overflow: visible;
    }

    /* Wallboard stat tiles wrap 2-up. */
    .pnl-wall[b-8e51izg2mz] {
        grid-template-rows: none;
        grid-auto-rows: auto;
        overflow-y: auto;
    }

    .pnl-wall-tilerow[b-8e51izg2mz] {
        grid-template-columns: repeat(2, 1fr);
    }

    .pnl-wall-tile:nth-child(2n)[b-8e51izg2mz] {
        border-right: none;
    }
}

/* ── ≤640px: phone ── */
@media (max-width: 640px) {
    .pnl-header[b-8e51izg2mz] {
        flex-wrap: wrap;
        gap: 8px 10px;
        padding: 10px 12px;
    }

    .pnl-title[b-8e51izg2mz] {
        font-size: 18px;
    }

    .pnl-clock[b-8e51izg2mz] {
        font-size: 10.5px;
    }

    .pnl-body[b-8e51izg2mz] {
        padding: 12px 12px 14px;
        gap: 12px;
    }

    /* Receptionist directory becomes 2-up cards. */
    .pnl-rec-toolbar[b-8e51izg2mz] {
        flex-wrap: wrap;
    }

    .pnl-rec-cards.grid[b-8e51izg2mz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pnl-rec-card[b-8e51izg2mz] {
        padding: 9px 10px;
        gap: 8px;
    }

    /* Wallboard banner stacks; clock/title shrink via their existing clamp()s. */
    .pnl-wall-banner[b-8e51izg2mz] {
        grid-template-columns: 1fr;
    }

    .pnl-wall-clockcell[b-8e51izg2mz] {
        border-right: none;
        border-bottom: 1px solid var(--op-hairline);
        padding: 14px 0;
    }

    .pnl-wall-titlecell[b-8e51izg2mz] {
        padding: 14px 0;
    }
}
/* /Pages/PanelAgentsTable.razor.rz.scp.css */
/* ── Panel agents table: responsive column-priority overrides (desktop untouched) ──
 * Same convention as PanelCallsTable.razor.css / the app.css op-grid-table contract. */

@media (max-width: 1024px) {
    .op-col-hide-md[b-nfxf90iz5y] {
        display: none !important;
    }

    /* Queues hidden → Ext · Agent · Status · Today · Talk. */
    .pnl-grid-head[b-nfxf90iz5y],
    .pnl-grid-row[b-nfxf90iz5y] {
        grid-template-columns: 66px 1.5fr 1fr 96px 78px !important;
    }

    /* Stacked layout: let the card grow with its rows and the page scroll instead. */
    .pnl-tablewrap[b-nfxf90iz5y] {
        flex: none;
        min-height: 0;
    }

    .pnl-card[b-nfxf90iz5y] {
        flex: none;
        overflow: visible;
    }

    .pnl-section-label[b-nfxf90iz5y],
    .pnl-legend[b-nfxf90iz5y] {
        flex-wrap: wrap;
        row-gap: 4px;
    }
}

@media (max-width: 640px) {
    .op-col-hide-sm[b-nfxf90iz5y] {
        display: none !important;
    }

    /* Ext/Today/Talk hidden too → Agent · Status. */
    .pnl-grid-head[b-nfxf90iz5y],
    .pnl-grid-row[b-nfxf90iz5y] {
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) !important;
        padding-left: 10px;
        padding-right: 10px;
        gap: 8px;
    }
}
/* /Pages/PanelCallsTable.razor.rz.scp.css */
/* ── Panel calls table: responsive column-priority overrides (desktop untouched) ──
 *
 * Follows the app.css op-grid-table convention: cells marked op-col-hide-md/-sm
 * (on BOTH the head and row cell) disappear at ≤1024px / ≤640px, and the
 * grid-template-columns is re-declared here (!important beats the inline style)
 * to mirror the remaining column count. The actions column always stays last.
 */

@media (max-width: 1024px) {
    .op-col-hide-md[b-e0y3evgzrl] {
        display: none !important;
    }

    /* Rec hidden → 7 cols (with Queue) / 6 cols (single-queue view). */
    .pnl-grid-head.has-q[b-e0y3evgzrl],
    .pnl-grid-row.has-q[b-e0y3evgzrl] {
        grid-template-columns: 104px 2fr 1.7fr 0.9fr 1fr 74px minmax(0, auto) !important;
    }

    .pnl-grid-head.no-q[b-e0y3evgzrl],
    .pnl-grid-row.no-q[b-e0y3evgzrl] {
        grid-template-columns: 104px 2fr 1.7fr 1fr 74px minmax(0, auto) !important;
    }

    /* Stacked layout: let the card grow with its rows and the page scroll instead. */
    .pnl-tablewrap[b-e0y3evgzrl] {
        flex: none;
        min-height: 0;
    }

    .pnl-card[b-e0y3evgzrl] {
        flex: none;
        overflow: visible;
    }
}

@media (max-width: 640px) {
    .op-col-hide-sm[b-e0y3evgzrl] {
        display: none !important;
    }

    /* Callee/Queue/Agent/Rec hidden → State · Caller · Time · Actions. */
    .pnl-grid-head.has-q[b-e0y3evgzrl],
    .pnl-grid-row.has-q[b-e0y3evgzrl],
    .pnl-grid-head.no-q[b-e0y3evgzrl],
    .pnl-grid-row.no-q[b-e0y3evgzrl] {
        grid-template-columns: 84px minmax(0, 1fr) 60px minmax(0, auto) !important;
        gap: 8px;
    }

    .pnl-grid-head[b-e0y3evgzrl],
    .pnl-grid-row[b-e0y3evgzrl] {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Comfortable touch targets + let the action row wrap instead of widening the grid. */
    .pnl-actions[b-e0y3evgzrl] {
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 138px;
        row-gap: 4px;
    }

    .pnl-actions .pnl-pillbtn[b-e0y3evgzrl] {
        height: 28px;
    }

    .pnl-actions .pnl-iconbtn[b-e0y3evgzrl] {
        width: 28px;
        height: 28px;
    }
}
/* /Pages/PanelStatFooter.razor.rz.scp.css */
/* ── Panel KPI footer: responsive wrap (desktop = single 6-across row, untouched) ── */

@media (max-width: 1024px) {
    .pnl-footer[b-1bsprlg4rq] {
        grid-auto-flow: row;
        grid-template-columns: repeat(3, 1fr);
    }

    .pnl-footer-cell:nth-child(3n)[b-1bsprlg4rq] {
        border-right: none;
    }

    .pnl-footer-cell:nth-child(n+4)[b-1bsprlg4rq] {
        border-top: 1px solid var(--op-hairline);
    }
}

@media (max-width: 640px) {
    .pnl-footer[b-1bsprlg4rq] {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Reset the 3-per-row borders, then re-apply for 2 per row. */
    .pnl-footer-cell:nth-child(3n)[b-1bsprlg4rq] {
        border-right: 1px solid var(--op-hairline);
    }

    .pnl-footer-cell:nth-child(2n)[b-1bsprlg4rq] {
        border-right: none;
    }

    .pnl-footer-cell:nth-child(n+4)[b-1bsprlg4rq] {
        border-top: none;
    }

    .pnl-footer-cell:nth-child(n+3)[b-1bsprlg4rq] {
        border-top: 1px solid var(--op-hairline);
    }

    .pnl-footer-cell[b-1bsprlg4rq] {
        padding: 9px 12px;
    }

    .pnl-footer-val[b-1bsprlg4rq] {
        font-size: 19px;
    }
}
/* /Pages/Recordings.razor.rz.scp.css */
/* Recordings — mobile pane switching (list ↔ detail) + library/filters disclosure.
   Desktop (>1100px) is untouched: the helpers are display:none and the app.css
   layout applies unchanged. */

.pane-back[b-2w3ny8ty5o],
.pane-nav-toggle[b-2w3ny8ty5o] {
    display: none;
}

/* Detail-pane fallback shown in place of the audio player when the recording's
   file is gone (cleaned up, or media absent after a config-profile restore). */
.rc-detail-unavailable[b-2w3ny8ty5o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    margin: 4px 0 8px;
    background: var(--op-surfaceAlt);
    border: 1px dashed var(--op-hairline);
    border-radius: 10px;
    text-align: center;
}

.rc-detail-unavailable-text[b-2w3ny8ty5o] {
    font-size: 13px;
    color: var(--op-muted);
}

/* Play buttons for missing-file rows read as inert rather than actionable. */
.rc-play-btn:disabled[b-2w3ny8ty5o] {
    opacity: 0.4;
    cursor: not-allowed;
}

.rc-icon-btn:disabled[b-2w3ny8ty5o] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ── <=1100px: app.css hides .rc-detail-panel; show ONE pane at a time. ── */
@media (max-width: 1100px) {

    .rc-layout.pane-detail .rc-detail-panel[b-2w3ny8ty5o] {
        display: flex;
        width: 100%;
        border-left: none;
    }

    .rc-layout.pane-detail .rc-list-panel[b-2w3ny8ty5o] {
        display: none;
    }

    .pane-back[b-2w3ny8ty5o] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-right: 10px;
        padding: 5px 10px;
        background: var(--op-surfaceAlt);
        border: 1px solid var(--op-hairline);
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        color: var(--op-ink2);
        cursor: pointer;
    }
}

/* ── <=900px: app.css hides .rc-sidebar; a toggle discloses it stacked above. ── */
@media (max-width: 900px) {
    .pane-nav-toggle[b-2w3ny8ty5o] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 10px 14px 0;
        padding: 7px 12px;
        background: var(--op-surface);
        border: 1px solid var(--op-hairline);
        border-radius: 8px;
        font-size: 12.5px;
        font-weight: 600;
        color: var(--op-ink);
        cursor: pointer;
        align-self: flex-start;
    }

    .rc-layout.pane-nav[b-2w3ny8ty5o] {
        grid-template-rows: auto 1fr;
    }

    .rc-layout.pane-nav .rc-sidebar[b-2w3ny8ty5o] {
        display: flex;
        flex-direction: column;
        max-height: 45vh;
        overflow-y: auto;
        border-bottom: 1px solid var(--op-hairline);
    }

    .rc-layout.pane-detail .pane-nav-toggle[b-2w3ny8ty5o] {
        display: none;
    }
}
/* /Pages/Reports/ReportAbandonedQueueCalls.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤640px: Queue hidden (op-col-hide-sm) → Time / Caller / Wait Time. */
@media (max-width: 640px) {
    .aqc-row[b-kjqjfmvcyd] {
        grid-template-columns: 130px 1fr 90px;
    }
}
/* /Pages/Reports/ReportAgentInQueue.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Avg Talk hidden (op-col-hide-md).
   ≤640px:  Queue + Unanswered also hidden (op-col-hide-sm) → Agent / Answered / Total Talk. */
@media (max-width: 1024px) {
    .aiq-row[b-yln5d6uzjv] {
        grid-template-columns: 1fr 100px 100px 110px 120px;
    }
}

@media (max-width: 640px) {
    .aiq-row[b-yln5d6uzjv] {
        grid-template-columns: 1fr 90px 100px;
    }
}
/* /Pages/Reports/ReportAuditLog.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: IP + Object Type hidden (op-col-hide-md).
   ≤640px:  Object Name also hidden (op-col-hide-sm) → Time / User / Action / Details. */
@media (max-width: 1024px) {
    .al-row[b-n8hbdm8r1z] {
        grid-template-columns: 170px 1fr 100px 1fr 70px;
    }
}

@media (max-width: 640px) {
    .al-row[b-n8hbdm8r1z] {
        grid-template-columns: 140px 1fr 90px 70px;
    }
}
/* /Pages/Reports/ReportCallDistribution.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   Only 4 narrow columns — none hidden; they re-flow to fit phone widths. */
@media (max-width: 640px) {
    .cd-row[b-vcxjbb5501] {
        grid-template-columns: 110px 1fr 1fr 1fr;
    }
}
/* /Pages/Reports/ReportCallLog.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Ring hidden (op-col-hide-md).
   ≤640px:  Direction + To also hidden (op-col-hide-sm) → Time / From / Status / Talk. */
@media (max-width: 1024px) {
    .rpt-cl-row[b-7z7z1368u1] {
        grid-template-columns: 160px 90px 1fr 1fr 100px 80px;
    }
}

@media (max-width: 640px) {
    .rpt-cl-row[b-7z7z1368u1] {
        grid-template-columns: 130px 1fr 90px 70px;
    }
}
/* /Pages/Reports/ReportChatLog.razor.rz.scp.css */
/* The page title spans were promoted to h1 for heading structure —
   neutralize the UA heading styles so the look is unchanged
   (.rpt-chat-title in app.css supplies size/weight/color). */
h1.rpt-chat-title[b-ndff78981q] {
    margin: 0;
    font-size: 16px;
    line-height: var(--type-ramp-base-line-height);
}

/* Column-priority responsive overrides (op-grid-table convention, app.css). */

/* Main chat-log table:
   ≤1024px: Email hidden (op-col-hide-md).
   ≤640px:  To + Type also hidden (op-col-hide-sm) → Date / From / view-messages action. */
@media (max-width: 1024px) {
    .cl-row[b-ndff78981q] {
        grid-template-columns: 180px 1fr 1fr 100px 40px;
    }
}

@media (max-width: 640px) {
    .cl-row[b-ndff78981q] {
        grid-template-columns: 150px 1fr 40px;
    }
}

/* Detail (messages) table:
   ≤1024px: Email hidden (op-col-hide-md).
   ≤640px:  To also hidden (op-col-hide-sm) → Date / From / Message. */
@media (max-width: 1024px) {
    .cl-detail-row[b-ndff78981q] {
        grid-template-columns: 180px 1fr 1fr 2fr;
    }
}

@media (max-width: 640px) {
    .cl-detail-row[b-ndff78981q] {
        grid-template-columns: 150px 1fr 1.5fr;
    }
}
/* /Pages/Reports/ReportDetailedQueueStatistics.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Ring Time + Avg Ring hidden (op-col-hide-md).
   ≤640px:  Avg Talk also hidden (op-col-hide-sm) → Queue / Total / Answered / Talk Time. */
@media (max-width: 1024px) {
    .dqs-row[b-a3564numsl] {
        grid-template-columns: 1fr 100px 100px 100px 100px;
    }
}

@media (max-width: 640px) {
    .dqs-row[b-a3564numsl] {
        grid-template-columns: 1fr 80px 90px 90px;
    }
}
/* /Pages/Reports/ReportExtensionStatistic.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: In Talk + Out Talk hidden (op-col-hide-md).
   ≤640px:  Out Answered + Out Missed also hidden (op-col-hide-sm)
            → Extension / In Answered / In Missed. */
@media (max-width: 1024px) {
    .ext-row[b-afk8vfjxpv] {
        grid-template-columns: 1fr 100px 90px 110px 90px;
    }
}

@media (max-width: 640px) {
    .ext-row[b-afk8vfjxpv] {
        grid-template-columns: 1fr 100px 90px;
    }
}
/* /Pages/Reports/ReportInboundCalls.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Wait hidden (op-col-hide-md).
   ≤640px:  Destination also hidden (op-col-hide-sm) → Time / Caller / Status / Talk. */
@media (max-width: 1024px) {
    .rpt-ib-row[b-qjezpue6e7] {
        grid-template-columns: 160px 1fr 1fr 100px 80px;
    }
}

@media (max-width: 640px) {
    .rpt-ib-row[b-qjezpue6e7] {
        grid-template-columns: 130px 1fr 90px 70px;
    }
}
/* /Pages/Reports/ReportInboundRules.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Trunk hidden (op-col-hide-md).
   ≤640px:  Out of Office also hidden (op-col-hide-sm) → Rule Name / DID / Office Hours. */
@media (max-width: 1024px) {
    .ir-row[b-2ivwszochf] {
        grid-template-columns: 1fr 140px 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .ir-row[b-2ivwszochf] {
        grid-template-columns: 1fr 110px 1fr;
    }
}
/* /Pages/Reports/ReportOutboundCalls.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Ring hidden (op-col-hide-md).
   ≤640px:  Extension also hidden (op-col-hide-sm) → Time / Dialed Number / Status / Talk. */
@media (max-width: 1024px) {
    .rpt-ob-row[b-yz1qfmmruc] {
        grid-template-columns: 160px 1fr 1fr 100px 80px;
    }
}

@media (max-width: 640px) {
    .rpt-ob-row[b-yz1qfmmruc] {
        grid-template-columns: 130px 1fr 90px 70px;
    }
}
/* /Pages/Reports/ReportQueueAnsweredByWaitTime.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤640px: Queue hidden (op-col-hide-sm) → Time / Caller / Wait Time. */
@media (max-width: 640px) {
    .qwt-row[b-50jt32v255] {
        grid-template-columns: 130px 1fr 90px;
    }
}
/* /Pages/Reports/ReportQueuePerformanceOverview.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Talk Time hidden (op-col-hide-md).
   ≤640px:  Dropped also hidden (op-col-hide-sm) → Queue / Received / Answered / Answer %. */
@media (max-width: 1024px) {
    .qpo-row[b-g2ulht7zx2] {
        grid-template-columns: 1fr 100px 100px 100px 100px;
    }
}

@media (max-width: 640px) {
    .qpo-row[b-g2ulht7zx2] {
        grid-template-columns: 1fr 75px 85px 85px;
    }
}
/* /Pages/Reports/ReportRingGroup.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   Only 4 columns — none hidden; they re-flow to fit phone widths. */
@media (max-width: 640px) {
    .rg-row[b-vmf3qelaap] {
        grid-template-columns: 1fr 80px 90px 90px;
    }
}
/* /Pages/Reports/ReportScheduled.razor.rz.scp.css */
/* Responsive fallback: this page uses a real <table> (not op-grid-table), so on
   narrow screens the wide 7-column table scrolls horizontally inside the card
   instead of breaking the page (mirrors the op-grid-table ≤1024px fallback). */
@media (max-width: 1024px) {
    .rs-table-wrap[b-owu781ni2x] {
        overflow-x: auto;
    }
}
/* /Pages/Reports/ReportSlaBreaches.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤640px: Queue hidden (op-col-hide-sm) → Time / Caller / Wait Time. */
@media (max-width: 640px) {
    .slb-row[b-8vny5w92ev] {
        grid-template-columns: 130px 1fr 90px;
    }
}
/* /Pages/Reports/ReportSlaStatistics.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Avg Wait + Max Wait hidden (op-col-hide-md).
   ≤640px:  Answered + Unanswered also hidden (op-col-hide-sm) → Queue / Total / SLA %. */
@media (max-width: 1024px) {
    .sla-row[b-vp21qa8fy8] {
        grid-template-columns: 1fr 80px 90px 100px 80px;
    }
}

@media (max-width: 640px) {
    .sla-row[b-vp21qa8fy8] {
        grid-template-columns: 1fr 80px 80px;
    }
}
/* /Pages/Reports/ReportTeamQueueGeneral.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Avg Talk hidden (op-col-hide-md).
   ≤640px:  Agents + Total Talk also hidden (op-col-hide-sm) → Queue / Received / Answered. */
@media (max-width: 1024px) {
    .tqg-row[b-4aqq182e25] {
        grid-template-columns: 1fr 80px 100px 100px 120px;
    }
}

@media (max-width: 640px) {
    .tqg-row[b-4aqq182e25] {
        grid-template-columns: 1fr 90px 90px;
    }
}
/* /Pages/Reports/ReportUserActivity.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   Only 4 narrow columns — none hidden; they re-flow to fit phone widths. */
@media (max-width: 640px) {
    .ua-row[b-krcf6gyf2d] {
        grid-template-columns: 110px 1fr 1fr 1fr;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
/* Settings — small screens: app.css hides the tab sidebar at <=768px, which left the
   tabs unreachable. Restore it as a horizontally scrolling chip row above the body.
   Desktop is untouched. */

@media (max-width: 768px) {
    .st-layout[b-q6qsko1h8j] {
        grid-template-rows: auto 1fr;
    }

    .st-layout .st-sidebar[b-q6qsko1h8j] {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        padding: 8px 10px;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: none;
        border-bottom: 1px solid var(--op-hairline);
        white-space: nowrap;
    }

    .st-layout .st-sidebar .st-sidebar-section-label[b-q6qsko1h8j] {
        display: none;
    }

    .st-layout .st-sidebar .st-sidebar-item[b-q6qsko1h8j] {
        width: auto;
        flex-shrink: 0;
        padding: 6px 12px;
        border: 1px solid var(--op-hairline);
        border-radius: 999px;
    }

    .st-layout .st-sidebar .st-sidebar-item.active[b-q6qsko1h8j] {
        border-color: var(--op-accent);
    }
}
/* /Pages/Team.razor.rz.scp.css */
/* Team — mobile filters/groups disclosure (the sidebar is hidden by app.css at <=900px).
   Desktop is untouched: the toggle is display:none above the breakpoint. */

.pane-nav-toggle[b-666jyt61lp] {
    display: none;
}

@media (max-width: 900px) {
    .pane-nav-toggle[b-666jyt61lp] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 10px 14px 0;
        padding: 7px 12px;
        background: var(--op-surface);
        border: 1px solid var(--op-hairline);
        border-radius: 8px;
        font-size: 12.5px;
        font-weight: 600;
        color: var(--op-ink);
        cursor: pointer;
        align-self: flex-start;
    }

    .tm-layout.pane-nav[b-666jyt61lp] {
        grid-template-rows: auto 1fr;
    }

    .tm-layout.pane-nav .tm-sidebar[b-666jyt61lp] {
        display: flex;
        flex-direction: column;
        max-height: 45vh;
        overflow-y: auto;
        border-bottom: 1px solid var(--op-hairline);
    }
}
/* /Pages/Voicemails.razor.rz.scp.css */
/* Voicemails — mobile pane switching (list ↔ detail) + folders/filters disclosure.
   Desktop (>1100px) is untouched: the helpers are display:none and the app.css
   layout applies unchanged. */

.pane-back[b-pyw2c5zao3],
.pane-nav-toggle[b-pyw2c5zao3] {
    display: none;
}

/* Detail-pane fallback shown in place of the audio player when the voicemail's
   WAV is gone (cleaned up, or media absent after a config-profile restore). The
   transcript section below stays visible — its sidecar can outlive the audio. */
.vm-detail-unavailable[b-pyw2c5zao3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    margin: 4px 0 8px;
    background: var(--op-surfaceAlt);
    border: 1px dashed var(--op-hairline);
    border-radius: 10px;
    text-align: center;
}

.vm-detail-unavailable-text[b-pyw2c5zao3] {
    font-size: 13px;
    color: var(--op-muted);
}

/* Play buttons for missing-file rows read as inert rather than actionable. */
.vm-play-btn:disabled[b-pyw2c5zao3] {
    opacity: 0.4;
    cursor: not-allowed;
}

.vm-icon-btn:disabled[b-pyw2c5zao3] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ── <=1100px: app.css hides .vm-detail-panel; show ONE pane at a time. ── */
@media (max-width: 1100px) {

    /* Detail mode: detail pane replaces the list. */
    .vm-layout.pane-detail .vm-detail-panel[b-pyw2c5zao3] {
        display: flex;
        width: 100%;
        border-left: none;
    }

    .vm-layout.pane-detail .vm-list-panel[b-pyw2c5zao3] {
        display: none;
    }

    /* Back-to-list button (top of the detail pane). */
    .pane-back[b-pyw2c5zao3] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-right: 10px;
        padding: 5px 10px;
        background: var(--op-surfaceAlt);
        border: 1px solid var(--op-hairline);
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        color: var(--op-ink2);
        cursor: pointer;
    }
}

/* ── <=900px: app.css hides .vm-sidebar; a toggle discloses it stacked above. ── */
@media (max-width: 900px) {
    .pane-nav-toggle[b-pyw2c5zao3] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin: 10px 14px 0;
        padding: 7px 12px;
        background: var(--op-surface);
        border: 1px solid var(--op-hairline);
        border-radius: 8px;
        font-size: 12.5px;
        font-weight: 600;
        color: var(--op-ink);
        cursor: pointer;
        align-self: flex-start;
    }

    .vm-layout.pane-nav[b-pyw2c5zao3] {
        grid-template-rows: auto 1fr;
    }

    .vm-layout.pane-nav .vm-sidebar[b-pyw2c5zao3] {
        display: flex;
        flex-direction: column;
        max-height: 45vh;
        overflow-y: auto;
        border-bottom: 1px solid var(--op-hairline);
    }

    /* In detail mode the toggle is irrelevant — hide it with the list. */
    .vm-layout.pane-detail .pane-nav-toggle[b-pyw2c5zao3] {
        display: none;
    }
}
/* /Shared/GuestMeetingLayout.razor.rz.scp.css */
/* Guest meeting shell — dark radial Exovo chrome backdrop + slim brand strip.
   Radial hex values are literal per the design handoff (stage-only darks). */

.guest-shell[b-ykwdoly0di] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(1200px 700px at 50% -10%, #242a33 0%, var(--op-chrome) 60%);
    font-family: var(--op-sans);
}

.guest-topbar[b-ykwdoly0di] {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    flex-shrink: 0;
}

.guest-wordmark[b-ykwdoly0di] {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.06em;
}

.guest-kicker[b-ykwdoly0di] {
    font-family: var(--op-mono);
    font-size: 10.5px;
    color: var(--op-chromeIcon);
    padding: 2px 7px;
    background: var(--op-chromeAlt);
    border-radius: 4px;
}

.guest-secure[b-ykwdoly0di] {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--op-mono);
    font-size: 10.5px;
    color: var(--op-chromeIcon);
}

.guest-main[b-ykwdoly0di] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px 24px;
    min-height: 0;
}

@media (max-width: 560px) {
    .guest-secure[b-ykwdoly0di] { display: none; }
    .guest-main[b-ykwdoly0di] { padding: 0 14px 14px; }
}
/* /Shared/QueueCallbackReport.razor.rz.scp.css */
/* Column-priority responsive overrides (op-grid-table convention, app.css).
   ≤1024px: Rang hidden (op-col-hide-md).
   ≤640px:  Queue + Attempts also hidden (op-col-hide-sm) → Requested / Caller / Outcome. */
@media (max-width: 1024px) {
    .rpt-cb-row[b-cm8cj96683] {
        grid-template-columns: 150px 1fr 1fr 110px 90px;
    }
}

@media (max-width: 640px) {
    .rpt-cb-row[b-cm8cj96683] {
        grid-template-columns: 120px 1fr 100px;
    }
}
