.card.svelte-13k9jtn {
    border-radius: var(--ds-radius-md, var(--border-radius-md));
    background: var(--grey-500);
    padding: var(--spacing-4);
    gap: var(--spacing-2);
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.card.reverse.svelte-13k9jtn {
    flex-direction: column-reverse
}

.card.stacked.svelte-13k9jtn {
    flex-direction: row
}

.card.stacked.reverse.svelte-13k9jtn {
    flex-direction: row-reverse
}

.coin-filter.svelte-4kexf8 {
    display: flex;
    flex-direction: column
}

.content-wrapper.svelte-4kexf8 {
    max-height: 200px;
    width: 100%
}

.scope-filter.svelte-heo50x {
    display: flex;
    flex-direction: column
}

.content-wrapper.svelte-heo50x {
    max-height: 200px;
    width: 100%
}

.content-wrapper.svelte-heo50x .button {
    padding-top: var(--spacing-1-5);
    padding-bottom: var(--spacing-1-5)
}

.centered.svelte-15k6w67 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    justify-self: center;
    color: var(--grey-200)
}

.centered.svelte-15k6w67>*+* {
    margin-top: var(--spacing-4)
}

.statistics.svelte-15k6w67 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--spacing-2)
}

.controls.svelte-15k6w67 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-2)
}

.user-details.svelte-71eixc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--spacing-4)
}

.user-details.mobile-view.svelte-71eixc {
    align-items: flex-start
}

.user-details.svelte-71eixc .user-row:where(.svelte-71eixc) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--spacing-4);
    align-items: flex-start
}

.user-details.svelte-71eixc .user-row.mobile-view:where(.svelte-71eixc) {
    flex-direction: column
}

.user-details.svelte-71eixc .user-name:where(.svelte-71eixc) {
    display: flex;
    flex-direction: column
}