/* Futzoe — tarjeta premio acumulado (home, ranking) */

.futzoe-prize-pool .card-body {
    padding: 1rem;
}

.futzoe-prize-pool-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.875rem;
}

.futzoe-prize-pool-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(212, 160, 23, 0.08) 100%);
    border: 1px solid rgba(212, 160, 23, 0.25);
}

.futzoe-prize-pool-kicker {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--bs-secondary-color);
}

.futzoe-prize-pool-total {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-primary);
}

.futzoe-prize-pool-formula {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
}

.futzoe-prize-pool-split {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.futzoe-prize-pool-place {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding: 0.625rem 0.35rem;
    border-radius: 0.5rem;
    border: 1px solid var(--bs-border-color);
    background-color: rgba(var(--bs-body-color-rgb), 0.03);
    text-align: center;
}

.futzoe-prize-pool-place-emoji {
    font-size: 1.125rem;
    line-height: 1;
}

.futzoe-prize-pool-place-rank {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}

.futzoe-prize-pool-place-percent {
    font-size: 0.625rem;
    color: var(--bs-secondary-color);
}

.futzoe-prize-pool-place-amount {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
}

.futzoe-prize-pool--pending .futzoe-prize-pool-total {
    font-size: 1.125rem;
    color: var(--bs-body-color);
}

.futzoe-prize-pool-icon--pending {
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), 0.12) 0%, rgba(var(--bs-primary-rgb), 0.04) 100%);
    border-color: rgba(var(--bs-primary-rgb), 0.2);
}

.futzoe-prize-pool--pending .futzoe-competition-pending__actions {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--bs-border-color);
    max-width: 20rem;
}

.futzoe-metrics-pending-hint {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
}

.futzoe-competition-pending__card {
    border: 1px dashed rgba(var(--bs-primary-rgb), 0.35);
    background: linear-gradient(
        180deg,
        rgba(var(--bs-primary-rgb), 0.04) 0%,
        rgba(var(--bs-body-bg-rgb), 1) 100%
    );
}

.futzoe-competition-pending__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    font-size: 1.375rem;
    line-height: 1;
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.12);
}

.futzoe-competition-pending__message,
.futzoe-competition-pending__lead {
    max-width: 22rem;
    line-height: 1.5;
}

.futzoe-competition-pending__actions {
    max-width: 20rem;
}

.futzoe-competition-pending__actions .btn {
    min-height: 2.75rem;
}
