/* Global Tradesx — Network Reward (rank progress bars) */

.gtx-nr-progress-row {
    margin-bottom: 16px;
}

.gtx-nr-progress-label {
    display: block;
    color: #c7cddb;
    font-size: 13px;
    margin-bottom: 6px;
}

.gtx-nr-bar {
    height: 14px;
    background: #131a2b;
    border: 1px solid #262f45;
    border-radius: 999px;
    overflow: hidden;
}

.gtx-nr-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #f0b90b, #7fe3a5);
    border-radius: 999px;
    transition: width 0.4s ease;
}
