/* ═══════════════════════════════════════════════
   عفراء للتوظيف — أنماط الصفحات
═══════════════════════════════════════════════ */

/* ── Auth Screen ── */
.auth-bg         { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #060d1a 0%, #0f1f35 60%, #060d1a 100%); padding: 18px; position: relative; }
.auth-bg::before { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse 80% 55% at 50% -15%, rgba(13,148,136,.28) 0%, transparent 65%); pointer-events: none; }
.auth-card       { background: rgba(255,255,255,.035); backdrop-filter: blur(22px); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; padding: 36px 32px; width: 100%; max-width: 430px; box-shadow: 0 24px 60px rgba(0,0,0,.45); position: relative; z-index: 1; }
.auth-logo       { text-align: center; margin-bottom: 24px; }
.auth-logo-ico   { width: 60px; height: 60px; border-radius: 18px; background: linear-gradient(135deg, var(--p), var(--pl)); display: inline-flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 8px 24px rgba(13,148,136,.45); margin-bottom: 10px; }
.auth-logo h1    { font-size: 20px; font-weight: 900; color: #f1f5f9; }
.auth-logo p     { font-size: 12px; color: rgba(255,255,255,.38); margin-top: 3px; }
.auth-card .fl   { color: rgba(255,255,255,.55); }
.auth-card .fc   { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); color: #f1f5f9; }
.auth-card .fc:focus     { background: rgba(255,255,255,.1); border-color: var(--p); }
.auth-card .fc::placeholder { color: rgba(255,255,255,.22); }
.auth-card .fc option    { background: #1a2235; color: #f1f5f9; }
.rp   { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 18px; }
.rc   { padding: 14px 10px; border: 2px solid rgba(255,255,255,.1); border-radius: 13px; cursor: pointer; text-align: center; transition: all .25s; background: rgba(255,255,255,.04); }
.rc:hover { border-color: rgba(13,148,136,.5); background: rgba(13,148,136,.08); }
.rc.on    { border-color: var(--p); background: rgba(13,148,136,.15); }
.rc-ico   { font-size: 26px; margin-bottom: 6px; }
.rc-tit   { font-size: 12px; font-weight: 800; color: #f1f5f9; }
.rc-sub   { font-size: 10px; color: rgba(255,255,255,.32); margin-top: 1px; }
.adiv     { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.adiv::before, .adiv::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.adiv span { font-size: 11px; color: rgba(255,255,255,.28); }
.gbtn  { width: 100%; padding: 11px; border-radius: 11px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #f1f5f9; font-family: 'Cairo', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 9px; }
.gbtn:hover { background: rgba(255,255,255,.13); }
.aswitch   { text-align: center; margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.38); }
.aswitch a { color: var(--pl); font-weight: 700; cursor: pointer; }

/* ── Job Cards ── */
.jg         { display: flex; flex-direction: column; gap: 12px; }
.jc         { background: var(--bgc); border: 1px solid var(--br); border-radius: var(--r); padding: 18px; transition: all .25s; cursor: pointer; position: relative; overflow: hidden; }
.jc::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--p), var(--pl)); border-radius: 0 3px 3px 0; }
.jc:hover   { transform: translateY(-2px); box-shadow: var(--shl); border-color: var(--p); }
.jct        { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.jlo        { width: 50px; height: 50px; border-radius: 13px; flex-shrink: 0; background: linear-gradient(135deg, var(--p), var(--pl)); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; overflow: hidden; }
.jlo img    { width: 100%; height: 100%; object-fit: cover; }
.ji         { flex: 1; min-width: 0; }
.jtit       { font-size: 15px; font-weight: 800; color: var(--tx); margin-bottom: 2px; }
.jco        { font-size: 12px; color: var(--tx2); font-weight: 600; }
.jbs        { display: flex; flex-wrap: wrap; gap: 5px; margin: 8px 0; }
.jft        { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--br); }
.jsal       { font-size: 14px; font-weight: 800; color: var(--p); }
.jmeta      { display: flex; gap: 10px; flex-wrap: wrap; }
.jmeta span { font-size: 11px; color: var(--tx3); display: flex; align-items: center; gap: 3px; }

/* ── Office Hero Banner ── */
.ohero         { background: linear-gradient(135deg, var(--pd), var(--p)); border-radius: var(--r); padding: 22px; color: #fff; display: flex; align-items: center; gap: 14px; margin-bottom: 18px; position: relative; overflow: hidden; }
.ohero::before { content: '🪔'; position: absolute; left: -10px; top: -10px; font-size: 90px; opacity: .07; pointer-events: none; }

/* ── CV Preview ── */
.cvp      { background: #fff; border-radius: var(--r); padding: 28px; font-family: 'Cairo', sans-serif; color: #0f172a; box-shadow: var(--shl); direction: rtl; line-height: 1.5; font-size: 12px; }
.cvph     { display: flex; align-items: flex-start; gap: 16px; padding-bottom: 16px; border-bottom: 3px solid var(--p); margin-bottom: 16px; }
.cvav     { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--p), var(--pl)); display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; font-weight: 900; flex-shrink: 0; overflow: hidden; }
.cvav img { width: 100%; height: 100%; object-fit: cover; }
.cvname   { font-size: 20px; font-weight: 900; color: var(--pd); }
.cvtitle  { font-size: 13px; color: #475569; margin: 3px 0; }
.cvct     { display: flex; gap: 12px; flex-wrap: wrap; font-size: 11px; color: #475569; margin-top: 6px; }
.cvst     { font-size: 13px; font-weight: 800; color: var(--pd); border-bottom: 2px solid var(--br); padding-bottom: 5px; margin: 14px 0 8px; display: flex; align-items: center; gap: 5px; }
.cvst i   { color: var(--p); }
.cvei     { margin-bottom: 10px; }
.cvetit   { font-size: 12px; font-weight: 800; color: #0f172a; }
.cveco    { font-size: 11px; color: var(--pd); font-weight: 600; }
.cvedt    { font-size: 10px; color: #94a3b8; }
.cvdesc   { font-size: 11px; color: #475569; margin-top: 3px; }
.cvskills { display: flex; flex-wrap: wrap; gap: 5px; }
.cvsk     { padding: 3px 10px; background: rgba(13,148,136,.08); color: var(--pd); border-radius: 20px; font-size: 10px; font-weight: 700; }

/* ── Interview Chat ── */
.iv-bubble      { max-width: 78%; padding: 9px 13px; border-radius: 13px 4px 13px 13px; font-size: 12px; line-height: 1.65; }
.iv-bubble.bot  { border-radius: 4px 13px 13px 13px; background: var(--bgc2); color: var(--tx); border: 1px solid var(--br); }
.iv-bubble.user { background: linear-gradient(135deg, var(--p), var(--pl)); color: #fff; }
.iv-score       { margin-top: 5px; font-size: 10px; opacity: .75; }

/* ═══════════════════════════════════════════════
   تحسينات متقدمة — بطاقات الوظائف
═══════════════════════════════════════════════ */

/* ── Enhanced Job Cards ── */
.jc         { background: var(--bgc); border: 1px solid var(--br); border-radius: var(--r); padding: 18px; transition: all .25s; cursor: pointer; position: relative; overflow: hidden; }
.jc::before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 4px; background: var(--grad-p); border-radius: 0 4px 4px 0; opacity: 0; transition: opacity .25s; }
.jc:hover::before { opacity: 1; }
.jc:hover   { transform: translateY(-3px); box-shadow: var(--shxl); border-color: rgba(13,148,136,.3); }
.jc-featured { border-color: #f59e0b; background: linear-gradient(135deg, var(--bgc) 85%, rgba(245,158,11,.06)); }
.jc-featured::before { opacity: 1; background: linear-gradient(180deg, #f59e0b, #d97706); }
.jc-top    { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.jc-meta   { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--br); }
.jc-actions { display: flex; align-items: center; gap: 7px; }

/* ── Enhanced Logo ── */
.jlo        { width: 50px; height: 50px; border-radius: 13px; flex-shrink: 0; background: var(--grad-p); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; overflow: hidden; box-shadow: 0 4px 12px rgba(13,148,136,.2); }

/* ── Apply Button (in card) ── */
.jc-apply-btn { white-space: nowrap; }

/* ── Days Remaining ── */
.days-badge { font-size: 10px; color: var(--tx3); display: flex; align-items: center; gap: 3px; }
.days-badge.urgent { color: var(--danger); font-weight: 700; }

/* ── Filter Bar Enhanced ── */
.fb-row2   { display: flex; gap: 7px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.results-count { font-size: 12px; color: var(--tx3); margin-right: auto; }

/* ── Auth Screen Enhanced ── */
.auth-bg::after { content: ''; position: fixed; bottom: 0; left: 0; right: 0; height: 200px; background: radial-gradient(ellipse 60% 50% at 50% 100%, rgba(245,158,11,.1) 0%, transparent 70%); pointer-events: none; }

/* ═══════════════════════════════════════════
   صفحة الهبوط — Landing Page (احترافية)
═══════════════════════════════════════════ */

/* الغلاف الرئيسي */
.land-wrap {
  width: 100%; max-width: 400px; margin: auto;
  padding: 32px 22px 26px;
  display: flex; flex-direction: column; align-items: center;
  min-height: 100vh; justify-content: center;
  position: relative; z-index: 1;
}

/* أورب الخلفية المتحركة */
.land-orb { position: fixed; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.land-orb-1 { width: 480px; height: 480px; top: -140px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(13,148,136,.32) 0%, transparent 70%);
  animation: orbFloat1 9s ease-in-out infinite; }
.land-orb-2 { width: 360px; height: 360px; bottom: -100px; right: -80px;
  background: radial-gradient(circle, rgba(139,92,246,.22) 0%, transparent 70%);
  animation: orbFloat2 11s ease-in-out infinite; }
.land-orb-3 { width: 300px; height: 300px; bottom: 15%; left: -60px;
  background: radial-gradient(circle, rgba(245,158,11,.16) 0%, transparent 70%);
  animation: orbFloat3 13s ease-in-out infinite; }
@keyframes orbFloat1 { 0%,100%{transform:translateX(-50%) scale(1);opacity:.7} 50%{transform:translateX(-50%) scale(1.18);opacity:1} }
@keyframes orbFloat2 { 0%,100%{transform:scale(1) translate(0,0);opacity:.6} 50%{transform:scale(1.15) translate(-15px,-10px);opacity:1} }
@keyframes orbFloat3 { 0%,100%{transform:scale(1) translate(0,0);opacity:.5} 50%{transform:scale(1.2) translate(10px,-15px);opacity:.9} }

/* قسم الهيرو */
.land-hero { text-align: center; margin-bottom: 20px; }
.land-lamp-wrap { position: relative; display: inline-block; margin-bottom: 16px; }
.land-lamp { font-size: 74px; display: block;
  filter: drop-shadow(0 0 22px rgba(245,158,11,.65)) drop-shadow(0 0 55px rgba(13,148,136,.4));
  animation: lampGlow 3.5s ease-in-out infinite; }
.land-lamp-ring {
  position: absolute; inset: -14px; border-radius: 50%;
  border: 1.5px solid rgba(245,158,11,.2);
  animation: ringPulse 3.5s ease-in-out infinite;
}
.land-lamp-ring2 {
  position: absolute; inset: -28px; border-radius: 50%;
  border: 1px solid rgba(13,148,136,.12);
  animation: ringPulse 3.5s ease-in-out infinite .6s;
}
@keyframes lampGlow {
  0%,100% { filter: drop-shadow(0 0 22px rgba(245,158,11,.65)) drop-shadow(0 0 55px rgba(13,148,136,.4)); }
  50%      { filter: drop-shadow(0 0 38px rgba(245,158,11,.95)) drop-shadow(0 0 80px rgba(13,148,136,.65)); }
}
@keyframes ringPulse {
  0%,100% { transform: scale(1); opacity: .5; }
  50%      { transform: scale(1.18); opacity: .1; }
}
.land-title {
  font-size: 30px; font-weight: 900; margin: 0 0 7px;
  background: linear-gradient(135deg, #fff 25%, rgba(13,148,136,.9) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; letter-spacing: -.5px;
}
.land-sub { font-size: 12.5px; color: rgba(255,255,255,.42); margin: 0; font-weight: 600; line-height: 1.6; }

/* إحصائيات — بار واحد */
.land-stats {
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px; padding: 14px 20px;
  margin: 18px 0 22px; width: 100%;
  backdrop-filter: blur(14px);
}
.land-stat-item { display: flex; flex-direction: column; align-items: center; flex: 1; }
.land-stat-num  { font-size: 21px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 3px; }
.land-stat-lbl  { font-size: 10.5px; color: rgba(255,255,255,.4); font-weight: 700; }
.land-stat-div  { width: 1px; height: 34px; background: rgba(255,255,255,.1); margin: 0 6px; flex-shrink: 0; }

/* سؤال الاختيار */
.land-q { font-size: 11px; font-weight: 800; color: rgba(255,255,255,.38); text-align: center;
  margin: 0 0 10px; letter-spacing: 1px; text-transform: uppercase; }

/* بطاقات الأدوار */
.land-roles { display: flex; flex-direction: column; gap: 9px; margin-bottom: 12px; width: 100%; }
.land-role {
  display: flex; align-items: center; gap: 14px;
  border-radius: 16px; padding: 14px 16px;
  cursor: pointer; font-family: 'Cairo', sans-serif;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  text-align: right; width: 100%;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(10px);
}
.land-role:hover  { transform: translateX(-5px); }
.land-role:active { transform: translateX(-5px) scale(.98); }
.land-role-s:hover { box-shadow: 0 8px 30px rgba(13,148,136,.28);  border-color: rgba(13,148,136,.45); }
.land-role-e:hover { box-shadow: 0 8px 30px rgba(245,158,11,.22);   border-color: rgba(245,158,11,.45); }
.land-role-o:hover { box-shadow: 0 8px 30px rgba(139,92,246,.28);   border-color: rgba(139,92,246,.45); }
.land-role-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(0,0,0,.35);
}
.land-role-txt  { flex: 1; min-width: 0; }
.land-role-name { font-size: 14px; font-weight: 900; color: #fff; margin-bottom: 2px; display: block; }
.land-role-desc { font-size: 11px; color: rgba(255,255,255,.42); font-weight: 600; display: block; }
.land-role-arr  { color: rgba(255,255,255,.2); font-size: 12px; flex-shrink: 0; margin-right: auto; transition: transform .22s, color .22s; }
.land-role:hover .land-role-arr { transform: translateX(-4px); color: rgba(255,255,255,.65); }

/* زر التصفح بدون حساب */
.land-browse {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11);
  border-radius: 13px; padding: 13px;
  color: rgba(255,255,255,.58); font-size: 13px;
  font-family: 'Cairo', sans-serif; cursor: pointer; font-weight: 700;
  transition: all .22s; margin-bottom: 4px;
}
.land-browse:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }
.land-browse i { color: rgba(13,148,136,.85); font-size: 14px; }

/* رابط تسجيل الدخول */
.land-login-link { background: none; border: none; color: rgba(255,255,255,.28); font-size: 12px;
  font-family: 'Cairo', sans-serif; cursor: pointer; font-weight: 700;
  transition: color .2s; padding: 8px 16px; }
.land-login-link:hover { color: rgba(255,255,255,.65); }
.land-login-link span { color: rgba(13,148,136,.8); text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.land-login-link:hover span { color: #2dd4bf; }

/* كلمات عائمة في الخلفية */
@keyframes floatWord { 0%{transform:translateY(0);opacity:0} 8%{opacity:1} 90%{opacity:1} 100%{transform:translateY(-110vh);opacity:0} }
.fw { position: absolute; bottom: -5%; color: rgba(255,255,255,.055); font-size: 13px; font-weight: 800; animation: floatWord linear infinite; pointer-events: none; white-space: nowrap; letter-spacing: .5px; }

/* ── Landing Page New (lnd-*) ── */
.lnd-topbar {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 18px;
  background: rgba(6,13,26,.82); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.lnd-logo { font-size: 17px; font-weight: 900; color: #fff; display: flex; align-items: center; gap: 6px; }
.lnd-logo span { font-size: 14px; color: rgba(255,255,255,.7); font-weight: 700; }
.lnd-login-btn {
  padding: 8px 16px; border-radius: 10px; border: 1px solid rgba(13,148,136,.5);
  background: rgba(13,148,136,.15); color: #2dd4bf;
  font-family: 'Cairo', sans-serif; font-size: 12px; font-weight: 800;
  cursor: pointer; transition: all .2s; display: flex; align-items: center; gap: 6px;
}
.lnd-login-btn:hover { background: rgba(13,148,136,.28); border-color: var(--p); color: #fff; }

.lnd-hero {
  text-align: center; padding: 38px 22px 22px;
  position: relative; z-index: 1;
}
.lnd-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(13,148,136,.15); border: 1px solid rgba(13,148,136,.3);
  border-radius: 99px; padding: 5px 14px;
  font-size: 11px; font-weight: 700; color: #2dd4bf;
  margin-bottom: 16px;
}
.lnd-title {
  font-size: 34px; font-weight: 900; line-height: 1.2;
  color: #fff; margin: 0 0 10px; letter-spacing: -.5px;
}
.lnd-title-hl {
  background: linear-gradient(135deg, #2dd4bf, #f59e0b);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lnd-tagline { font-size: 13px; color: rgba(255,255,255,.45); font-weight: 600; line-height: 1.6; margin-bottom: 20px; }

.lnd-stats-bar {
  display: inline-flex; align-items: center; justify-content: center; gap: 0;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; padding: 12px 22px; margin: 0 auto;
}
.lnd-stat { display: flex; flex-direction: column; align-items: center; padding: 0 16px; }
.lnd-stat-n { font-size: 20px; font-weight: 900; color: #fff; line-height: 1; }
.lnd-stat-l { font-size: 10px; color: rgba(255,255,255,.4); font-weight: 700; margin-top: 2px; }
.lnd-stat-sep { width: 1px; height: 32px; background: rgba(255,255,255,.1); flex-shrink: 0; }

.lnd-section { padding: 6px 16px 20px; position: relative; z-index: 1; max-width: 600px; margin: 0 auto; width: 100%; }
.lnd-sec-head {
  font-size: 13px; font-weight: 800; color: rgba(255,255,255,.65);
  margin-bottom: 12px; display: flex; align-items: center; gap: 7px;
}
.lnd-skel {
  height: 72px; border-radius: 14px;
  background: linear-gradient(90deg, rgba(255,255,255,.04) 25%, rgba(255,255,255,.07) 50%, rgba(255,255,255,.04) 75%);
  background-size: 200% 100%; margin-bottom: 10px;
  animation: skelShimmer 1.4s ease-in-out infinite;
}
@keyframes skelShimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }

.lnd-cta-section { text-align: center; padding-top: 4px; padding-bottom: 40px; }
.lnd-cta-lbl { font-size: 11px; font-weight: 800; color: rgba(255,255,255,.3); margin-bottom: 14px; letter-spacing: 1px; }
.lnd-roles-mini { display: flex; gap: 10px; margin-bottom: 14px; justify-content: center; }
.lnd-role-mini {
  flex: 1; max-width: 140px; display: flex; flex-direction: column; align-items: center; gap: 5px;
  border-radius: 16px; padding: 14px 10px; cursor: pointer;
  font-family: 'Cairo', sans-serif; border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.04); transition: all .22s;
}
.lnd-role-mini:active { transform: scale(.96); }
.lnd-rm-s:hover { border-color: rgba(13,148,136,.5); background: rgba(13,148,136,.1); box-shadow: 0 6px 22px rgba(13,148,136,.2); }
.lnd-rm-e:hover { border-color: rgba(245,158,11,.4); background: rgba(245,158,11,.08); box-shadow: 0 6px 22px rgba(245,158,11,.18); }
.lnd-rm-o:hover { border-color: rgba(139,92,246,.4); background: rgba(139,92,246,.1); box-shadow: 0 6px 22px rgba(139,92,246,.18); }
.lnd-rm-ico  { font-size: 26px; }
.lnd-rm-name { font-size: 12px; font-weight: 800; color: #fff; }
.lnd-rm-desc { font-size: 10px; color: rgba(255,255,255,.35); font-weight: 600; }

.lnd-browse-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 26px; border-radius: 13px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55); font-family: 'Cairo', sans-serif;
  font-size: 13px; font-weight: 700; cursor: pointer; transition: all .22s;
}
.lnd-browse-btn:hover { background: rgba(255,255,255,.11); color: #fff; border-color: rgba(255,255,255,.2); }
.lnd-browse-btn i { color: rgba(13,148,136,.85); }

@media (max-width: 400px) {
  .lnd-title { font-size: 28px; }
  .lnd-roles-mini { gap: 7px; }
  .lnd-role-mini { padding: 11px 7px; max-width: 110px; }
  .lnd-rm-ico { font-size: 22px; }
  .lnd-stat { padding: 0 10px; }
}

/* ── Verified Seeker Badge ── */
.verified-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: linear-gradient(135deg,rgba(34,197,94,.15),rgba(13,148,136,.12));
  border: 1px solid rgba(34,197,94,.4); border-radius: 99px;
  padding: 3px 10px; font-size: 10px; font-weight: 800; color: var(--success);
}
.admin-verified-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: linear-gradient(135deg,rgba(13,148,136,.18),rgba(15,118,110,.12));
  border: 1px solid rgba(13,148,136,.5); border-radius: 99px;
  padding: 3px 10px; font-size: 10px; font-weight: 800; color: var(--p);
  box-shadow: 0 0 0 2px rgba(13,148,136,.12);
}
.managed-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(139,92,246,.12); border: 1px solid rgba(139,92,246,.3);
  border-radius: 99px; padding: 2px 8px; font-size: 9px; font-weight: 800; color: var(--purple);
}

/* ── Availability Toggle Card ── */
.availability-toggle-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--bgc2); border: 1px solid var(--br);
  border-radius: 13px; padding: 13px 15px; margin-bottom: 14px;
}

/* ── Readiness Steps ── */
.readiness-steps { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.readiness-step {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 12px; border-radius: 10px;
  background: var(--bgc2); border: 1px solid var(--br);
  font-size: 12px; font-weight: 600; color: var(--tx2);
  transition: all .2s;
}
.readiness-step.ok { background: rgba(34,197,94,.06); border-color: rgba(34,197,94,.25); color: var(--tx); }
.readiness-step .step-ico { font-size: 14px; flex-shrink: 0; }
.readiness-step.ok .step-ico { color: var(--success); }
.readiness-step:not(.ok) .step-ico { color: var(--br2); }

/* ── Toggle Switch ── */
.toggle-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider {
  position: absolute; cursor: pointer; inset: 0;
  background: var(--br2); border-radius: 99px; transition: .3s;
}
.toggle-slider::before {
  content: ''; position: absolute; height: 18px; width: 18px;
  left: 3px; bottom: 3px; background: #fff; border-radius: 50%;
  transition: .3s; box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.toggle-switch input:checked + .toggle-slider { background: var(--p); }
.toggle-switch input:checked + .toggle-slider::before { transform: translateX(20px); }

/* ── Labor Law Agreement Box ── */
.labor-agreement-box {
  background: rgba(13,148,136,.05); border: 1.5px solid rgba(13,148,136,.25);
  border-radius: 13px; padding: 14px 15px; margin: 12px 0;
}

/* ── Skills Tags System ── */
.skill-chip { background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.3); color: var(--acc); cursor: pointer; transition: all .18s; }
.skill-chip:hover { background: rgba(245,158,11,.2); border-color: var(--acc); }

.skill-filter-chip {
  padding: 4px 11px; border-radius: 99px; border: 1px solid var(--br2);
  background: var(--bgc2); color: var(--tx2); font-family: 'Cairo', sans-serif;
  font-size: 11px; font-weight: 700; cursor: pointer; transition: all .18s;
}
.skill-filter-chip:hover { border-color: var(--acc); color: var(--acc); background: rgba(245,158,11,.07); }
.skill-filter-chip.on   { background: rgba(245,158,11,.15); border-color: var(--acc); color: var(--acc); }

.skills-tags-wrap {
  min-height: 40px; display: flex; flex-wrap: wrap; gap: 5px; align-items: center;
  background: var(--bgc2); border: 1px solid var(--br2); border-radius: var(--rs);
  padding: 6px 10px; cursor: text; transition: border-color .2s;
}
.skills-tags-wrap:focus-within { border-color: var(--p); }
.skill-tag-chip {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(13,148,136,.1); border: 1px solid rgba(13,148,136,.3);
  color: var(--p); border-radius: 8px; padding: 2px 8px; font-size: 12px; font-weight: 700;
}
.skill-tag-chip button { background: none; border: none; color: var(--p); cursor: pointer; font-size: 13px; line-height: 1; padding: 0 0 0 2px; }
.skill-tag-input { border: none; background: none; outline: none; font-family: 'Cairo', sans-serif; font-size: 13px; color: var(--tx); min-width: 120px; flex: 1; }
.skill-quick-btn {
  padding: 4px 10px; border-radius: 8px; border: 1px solid var(--br2);
  background: var(--bgc); color: var(--tx2); font-family: 'Cairo', sans-serif;
  font-size: 11px; font-weight: 700; cursor: pointer; transition: all .18s;
}
.skill-quick-btn:hover { border-color: var(--acc); color: var(--acc); background: rgba(245,158,11,.07); }
.skill-suggest-list { margin-top: 4px; border-radius: 10px; overflow: hidden; border: 1px solid var(--br); background: var(--bgc); box-shadow: var(--sh); }
.skill-sug-item { padding: 8px 13px; font-size: 12px; font-weight: 600; color: var(--tx); cursor: pointer; transition: background .15s; }
.skill-sug-item:hover { background: var(--bgc2); color: var(--p); }

/* ── Office Profile Banner ── */
.prof-banner { height: 110px; background: linear-gradient(135deg, var(--pd), var(--p)); position: relative; border-radius: var(--r) var(--r) 0 0; overflow: hidden; }
.prof-banner::before { content: '🪔'; position: absolute; left: -8px; top: -8px; font-size: 80px; opacity: .08; }

/* ── Stats Clickable ── */
.sc-link { cursor: pointer; }
.sc-link:active { transform: scale(.97); }

/* ── Application Timeline Enhanced ── */
.app-card { background: var(--bgc); border: 1px solid var(--br); border-radius: var(--r); margin-bottom: 12px; overflow: hidden; transition: box-shadow .2s; }
.app-card:hover { box-shadow: var(--shl); }
.app-card-header { padding: 16px 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--br); }
.app-card-body   { padding: 16px 18px; }
.app-card-logo   { width: 42px; height: 42px; border-radius: 11px; background: var(--bgc2); border: 1px solid var(--br); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }

/* ── Pipeline Enhanced ── */
.kb     { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; min-width: 0; overflow-x: auto; }
@media (max-width: 1200px) { .kb { grid-template-columns: repeat(4, minmax(160px,1fr)); } }
@media (max-width: 900px)  { .kb { grid-template-columns: repeat(3, minmax(160px,1fr)); } }
@media (max-width: 600px)  { .kb { grid-template-columns: repeat(2, minmax(150px,1fr)); } }
@media (max-width: 480px)  { .kb { grid-template-columns: 1fr; } }

/* ── Office Job Cards ── */
.oj-card { background: var(--bgc); border: 1px solid var(--br); border-radius: var(--r); margin-bottom: 12px; overflow: hidden; transition: box-shadow .2s; }
.oj-card:hover { box-shadow: var(--shl); }
.oj-header { padding: 16px 18px; display: flex; align-items: center; gap: 12px; }
.oj-body   { padding: 0 18px 16px; display: flex; gap: 8px; flex-wrap: wrap; }

/* ── Candidates Enhanced ── */
.cand-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--grad-p); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 800; flex-shrink: 0; }

/* ── Job Detail Modal ── */
.jd-meta-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 18px; }
@media (max-width: 560px) { .jd-meta-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 360px) { .jd-meta-grid { grid-template-columns: 1fr; } }
.jd-meta-item { background: var(--bgc2); border: 1px solid var(--br); border-radius: 11px; padding: 12px; text-align: center; }
.jd-meta-ico  { font-size: 17px; margin-bottom: 5px; display: block; }
.jd-meta-lbl  { font-size: 10px; color: var(--tx3); margin-bottom: 3px; }
.jd-meta-val  { font-size: 12px; font-weight: 800; color: var(--tx); }

/* ═══════════════════════════════════════════════
   الأجهزة اللوحية — صفحات (Tablet 769px – 1024px)
═══════════════════════════════════════════════ */
@media (min-width:769px) and (max-width:1024px) {
  /* Hero banner compact */
  .hero-banner  { padding: 20px; }
  .hero-name    { font-size: 18px; }
  .hero-sub     { font-size: 12px; }

  /* Office hero */
  .ohero { padding: 16px; }

  /* Job detail meta */
  .jd-meta-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════
   موبايل محسّن — صفحات (≤ 768px)
═══════════════════════════════════════════════ */

/* ── Job card footer: stack on small phones ── */
@media (max-width: 480px) {
  .jft        { flex-direction: column; align-items: flex-start; gap: 8px; }
  .jc-actions { width: 100%; justify-content: space-between; }
  .jsal       { font-size: 13px; }
  .jtit       { font-size: 14px; }
}

/* ── Auth screen: tighter padding on phones ── */
@media (max-width: 480px) {
  .auth-bg  { padding: 12px; }
  .rc       { padding: 11px 8px; }
  .rc-ico   { font-size: 22px; }
  .rc-tit   { font-size: 11px; }
}

/* ── CV Preview: no huge padding on mobile ── */
@media (max-width: 480px) {
  .cvp  { padding: 18px; }
  .cvph { flex-direction: column; align-items: flex-start; gap: 10px; }
  .cvname { font-size: 16px; }
}

/* ── Office hero: compact on mobile ── */
@media (max-width: 480px) {
  .ohero { flex-direction: column; align-items: flex-start; gap: 10px; }
  .prof-banner { height: 80px; }
}

/* ── App steps tracker: readable on tiny screens ── */
@media (max-width: 380px) {
  .app-card-header { padding: 12px 14px; gap: 9px; }
  .app-card-body   { padding: 12px 14px; }
  .app-card-logo   { width: 36px; height: 36px; font-size: 15px; }
}
