/* הגדלת הקטגוריות ועיצוב כללי */
.user_role_category {
    padding: 12px 10px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
    text-align: center;
    display: block;
}

/* קטגוריית זהב - דרגה 100 */
.cat_gold { background: linear-gradient(45deg, #d4af37, #f1c40f, #d4af37) !important; color: #000 !important; border: 1px solid #fff !important; }

/* VIP+ - דרגה 300 ומעלה - ורוד נוצץ */
.cat_vipplus { background: linear-gradient(45deg, #ff00ff, #8e44ad) !important; color: #fff !important; }

/* מנהל ראשי - דרגה 90-99 - כחול עמוק */
.cat_head_admin { background: linear-gradient(45deg, #1a237e, #3f51b5) !important; color: #fff !important; }

/* מנהל בכיר - דרגה 80-90 - ירוק אמרלד */
.cat_senior_admin { background: linear-gradient(45deg, #1b5e20, #4caf50) !important; color: #fff !important; }

/* מנהל חדר - דרגה 70-80 - כתום אש */
.cat_room_admin { background: linear-gradient(45deg, #e65100, #ff9800) !important; color: #fff !important; }

/* VIP רגיל - דרגה 50-60 - תכלת */
.cat_vip { background: linear-gradient(45deg, #00b8d4, #00e5ff) !important; color: #000 !important; }

/* משתמשים/אורחים/לא מחוברים */
.cat_regular { background: #616161 !important; color: #fff !important; }

/* עיצוב המטבעות ליד השם */
.user_gold_display {
    color: #ffd700;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}