
/* v167 recovered simple header */
.header.header-clean{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  box-shadow:none !important;
}
body:not(.theme-dark):not(.dark) .header.header-clean{
  background:#ffffff !important;
  border-bottom:1px solid rgba(15,23,42,0.08) !important;
}
body.theme-dark .header.header-clean,
body.dark .header.header-clean{
  background:#0f172a !important;
  border-bottom:1px solid rgba(255,255,255,0.10) !important;
}
.header-clean .header-row{
  min-height:64px !important;
  gap:16px !important;
}
.header-clean .brand{
  gap:10px !important;
  font-weight:700 !important;
  letter-spacing:-0.01em;
}
.header-clean .brand-mark{
  width:36px !important;
  height:36px !important;
  border-radius:10px !important;
  font-size:13px !important;
  box-shadow:none !important;
}
.header-clean .navlinks{
  gap:8px !important;
  margin-left:auto;
  margin-right:8px;
}
.header-clean .navlinks a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border:1px solid transparent !important;
  box-shadow:none !important;
  border-radius:10px !important;
  padding:8px 12px !important;
  min-height:36px;
  text-decoration:none;
  font-weight:600 !important;
}
body:not(.theme-dark):not(.dark) .header-clean .navlinks a{
  color:#334155 !important;
}
body.theme-dark .header-clean .navlinks a,
body.dark .header-clean .navlinks a{
  color:#dbeafe !important;
}
body:not(.theme-dark):not(.dark) .header-clean .navlinks a:hover,
body:not(.theme-dark):not(.dark) .header-clean .navlinks a[aria-current="page"]{
  background:#f8fafc !important;
  border-color:rgba(15,23,42,0.08) !important;
  color:#0f172a !important;
}
body.theme-dark .header-clean .navlinks a:hover,
body.theme-dark .header-clean .navlinks a[aria-current="page"],
body.dark .header-clean .navlinks a:hover,
body.dark .header-clean .navlinks a[aria-current="page"]{
  background:rgba(255,255,255,0.08) !important;
  border-color:rgba(255,255,255,0.12) !important;
  color:#ffffff !important;
}
.header-clean .nav-icon,
.header-clean .nav-icon-badge{
  display:none !important;
}
.header-clean .theme-toggle-btn{
  width:36px !important;
  height:36px !important;
  border-radius:10px !important;
  box-shadow:none !important;
  font-size:16px;
  line-height:1;
}
body:not(.theme-dark):not(.dark) .header-clean .theme-toggle-btn{
  background:#ffffff !important;
  color:#334155 !important;
  border:1px solid rgba(15,23,42,0.08) !important;
}
body.theme-dark .header-clean .theme-toggle-btn,
body.dark .header-clean .theme-toggle-btn{
  background:rgba(255,255,255,0.04) !important;
  color:#dbeafe !important;
  border:1px solid rgba(255,255,255,0.10) !important;
}
@media (max-width: 768px){
  .header-clean .header-row{
    flex-wrap:wrap;
    gap:10px !important;
    padding-top:10px;
    padding-bottom:10px;
  }
  .header-clean .navlinks{
    order:3;
    width:100%;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px !important;
  }
}
