/* AuctionVector universal site header — single source of truth */
:root{--av-site-header-height:76px}
.av-site-header{
  position:sticky!important;top:0!important;z-index:500!important;
  width:100%!important;height:var(--av-site-header-height)!important;
  overflow:visible!important;
  background:rgba(2,7,15,.94)!important;
  -webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;
  border-bottom:1px solid rgba(80,140,200,.12)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.16)!important;
  font-family:Inter,Segoe UI,Arial,sans-serif!important;
  color:#f3f7fc!important;
}
.av-site-header,.av-site-header *{box-sizing:border-box!important}
.av-site-header .topin.avh-inner{
  width:100%!important;max-width:1560px!important;height:var(--av-site-header-height)!important;
  margin:0 auto!important;padding:0 24px!important;
  display:flex!important;align-items:center!important;gap:26px!important;
  flex-wrap:nowrap!important;
}
.av-site-header .brand{
  display:flex!important;align-items:center!important;justify-content:flex-start!important;
  flex:0 0 250px!important;min-width:250px!important;height:100%!important;
  padding:0!important;margin:0!important;overflow:visible!important;text-decoration:none!important;
}
.av-site-header .logoimg,.av-site-header .brand img{
  display:block!important;
  width:auto!important;max-width:156px!important;
  height:68px!important;max-height:68px!important;
  margin:0!important;padding:0!important;object-fit:contain!important;object-position:left center!important;
  transform:none!important;flex:0 0 auto!important;
  border:0!important;border-radius:0!important;background:transparent!important;
  box-shadow:none!important;filter:drop-shadow(0 0 10px rgba(47,173,255,.20))!important;
}
.av-site-header .nav{
  display:flex!important;align-items:center!important;justify-content:center!important;
  flex:1 1 auto!important;min-width:0!important;gap:24px!important;margin:0!important;padding:0!important;
}
.av-site-header .nav a{
  position:relative!important;display:inline-flex!important;align-items:center!important;
  min-height:44px!important;padding:0!important;margin:0!important;
  font-family:Inter,Segoe UI,Arial,sans-serif!important;font-size:13px!important;
  font-weight:500!important;line-height:1!important;letter-spacing:0!important;
  color:#b8cad9!important;text-decoration:none!important;white-space:nowrap!important;
  transition:color .18s ease!important;
}
.av-site-header .nav a:hover,.av-site-header .nav a.av-nav-active{color:#eefaff!important}
.av-site-header .nav a.av-nav-active:after{
  content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;
  background:linear-gradient(90deg,#128fff,#69d4ff);box-shadow:0 0 8px rgba(91,203,255,.45)
}
.av-site-header .nav a[data-discord-link]{color:#8fdcff!important}
.av-site-header .actions{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  flex:0 0 auto!important;gap:10px!important;margin:0!important;padding:0!important;white-space:nowrap!important;
}
.av-site-header .lang{position:relative!important;margin:0!important;padding:0!important}
.av-site-header .lang-current,.av-site-header .ghost{
  height:40px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;padding:0 14px!important;border:1px solid rgba(86,146,207,.28)!important;border-radius:10px!important;
  background:rgba(255,255,255,.022)!important;color:#dcecf8!important;
  font-family:Inter,Segoe UI,Arial,sans-serif!important;font-size:12px!important;font-weight:500!important;line-height:1!important;
  text-decoration:none!important;cursor:pointer!important;box-shadow:none!important;white-space:nowrap!important;
}
.av-site-header .lang-current:hover,.av-site-header .ghost:hover{border-color:rgba(91,203,255,.48)!important;background:rgba(18,143,255,.07)!important;color:#fff!important}
.av-site-header .lang-menu{
  display:none;position:absolute!important;right:0!important;top:47px!important;z-index:700!important;
  min-width:158px!important;padding:6px!important;margin:0!important;border:1px solid rgba(86,146,207,.28)!important;border-radius:11px!important;
  background:#06111e!important;box-shadow:0 20px 48px rgba(0,0,0,.42)!important;
}
.av-site-header .lang.open .lang-menu{display:grid!important}
.av-site-header .lang-menu button{
  width:100%!important;min-height:36px!important;border:0!important;border-radius:7px!important;
  padding:8px 10px!important;margin:0!important;background:transparent!important;color:#91a7ba!important;
  text-align:left!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;font-size:12px!important;font-weight:400!important;cursor:pointer!important;
}
.av-site-header .lang-menu button:hover,.av-site-header .lang-menu button.active{background:rgba(18,143,255,.12)!important;color:#77cfff!important}
/* Keep the application shell below the exact same public header. */
body.av-client-page .shell{min-height:calc(100vh - var(--av-site-header-height))!important}
body.av-client-page .side{top:var(--av-site-header-height)!important;height:calc(100vh - var(--av-site-header-height))!important}
body.av-client-page .top{top:var(--av-site-header-height)!important}
@media(max-width:1100px){
  :root{--av-site-header-height:66px}
  .av-site-header{height:var(--av-site-header-height)!important}
  .av-site-header .topin.avh-inner{height:var(--av-site-header-height)!important;padding:0 18px!important;gap:10px!important}
  .av-site-header .brand{flex:1 1 auto!important;min-width:0!important}
  .av-site-header .logoimg,.av-site-header .brand img{width:auto!important;max-width:126px!important;height:54px!important;max-height:54px!important;flex-basis:auto!important}
  .av-site-header .nav{display:flex!important}
  .av-site-header .nav>a{display:none!important}
  .av-site-header .actions{margin-left:auto!important;gap:6px!important}
  .av-site-header .lang-current,.av-site-header .ghost{height:42px!important;min-height:42px!important;padding:0 11px!important;font-size:11px!important}
  body.av-client-page .side{top:var(--av-site-header-height)!important;height:calc(100vh - var(--av-site-header-height))!important}
  body.av-client-page .top{top:var(--av-site-header-height)!important}
}
@media(max-width:760px){
  :root{--av-site-header-height:62px}
  .av-site-header .topin.avh-inner{padding:0 14px!important}
  .av-site-header .logoimg,.av-site-header .brand img{width:auto!important;max-width:112px!important;height:50px!important;max-height:50px!important;flex-basis:auto!important}
  .av-site-header .ghost{display:none!important}
  body.av-client-page .top{top:var(--av-site-header-height)!important}
  body.av-client-page .client-mobile-tabs{top:calc(var(--av-site-header-height) + 58px)!important}
}
@media(max-width:430px){
  .av-site-header .topin.avh-inner{padding:0 12px!important}
  .av-site-header .logoimg,.av-site-header .brand img{width:auto!important;max-width:102px!important;height:46px!important;max-height:46px!important;flex-basis:auto!important}
  .av-site-header .lang-current{padding:0 9px!important;min-width:54px!important}
}

/* Header navigation has exactly one underline system. */
.av-site-header .nav a.av-linkfx:after{display:none!important}
.av-site-header .nav a:not(.av-nav-active):after{content:none!important}
