/* أنماطُ user/auth/register.blade.php — نُقلت من القالب 2026-08-20 (CLAUDE.md قاعدة 1).
   ⚖ أُثبت حيادُ التتالي قبل النقل: صفرُ محدِّدٍ يتعارض مع جزئيّات الصفحة.
   ⚖ وتُحمَّل عبر @push('style-override') — آخرِ ورقةٍ قبل </head>. */


/* Readex Pro على صفحة التسجيل + احترام تباعد العربية (لا letter-spacing على النص العربي) */
.auth-section, .auth-card, .auth-title, .auth-subtitle, .auth-form, .auth-form label,
.auth-form input, .auth-form select, .btn-editorial-solid, .editorial-link, .fnv-consent,
.form-label-custom, .form-control-editorial { font-family: 'Readex Pro',sans-serif !important; }
.auth-title, .auth-subtitle, .form-label-custom, .auth-form label, .fnv-consent, .editorial-link, .btn-editorial-solid { letter-spacing: normal !important; }
/* موافقة نظيفة غير منفّرة */
.fnv-consent { display:flex; align-items:center; gap:9px; cursor:pointer; font-size:.88rem; color:var(--fnv-ink-2); text-align:start; }
.fnv-consent__box { width:18px; height:18px; min-width:18px; accent-color:var(--fnv-ink); margin:0; border-radius:0; }
.fnv-consent__txt a { color:var(--fnv-ink); font-weight:700; text-decoration:underline; text-underline-offset:3px; }

/* ⚖ عنوانُ النافذة صار h2 (قاعدة 6: لا قفزَ h1⇒h4).
   ⛔ وحجمُه يُثبَّت على قيمة h4 في bootstrap — فالدلالةُ تتغيّر والمظهرُ لا. */
.modal-title{font-size:calc(1.275rem + .3vw)}
