/* Felah v4.1.10 — Mobile Header + Menu Refinement */

/* =========================
   HEADER ORDER — RTL
========================= */

.felah-real-topbar{
  direction:rtl !important;
  flex-direction:row !important;
  justify-content:flex-start !important;
  align-items:center !important;
  gap:12px !important;
}

/* المستخدم في أقصى اليمين مكان الشعار */
.felah-real-user{
  order:1 !important;
  min-width:150px !important;
  flex:0 0 auto !important;
}

/* زر الوضع بجانبه مباشرة */
.felah-real-icon{
  order:2 !important;
  flex:0 0 auto !important;
}

/* البحث يأخذ المساحة */
.felah-real-search{
  order:3 !important;
  flex:1 1 auto !important;
  min-width:220px !important;
}

/* الشعار ينتقل لليسار في الكمبيوتر */
.felah-real-brand{
  order:4 !important;
  margin-inline-start:auto !important;
  flex:0 0 auto !important;
}

/* شكل زر المستخدم */
.felah-real-user-btn{
  background:var(--felah-surface, var(--surface, #062416)) !important;
  border:1px solid var(--felah-border, var(--border, rgba(232,248,235,.14))) !important;
  border-radius:20px !important;
  min-height:52px !important;
  padding:0 14px !important;
  flex-direction:row !important;
  justify-content:space-between !important;
}

.felah-real-avatar{
  background:rgba(255,255,255,.10) !important;
}

.felah-real-user-name{
  text-align:right !important;
}

/* القائمة المنسدلة بمحاذاة اليمين */
.felah-real-dropdown{
  inset-inline-end:0 !important;
  inset-inline-start:auto !important;
  text-align:right !important;
}

.felah-real-dropdown a{
  flex-direction:row !important;
  text-align:right !important;
}

/* زر الشمس/القمر */
.felah-real-icon{
  background:var(--felah-surface, var(--surface, #062416)) !important;
  border:1px solid var(--felah-border, var(--border, rgba(232,248,235,.14))) !important;
  border-radius:20px !important;
  min-height:52px !important;
  width:58px !important;
  min-width:58px !important;
}

/* البحث */
.felah-real-search{
  min-height:52px !important;
  border-radius:20px !important;
}

.felah-real-search input{
  text-align:right !important;
  direction:rtl !important;
}

/* =========================
   TOP TABS
========================= */

.felah-real-tabs{
  direction:rtl !important;
  justify-content:flex-start !important;
  padding:12px 24px 8px !important;
  gap:10px !important;
  border-bottom:1px solid var(--felah-border, var(--border, rgba(232,248,235,.14))) !important;
}

.felah-real-tabs a{
  min-height:42px !important;
  padding:0 18px !important;
  border-radius:17px !important;
  font-size:15px !important;
}

/* =========================
   MOBILE LAYOUT
========================= */

@media(max-width:760px){

  body{
    padding-bottom:82px !important;
  }

  .felah-real-topbar{
    padding:14px 14px 12px !important;
    flex-wrap:wrap !important;
    gap:10px !important;
  }

  /* إخفاء الشعار في الهاتف لأن المستخدم يأخذ مكانه */
  .felah-real-brand{
    display:none !important;
  }

  /* المستخدم يمين */
  .felah-real-user{
    order:1 !important;
    min-width:0 !important;
    flex:1 1 auto !important;
  }

  .felah-real-user-btn{
    min-height:56px !important;
    border-radius:22px !important;
    justify-content:flex-start !important;
    gap:10px !important;
  }

  .felah-real-avatar{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    font-size:15px !important;
  }

  .felah-real-user-name{
    max-width:none !important;
    font-size:18px !important;
  }

  /* الوضع يسار المستخدم مباشرة */
  .felah-real-icon{
    order:2 !important;
    width:64px !important;
    min-width:64px !important;
    height:56px !important;
    min-height:56px !important;
    border-radius:22px !important;
    font-size:22px !important;
  }

  /* البحث في سطر مستقل */
  .felah-real-search{
    order:3 !important;
    flex-basis:100% !important;
    min-width:100% !important;
    min-height:62px !important;
    border-radius:24px !important;
    padding:0 18px !important;
  }

  .felah-real-search input{
    font-size:19px !important;
  }

  .felah-real-dropdown{
    top:64px !important;
    width:calc(100vw - 28px) !important;
    max-width:360px !important;
  }

  /* القائمة العلوية في الهاتف */
  .felah-real-tabs{
    padding:10px 14px 10px !important;
    overflow-x:auto !important;
    gap:10px !important;
    scrollbar-width:none !important;
  }

  .felah-real-tabs::-webkit-scrollbar{
    display:none !important;
  }

  .felah-real-tabs a{
    min-width:auto !important;
    min-height:50px !important;
    padding:0 22px !important;
    font-size:20px !important;
    border-radius:22px !important;
    white-space:nowrap !important;
  }

  /* القائمة السفلية للهاتف */
  .felah-mobile-bottom-nav{
    position:fixed !important;
    right:0 !important;
    left:0 !important;
    bottom:0 !important;
    z-index:998 !important;
    min-height:76px !important;
    background:rgba(3,27,17,.94) !important;
    backdrop-filter:blur(14px) !important;
    border-top:1px solid var(--felah-border, var(--border, rgba(232,248,235,.14))) !important;
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    direction:rtl !important;
  }

  html[data-theme="light"] .felah-mobile-bottom-nav{
    background:rgba(244,240,230,.94) !important;
  }

  .felah-mobile-bottom-nav a{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:3px !important;
    color:var(--felah-muted, var(--muted, rgba(237,247,239,.68))) !important;
    text-decoration:none !important;
    font-weight:800 !important;
    font-size:13px !important;
  }

  .felah-mobile-bottom-nav a strong{
    font-size:22px !important;
    line-height:1 !important;
  }

  .felah-mobile-bottom-nav a.active{
    background:rgba(255,255,255,.06) !important;
    color:var(--felah-text, var(--text, #edf7ef)) !important;
    border-radius:22px 22px 0 0 !important;
  }

  html[data-theme="light"] .felah-mobile-bottom-nav a.active{
    background:#ffffff !important;
    color:#173d28 !important;
  }
}

/* =========================
   DESKTOP CLEANUP
========================= */

@media(min-width:761px){
  .felah-mobile-bottom-nav{
    display:none !important;
  }
}
