
:root{
  --wbbh6-orange:#f29a1a;
  --wbbh6-orange-2:#ffb13b;
  --wbbh6-dark:#0c0d0f;
  --wbbh6-card:rgba(18,19,22,.92);
  --wbbh6-card-2:rgba(28,29,33,.94);
  --wbbh6-line:rgba(255,255,255,.09);
  --wbbh6-muted:#9b9da3;
  --wbbh6-shadow:0 18px 50px rgba(0,0,0,.28);
}
.wbbh6,.wbbh6 *{box-sizing:border-box}
.wbbh6{
  position:relative;
  z-index:999;
  width:100%;
  padding:12px 18px 0;
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
}
.wbbh6-top{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center;
  width:min(1480px,100%);
  min-height:34px;
  margin:0 auto 8px;
  padding:0 18px;
  border:1px solid var(--wbbh6-line);
  border-radius:14px;
  background:rgba(15,16,18,.78);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(0,0,0,.14);
  font-size:9px;
  font-weight:800;
  letter-spacing:.75px;
  color:#d7d7d9;
}
.wbbh6-top__item:nth-child(2){text-align:center}
.wbbh6-top__link{
  color:var(--wbbh6-orange-2)!important;
  text-decoration:none!important;
  text-align:right;
}
.wbbh6-main{
  display:grid;
  grid-template-columns:minmax(250px,320px) 1fr auto;
  align-items:center;
  gap:28px;
  width:min(1480px,100%);
  min-height:92px;
  margin:0 auto;
  padding:0 18px 0 22px;
  border:1px solid var(--wbbh6-line);
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.025),transparent 45%),
    var(--wbbh6-card);
  backdrop-filter:blur(18px);
  box-shadow:var(--wbbh6-shadow);
}
.wbbh6-logo{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  text-decoration:none!important;
}
.wbbh6-logo__mark{
  flex:0 0 auto;
  color:#fff;
  font-family:Georgia,serif;
  font-size:38px;
  font-weight:700;
  letter-spacing:-4px;
  line-height:1;
}
.wbbh6-logo__mark span{
  color:var(--wbbh6-orange);
  font-size:28px;
  margin:0 2px;
}
.wbbh6-logo__text{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.wbbh6-logo__text strong{
  color:#fff;
  font-size:13px;
  letter-spacing:1.1px;
  white-space:nowrap;
}
.wbbh6-logo__text small{
  margin-top:4px;
  color:#74767d;
  font-size:7px;
  font-weight:800;
  letter-spacing:1.15px;
  white-space:nowrap;
}
.wbbh6-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  padding:6px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.wbbh6-nav a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:11px;
  color:#d7d7da!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.3px;
  transition:.2s ease;
}
.wbbh6-nav a:hover,
.wbbh6-nav a.is-active{
  color:#fff!important;
  background:rgba(255,255,255,.065);
}
.wbbh6-nav a.is-active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:5px;
  width:20px;
  height:2px;
  transform:translateX(-50%);
  border-radius:10px;
  background:var(--wbbh6-orange);
}
.wbbh6-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}
.wbbh6-sell{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 19px;
  border-radius:13px;
  background:linear-gradient(135deg,var(--wbbh6-orange-2),var(--wbbh6-orange));
  box-shadow:0 10px 22px rgba(242,154,26,.22);
  color:#111!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.55px;
  transition:.2s ease;
}
.wbbh6-sell:hover{transform:translateY(-2px);filter:brightness(1.05)}
.wbbh6-icon,.wbbh6-menu-toggle{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid var(--wbbh6-line);
  border-radius:13px;
  background:var(--wbbh6-card-2);
  color:#fff!important;
  text-decoration:none!important;
  cursor:pointer;
  transition:.2s ease;
}
.wbbh6-icon:hover,.wbbh6-menu-toggle:hover{
  transform:translateY(-2px);
  border-color:rgba(242,154,26,.4);
}
.wbbh6-icon span{font-size:16px;line-height:1}
.wbbh6-cart b{
  position:absolute;
  right:-5px;
  top:-5px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:19px;
  height:19px;
  padding:0 5px;
  border-radius:20px;
  background:var(--wbbh6-orange);
  color:#111;
  font-size:10px;
}
.wbbh6-menu-toggle{display:none;flex-direction:column;gap:4px}
.wbbh6-menu-toggle i{
  display:block;
  width:18px;
  height:2px;
  border-radius:5px;
  background:#fff;
}
.wbbh6-search{
  display:none;
  width:min(1480px,100%);
  margin:8px auto 0;
  padding:12px;
  border:1px solid var(--wbbh6-line);
  border-radius:18px;
  background:rgba(15,16,18,.96);
  box-shadow:var(--wbbh6-shadow);
}
.wbbh6-search.is-open{display:block}
.wbbh6-search form{
  display:grid;
  grid-template-columns:1fr 130px;
  gap:8px;
  max-width:1000px;
  margin:auto;
}
.wbbh6-search input{
  width:100%;
  min-height:48px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:#1b1c20;
  color:#fff;
}
.wbbh6-search button{
  border:0;
  border-radius:12px;
  background:var(--wbbh6-orange);
  color:#111;
  font-size:11px;
  font-weight:900;
}
.wbbh6-mobile{display:none}

@media(max-width:1180px){
  .wbbh6-main{grid-template-columns:230px 1fr auto;gap:14px}
  .wbbh6-nav a{padding:0 10px}
  .wbbh6-logo__text small{display:none}
}
@media(max-width:980px){
  .wbbh6{padding:8px 10px 0}
  .wbbh6-top{display:none}
  .wbbh6-main{
    grid-template-columns:1fr auto;
    min-height:74px;
    padding:0 12px 0 16px;
    border-radius:18px;
  }
  .wbbh6-nav,.wbbh6-sell{display:none}
  .wbbh6-logo__mark{font-size:33px}
  .wbbh6-logo__text strong{font-size:11px}
  .wbbh6-actions{gap:6px}
  .wbbh6-menu-toggle{display:inline-flex}
  .wbbh6-mobile{
    display:none;
    width:min(1480px,100%);
    margin:8px auto 0;
    padding:14px;
    border:1px solid var(--wbbh6-line);
    border-radius:18px;
    background:rgba(15,16,18,.98);
    box-shadow:var(--wbbh6-shadow);
  }
  .wbbh6-mobile.is-open{display:block}
  .wbbh6-mobile nav{display:grid;gap:6px}
  .wbbh6-mobile nav a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:48px;
    padding:0 14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;
    background:rgba(255,255,255,.025);
    color:#fff!important;
    text-decoration:none!important;
    font-size:11px;
    font-weight:900;
  }
  .wbbh6-mobile nav a::after{content:"→";color:var(--wbbh6-orange)}
  .wbbh6-mobile__sell{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    margin-top:12px;
    border-radius:13px;
    background:linear-gradient(135deg,var(--wbbh6-orange-2),var(--wbbh6-orange));
    color:#111!important;
    text-decoration:none!important;
    font-size:11px;
    font-weight:900;
  }
  .wbbh6-mobile__meta{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-top:13px;
    color:#7d7f86;
    font-size:8px;
    font-weight:800;
    letter-spacing:.5px;
  }
}
@media(max-width:520px){
  .wbbh6{padding:6px 6px 0}
  .wbbh6-main{min-height:68px;padding:0 8px 0 12px;border-radius:16px}
  .wbbh6-logo{gap:9px}
  .wbbh6-logo__mark{font-size:29px}
  .wbbh6-logo__text strong{font-size:9px}
  .wbbh6-icon,.wbbh6-menu-toggle{width:39px;height:39px;border-radius:11px}
  .wbbh6-search{padding:9px;border-radius:15px}
  .wbbh6-search form{grid-template-columns:1fr}
  .wbbh6-search button{min-height:44px}
}
