/* /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: 1.25rem 1.5rem 0.5rem;
    backdrop-filter: blur(18px);
}

.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.6rem, 3vw, 2.2rem);
    letter-spacing: 0.04em;
}

.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.9rem;
    padding: 0.75rem 1.15rem;
    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: rgba(10, 15, 28, 0.52);
}

.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-identity-card[b-1cubqvqzwy] {
    display: inline-flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 220px;
    padding: 0.75rem 0.9rem;
    border-radius: 24px;
    border: 1px solid rgba(47, 109, 255, 0.22);
    background:
        linear-gradient(135deg, rgba(255, 50, 88, 0.12), rgba(47, 109, 255, 0.14)),
        rgba(7, 11, 20, 0.82);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.topbar-identity-head[b-1cubqvqzwy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.topbar-avatar[b-1cubqvqzwy] {
    width: 2.85rem;
    height: 2.85rem;
    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-label[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--text-muted);
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

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

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

.topbar-subaction[b-1cubqvqzwy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(4, 9, 18, 0.58);
    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="inferno"] .topbar-identity-card[b-1cubqvqzwy] {
    border: 1px solid rgba(255, 182, 58, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 75, 43, 0.12), rgba(255, 196, 60, 0.08)),
        rgba(7, 11, 20, 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%;
    }

    .topbar-identity-card[b-1cubqvqzwy] {
        width: 100%;
    }
}

#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.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-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-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;
    margin-top: 1rem;
    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);
}

@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/ThemeToggle.razor.rz.scp.css */
.theme-switcher[b-2fjph9fjxe] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: rgba(8, 13, 24, 0.58);
    backdrop-filter: blur(14px);
}

.theme-switcher-label[b-2fjph9fjxe] {
    padding-inline: 0.45rem 0.2rem;
    color: var(--text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.theme-switcher-button[b-2fjph9fjxe] {
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--text-soft);
    font-size: 0.84rem;
    font-weight: 800;
}

.theme-switcher-button:hover[b-2fjph9fjxe] {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.theme-switcher-button-active[b-2fjph9fjxe] {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, var(--accent), var(--accent-alt));
    color: #08131d;
}
