
/* Bid2Stay Release 6.3 clean production header */
.b2s-clean-header{
  position:sticky;
  top:0;
  z-index:150;
  background:#0d0d0d;
  border-bottom:1px solid rgba(245,173,22,.18);
}
.b2s-clean-header .b2s-header-inner{
  width:min(1380px,calc(100% - 28px));
  margin:auto;
  min-height:66px;
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:nowrap;
}
.b2s-clean-header .b2s-header-logo{
  flex:0 0 auto;
  display:flex;
  align-items:center;
}
.b2s-clean-header .b2s-header-logo img{
  display:block;
  width:auto;
  height:38px;
  max-width:220px;
  object-fit:contain;
}
.b2s-clean-header .b2s-main-nav{
  display:flex;
  align-items:center;
  gap:2px;
  margin-left:auto;
  white-space:nowrap;
}
.b2s-clean-header .b2s-main-nav>a,
.b2s-clean-header .b2s-main-nav summary{
  min-height:38px;
  display:flex;
  align-items:center;
  padding:0 10px;
  border-radius:9px;
  color:#efefef;
  font-size:11px;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  text-decoration:none;
  cursor:pointer;
  list-style:none;
}
.b2s-clean-header .b2s-main-nav>a:hover,
.b2s-clean-header .b2s-main-nav summary:hover,
.b2s-clean-header details[open]>summary{
  background:rgba(245,173,22,.11);
  color:#f5ad16;
}
.b2s-clean-header .b2s-main-nav summary::-webkit-details-marker{display:none}
.b2s-clean-header .b2s-nav-dropdown{
  position:relative;
}
.b2s-clean-header .b2s-dropdown-panel{
  position:absolute;
  top:44px;
  right:0;
  min-width:220px;
  padding:8px;
  background:#111;
  border:1px solid rgba(245,173,22,.28);
  border-radius:14px;
  box-shadow:0 22px 50px rgba(0,0,0,.4);
}
.b2s-clean-header .b2s-dropdown-panel a{
  display:block;
  padding:10px 11px;
  border-radius:9px;
  color:#efefef;
  font-size:12px;
  text-decoration:none;
}
.b2s-clean-header .b2s-dropdown-panel a:hover{
  background:rgba(245,173,22,.11);
  color:#f5ad16;
}
.b2s-clean-header .b2s-header-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.b2s-clean-header .currency-switcher{
  margin:0!important;
  padding:3px!important;
  border-radius:999px!important;
  min-width:auto!important;
}
.b2s-clean-header .currency-switcher button{
  min-height:32px!important;
  padding:6px 10px!important;
  font-size:10px!important;
}
.b2s-clean-header .currency-rate-note{display:none!important}
.b2s-clean-header .b2s-start-button{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border-radius:999px;
  background:#f5ad16;
  color:#111;
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
}
.b2s-clean-header .b2s-start-button:hover{background:#ffc84d}
.b2s-clean-header .b2s-mobile-toggle{
  display:none;
  width:42px;
  height:42px;
  border:1px solid rgba(245,173,22,.32);
  border-radius:11px;
  background:#111;
  color:#f5ad16;
  font-size:22px;
  cursor:pointer;
}
.b2s-mobile-panel{
  display:none;
  position:fixed;
  top:66px;
  left:0;
  right:0;
  z-index:145;
  background:#0d0d0d;
  border-bottom:1px solid rgba(245,173,22,.24);
  padding:12px 16px 18px;
}
.b2s-mobile-panel.open{display:block}
.b2s-mobile-panel a{
  display:block;
  padding:12px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  font-size:13px;
}
.b2s-mobile-panel a:hover{background:rgba(245,173,22,.11);color:#f5ad16}
.b2s-mobile-panel .b2s-mobile-group-title{
  padding:10px 12px 5px;
  color:#8f8f8f;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
@media(max-width:1180px){
  .b2s-clean-header .b2s-header-inner{gap:10px}
  .b2s-clean-header .b2s-main-nav>a,
  .b2s-clean-header .b2s-main-nav summary{padding:0 7px;font-size:10px}
  .b2s-clean-header .b2s-header-logo img{height:34px;max-width:190px}
  .b2s-clean-header .b2s-start-button{padding:0 13px;font-size:10px}
}
@media(max-width:980px){
  .b2s-clean-header .b2s-main-nav{display:none}
  .b2s-clean-header .b2s-header-inner{min-height:64px}
  .b2s-clean-header .b2s-header-actions{margin-left:auto}
  .b2s-clean-header .b2s-mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
}
@media(max-width:560px){
  .b2s-clean-header .b2s-header-inner{width:min(100% - 18px,1380px);gap:7px}
  .b2s-clean-header .b2s-header-logo img{height:31px;max-width:155px}
  .b2s-clean-header .b2s-start-button{display:none}
  .b2s-clean-header .currency-switcher button{padding:6px 8px!important}
}

/* Release 6.5 visible QR verification */
.qr-visibility-card{
  background:linear-gradient(135deg,#111,#2a1c00);
  color:#fff;
  border:1px solid rgba(245,173,22,.36);
  border-radius:22px;
  padding:22px;
  margin-bottom:20px;
}
.qr-visibility-grid{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  align-items:center;
}
.qr-visibility-card img{
  width:150px;
  height:150px;
  background:#fff;
  border-radius:14px;
  padding:10px;
}
.qr-pin{
  font-size:30px;
  font-weight:900;
  color:#f5ad16;
  letter-spacing:.18em;
}
.qr-menu-link{
  position:relative;
}
.qr-menu-link::after{
  content:"NEW";
  margin-left:7px;
  padding:2px 5px;
  border-radius:999px;
  background:#f5ad16;
  color:#111;
  font-size:7px;
  font-weight:900;
}
@media(max-width:640px){
  .qr-visibility-grid{grid-template-columns:1fr;text-align:center}
  .qr-visibility-card img{margin:auto}
}
