/* ================================================
   SLM Martyrs — تنسيقات المنصة
   الهوية: كحلي #06101a + ذهبي #C9A24B + خط Cairo
   ================================================ */

.slm-wall, .slm-single, .slm-martyr-form {
    font-family: 'Cairo', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #1a2634;
    direction: rtl;
}

/* ============ جدار الشهداء ============ */
.slm-wall-hero {
    background: #06101a;
    padding: 40px 20px;
    text-align: center;
    border-radius: 14px 14px 0 0;
}
.slm-hero-k { color:#C9A24B; font-size:14px; letter-spacing:3px; margin-bottom:8px; }
.slm-hero-t { color:#fff; font-size:30px; font-weight:700; margin:0; }
.slm-hero-s { color:#9fb0c0; font-size:14px; margin-top:8px; }

.slm-stats {
    display:grid; grid-template-columns:repeat(2,1fr); gap:14px;
    padding:20px; background:#0b1a2b;
}
.slm-stat-box { background:rgba(255,255,255,.05); border-radius:10px; padding:16px; text-align:center; }
.slm-stat-n { color:#C9A24B; font-size:30px; font-weight:700; }
.slm-stat-l { color:#9fb0c0; font-size:13px; }

.slm-filters {
    display:flex; gap:8px; padding:18px 20px; flex-wrap:wrap;
    background:#fff; border-bottom:1px solid #eef1f4;
}
.slm-chip {
    font-size:13px; padding:7px 16px; border-radius:20px;
    border:1px solid #dbe1e8; color:#6a7885; text-decoration:none; transition:.2s;
}
.slm-chip:hover { border-color:#C9A24B; color:#C9A24B; }
.slm-chip.active { background:#06101a; color:#fff; border-color:#06101a; }

.slm-grid {
    display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:16px; padding:24px 20px; background:#fff;
}
.slm-tile {
    border:1px solid #e3e8ee; border-radius:12px; overflow:hidden;
    text-align:center; text-decoration:none; transition:.2s; display:block;
}
.slm-tile:hover { box-shadow:0 8px 24px rgba(6,16,26,.12); transform:translateY(-3px); }
.slm-tile-ph { height:150px; background:#dfe6ec; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.slm-tile-ph img { width:100%; height:100%; object-fit:cover; }
.slm-ph-icon svg { width:52px; height:52px; fill:#8ea0b0; }
.slm-tile-body { padding:14px 10px; }
.slm-tile-nm { font-size:15px; font-weight:600; color:#1a2634; }
.slm-tile-mt { font-size:12px; color:#8a97a5; margin-top:4px; }
.slm-tile-dv { height:2px; width:30px; background:#C9A24B; margin:10px auto 0; }
.slm-empty { text-align:center; color:#8a97a5; padding:40px; }

/* ============ الصفحة المفردة ============ */
.slm-single { background:#fff; border-radius:14px; overflow:hidden; }
.slm-single-topbar { background:#06101a; padding:14px 18px; }
.slm-single-topbar a { color:#9fb0c0; font-size:14px; text-decoration:none; display:inline-flex; align-items:center; gap:8px; }
.slm-single-topbar svg { width:18px; height:18px; fill:#9fb0c0; }

.slm-single-hero { background:#06101a; padding:10px 18px 36px; text-align:center; }
.slm-avatar {
    width:150px; height:150px; margin:0 auto 18px; border-radius:50%;
    border:3px solid #C9A24B; background:#dfe6ec; overflow:hidden;
    display:flex; align-items:center; justify-content:center;
}
.slm-avatar img { width:100%; height:100%; object-fit:cover; }
.slm-avatar svg { width:64px; height:64px; fill:#8ea0b0; }
.slm-label-gold { color:#C9A24B; font-size:14px; letter-spacing:4px; margin-bottom:8px; }
.slm-single-name { color:#fff; font-size:28px; font-weight:700; margin:0; }
.slm-single-divider { height:2px; width:52px; background:#C9A24B; margin:16px auto 0; }

.slm-meta { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:#e3e8ee; }
.slm-meta-cell { background:#fff; padding:18px; text-align:center; }
.slm-meta-k { color:#8a97a5; font-size:13px; margin-bottom:6px; }
.slm-meta-v { color:#1a2634; font-size:15px; font-weight:600; }

.slm-section { padding:24px 20px; border-top:1px solid #eef1f4; }
.slm-section-head { display:flex; align-items:center; gap:8px; margin-bottom:12px; }
.slm-section-head svg { width:18px; height:18px; fill:#C9A24B; }
.slm-section-head b { font-size:17px; font-weight:600; }
.slm-section-body { font-size:15px; line-height:2.1; color:#4a5a68; }

.slm-share {
    padding:24px 20px; border-top:1px solid #eef1f4;
    display:flex; gap:14px; align-items:center; justify-content:center; flex-wrap:wrap;
}
.slm-share-label { font-size:14px; color:#6a7885; font-weight:600; }
.slm-share-btns { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.slm-share-btn {
    display:inline-flex; align-items:center; gap:8px;
    padding:10px 18px; border-radius:8px; text-decoration:none;
    font-family:'Cairo',sans-serif; font-size:14px; font-weight:600;
    color:#fff; transition:.2s;
}
.slm-share-btn svg { width:18px; height:18px; fill:#fff; }
.slm-share-btn:hover { transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.15); }
.slm-wa { background:#25D366; }
.slm-fb { background:#1877F2; }
.slm-x  { background:#000000; }

/* ============ نموذج الإضافة ============ */
.slm-martyr-form {
    background:#fff; border:1px solid #e3e8ee; border-radius:14px;
    padding:28px; max-width:640px;
}
.slm-field { margin-bottom:16px; }
.slm-field label { display:block; font-size:14px; font-weight:600; margin-bottom:6px; color:#1a2634; }
.slm-field label span { color:#c0392b; }
.slm-field input, .slm-field select, .slm-field textarea {
    width:100%; padding:11px 13px; border:1px solid #d8dee6; border-radius:8px;
    font-family:'Cairo',sans-serif; font-size:14px; box-sizing:border-box;
}
.slm-field input:focus, .slm-field select:focus, .slm-field textarea:focus {
    outline:none; border-color:#C9A24B;
}
.slm-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.slm-sep { border:none; border-top:1px solid #eef1f4; margin:20px 0 12px; }
.slm-note { font-size:12px; color:#8a97a5; margin-bottom:12px; }
.slm-submit-btn {
    background:#06101a; color:#fff; border:none; padding:13px 28px;
    border-radius:8px; font-family:'Cairo',sans-serif; font-size:15px;
    font-weight:600; cursor:pointer; transition:.2s; width:100%;
}
.slm-submit-btn:hover { background:#C9A24B; }

/* مصيدة السبام — مخفية */
.slm-hp { position:absolute; left:-9999px; opacity:0; height:0; overflow:hidden; }

/* رسائل */
.slm-form-success {
    background:#eaf7ee; border:1px solid #b6e0c2; color:#1e7a3d;
    padding:16px 18px; border-radius:10px; margin-bottom:20px; font-size:14px; line-height:1.8;
}
.slm-form-error {
    background:#fdecea; border:1px solid #f5c6c0; color:#b0362a;
    padding:14px 18px; border-radius:10px; margin-bottom:20px; font-size:14px;
}

/* موبايل */
@media (max-width:600px) {
    .slm-row { grid-template-columns:1fr; }
    .slm-hero-t { font-size:24px; }
    .slm-single-name { font-size:22px; }
}
