/* /Layout/GameLayout.razor.rz.scp.css */
.game-layout[b-01q78dboq6] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, #0a1628 0%, #122a1a 40%, #1a3a2a 70%, #0d1f15 100%);
    color: #e8ece9;
}

.game-topbar[b-01q78dboq6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
    z-index: 100;
}

.game-topbar-left[b-01q78dboq6] {
    display: flex;
    align-items: center;
}

.game-brand[b-01q78dboq6] {
    color: #c9a84c;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
}

.game-brand:hover[b-01q78dboq6] {
    color: #dfc06a;
    text-decoration: none;
}

.game-topbar-right[b-01q78dboq6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.game-topbar-right span[b-01q78dboq6] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.game-topbar-right .btn[b-01q78dboq6] {
    font-size: 0.82rem;
    padding: 0.25rem 0.6rem;
}

.game-content[b-01q78dboq6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

/* Connection status dots */
.conn-dot[b-01q78dboq6] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 0.25rem;
}

.conn-dot-ok[b-01q78dboq6] {
    background: #4ade80;
}

.conn-dot-warn[b-01q78dboq6] {
    background: #facc15;
}

.conn-dot-bad[b-01q78dboq6] {
    background: #f87171;
}

/* ─── Responsive: Phone ─── */
@media (max-width: 768px) {
    .game-topbar[b-01q78dboq6] {
        padding: 0.35rem 0.5rem;
    }

    .game-brand[b-01q78dboq6] {
        font-size: 0.95rem;
    }

    .game-topbar-right span[b-01q78dboq6] {
        font-size: 0.78rem;
    }

    .game-topbar-right .btn[b-01q78dboq6] {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }

    .game-topbar-right[b-01q78dboq6] {
        gap: 0.5rem;
    }
}

/* ─── Responsive: Small phone ─── */
@media (max-width: 480px) {
    .game-brand[b-01q78dboq6] {
        font-size: 0.85rem;
    }

    .game-topbar-right span[b-01q78dboq6] {
        font-size: 0.72rem;
    }

    .game-topbar-right .btn[b-01q78dboq6] {
        font-size: 0.7rem;
        padding: 0.15rem 0.4rem;
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .game-topbar-right[b-01q78dboq6] {
        gap: 0.35rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.shell-layout[b-s3whf6dr03] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.shell-header[b-s3whf6dr03] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem;
    background: linear-gradient(135deg, #0a1628 0%, #0f2318 52%, #132d1e 100%);
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.shell-brand[b-s3whf6dr03] {
    color: #c9a84c;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
}

.shell-brand:hover[b-s3whf6dr03] {
    color: #dfc06a;
    text-decoration: none;
}

.shell-tagline[b-s3whf6dr03] {
    max-width: 52rem;
    margin: 0.5rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.shell-header-meta[b-s3whf6dr03] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.shell-body[b-s3whf6dr03] {
    display: grid;
    grid-template-columns: minmax(14rem, 18rem) 1fr;
    flex: 1;
    min-height: 0;
}

.shell-sidebar[b-s3whf6dr03] {
    background: rgba(0,0,0,0.25);
    border-right: 1px solid rgba(255,255,255,0.08);
    padding: 1.25rem 1rem;
}

.shell-main[b-s3whf6dr03] {
    min-width: 0;
}

article[b-s3whf6dr03] {
    padding: 1.5rem;
}

@media (max-width: 900px) {
    .shell-header[b-s3whf6dr03] {
        flex-direction: column;
    }

    .shell-header-meta[b-s3whf6dr03] {
        justify-content: flex-start;
    }

    .shell-body[b-s3whf6dr03] {
        grid-template-columns: 1fr;
    }

    .shell-sidebar[b-s3whf6dr03] {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
}

@media (max-width: 640.98px) {
    article[b-s3whf6dr03] {
        padding: 1rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.shell-nav-menu[b-egv1lf4v3s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.shell-nav-link[b-egv1lf4v3s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid transparent;
    background: rgba(255,255,255,0.06);
    color: #c8d0d8;
    font-weight: 600;
    text-decoration: none;
}

.shell-nav-link:hover[b-egv1lf4v3s] {
    background: rgba(255,255,255,0.10);
    color: #e8ece9;
    text-decoration: none;
}

.shell-nav-link.active[b-egv1lf4v3s] {
    background: rgba(201,168,76,0.15);
    border-color: rgba(201,168,76,0.3);
    color: #c9a84c;
}

.shell-nav-note[b-egv1lf4v3s] {
    color: #7a8896;
    line-height: 1.5;
}
