/* ==========================
   MAIN PAGE STYLES
   ========================== */

/* Balance Section */
.balance-section {
    padding: 24px 20px 16px;
}

.balance-minimal {
    text-align: center;
}

.balance-label {
    font-size: 13px;
    color: #6B7088;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.balance-amount {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
    font-variant-numeric: tabular-nums;
    margin-bottom: 14px;
}

/* Stats Container */
.stats-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.period-label {
    font-size: 11px;
    font-weight: 600;
    color: #6B7088;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Actions Bar */
.actions-bar {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #2A2F3F;
}

/* Coins Section */
.coins-section {
    padding: 20px;
}
