@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/HomeRetro/ProfileLoadOverlay.razor.rz.scp.css */
/* Bootstrap utility classes are used directly in markup. */
/* /Components/HomeRetro/RivalStatsCard.razor.rz.scp.css */
/* Intentionally minimal: layout is now Bootstrap-driven. */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.command-shell[b-46ojlnh66e] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 18.5rem minmax(0, 1fr);
    background:
        radial-gradient(circle at top right, rgba(93, 151, 255, 0.16), transparent 28%),
        radial-gradient(circle at bottom left, rgba(111, 240, 195, 0.1), transparent 26%),
        #08111d;
    color: #ecf3ff;
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.command-sidebar[b-46ojlnh66e] {
    display: grid;
    align-content: start;
    gap: 1.5rem;
    padding: 1.5rem;
    border-right: 1px solid rgba(164, 188, 255, 0.14);
    background: rgba(7, 14, 25, 0.92);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    min-height: 100vh;
}

.command-brand[b-46ojlnh66e] {
    display: flex;
    gap: 0.9rem;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.command-brand strong[b-46ojlnh66e],
.command-brand small[b-46ojlnh66e] {
    display: block;
}

.command-brand small[b-46ojlnh66e],
.command-label[b-46ojlnh66e],
.command-build[b-46ojlnh66e],
.command-nav a small[b-46ojlnh66e] {
    color: #8ea2c4;
}

.command-brand-dot[b-46ojlnh66e] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #63e6be, #77aaff);
    box-shadow: 0 0 0 0.3rem rgba(99, 230, 190, 0.12);
}

.command-nav[b-46ojlnh66e] {
    display: grid;
    gap: 0.65rem;
}

.command-nav a[b-46ojlnh66e] {
    display: grid;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 120ms ease, background 120ms ease, transform 120ms ease;
    min-width: 0;
}

.command-nav a:hover[b-46ojlnh66e],
.command-nav a.active[b-46ojlnh66e] {
    border-color: rgba(164, 188, 255, 0.16);
    background: rgba(19, 35, 58, 0.86);
    transform: translateX(0.15rem);
}

.command-build[b-46ojlnh66e] {
    margin: 0;
    font-size: 0.82rem;
}

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

.command-header[b-46ojlnh66e] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    padding: 1.4rem 1.6rem 0;
}

.command-header > div[b-46ojlnh66e] {
    max-width: 46rem;
}

.command-header h1[b-46ojlnh66e] {
    margin: 0.2rem 0 0;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 0.95;
}

.command-header-link[b-46ojlnh66e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(164, 188, 255, 0.14);
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
}

.command-main[b-46ojlnh66e] {
    min-width: 0;
    padding: 1.4rem 1.6rem 1.8rem;
    max-width: 110rem;
}

@media (max-width: 1080px) {
    .command-shell[b-46ojlnh66e] {
        grid-template-columns: 1fr;
    }

    .command-sidebar[b-46ojlnh66e] {
        position: static;
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(164, 188, 255, 0.14);
    }

    .command-nav[b-46ojlnh66e] {
        grid-auto-flow: column;
        grid-auto-columns: minmax(12rem, 1fr);
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .command-header[b-46ojlnh66e] {
        padding-top: 1rem;
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .command-sidebar[b-46ojlnh66e],
    .command-header[b-46ojlnh66e],
    .command-main[b-46ojlnh66e] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .command-header h1[b-46ojlnh66e] {
        line-height: 1;
    }

    .command-header-link[b-46ojlnh66e] {
        width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w6v3fayc1j] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-w6v3fayc1j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w6v3fayc1j] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w6v3fayc1j] {
    font-size: 1.1rem;
}

.bi[b-w6v3fayc1j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-w6v3fayc1j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-w6v3fayc1j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-w6v3fayc1j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-w6v3fayc1j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w6v3fayc1j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w6v3fayc1j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w6v3fayc1j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-w6v3fayc1j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w6v3fayc1j]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w6v3fayc1j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w6v3fayc1j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w6v3fayc1j] {
        display: none;
    }

    .nav-scrollable[b-w6v3fayc1j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8o1zsahf5x],
.components-reconnect-repeated-attempt-visible[b-8o1zsahf5x],
.components-reconnect-failed-visible[b-8o1zsahf5x],
.components-pause-visible[b-8o1zsahf5x],
.components-resume-failed-visible[b-8o1zsahf5x],
.components-rejoining-animation[b-8o1zsahf5x] {
    display: none;
}

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


#components-reconnect-modal[b-8o1zsahf5x] {
    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-8o1zsahf5x 0.5s both;
    &[open]

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-8o1zsahf5x {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-tower[b-6gqv4httqv] {
    display: grid;
    gap: 1.5rem;
}

.admin-kicker[b-6gqv4httqv] {
    margin: 0;
    color: #8ea2c4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.admin-lock-panel[b-6gqv4httqv],
.admin-panel[b-6gqv4httqv],
.admin-session-card[b-6gqv4httqv],
.admin-kpi-card[b-6gqv4httqv],
.admin-subpanel[b-6gqv4httqv] {
    border: 1px solid rgba(164, 188, 255, 0.14);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(17, 27, 44, 0.96), rgba(10, 16, 29, 0.96));
    box-shadow: 0 1.7rem 4rem rgba(0, 0, 0, 0.2);
}

.admin-panel[b-6gqv4httqv],
.admin-session-card[b-6gqv4httqv],
.admin-kpi-card[b-6gqv4httqv],
.admin-subpanel[b-6gqv4httqv] {
    overflow: hidden;
}

.admin-lock-panel[b-6gqv4httqv] {
    min-height: 70vh;
    display: grid;
    grid-template-columns: 1.2fr minmax(18rem, 26rem);
    gap: 1.5rem;
    align-items: stretch;
}

.admin-lock-copy[b-6gqv4httqv],
.admin-lock-form[b-6gqv4httqv],
.admin-panel[b-6gqv4httqv],
.admin-session-card[b-6gqv4httqv],
.admin-kpi-card[b-6gqv4httqv],
.admin-subpanel[b-6gqv4httqv] {
    padding: 1.4rem;
}

.admin-lock-copy[b-6gqv4httqv],
.admin-hero-copy[b-6gqv4httqv] {
    max-width: 44rem;
}

.admin-lock-copy h2[b-6gqv4httqv],
.admin-hero-copy h2[b-6gqv4httqv] {
    margin: 0.5rem 0 0.8rem;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1;
}

.admin-lock-form[b-6gqv4httqv] {
    display: grid;
    gap: 1rem;
    align-content: center;
    border-left: 1px solid rgba(164, 188, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

.admin-lock-actions[b-6gqv4httqv],
.admin-session-actions[b-6gqv4httqv],
.admin-profile-actions[b-6gqv4httqv],
.admin-action-band[b-6gqv4httqv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.admin-hero[b-6gqv4httqv] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 26rem);
    gap: 1.25rem;
    align-items: stretch;
}

.admin-hero-copy[b-6gqv4httqv] {
    padding: 1rem 0 0.2rem;
}

.admin-session-card[b-6gqv4httqv] {
    display: grid;
    gap: 0.7rem;
}

.admin-live-status[b-6gqv4httqv] {
    display: grid;
    gap: 0.55rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(164, 188, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.admin-live-status-copy[b-6gqv4httqv] {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    align-items: center;
}

.admin-live-status-copy strong[b-6gqv4httqv] {
    font-size: 0.96rem;
}

.admin-live-status-copy span[b-6gqv4httqv] {
    color: #8ea2c4;
    font-size: 0.9rem;
    text-align: right;
}

.admin-live-status-meta[b-6gqv4httqv] {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    color: #8ea2c4;
    font-size: 0.82rem;
}

.admin-live-status-track[b-6gqv4httqv] {
    width: 100%;
    height: 0.45rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.admin-live-status-bar[b-6gqv4httqv] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #63e6be, #77aaff);
    transition: width 180ms linear;
}

.admin-session-card strong[b-6gqv4httqv] {
    font-size: 1.1rem;
}

.admin-session-card span[b-6gqv4httqv],
.admin-note[b-6gqv4httqv],
.admin-empty[b-6gqv4httqv],
.admin-feed-meta[b-6gqv4httqv] {
    color: #8ea2c4;
}

.admin-kpi-grid[b-6gqv4httqv],
.admin-grid.three-up[b-6gqv4httqv],
.admin-grid.two-up[b-6gqv4httqv] {
    display: grid;
    gap: 1rem;
}

.admin-kpi-grid[b-6gqv4httqv] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-grid.two-up[b-6gqv4httqv] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-grid.three-up[b-6gqv4httqv] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-kpi-card span[b-6gqv4httqv] {
    display: block;
    font-size: clamp(2.6rem, 5vw, 4rem);
    line-height: 0.95;
    font-weight: 800;
}

.admin-kpi-card p[b-6gqv4httqv] {
    margin: 0.5rem 0 0;
    max-width: 18rem;
}

.admin-kpi-card.warning[b-6gqv4httqv] {
    background: linear-gradient(180deg, rgba(255, 204, 115, 0.15), rgba(10, 16, 29, 0.96));
}

.admin-kpi-card.accent[b-6gqv4httqv] {
    background: linear-gradient(180deg, rgba(99, 230, 190, 0.15), rgba(10, 16, 29, 0.96));
}

.admin-panel-header[b-6gqv4httqv] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
}

.admin-panel-header h3[b-6gqv4httqv] {
    margin: 0.35rem 0 0;
    font-size: 1.35rem;
}

.admin-metric-list[b-6gqv4httqv] {
    display: grid;
    gap: 0.75rem;
}

.admin-metric-list span[b-6gqv4httqv] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.9rem;
    border-radius: 1rem;
    border: 1px solid rgba(164, 188, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.admin-metric-list b[b-6gqv4httqv] {
    text-align: right;
}

.admin-action-stack[b-6gqv4httqv] {
    display: grid;
    gap: 0.9rem;
}

.admin-feed[b-6gqv4httqv] {
    display: grid;
    gap: 0.8rem;
}

.admin-feed-item[b-6gqv4httqv] {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(164, 188, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    display: grid;
    gap: 0.35rem;
}

.admin-profile-toolbar[b-6gqv4httqv],
.admin-payload-toolbar[b-6gqv4httqv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
}

.admin-profile-field[b-6gqv4httqv] {
    min-width: 0;
}

.admin-confirm-check[b-6gqv4httqv] {
    margin-top: 1rem;
}

.admin-note[b-6gqv4httqv] {
    margin: 1rem 0 0;
}

.admin-table :deep(.table)[b-6gqv4httqv] {
    --bs-table-bg: transparent;
    --bs-table-color: #ecf3ff;
    --bs-table-border-color: rgba(164, 188, 255, 0.12);
    --bs-table-striped-color: #ecf3ff;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
    --bs-table-hover-bg: rgba(119, 170, 255, 0.08);
    --bs-table-hover-color: #ecf3ff;
    margin-bottom: 0;
}

.admin-payload-meta[b-6gqv4httqv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.1rem;
    margin-bottom: 1rem;
    color: #8ea2c4;
    font-size: 0.92rem;
}

.admin-profile-link[b-6gqv4httqv] {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.admin-profile-link:hover[b-6gqv4httqv] {
    border-bottom-color: rgba(119, 170, 255, 0.9);
}

.admin-payload-view[b-6gqv4httqv] {
    margin: 0;
    max-height: 32rem;
    overflow: auto;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(164, 188, 255, 0.12);
    background: #030811;
    color: #dce7fb;
    white-space: pre-wrap;
}

@media (max-width: 1100px) {
    .admin-lock-panel[b-6gqv4httqv],
    .admin-hero[b-6gqv4httqv],
    .admin-kpi-grid[b-6gqv4httqv],
    .admin-grid.three-up[b-6gqv4httqv],
    .admin-grid.two-up[b-6gqv4httqv],
    .admin-profile-toolbar[b-6gqv4httqv],
    .admin-payload-toolbar[b-6gqv4httqv] {
        grid-template-columns: 1fr;
    }

    .admin-lock-form[b-6gqv4httqv] {
        border-left: 0;
        border-top: 1px solid rgba(164, 188, 255, 0.14);
    }
}

@media (max-width: 640px) {
    .admin-lock-copy[b-6gqv4httqv],
    .admin-lock-form[b-6gqv4httqv],
    .admin-panel[b-6gqv4httqv],
    .admin-session-card[b-6gqv4httqv],
    .admin-kpi-card[b-6gqv4httqv],
    .admin-subpanel[b-6gqv4httqv] {
        padding: 1rem;
    }

    .admin-panel-header[b-6gqv4httqv],
    .admin-profile-toolbar[b-6gqv4httqv],
    .admin-payload-toolbar[b-6gqv4httqv] {
        gap: 0.75rem;
    }

    .admin-metric-list span[b-6gqv4httqv] {
        align-items: start;
        flex-direction: column;
    }

    .admin-payload-view[b-6gqv4httqv] {
        max-height: 22rem;
        font-size: 0.88rem;
    }

    .admin-live-status-copy[b-6gqv4httqv] {
        align-items: start;
        flex-direction: column;
    }

    .admin-live-status-copy span[b-6gqv4httqv] {
        text-align: left;
    }

    .admin-live-status-meta[b-6gqv4httqv] {
        flex-direction: column;
    }
}
/* /Components/Pages/HomeRetro.razor.rz.scp.css */
.home-command-page[b-z0bghfvfll] {
    display: grid;
    gap: 1rem;
    max-width: 110rem;
}

.home-command-alert[b-z0bghfvfll] {
    padding: 0.95rem 1.1rem;
    border: 1px solid rgba(255, 204, 115, 0.18);
    border-radius: 1rem;
    background: rgba(255, 204, 115, 0.08);
    color: #ffe6af;
    font-size: 0.92rem;
}

.home-command-title[b-z0bghfvfll] {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.95;
    max-width: 16ch;
}

.home-command-hero[b-z0bghfvfll],
.home-command-panel[b-z0bghfvfll] {
    border: 1px solid rgba(164, 188, 255, 0.14);
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(17, 27, 44, 0.96), rgba(10, 16, 29, 0.96));
    box-shadow: 0 1.8rem 4.2rem rgba(0, 0, 0, 0.22);
}

.home-command-kpis[b-z0bghfvfll] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.2rem;
}

.home-command-kpi[b-z0bghfvfll] {
    padding: 1rem 1.1rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(164, 188, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.home-command-kpi span[b-z0bghfvfll] {
    display: block;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.95;
    font-weight: 800;
    color: #ecf3ff;
}

.home-command-kpi p[b-z0bghfvfll] {
    margin: 0.45rem 0 0;
    color: #8ea2c4;
}

:deep(.home-command-page .card-body)[b-z0bghfvfll] {
    padding: 1.35rem;
}

.home-command-stream[b-z0bghfvfll] {
    display: grid;
    gap: 1rem;
}

.home-command-match-row[b-z0bghfvfll] {
    margin-top: 0.15rem;
}

:deep(.home-command-page .card)[b-z0bghfvfll] {
    border: 1px solid rgba(164, 188, 255, 0.14);
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(17, 27, 44, 0.95), rgba(10, 16, 29, 0.95));
    box-shadow: 0 1.5rem 3.8rem rgba(0, 0, 0, 0.2);
}

:deep(.home-command-page .card-body)[b-z0bghfvfll] {
    color: #ecf3ff;
}

:deep(.home-command-page .row)[b-z0bghfvfll] {
    --bs-gutter-y: 1rem;
}

:deep(.home-command-page .text-secondary)[b-z0bghfvfll],
:deep(.home-command-page .text-muted)[b-z0bghfvfll],
:deep(.home-command-page .form-text)[b-z0bghfvfll],
:deep(.home-command-page .small)[b-z0bghfvfll] {
    color: #8ea2c4 !important;
}

:deep(.home-command-page .table)[b-z0bghfvfll] {
    --bs-table-bg: transparent;
    --bs-table-color: #ecf3ff;
    --bs-table-border-color: rgba(164, 188, 255, 0.12);
    --bs-table-striped-color: #ecf3ff;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
    --bs-table-hover-color: #ecf3ff;
    --bs-table-hover-bg: rgba(119, 170, 255, 0.08);
}

:deep(.home-command-page .btn-outline-secondary)[b-z0bghfvfll],
:deep(.home-command-page .btn-outline-primary)[b-z0bghfvfll],
:deep(.home-command-page .btn-outline-danger)[b-z0bghfvfll],
:deep(.home-command-page .btn-outline-warning)[b-z0bghfvfll],
:deep(.home-command-page .btn-outline-success)[b-z0bghfvfll],
:deep(.home-command-page .btn-outline-light)[b-z0bghfvfll] {
    --bs-btn-color: #ecf3ff;
    --bs-btn-border-color: rgba(164, 188, 255, 0.18);
    --bs-btn-hover-color: #08111d;
    --bs-btn-hover-bg: #ecf3ff;
    --bs-btn-hover-border-color: #ecf3ff;
}

:deep(.home-command-page .btn-primary)[b-z0bghfvfll] {
    --bs-btn-bg: #63e6be;
    --bs-btn-border-color: #63e6be;
    --bs-btn-color: #071c16;
    --bs-btn-hover-bg: #84edd0;
    --bs-btn-hover-border-color: #84edd0;
    --bs-btn-hover-color: #071c16;
}

:deep(.home-command-page .form-control)[b-z0bghfvfll],
:deep(.home-command-page .form-select)[b-z0bghfvfll],
:deep(.home-command-page .input-group-text)[b-z0bghfvfll] {
    border-color: rgba(164, 188, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: #ecf3ff;
}

:deep(.home-command-page .form-control::placeholder)[b-z0bghfvfll] {
    color: rgba(142, 162, 196, 0.8);
}

:deep(.home-command-page .alert-danger)[b-z0bghfvfll] {
    border-color: rgba(255, 125, 125, 0.18);
    background: rgba(255, 125, 125, 0.1);
    color: #ffd4d4;
}

:deep(.home-command-page .alert-warning)[b-z0bghfvfll],
:deep(.home-command-page .alert-secondary)[b-z0bghfvfll],
:deep(.home-command-page .alert-light)[b-z0bghfvfll] {
    border-color: rgba(164, 188, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #ecf3ff;
}

:deep(.home-retro-analysis-card)[b-z0bghfvfll] {
    width: min(100%, 23rem);
}

@media (max-width: 1100px) {
    .home-command-kpis[b-z0bghfvfll] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-command-page[b-z0bghfvfll] {
        gap: 0.85rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .home-command-alert[b-z0bghfvfll] {
        padding: 0.85rem 0.95rem;
    }

    .home-command-title[b-z0bghfvfll] {
        max-width: none;
        font-size: clamp(1.8rem, 10vw, 2.5rem);
    }

    .home-command-kpis[b-z0bghfvfll] {
        grid-template-columns: 1fr;
    }

    :deep(.home-command-page .card-body)[b-z0bghfvfll] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
