ui/lobbybotcountpanel.razor.scss
LobbyBotCountPanel {
    width: 100%;
    height: 100%;

    .panel {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 24px;
        padding: 24px;
        font-family: Poppins;
        color: white;
    }

    .label {
        font-size: 96px;
        font-weight: 700;
        color: white;
        letter-spacing: 8px;
        line-height: 1;
    }

    .count {
        font-size: 560px;
        font-weight: 900;
        line-height: 1;
        margin-top: 12px;
    }

    .max {
        font-size: 64px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.6);
        margin-top: 12px;
    }
}