/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-1cubqvqzwy] {
    min-height: 100vh;
}

.workspace-shell[b-1cubqvqzwy] {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
}

.topbar-shell[b-1cubqvqzwy] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.25rem 0.45rem;
    backdrop-filter: blur(18px);
}

.topbar-brand[b-1cubqvqzwy] {
    display: grid;
    justify-items: start;
    gap: 0.35rem;
}

.topbar-kicker[b-1cubqvqzwy] {
    margin: 0 0 0.2rem;
    color: var(--text-muted);
    font-size: 0.8rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.topbar-title[b-1cubqvqzwy] {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    letter-spacing: 0.04em;
}

.topbar-live-links[b-1cubqvqzwy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.topbar-live-link[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    padding: 0.42rem 0.72rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    color: var(--text-main);
    background: var(--panel-bg);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.topbar-live-dot[b-1cubqvqzwy] {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 0.24rem var(--accent-soft);
}

.topbar-actions[b-1cubqvqzwy] {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.content-shell[b-1cubqvqzwy] {
    padding: 0 1.5rem 2rem;
}

.ghost-link[b-1cubqvqzwy],
.primary-link[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ghost-link[b-1cubqvqzwy] {
    color: var(--text-soft);
    border: 1px solid var(--line-soft);
    background: var(--panel-bg);
}

.primary-link[b-1cubqvqzwy] {
    color: #03121c;
    background: linear-gradient(135deg, var(--accent), var(--accent-alt));
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 12px 28px rgba(0, 198, 255, 0.18);
}

.ghost-link:hover[b-1cubqvqzwy],
.primary-link:hover[b-1cubqvqzwy] {
    transform: translateY(-1px);
}

.topbar-account-menu[b-1cubqvqzwy] {
    position: relative;
}

.topbar-account-menu summary[b-1cubqvqzwy] {
    list-style: none;
}

.topbar-account-menu summary[b-1cubqvqzwy]::-webkit-details-marker {
    display: none;
}

.topbar-account-button[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    min-height: 2.65rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    border: 1px solid var(--line-soft);
    background:
        linear-gradient(135deg, rgba(255, 0, 255, 0.1), rgba(0, 255, 255, 0.08)),
        var(--panel-bg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.topbar-account-button:hover[b-1cubqvqzwy],
.topbar-account-menu[open] .topbar-account-button[b-1cubqvqzwy] {
    transform: translateY(-1px);
    border-color: rgba(0, 255, 255, 0.36);
    box-shadow: 0 14px 26px rgba(0, 255, 255, 0.12);
}

.topbar-avatar[b-1cubqvqzwy] {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.16);
    flex: 0 0 auto;
}

.topbar-avatar-fallback[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8fbff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--accent), var(--accent-alt));
}

.topbar-identity-copy[b-1cubqvqzwy] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.topbar-identity-copy strong[b-1cubqvqzwy] {
    color: var(--text-main);
    line-height: 1.15;
    font-size: 0.92rem;
}

.topbar-identity-copy span:last-child[b-1cubqvqzwy] {
    color: var(--text-soft);
    font-size: 0.78rem;
    line-height: 1.2;
}

.topbar-account-popover[b-1cubqvqzwy] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 34;
    min-width: 10rem;
    padding: 0.45rem;
    border: 1px solid var(--line-soft);
    border-radius: 16px;
    background: var(--panel-bg-strong);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.topbar-subaction[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: var(--field-bg);
    color: var(--text-soft);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.topbar-subaction:hover[b-1cubqvqzwy] {
    transform: translateY(-1px);
    border-color: rgba(255, 50, 88, 0.34);
    background: rgba(11, 16, 30, 0.8);
}

.topbar-fire-icon[b-1cubqvqzwy] {
    display: none;
}

html[data-theme="prismatic-light"] .topbar-account-button[b-1cubqvqzwy] {
    box-shadow: 0 10px 24px rgba(255, 0, 255, 0.12);
}

html[data-theme="prismatic-light"] .topbar-account-popover[b-1cubqvqzwy] {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(18, 0, 36, 0.14);
}

html[data-theme="prismatic-light"] .topbar-subaction[b-1cubqvqzwy] {
    border-color: rgba(255, 0, 255, 0.26);
    background: rgba(255, 255, 255, 0.9);
    color: #120024;
}

html[data-theme="prismatic-light"] .topbar-subaction:hover[b-1cubqvqzwy] {
    border-color: rgba(0, 212, 255, 0.45);
    background: linear-gradient(135deg, rgba(255, 0, 255, 0.16), rgba(0, 212, 255, 0.16));
    color: #120024;
}

html[data-theme="inferno"] .topbar-account-button[b-1cubqvqzwy],
html[data-theme="prismatic-dark"] .topbar-account-button[b-1cubqvqzwy] {
    border: 1px solid rgba(255, 0, 255, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 0, 255, 0.12), rgba(0, 255, 255, 0.08)),
        rgba(26, 0, 51, 0.78);
}

html[data-theme="inferno"] .topbar-fire-icon[b-1cubqvqzwy] {
    position: relative;
    display: inline-flex;
    width: 0.95rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

html[data-theme="inferno"] .topbar-fire-icon[b-1cubqvqzwy]::before,
html[data-theme="inferno"] .topbar-fire-icon[b-1cubqvqzwy]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 70% 70% 70% 70% / 95% 95% 35% 35%;
    transform-origin: center bottom;
}

html[data-theme="inferno"] .topbar-fire-icon[b-1cubqvqzwy]::before {
    background: linear-gradient(180deg, #fff1a6 0%, #ffd554 22%, #ff8b2c 58%, #ff4324 100%);
    transform: rotate(8deg);
    box-shadow: 0 0 16px rgba(255, 154, 34, 0.35);
}

html[data-theme="inferno"] .topbar-fire-icon[b-1cubqvqzwy]::after {
    inset: 0.26rem 0.25rem 0.15rem;
    background: linear-gradient(180deg, rgba(255, 248, 196, 0.92), rgba(255, 191, 64, 0.75) 45%, rgba(255, 92, 31, 0.24));
    transform: rotate(-8deg);
}

@media (max-width: 900px) {
    .topbar-shell[b-1cubqvqzwy] {
        padding-top: 0.25rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-actions[b-1cubqvqzwy] {
        width: 100%;
        justify-content: flex-start;
    }

    .topbar-account-menu[b-1cubqvqzwy],
    .topbar-account-button[b-1cubqvqzwy] {
        width: 100%;
    }

    .topbar-account-popover[b-1cubqvqzwy] {
        left: 0;
        right: auto;
    }
}

#blazor-error-ui[b-1cubqvqzwy] {
    color-scheme: dark only;
    background: rgba(78, 10, 10, 0.95);
    bottom: 0;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
}

#blazor-error-ui .dismiss[b-1cubqvqzwy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-svvpn50z77] {
    display: grid;
    gap: 1.25rem;
    padding: 1.6rem;
    width: 320px;
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(12, 22, 43, 0.88), rgba(12, 16, 28, 0.82)),
        radial-gradient(circle at top, rgba(47, 109, 255, 0.18), transparent 55%);
    box-shadow: var(--panel-shadow);
    overflow: hidden;
    transition: width 220ms ease, padding 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.nav-shell-collapsed[b-svvpn50z77] {
    width: 108px;
    padding-inline: 0.85rem;
}

.nav-header[b-svvpn50z77] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.nav-body[b-svvpn50z77] {
    display: grid;
    gap: 1.25rem;
}

.nav-toggle[b-svvpn50z77] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.28rem;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid var(--line-soft);
    border-radius: 16px;
    background: rgba(6, 11, 24, 0.62);
    padding: 0;
}

.nav-toggle span[b-svvpn50z77] {
    width: 1.1rem;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: var(--text-main);
}

.brand-block[b-svvpn50z77] {
    display: flex;
    gap: 0.95rem;
    align-items: center;
    text-decoration: none;
    color: var(--text-main);
}

.brand-core[b-svvpn50z77] {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(47, 109, 255, 0.86) 24%, rgba(10, 22, 47, 0.2) 55%, rgba(0, 0, 0, 0) 56%),
        linear-gradient(135deg, rgba(255, 50, 88, 0.96), rgba(47, 109, 255, 0.82));
    box-shadow: 0 0 24px rgba(47, 109, 255, 0.32);
}

.brand-copy[b-svvpn50z77] {
    display: flex;
    flex-direction: column;
}

.brand-kicker[b-svvpn50z77] {
    font-size: 0.74rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.brand-title[b-svvpn50z77] {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.nav-intro[b-svvpn50z77] {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.nav-links[b-svvpn50z77] {
    display: grid;
    gap: 0.75rem;
}

.nav-chip[b-svvpn50z77] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 3.1rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    background: rgba(6, 11, 24, 0.58);
    color: var(--text-main);
    text-decoration: none;
    font-weight: 700;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nav-chip:hover[b-svvpn50z77] {
    transform: translateY(-1px);
    border-color: rgba(47, 109, 255, 0.5);
}

.nav-chip.nav-chip-external[b-svvpn50z77] {
    color: var(--text-soft);
}

.nav-chip.nav-chip-operator[b-svvpn50z77] {
    background: linear-gradient(135deg, rgba(47, 109, 255, 0.12), rgba(255, 50, 88, 0.12));
}

.nav-chip.nav-chip-admin[b-svvpn50z77] {
    background: linear-gradient(135deg, rgba(255, 50, 88, 0.14), rgba(0, 240, 255, 0.1));
}

.nav-chip.active[b-svvpn50z77] {
    background: linear-gradient(135deg, rgba(47, 109, 255, 0.16), rgba(255, 50, 88, 0.16));
    border-color: rgba(255, 50, 88, 0.42);
}

.nav-icon[b-svvpn50z77] {
    position: relative;
    flex: 0 0 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(47, 109, 255, 0.95), rgba(255, 50, 88, 0.9));
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-icon-home[b-svvpn50z77]::after,
.nav-icon-live[b-svvpn50z77]::after,
.nav-icon-admin[b-svvpn50z77]::after,
.nav-icon-vault[b-svvpn50z77]::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.88);
}

.nav-icon-home[b-svvpn50z77]::after {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.18rem;
}

.nav-icon-live[b-svvpn50z77]::after {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
}

.nav-icon-admin[b-svvpn50z77]::after {
    width: 0.64rem;
    height: 0.72rem;
    clip-path: polygon(50% 0, 88% 18%, 78% 72%, 50% 100%, 22% 72%, 12% 18%);
}

.nav-icon-vault[b-svvpn50z77]::after {
    width: 0.5rem;
    height: 0.38rem;
    border-radius: 0.08rem;
}

.nav-icon-vault[b-svvpn50z77]::before {
    content: "";
    position: absolute;
    top: 0.16rem;
    left: 50%;
    width: 0.38rem;
    height: 0.26rem;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-bottom: 0;
    border-radius: 0.32rem 0.32rem 0 0;
    transform: translateX(-50%);
}

.brand-copy[b-svvpn50z77],
.nav-intro[b-svvpn50z77],
.nav-chip-copy[b-svvpn50z77],
.identity-copy[b-svvpn50z77],
.nav-action-label[b-svvpn50z77] {
    transition: opacity 180ms ease, max-width 180ms ease;
}

.identity-card[b-svvpn50z77] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 20px;
    border: 1px solid var(--line-soft);
    background: rgba(4, 9, 19, 0.66);
}

.identity-avatar[b-svvpn50z77] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.identity-avatar-fallback[b-svvpn50z77] {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(47, 109, 255, 0.22), rgba(255, 50, 88, 0.22));
    color: var(--text-main);
    font-weight: 800;
}

.identity-copy[b-svvpn50z77] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.identity-copy strong[b-svvpn50z77] {
    font-size: 1rem;
}

.identity-copy span:last-child[b-svvpn50z77],
.identity-state[b-svvpn50z77] {
    color: var(--text-soft);
    font-size: 0.88rem;
}

.nav-action[b-svvpn50z77] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
}

.nav-action-primary[b-svvpn50z77] {
    background: linear-gradient(135deg, var(--accent), var(--accent-alt));
    color: #02131c;
}

.nav-action-secondary[b-svvpn50z77] {
    border: 1px solid var(--line-soft);
    color: var(--text-soft);
    background: rgba(8, 14, 26, 0.58);
}

.nav-shell-collapsed .brand-copy[b-svvpn50z77],
.nav-shell-collapsed .nav-intro[b-svvpn50z77],
.nav-shell-collapsed .nav-chip-copy[b-svvpn50z77],
.nav-shell-collapsed .identity-copy[b-svvpn50z77],
.nav-shell-collapsed .nav-action-label[b-svvpn50z77] {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
}

.nav-shell-collapsed .nav-chip[b-svvpn50z77],
.nav-shell-collapsed .nav-action[b-svvpn50z77] {
    justify-content: center;
    padding-inline: 0.75rem;
}

.nav-shell-collapsed .nav-action[b-svvpn50z77] {
    display: none;
}

.nav-shell-collapsed .identity-card[b-svvpn50z77] {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-inline: 0.7rem;
}

.nav-shell-collapsed .brand-block[b-svvpn50z77] {
    justify-content: center;
}

.nav-shell-collapsed .nav-links[b-svvpn50z77] {
    gap: 0.6rem;
}

@media (max-width: 900px) {
    .nav-shell[b-svvpn50z77],
    .nav-shell-collapsed[b-svvpn50z77] {
        width: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2sgxmmy32h],
.components-reconnect-repeated-attempt-visible[b-2sgxmmy32h],
.components-reconnect-failed-visible[b-2sgxmmy32h],
.components-pause-visible[b-2sgxmmy32h],
.components-resume-failed-visible[b-2sgxmmy32h],
.components-rejoining-animation[b-2sgxmmy32h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-retrying[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-failed[b-2sgxmmy32h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2sgxmmy32h] {
    display: block;
}


#components-reconnect-modal[b-2sgxmmy32h] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2sgxmmy32h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2sgxmmy32h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2sgxmmy32h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2sgxmmy32h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2sgxmmy32h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2sgxmmy32h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2sgxmmy32h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2sgxmmy32h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2sgxmmy32h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2sgxmmy32h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2sgxmmy32h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2sgxmmy32h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2sgxmmy32h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2sgxmmy32h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2sgxmmy32h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2sgxmmy32h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2sgxmmy32h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2sgxmmy32h {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TwitchHoverPanel.razor.rz.scp.css */
.stream-dock[b-abvnmcq36f] {
    position: fixed;
    top: 50%;
    right: -17.2rem;
    display: flex;
    align-items: stretch;
    transform: translateY(-50%);
    transition: right 220ms ease, transform 220ms ease;
    z-index: 40;
}

.stream-dock:hover[b-abvnmcq36f] {
    transform: translateY(calc(-50% - 2px));
}

.stream-dock-expanded[b-abvnmcq36f] {
    right: 0;
}

.stream-dock-tab[b-abvnmcq36f] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    width: 3rem;
    min-height: 10rem;
    align-self: center;
    border: 1px solid rgba(47, 109, 255, 0.26);
    border-right: 0;
    border-radius: 18px 0 0 18px;
    background:
        linear-gradient(180deg, rgba(8, 14, 28, 0.96), rgba(4, 8, 16, 0.94)),
        radial-gradient(circle at top, rgba(255, 50, 88, 0.2), transparent 60%);
    color: var(--text-main);
    cursor: pointer;
    backdrop-filter: blur(18px);
}

.stream-dock-tab-arrow[b-abvnmcq36f] {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.stream-dock-tab-text[b-abvnmcq36f] {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.stream-dock-panel[b-abvnmcq36f] {
    display: grid;
    gap: 0.8rem;
    width: 17.2rem;
    padding: 1rem 1.05rem 1.1rem;
    border: 1px solid rgba(47, 109, 255, 0.26);
    border-right: 0;
    border-radius: 22px 0 0 22px;
    background:
        linear-gradient(180deg, rgba(5, 12, 24, 0.96), rgba(4, 8, 16, 0.94)),
        radial-gradient(circle at top, rgba(255, 50, 88, 0.16), transparent 58%);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
    color: var(--text-main);
    text-decoration: none;
    backdrop-filter: blur(18px);
}

.stream-dock-kicker[b-abvnmcq36f] {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
}

.stream-dock-header[b-abvnmcq36f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.stream-dock-header strong[b-abvnmcq36f] {
    font-size: 1.05rem;
}

.stream-dock-badge[b-abvnmcq36f] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.stream-dock-live .stream-dock-badge[b-abvnmcq36f] {
    background: rgba(255, 50, 88, 0.18);
    color: #ffd1da;
}

.stream-dock-idle .stream-dock-badge[b-abvnmcq36f],
.stream-dock-setup .stream-dock-badge[b-abvnmcq36f] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-soft);
}

.stream-dock-copy[b-abvnmcq36f] {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.6;
}

.stream-dock-meta[b-abvnmcq36f] {
    display: grid;
    gap: 0.2rem;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.stream-dock-open[b-abvnmcq36f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    margin-top: 0.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-main);
    font-size: 0.88rem;
    font-weight: 700;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.stream-dock-panel:hover .stream-dock-open[b-abvnmcq36f] {
    transform: translateY(-1px);
    border-color: rgba(255, 50, 88, 0.34);
    background: rgba(255, 255, 255, 0.06);
}

html[data-theme="inferno"] .stream-dock-tab[b-abvnmcq36f] {
    border-color: rgba(255, 177, 53, 0.26);
    background:
        linear-gradient(180deg, rgba(19, 11, 10, 0.96), rgba(8, 6, 8, 0.94)),
        radial-gradient(circle at top, rgba(255, 152, 42, 0.2), transparent 60%);
}

html[data-theme="inferno"] .stream-dock-panel[b-abvnmcq36f] {
    background:
        linear-gradient(180deg, rgba(17, 10, 10, 0.82), rgba(8, 6, 8, 0.8)),
        radial-gradient(circle at top, rgba(255, 140, 37, 0.16), transparent 58%);
    border-color: rgba(255, 177, 53, 0.26);
}

html[data-theme="inferno"] .stream-dock-live .stream-dock-badge[b-abvnmcq36f] {
    background: rgba(255, 140, 36, 0.18);
    color: #fff0c9;
}

html[data-theme="inferno"] .stream-dock-panel:hover .stream-dock-open[b-abvnmcq36f] {
    border-color: rgba(255, 153, 42, 0.34);
}

html[data-theme="prismatic-light"] .stream-dock-tab[b-abvnmcq36f],
html[data-theme="prismatic-light"] .stream-dock-panel[b-abvnmcq36f] {
    border-color: rgba(255, 0, 255, 0.28);
    color: #120024;
}

html[data-theme="prismatic-light"] .stream-dock-tab[b-abvnmcq36f] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.94)),
        radial-gradient(circle at top, rgba(0, 212, 255, 0.18), transparent 62%);
    box-shadow: -12px 18px 32px rgba(18, 0, 36, 0.12);
}

html[data-theme="prismatic-light"] .stream-dock-panel[b-abvnmcq36f] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.95)),
        radial-gradient(circle at top, rgba(255, 0, 255, 0.16), transparent 58%);
    box-shadow: 0 22px 54px rgba(18, 0, 36, 0.16);
}

html[data-theme="prismatic-light"] .stream-dock-kicker[b-abvnmcq36f] {
    color: #6d5b86;
}

html[data-theme="prismatic-light"] .stream-dock-copy[b-abvnmcq36f],
html[data-theme="prismatic-light"] .stream-dock-meta[b-abvnmcq36f] {
    color: #4e3b66;
}

html[data-theme="prismatic-light"] .stream-dock-live .stream-dock-badge[b-abvnmcq36f] {
    background: rgba(255, 0, 255, 0.16);
    color: #120024;
}

html[data-theme="prismatic-light"] .stream-dock-idle .stream-dock-badge[b-abvnmcq36f],
html[data-theme="prismatic-light"] .stream-dock-setup .stream-dock-badge[b-abvnmcq36f] {
    background: rgba(0, 212, 255, 0.14);
    color: #120024;
}

html[data-theme="prismatic-light"] .stream-dock-open[b-abvnmcq36f] {
    border-color: rgba(255, 0, 255, 0.18);
    background: rgba(255, 255, 255, 0.64);
    color: #120024;
}

html[data-theme="prismatic-light"] .stream-dock-panel:hover .stream-dock-open[b-abvnmcq36f] {
    border-color: rgba(0, 212, 255, 0.42);
    background: rgba(0, 212, 255, 0.12);
}

@media (max-width: 700px) {
    .stream-dock[b-abvnmcq36f] {
        top: auto;
        bottom: 1rem;
        right: -15.8rem;
        transform: none;
    }

    .stream-dock:hover[b-abvnmcq36f] {
        transform: translateY(-2px);
    }

    .stream-dock-panel[b-abvnmcq36f] {
        width: 15.8rem;
    }
}
/* /Components/Shared/BotScheduleHelpPopover.razor.rz.scp.css */
.bot-schedule-help[b-mkbznyh9dn] {
    position: relative;
}

.bot-schedule-help-trigger[b-mkbznyh9dn],
.bot-schedule-help-close[b-mkbznyh9dn],
.bot-schedule-help-dismiss[b-mkbznyh9dn] {
    appearance: none;
    border: 0;
    font: inherit;
}

.bot-schedule-help-trigger[b-mkbznyh9dn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: var(--field-bg);
    color: var(--text-main);
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.bot-schedule-help-trigger:hover[b-mkbznyh9dn],
.bot-schedule-help-trigger[aria-expanded="true"][b-mkbznyh9dn] {
    border-color: var(--accent);
    color: var(--accent);
}

.bot-schedule-help-dismiss[b-mkbznyh9dn] {
    position: fixed;
    inset: 0;
    z-index: 42;
    background: transparent;
    cursor: default;
}

.bot-schedule-help-panel[b-mkbznyh9dn] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 43;
    width: min(22rem, calc(100vw - 2rem));
    padding: 0.95rem;
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    background:
        radial-gradient(circle at top, var(--panel-flare), transparent 60%),
        linear-gradient(180deg, var(--panel-bg-strong), var(--panel-bg));
    box-shadow: var(--panel-shadow);
    color: var(--text-main);
}

.bot-schedule-help-head[b-mkbznyh9dn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.bot-schedule-help-head strong[b-mkbznyh9dn] {
    font-size: 0.95rem;
    line-height: 1.2;
}

.bot-schedule-help-close[b-mkbznyh9dn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: var(--field-bg);
    color: var(--text-main);
    font-size: 0.76rem;
    font-weight: 900;
    cursor: pointer;
}

.bot-schedule-help-close:hover[b-mkbznyh9dn] {
    border-color: var(--accent);
    color: var(--accent);
}

.bot-schedule-help-panel p[b-mkbznyh9dn] {
    margin: 0.55rem 0 0;
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.45;
}

html[data-theme="prismatic-light"] .bot-schedule-help-trigger[b-mkbznyh9dn],
html[data-theme="prismatic-light"] .bot-schedule-help-close[b-mkbznyh9dn] {
    background: rgba(255, 255, 255, 0.88);
    color: #120024;
}

html[data-theme="prismatic-light"] .bot-schedule-help-panel[b-mkbznyh9dn] {
    background:
        radial-gradient(circle at top, rgba(0, 212, 255, 0.16), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.94));
    box-shadow: 0 18px 38px rgba(18, 0, 36, 0.16);
}

@media (max-width: 760px) {
    .bot-schedule-help-panel[b-mkbznyh9dn] {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* /Components/Shared/ThemeToggle.razor.rz.scp.css */
.theme-menu[b-2fjph9fjxe] {
    position: relative;
}

.theme-menu summary[b-2fjph9fjxe] {
    list-style: none;
}

.theme-menu summary[b-2fjph9fjxe]::-webkit-details-marker {
    display: none;
}

.theme-menu-trigger[b-2fjph9fjxe] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.65rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: var(--panel-bg);
    color: var(--text-soft);
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(14px);
}

.theme-menu-trigger strong[b-2fjph9fjxe] {
    color: var(--text-main);
    font-size: 0.84rem;
}

.theme-menu-icon[b-2fjph9fjxe] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: conic-gradient(from 20deg, #ff00ff, #00ffff, #ffd700, #ff00ff);
    box-shadow: 0 0 0 0.18rem var(--accent-soft);
}

.theme-menu-popover[b-2fjph9fjxe] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 36;
    display: grid;
    gap: 0.45rem;
    width: min(23rem, calc(100vw - 1.5rem));
    padding: 0.55rem;
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    background: var(--panel-bg-strong);
    box-shadow: var(--panel-shadow);
}

.theme-option[b-2fjph9fjxe] {
    display: grid;
    grid-template-columns: 4.7rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
    width: 100%;
    padding: 0.55rem;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: var(--text-main);
    text-align: left;
    cursor: pointer;
}

.theme-option:hover[b-2fjph9fjxe],
.theme-option-active[b-2fjph9fjxe] {
    border-color: var(--line-soft);
    background: color-mix(in srgb, var(--accent-soft) 52%, transparent);
}

.theme-preview[b-2fjph9fjxe] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.18rem;
    height: 2.85rem;
    padding: 0.32rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
}

.theme-preview span[b-2fjph9fjxe] {
    border-radius: 999px;
}

.theme-preview-classic[b-2fjph9fjxe] {
    background: linear-gradient(135deg, #090d18, #13060b);
}

.theme-preview-classic span:nth-child(1)[b-2fjph9fjxe] {
    background: #ff3258;
}

.theme-preview-classic span:nth-child(2)[b-2fjph9fjxe] {
    background: #2f6dff;
}

.theme-preview-classic span:nth-child(3)[b-2fjph9fjxe] {
    background: #f3f7ff;
}

.theme-preview-inferno[b-2fjph9fjxe] {
    background: linear-gradient(135deg, #120707, #1b0d06);
}

.theme-preview-inferno span:nth-child(1)[b-2fjph9fjxe] {
    background: #ff4b2b;
}

.theme-preview-inferno span:nth-child(2)[b-2fjph9fjxe] {
    background: #ffc43c;
}

.theme-preview-inferno span:nth-child(3)[b-2fjph9fjxe] {
    background: #fff7ee;
}

.theme-preview-prismatic-light[b-2fjph9fjxe] {
    background: linear-gradient(135deg, #fff7ff, #f0ffff);
}

.theme-preview-prismatic-light span:nth-child(1)[b-2fjph9fjxe] {
    background: #ff00ff;
}

.theme-preview-prismatic-light span:nth-child(2)[b-2fjph9fjxe] {
    background: #00d4ff;
}

.theme-preview-prismatic-light span:nth-child(3)[b-2fjph9fjxe] {
    background: #120024;
}

.theme-preview-prismatic-dark[b-2fjph9fjxe] {
    background: linear-gradient(135deg, #120024, #0d0026);
}

.theme-preview-prismatic-dark span:nth-child(1)[b-2fjph9fjxe] {
    background: #ff00ff;
}

.theme-preview-prismatic-dark span:nth-child(2)[b-2fjph9fjxe] {
    background: #00ffff;
}

.theme-preview-prismatic-dark span:nth-child(3)[b-2fjph9fjxe] {
    background: #ffffff;
}

.theme-option-copy[b-2fjph9fjxe] {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.theme-option-copy strong[b-2fjph9fjxe] {
    font-size: 0.92rem;
    line-height: 1.1;
}

.theme-option-copy span[b-2fjph9fjxe] {
    color: var(--text-soft);
    font-size: 0.78rem;
    line-height: 1.25;
}

@media (max-width: 760px) {
    .theme-menu[b-2fjph9fjxe],
    .theme-menu-trigger[b-2fjph9fjxe] {
        width: 100%;
    }

    .theme-menu-popover[b-2fjph9fjxe] {
        left: 0;
        right: auto;
    }
}
