html body #mobile-stream-control-sheet:has(#mobile-stream-replay-library) {
    z-index: 100100 !important;
}
#mobile-stream-replay-library {
    position: fixed;
    inset: 0;
    z-index: 100100;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #111;
    padding-top: env(safe-area-inset-top, 0px);
    overscroll-behavior: contain;
}
#mobile-stream-replay-library header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    flex: 0 0 auto;
}
#mobile-stream-replay-library h3 { flex: 1; margin: 0; font-size: 20px; }
#mobile-stream-replay-library header span { font-size: 12px; }
.mobile-stream-replay-library-list {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 16px calc(24px + env(safe-area-inset-bottom, 0px));
    -webkit-overflow-scrolling: touch;
}
.mobile-stream-control-sheet {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--mobile-app-header-height, 150px);
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    z-index: 1021;
    display: none;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background: #f6f6f7;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    color-scheme: light;
}
.mobile-stream-control-sheet.is-open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
/* The dashboard owns its header. Do not reserve the hidden app masthead or
   pin a second title above a separately scrolling/clipped replay list. */
html body.mobile-dashboard-open #mobile-app-header {
    display: none !important;
}
html body.mobile-dashboard-open #mobile-stream-control-sheet {
    top: env(safe-area-inset-top, 0px) !important;
    bottom: var(--mobile-bottom-nav-height, calc(76px + env(safe-area-inset-bottom, 0px))) !important;
    height: auto !important;
}
html body.mobile-dashboard-open #mobile-stream-control-sheet .mobile-stream-control-panel {
    display: block;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}
html body.mobile-dashboard-open #mobile-stream-control-sheet .mobile-stream-control-head {
    position: static;
}
html body.mobile-dashboard-open #mobile-stream-control-sheet .mobile-stream-control-body {
    overflow: visible;
    flex: none;
}
.mobile-stream-control-panel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f7f7f8;
    color: #111;
    -webkit-text-fill-color: #111;
}
.mobile-stream-control-panel,
.mobile-stream-control-panel * {
    box-sizing: border-box;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}
.mobile-stream-control-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px 10px;
    background: #f6f6f7;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}
.mobile-stream-control-kicker {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.mobile-stream-control-head h3 {
    margin: 2px 0 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
}
.mobile-stream-control-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mobile-stream-control-close {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.mobile-stream-control-close {
    background: #111;
}
.mobile-stream-control-close i {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.mobile-stream-control-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 12px 12px 22px;
    display: grid;
    align-content: start;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
}
body.mobile-dashboard-open #pwa-install-banner,
body.mobile-dashboard-open #bloc-install-banner,
body.mobile-dashboard-open .bloc-install-pill {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
.mobile-stream-status-card,
.mobile-stream-dashboard-metrics article,
.mobile-stream-dashboard-streams,
.mobile-stream-dashboard-permissions {
    border: 0;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.mobile-stream-status-card {
    border-radius: 16px;
    padding: 12px;
    display: grid;
    gap: 10px;
}
.mobile-stream-status-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-stream-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}
.mobile-stream-status-main small,
.mobile-stream-dashboard-metrics small,
.mobile-stream-dashboard-metrics span,
.mobile-stream-status-copy small {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
}
.mobile-stream-status-main small,
.mobile-stream-dashboard-metrics small {
    display: block;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.mobile-stream-status-main strong {
    display: block;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 950;
}
.mobile-stream-status-copy {
    display: grid;
    gap: 4px;
}
.mobile-stream-status-copy span {
    font-size: 14px;
    font-weight: 900;
}
.mobile-stream-status-copy small {
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
}
.mobile-stream-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.mobile-stream-dashboard-metrics article {
    min-height: 78px;
    border-radius: 14px;
    padding: 10px;
    display: grid;
    align-content: end;
    gap: 4px;
}
.mobile-stream-dashboard-metrics strong {
    font-size: 19px;
    font-weight: 950;
    line-height: 1;
}
.mobile-stream-dashboard-metrics span {
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-stream-activity {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    padding: 12px;
    display: grid;
    gap: 10px;
}
.mobile-stream-dashboard-streams {
    border-radius: 16px;
    padding: 12px;
    display: grid;
    gap: 10px;
}
.mobile-stream-dashboard-permissions {
    border-radius: 16px;
    padding: 12px;
    display: grid;
    gap: 10px;
}
.mobile-stream-dashboard-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.mobile-stream-dashboard-section-head > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}
.mobile-stream-dashboard-section-head strong {
    font-size: 16px;
    font-weight: 950;
}
.mobile-stream-dashboard-section-head span {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 12px;
    font-weight: 750;
}
.mobile-stream-control-inline {
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 900;
}
.mobile-stream-dashboard-stream-list {
    display: grid;
    gap: 8px;
}
.mobile-stream-dashboard-stream-row {
    min-height: 58px;
    border-radius: 12px;
    background: #f3f4f6;
    padding: 9px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}
.mobile-stream-dashboard-stream-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobile-stream-dashboard-stream-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}
.mobile-stream-dashboard-stream-copy strong {
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-stream-dashboard-stream-copy span {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-stream-dashboard-stream-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.mobile-stream-dashboard-stream-actions button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 11px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.mobile-stream-dashboard-stream-actions button[data-dashboard-stream-delete] i {
    color: #dc2626 !important;
    -webkit-text-fill-color: #dc2626 !important;
}
.mobile-stream-dashboard-empty {
    border-radius: 12px;
    background: #f3f4f6;
    padding: 12px;
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 13px;
    font-weight: 800;
}
.mobile-stream-dashboard-permission-options {
    display: grid;
    gap: 8px;
}
.mobile-stream-dashboard-permission-option {
    width: 100%;
    min-height: 58px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #f3f4f6;
    padding: 9px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 10px;
    text-align: left;
    box-shadow: none;
}
.mobile-stream-dashboard-permission-option.is-active {
    background: #fff;
    border-color: rgba(15, 23, 42, 0.18);
}
.mobile-stream-dashboard-permission-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobile-stream-dashboard-permission-option.is-active .mobile-stream-dashboard-permission-icon {
    background: #f3f4f6;
}
.mobile-stream-dashboard-permission-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}
.mobile-stream-dashboard-permission-copy strong {
    font-size: 13px;
    font-weight: 950;
}
.mobile-stream-dashboard-permission-copy small,
.mobile-stream-dashboard-access-head span {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 11px;
    font-weight: 750;
}
.mobile-stream-dashboard-permission-check {
    opacity: 0.18;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobile-stream-dashboard-permission-option.is-active .mobile-stream-dashboard-permission-check {
    opacity: 1;
}
.mobile-stream-dashboard-access-code {
    display: grid;
    gap: 8px;
}
.mobile-stream-dashboard-access-code:empty {
    display: none;
}
.mobile-stream-dashboard-access-head {
    display: grid;
    gap: 2px;
    padding-top: 2px;
}
.mobile-stream-dashboard-access-head strong {
    font-size: 13px;
    font-weight: 950;
}
.mobile-stream-dashboard-access-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}
.mobile-stream-dashboard-access-row input {
    min-width: 0;
    height: 42px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 750;
    outline: 0;
}
.mobile-stream-dashboard-access-row button {
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: #111;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 900;
}
.mobile-stream-activity-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.mobile-stream-activity-head strong {
    font-size: 16px;
    font-weight: 950;
}
.mobile-stream-activity-head span {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 12px;
    font-weight: 850;
}
.mobile-stream-activity-list {
    display: grid;
    gap: 8px;
}
.mobile-stream-activity-row {
    min-height: 48px;
    border-radius: 12px;
    background: #f3f4f6;
    padding: 9px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
}
.mobile-stream-activity-row i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.mobile-stream-activity-row div {
    min-width: 0;
    display: grid;
    gap: 2px;
}
.mobile-stream-activity-row strong {
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-stream-activity-row span {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-stream-activity-row.is-error {
    background: #fef2f2;
    color: #b91c1c !important;
    -webkit-text-fill-color: #b91c1c !important;
}
.mobile-stream-activity-row.is-muted {
    color: #667085 !important;
    -webkit-text-fill-color: #667085 !important;
}

@media (max-width: 390px) {
    .mobile-stream-control-body {
        padding: 12px 10px 18px;
        gap: 10px;
    }
    .mobile-stream-dashboard-metrics {
        gap: 7px;
    }
    .mobile-stream-dashboard-metrics article {
        min-height: 84px;
        padding: 10px;
    }
}

/* 2026 Stream Dashboard — uses the real dashboard data with the tighter,
   broadcast-first hierarchy of the owner reference. */
.mobile-stream-control-sheet {
    background: #fff !important;
}

.mobile-stream-control-panel {
    background: #fff !important;
    font-family: var(--font-family, Manrope), -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.mobile-stream-control-head {
    padding: 13px 18px 11px;
    border-bottom: 0;
    background: #fff !important;
}

.mobile-stream-control-kicker {
    color: #70706b !important;
    -webkit-text-fill-color: #70706b !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.mobile-stream-control-head h3 {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1;
}

.mobile-stream-control-close {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeae6;
    background: #fff;
}

.mobile-stream-control-close i {
    color: #4e4e4a !important;
    -webkit-text-fill-color: #4e4e4a !important;
    font-size: 12px;
}

.mobile-stream-control-body {
    padding: 2px 18px 34px;
    gap: 0;
    background: #fff !important;
}

.mobile-stream-status-card {
    padding: 15px;
    border: 0;
    border-radius: 22px;
    background: #111214;
    box-shadow: 0 16px 34px -20px rgba(17, 18, 20, 0.66);
    gap: 0;
}

.mobile-stream-status-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.mobile-stream-status-main {
    gap: 7px;
}

.mobile-stream-status-dot {
    width: 7px;
    height: 7px;
    background: #626369;
    box-shadow: 0 0 0 4px rgba(139, 139, 133, 0.08);
}

.mobile-stream-status-card.is-live .mobile-stream-status-dot {
    background: #6fe3c6;
    box-shadow: 0 0 0 4px rgba(111, 227, 198, 0.08);
}

.mobile-stream-status-main span:last-child,
.mobile-stream-status-topline > span {
    color: #8b8b85 !important;
    -webkit-text-fill-color: #8b8b85 !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mobile-stream-status-copy {
    margin-top: 10px;
    gap: 6px;
}

.mobile-stream-status-copy > span {
    color: #fbfbf9 !important;
    -webkit-text-fill-color: #fbfbf9 !important;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.mobile-stream-status-copy > small {
    color: #b9b9b3 !important;
    -webkit-text-fill-color: #b9b9b3 !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

#mobile-stream-control-sheet #mobile-stream-dashboard-subtitle {
    color: #b9b9b3 !important;
    -webkit-text-fill-color: #b9b9b3 !important;
}

/* The mobile shell loads broad theme typography after this stylesheet. These
   ID-level rules preserve the intentionally inverted status card. */
html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-control-status,
html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-dashboard-title,
html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-control-filter-label,
html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-control-revenue,
html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-control-donations,
html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-control-flags {
    color: #fbfbf9 !important;
    -webkit-text-fill-color: #fbfbf9 !important;
}

html body #mobile-stream-control-sheet .mobile-stream-status-card #mobile-stream-dashboard-subtitle,
html body #mobile-stream-control-sheet .mobile-stream-status-card .mobile-stream-dashboard-metrics small,
html body #mobile-stream-control-sheet .mobile-stream-status-card .mobile-stream-dashboard-metrics span {
    color: #b9b9b3 !important;
    -webkit-text-fill-color: #b9b9b3 !important;
}

.mobile-stream-status-card .mobile-stream-dashboard-metrics {
    margin-top: 14px;
    gap: 1px;
    overflow: hidden;
    border-radius: 14px;
    background: #2a2b2e;
}

.mobile-stream-status-card .mobile-stream-dashboard-metrics article {
    min-height: 70px;
    padding: 11px 10px;
    border: 0;
    border-radius: 0;
    background: #111214;
    box-shadow: none;
    align-content: start;
    gap: 4px;
}

.mobile-stream-status-card .mobile-stream-dashboard-metrics strong {
    color: #fbfbf9 !important;
    -webkit-text-fill-color: #fbfbf9 !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.mobile-stream-status-card .mobile-stream-dashboard-metrics small,
.mobile-stream-status-card .mobile-stream-dashboard-metrics span {
    color: #8b8b85 !important;
    -webkit-text-fill-color: #8b8b85 !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.mobile-stream-dashboard-streams,
.mobile-stream-dashboard-permissions,
.mobile-stream-activity {
    margin-top: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 10px;
}

.mobile-stream-dashboard-section-head,
.mobile-stream-activity-head {
    min-height: 28px;
    padding: 0 4px;
}

.mobile-stream-dashboard-section-head strong,
.mobile-stream-activity-head strong {
    color: #70706b !important;
    -webkit-text-fill-color: #70706b !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mobile-stream-dashboard-section-head span,
.mobile-stream-activity-head span {
    color: #70706b !important;
    -webkit-text-fill-color: #70706b !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 9px;
    font-weight: 500;
}

.mobile-stream-control-inline {
    min-height: 28px;
    padding: 0 11px;
    border-radius: 9px;
    background: #111214;
    font-size: 11px;
    font-weight: 700;
}

.mobile-stream-dashboard-stream-list,
.mobile-stream-dashboard-permission-options,
.mobile-stream-activity-list {
    gap: 8px;
}

.mobile-stream-dashboard-stream-row {
    min-height: 66px;
    padding: 11px 12px;
    border: 1px solid #eaeae6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(17, 18, 20, 0.03);
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 11px;
}

.mobile-stream-dashboard-stream-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: #f1f1ed;
}

.mobile-stream-dashboard-brand {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.mobile-stream-dashboard-brand svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: #fff;
}

.mobile-stream-dashboard-brand--twitch { background: #7c4de0; }
.mobile-stream-dashboard-brand--youtube { background: #d92b1f; }
.mobile-stream-dashboard-brand--kick { background: #53fc19; }
.mobile-stream-dashboard-brand--kick svg { fill: #111214; }
.mobile-stream-dashboard-brand--other { background: #52525b; }

.mobile-stream-dashboard-stream-copy strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.mobile-stream-dashboard-stream-copy span {
    color: #63635f !important;
    -webkit-text-fill-color: #63635f !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 10px;
    font-weight: 500;
}

.mobile-stream-dashboard-stream-actions button {
    width: 34px;
    height: 34px;
    border: 1px solid #eaeae6;
    border-radius: 11px;
    background: #fcfcfa;
}

.mobile-stream-dashboard-empty {
    padding: 15px;
    border: 1px dashed #d6d6d0;
    border-radius: 18px;
    background: transparent;
    color: #63635f !important;
    -webkit-text-fill-color: #63635f !important;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.mobile-stream-dashboard-permission-options {
    overflow: hidden;
    border: 1px solid #eaeae6;
    border-radius: 18px;
    background: #fff;
}

.mobile-stream-dashboard-permission-option,
.mobile-stream-dashboard-permission-option.is-active {
    min-height: 62px;
    padding: 11px 13px;
    border: 0;
    border-bottom: 1px solid #f1f1ed;
    border-radius: 0;
    background: #fff;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 11px;
}

.mobile-stream-dashboard-permission-option:last-child { border-bottom: 0; }

.mobile-stream-dashboard-permission-icon,
.mobile-stream-dashboard-permission-option.is-active .mobile-stream-dashboard-permission-icon {
    width: 22px;
    height: 22px;
    border: 1px solid #d6d6d0;
    border-radius: 50%;
    background: transparent;
}

.mobile-stream-dashboard-permission-option .mobile-stream-dashboard-permission-icon i {
    display: none;
}

.mobile-stream-dashboard-permission-option.is-active .mobile-stream-dashboard-permission-icon {
    border-color: #111214;
    background: #111214;
}

.mobile-stream-dashboard-permission-option.is-active .mobile-stream-dashboard-permission-icon::after {
    content: "✓";
    color: #fbfbf9 !important;
    -webkit-text-fill-color: #fbfbf9 !important;
    font-size: 10px;
    font-weight: 800;
}

.mobile-stream-dashboard-permission-copy strong {
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mobile-stream-dashboard-permission-copy small {
    color: #63635f !important;
    -webkit-text-fill-color: #63635f !important;
    font-size: 11.5px;
    font-weight: 500;
}

.mobile-stream-dashboard-permission-check {
    opacity: 1;
}

.mobile-stream-dashboard-permission-check i { display: none; }

.mobile-stream-dashboard-permission-check::after {
    content: "Open";
    padding: 3px 5px;
    border-radius: 4px;
    background: #efefeb;
    color: #63635f !important;
    -webkit-text-fill-color: #63635f !important;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-stream-dashboard-permission-option[data-dashboard-stream-permission="request"] .mobile-stream-dashboard-permission-check::after { content: "Code"; }
.mobile-stream-dashboard-permission-option[data-dashboard-stream-permission="owner"] .mobile-stream-dashboard-permission-check::after { content: "Locked"; }
.mobile-stream-dashboard-permission-option.is-active .mobile-stream-dashboard-permission-check::after {
    background: #e4f5f1;
    color: #0a6558 !important;
    -webkit-text-fill-color: #0a6558 !important;
}

.mobile-stream-dashboard-access-code {
    margin-top: -10px;
    padding: 13px 14px;
    border: 1px solid #eaeae6;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #fcfcfa;
}

.mobile-stream-dashboard-access-row input,
.mobile-stream-dashboard-access-row button {
    border-radius: 13px;
}

.mobile-stream-activity-list {
    overflow: hidden;
    border: 1px solid #eaeae6;
    border-radius: 18px;
    background: #fff;
}

.mobile-stream-activity-row {
    min-height: 60px;
    padding: 11px 13px;
    border-radius: 0;
    border-bottom: 1px solid #f1f1ed;
    background: #fff;
    gap: 11px;
}

.mobile-stream-activity-row:last-child { border-bottom: 0; }

.mobile-stream-activity-row .mobile-stream-activity-copy {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
}

.mobile-stream-activity-value {
    flex: 0 0 auto;
    min-width: 54px;
    display: grid;
    justify-items: end;
    gap: 2px;
    text-align: right;
}

.mobile-stream-activity-value strong {
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 12px;
    font-weight: 500;
}

.mobile-stream-activity-row.is-preview .mobile-stream-activity-value span {
    color: #8b8b85 !important;
    -webkit-text-fill-color: #8b8b85 !important;
    font-size: 8px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mobile-stream-activity-row i {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: #f1f1ed;
}

.mobile-stream-activity-row strong {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.mobile-stream-activity-row span {
    color: #63635f !important;
    -webkit-text-fill-color: #63635f !important;
    font-family: "IBM Plex Mono", ui-monospace, Menlo, monospace;
    font-size: 10px;
    font-weight: 500;
}

@media (max-width: 350px) {
    .mobile-stream-control-body { padding-inline: 12px; }
    .mobile-stream-status-card .mobile-stream-dashboard-metrics article { padding-inline: 7px; }
}
