/* Custom dashboard visual tweaks */
.pnl-breakdown {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    text-align: left;
}

.pnl-breakdown-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.sub-pnl {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 4px;
}

.balancer-card {
    background: #1f2937;
    border-top: 4px solid #2563eb;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balancer-info {
    display: flex;
    flex-direction: column;
}

.balancer-title {
    color: #60a5fa;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.balancer-value {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
}

.balancer-action {
    background: #111827;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
}

.text-up { color: #16C784 !important; }
.text-down { color: #EA3943 !important; }
.font-bold { font-weight: bold; }