/* ===== GLOBAL FIX CONTRAST ===== */
body {
    background: #0f172a !important; /* خلفية غامقة مريحة */
    color: #e5e7eb !important;      /* نص فاتح واضح */
    font-family: "Inter", sans-serif;
}

/* كل البلوكات */
div, section, main, header, footer {
    color: inherit;
}

/* الروابط */
a {
    color: #60a5fa !important;
}
a:hover {
    color: #3b82f6 !important;
}

/* الكروت والصفحات البيضاء */
.card, .panel, .box, .container, .well {
    background: #111827 !important;
    border: 1px solid #1f2937 !important;
    color: #e5e7eb !important;
}

/* الجداول */
table {
    background: #0b1220 !important;
    color: #e5e7eb !important;
}

table th {
    background: #111827 !important;
    color: #ffffff !important;
}

table td {
    border-color: #1f2937 !important;
}

/* الفورم */
input, textarea, select {
    background: #0b1220 !important;
    color: #ffffff !important;
    border: 1px solid #334155 !important;
}

input::placeholder {
    color: #94a3b8 !important;
}

/* الأزرار */
button, .btn {
    border-radius: 8px;
}

/* تحسين النصوص الضعيفة */
.text-muted {
    color: #9ca3af !important;
}