@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');
.hrvf-board{font-family:'IBM Plex Sans Arabic',sans-serif;direction:rtl;max-width:1200px;margin:0 auto;padding:0 16px}
.hrvf-hero{background:linear-gradient(135deg,#0e1a2e,#162844);border-radius:14px;padding:36px;margin-bottom:28px;text-align:center;border:1px solid #2a3f5f}
.hrvf-hero h1{font-size:26px;font-weight:700;color:#fff;margin:0 0 8px}
.hrvf-hero p{color:#7a9bbf;margin:0 0 20px;font-size:14px}
.hrvf-hstats{display:flex;justify-content:center;gap:24px}
.hrvf-hs{text-align:center;color:#7a9bbf;font-size:13px}
.hrvf-hs span{display:block;font-size:28px;font-weight:700;color:#6fa8ff;line-height:1;margin-bottom:4px}
.hrvf-group{margin-bottom:36px}
.hrvf-gtitle{font-size:18px;font-weight:700;color:#1e2d4a;background:#f0f6ff;border-right:4px solid #4c8ef5;padding:12px 18px;border-radius:8px;margin-bottom:16px}
.hrvf-section{margin-bottom:20px}
.hrvf-shd{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-radius:8px;margin-bottom:14px;font-size:14px;font-weight:600}
.hrvf-sh-c{background:linear-gradient(135deg,#1a237e,#283593);color:#fff;border:1px solid #3949ab}
.hrvf-sh-a{background:linear-gradient(135deg,#004d40,#00695c);color:#fff;border:1px solid #00796b}
.hrvf-cnt{background:rgba(255,255,255,.15);padding:3px 12px;border-radius:20px;font-size:12px}
.hrvf-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.hrvf-card{background:#fff;border:1px solid #e2eaf5;border-radius:10px;padding:18px;transition:all .22s;border-top:4px solid #e2eaf5;display:flex;flex-direction:column;gap:8px}
.hrvf-p-high{border-top-color:#ef4444}
.hrvf-p-med{border-top-color:#f59e0b}
.hrvf-p-low{border-top-color:#22c55e}
.hrvf-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:#4c8ef5}
.hrvf-ctop{display:flex;justify-content:space-between;align-items:center}
.hrvf-cat{font-size:11px;background:#f1f5f9;padding:3px 10px;border-radius:20px;color:#64748b}
.hrvf-pri{font-size:11px;color:#64748b}
.hrvf-card h3{margin:0;font-size:14px;color:#0f172a;font-weight:600;line-height:1.4}
.hrvf-card p{margin:0;font-size:12px;color:#64748b;line-height:1.6}
.hrvf-pain{background:#fff7ed;border:1px solid #fed7aa;border-radius:7px;padding:7px 10px;font-size:11px;color:#9a3412;line-height:1.5;margin-top:auto}
.hrvf-cfoot{display:flex;justify-content:space-between;font-size:11px;padding-top:8px;border-top:1px solid #f1f5f9;margin-top:auto}
.hrvf-status{color:#64748b}
.hrvf-comp{color:#7c3aed;font-weight:500}
.hrvf-abar{background:#f0f6ff;border:1px solid #bfdbfe;border-radius:10px;padding:14px 20px;display:flex;gap:16px;margin-top:24px}
.hrvf-abar a{color:#2563eb;font-size:13px;text-decoration:none;font-weight:500}
