.safari-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 20px;
    padding: 20px;
}

.safari-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.xp-bar-bg {
    height: 8px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

.xp-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00bdff);
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.leader-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.leader-row.me {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    color: #00ff88;
}

.balance-display {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ffd700;
    display: flex;
    align-items: center;
    gap: 10px;
}





.safari-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 20px;
    padding: 20px;
}

.safari-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.xp-bar-bg {
    height: 8px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

.xp-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00bdff);
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.leader-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.leader-row.me {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    color: #00ff88;
}

.balance-display {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #ffd700;
    display: flex;
    align-items: center;
    gap: 10px;
}





/* ==========================================================================
   EGAME.AZ - QLOBAL AUTOFILL (AVTOMATİK DOLDURMA) RƏNG PROBLEMININ HƏLLİ
   ========================================================================== */

/* Brauzerin avtomatik doldurma zamanı atdığı ağ arxa planı gizlədirik */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    /* Ağ rəngi sənin tünd panel rənginlə (#0f0f13) əzərək örtürük */
    -webkit-box-shadow: 0 0 0 1000px #0f0f13 inset !important;
    
    /* İçindəki yazının rəngini mütləq ağ edirik */
    -webkit-text-fill-color: #ffffff !important;
    
    /* Gözlənilməz rəng keçidlərini əngəlləmək üçün 5000 saniyəlik hiylə */
    transition: background-color 5000s ease-in-out 0s;
    
    /* Yanıb-sönən kursor xəttinin rəngi */
    caret-color: #ffffff !important;
}

/* Əgər bəzi inputlar şəffaf (transparent) idisə, bu kod kömək edəcək */
input:-internal-autofill-selected {
    background-color: #0f0f13 !important;
    color: #ffffff !important;
}