/* UMEED FINAL NAVBAR FIX - compact premium header + scrollable mobile drawer */
:root{
  --umeed-nav-h: 72px;
  --umeed-gold:#e8c86f;
  --umeed-gold2:#b98b33;
  --umeed-black:#05070b;
  --umeed-panel:#0b0e14;
  --umeed-maroon:#6d0f1a;
}
html body header.nav,
html body .nav{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  min-height:var(--umeed-nav-h)!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  background:rgba(4,6,10,.96)!important;
  border-bottom:1px solid rgba(232,200,111,.18)!important;
  box-shadow:0 10px 34px rgba(0,0,0,.26)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  z-index:1000!important;
}
html body header.nav .container.navbar,
html body header.nav .navbar,
html body .navbar{
  width:min(1240px,calc(100% - 24px))!important;
  min-height:var(--umeed-nav-h)!important;
  height:var(--umeed-nav-h)!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
}
html body header.nav .brand,
html body .brand{
  flex:0 1 360px!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  overflow:hidden!important;
}
html body header.nav .brandMark,
html body .brandMark{
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
  border-radius:14px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body header.nav .brandMark img,
html body .brandMark img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;}
html body header.nav .brandName,
html body .brandName{
  font-size:clamp(17px,1.35vw,23px)!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  max-width:100%!important;
  color:#fff0c2!important;
}
html body header.nav .brandSub,
html body .brandSub{display:none!important;}
html body header.nav .menu,
html body .menu{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(10px,1.05vw,18px)!important;
  height:100%!important;
  padding:0!important;
  margin:0!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
}
html body header.nav .menu > a,
html body header.nav .menu .login-btn,
html body .menu > a,
html body .menu .login-btn{
  height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 6px!important;
  margin:0!important;
  border-radius:12px!important;
  white-space:nowrap!important;
  font-size:clamp(13px,.86vw,15px)!important;
  line-height:1!important;
  color:rgba(255,255,255,.88)!important;
  text-decoration:none!important;
}
html body header.nav .menu > a:hover,
html body header.nav .menu .login-btn:hover,
html body .menu > a:hover,
html body .menu .login-btn:hover{
  color:var(--umeed-gold)!important;
  background:rgba(232,200,111,.08)!important;
}
html body header.nav .navMore,
html body .navMore{position:relative!important;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;height:38px!important;margin:0!important;padding:0!important;}
html body header.nav .moreBtn,
html body .moreBtn{
  height:38px!important;
  min-width:0!important;
  padding:0 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(232,200,111,.22)!important;
  background:rgba(255,255,255,.035)!important;
  color:rgba(255,255,255,.92)!important;
  font-weight:850!important;
  font-size:14px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
html body header.nav .navMore.open .moreBtn,
html body header.nav .moreBtn[aria-expanded="true"],
html body .navMore.open .moreBtn,
html body .moreBtn[aria-expanded="true"]{
  color:#171008!important;
  background:linear-gradient(135deg,#f3d987,#bd8d31)!important;
  border-color:rgba(232,200,111,.72)!important;
  box-shadow:0 0 0 3px rgba(232,200,111,.16)!important;
}
html body header.nav .moreMenu,
html body .moreMenu{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  right:0!important;
  width:min(320px,calc(100vw - 24px))!important;
  max-height:min(470px,calc(100vh - 110px))!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  padding:12px!important;
  border-radius:22px!important;
  border:1px solid rgba(232,200,111,.28)!important;
  background:linear-gradient(145deg,rgba(16,19,27,.98),rgba(74,10,18,.94))!important;
  box-shadow:0 32px 90px rgba(0,0,0,.56), inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:perspective(900px) rotateX(-8deg) translateY(-8px) scale(.98)!important;
  transform-origin:top right!important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
  z-index:2147483000!important;
}
html body header.nav .navMore.open .moreMenu,
html body header.nav .moreBtn[aria-expanded="true"] + .moreMenu,
html body .navMore.open .moreMenu,
html body .moreBtn[aria-expanded="true"] + .moreMenu{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:perspective(900px) rotateX(0deg) translateY(0) scale(1)!important;
}
html body header.nav .moreMenu a,
html body .moreMenu a{
  min-height:42px!important;
  padding:11px 13px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:14px!important;
  color:#fff4d5!important;
  font-size:14px!important;
  font-weight:760!important;
  text-decoration:none!important;
  white-space:normal!important;
  line-height:1.18!important;
  border:1px solid transparent!important;
}
html body header.nav .moreMenu a:hover,
html body .moreMenu a:hover{
  background:rgba(232,200,111,.12)!important;
  border-color:rgba(232,200,111,.18)!important;
  color:#ffe79a!important;
}
html body header.nav .actions,
html body .actions{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
}
html body header.nav .actions .btn,
html body header.nav .actions .notice-bell,
html body .actions .btn,
html body .actions .notice-bell{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  min-height:42px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html body header.nav .actions .btn-primary,
html body .actions .btn-primary{
  width:auto!important;
  min-width:76px!important;
  height:42px!important;
  border-radius:999px!important;
  padding:0 18px!important;
  font-size:18px!important;
  font-weight:900!important;
}
html body .scrim{
  position:fixed!important;
  inset:0!important;
  background:rgba(0,0,0,.62)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .18s ease, visibility .18s ease!important;
  z-index:2147482000!important;
}
html body .scrim.open,
html body .scrim.show,
html body .scrim.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
html body .drawer{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:min(88vw,390px)!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:100dvh!important;
  transform:translateX(105%)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
  padding:16px 14px calc(24px + env(safe-area-inset-bottom))!important;
  border-left:1px solid rgba(232,200,111,.24)!important;
  background:linear-gradient(145deg,rgba(8,10,16,.98),rgba(78,10,20,.96))!important;
  box-shadow:-28px 0 80px rgba(0,0,0,.58)!important;
  z-index:2147483001!important;
  transition:transform .22s cubic-bezier(.2,.8,.2,1)!important;
  visibility:visible!important;
}
html body .drawer.open,
html body .drawer.show,
html body .drawer.is-open{transform:translateX(0)!important;}
html body .drawerTop{
  position:sticky!important;
  top:0!important;
  z-index:2!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:4px 2px 12px!important;
  margin:0!important;
  background:linear-gradient(180deg,rgba(8,10,16,.98),rgba(8,10,16,.88))!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
}
html body .drawerTop strong{color:#ffe9a5!important;font-size:18px!important;letter-spacing:.04em!important;}
html body .drawer a{
  flex:0 0 auto!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  padding:12px 14px!important;
  border-radius:15px!important;
  border:1px solid rgba(255,255,255,.07)!important;
  background:rgba(255,255,255,.04)!important;
  color:#fff4d5!important;
  font-weight:780!important;
  text-decoration:none!important;
  white-space:normal!important;
  line-height:1.2!important;
}
html body .drawer a:hover{background:rgba(232,200,111,.12)!important;border-color:rgba(232,200,111,.22)!important;color:#ffe58d!important;}
html body.drawer-open{overflow:hidden!important;}
@media (max-width:1180px){
  html body header.nav .brand, html body .brand{flex-basis:310px!important;}
  html body header.nav .menu, html body .menu{gap:8px!important;}
  html body header.nav .menu > a, html body .menu > a{font-size:13px!important;padding:0 4px!important;}
}
@media (max-width:1024px){
  :root{--umeed-nav-h:68px;}
  html body header.nav .menu, html body .menu{display:none!important;}
  html body header.nav .brand, html body .brand{flex:1 1 auto!important;max-width:calc(100% - 214px)!important;}
  html body header.nav .brandMark, html body .brandMark{width:44px!important;height:44px!important;flex-basis:44px!important;}
  html body header.nav .brandName, html body .brandName{font-size:clamp(15px,3.6vw,22px)!important;}
}
@media (max-width:560px){
  :root{--umeed-nav-h:64px;}
  html body header.nav .container.navbar, html body .navbar{width:calc(100% - 16px)!important;gap:6px!important;}
  html body header.nav .brand, html body .brand{max-width:calc(100% - 188px)!important;gap:7px!important;}
  html body header.nav .brandMark, html body .brandMark{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:12px!important;}
  html body header.nav .brandName, html body .brandName{font-size:15px!important;letter-spacing:.01em!important;}
  html body header.nav .actions, html body .actions{gap:5px!important;}
  html body header.nav .actions .btn, html body header.nav .actions .notice-bell, html body .actions .btn, html body .actions .notice-bell{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;font-size:15px!important;}
  html body header.nav .actions .btn-primary, html body .actions .btn-primary{min-width:58px!important;height:38px!important;padding:0 10px!important;font-size:16px!important;}
  html body .drawer{width:min(92vw,360px)!important;padding:14px 12px calc(22px + env(safe-area-inset-bottom))!important;}
  html body .drawer a{min-height:44px!important;padding:11px 12px!important;font-size:14px!important;}
}
@media (max-width:380px){
  html body header.nav .brandName, html body .brandName{font-size:13px!important;}
  html body header.nav .brand, html body .brand{max-width:calc(100% - 168px)!important;}
  html body header.nav .actions .btn-primary, html body .actions .btn-primary{min-width:52px!important;font-size:14px!important;}
}
