/* ===== OXYGEN CO DARK METALLIC GOLD STYLESHEET ===== */

/* 1. إعطاء الجسم العام للموقع طابعاً مظلماً وفخماً */
body {
    background-color: #060a12 !important;
    background-image: radial-gradient(circle at top, #0d1a30 0%, #05080f 70%) !important;
    color: #e2e8f0 !important;
    font-family: 'Outfit', 'Cairo', 'Segoe UI', sans-serif;
}

/* 2. تحويل الحدود الصفراء الفاقعة إلى ذهب معدني فاخر */
.oxygen-card, 
.rpg-gold-card,
.server-status-box,
.rankings-table,
.hall-of-champions,
.rpg-card {
    border: 1px solid transparent !important;
    background: linear-gradient(#090f1d, #050912) padding-box,
                linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%) border-box !important;
    border-radius: 6px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.7), inset 0px 1px 2px rgba(255, 255, 255, 0.05) !important;
}

/* 3. تنسيق منصات أبطال السيرفر (Hall of Champions) لتبدو بارزة */
.hall-of-champions blockquote, .podium-box {
    background: rgba(13, 22, 41, 0.6) !important;
    border: 1px solid rgba(187, 138, 56, 0.3) !important;
    border-radius: 4px;
    padding: 15px;
}

/* 4. إعطاء أزرار السوشيال ميديا توهجاً خافتاً بدلاً من الشكل المصمت */
.join-community-btn, .footer-social a, a[href*="discord"] {
    border: 1px solid #b78a38 !important;
    background: rgba(183, 138, 56, 0.05) !important;
    color: #fcf6ba !important;
    transition: all 0.3s ease;
}

.join-community-btn:hover, .footer-social a:hover {
    background: rgba(183, 138, 56, 0.2) !important;
    box-shadow: 0 0 10px rgba(183, 138, 56, 0.4) !important;
}

/* 5. تجميل أزرار المتجر والدعم بالتوهج الأزرق الكريستالي */
.crystal-glow, .rpg-btn-gold {
    border: 1px solid #00d2ff !important;
    background: linear-gradient(180deg, #bf953f 0%, #8c6827 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.25) !important;
    text-shadow: 0 0 5px rgba(0, 210, 255, 0.5);
    font-family: 'Cinzel', serif;
    font-weight: 700;
}

.rpg-btn-dark {
    border: 1px solid #bf953f !important;
    background: rgba(9, 15, 29, 0.9) !important;
    color: #fcf6ba !important;
    font-family: 'Cinzel', serif;
}

.status-specs-bar {
    background: linear-gradient(#090f1d, #050912) padding-box,
                linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
}

.status-spec-label {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #8c9ba5;
    text-transform: uppercase;
}

.status-spec-val {
    font-family: 'Cinzel', monospace;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}
