/**
 * 游戏皮肤 B — 仅 xu5_is_game_skin_b() 时入队。
 */

/* ==========================================================================
   游戏皮肤 B：列表排版（浅色外壳在 style.css）
   ========================================================================== */
body.xu5-game-archive.xu5-game-skin-b .item-tabs{
  background:transparent;
  border-radius:0;
  box-shadow:none;
  width:min(100%, var(--xu5-b-max));
  max-width:var(--xu5-b-max);
  margin:0 auto;
  padding:4px var(--xu5-b-pad) 8px;
  box-sizing:border-box;
  flex:0 1 auto;
  align-self:center;
}
body.xu5-game-archive.xu5-game-skin-b .item-tabs .breadcrumb{
  padding:8px 0 0;
  font-size:12px;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tabs-wrapper{flex-direction:column;min-height:0}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-nav{
  width:100%;
  flex-shrink:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2px 4px;
  border-right:none;
  border-bottom:1px solid #eceef3;
  padding:6px 0 8px;
  box-sizing:border-box;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  margin:0;
  padding:4px 10px;
  border-radius:6px;
  font-size:13px;
  line-height:1.3;
  font-weight:500;
  white-space:nowrap;
  overflow:visible;
  text-overflow:clip;
  background:transparent;
  border:none;
  box-shadow:none;
  color:#5b6472;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-btn:hover{
  color:#7c3aed;
  background:#f3f0ff;
  border:none;
  box-shadow:none;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-btn.active{
  color:#7c3aed;
  background:#f3f0ff;
  border:none;
  font-weight:600;
  box-shadow:none;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-nav .xu5-ra-float-btn{
  margin-left:auto;
  flex:0 0 auto;
  height:28px;
  padding:0 10px;
  border-radius:6px;
  background:#fff;
  border:1px solid #e6e9f0;
  box-shadow:none;
  font-size:12px;
  color:#5b6472;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-nav .xu5-ra-float-btn:hover{
  border-color:#c4b5fd;
  color:#7c3aed;
  box-shadow:none;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-tab-panels{padding:0}
body.xu5-game-archive.xu5-game-skin-b .xu5-game-cards{
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:12px;
  padding:10px 0 14px;
}
body.xu5-game-archive.xu5-game-skin-b .xu5-game-cover{padding-top:56.25%}
body.xu5-game-archive.xu5-game-skin-b .xu5-game-card{border-radius:8px;background:#fff}
body.xu5-game-archive.xu5-game-skin-b .xu5-game-info{padding:8px 10px 10px}
body.xu5-game-archive.xu5-game-skin-b .xu5-game-title{font-size:13px;line-height:1.35}
body.xu5-game-archive.xu5-game-skin-b .xu5-pagination{padding:8px 0 4px;gap:4px}
body.xu5-game-archive.xu5-game-skin-b .xu5-page-btn{padding:4px 10px;font-size:12px}
body.xu5-game-archive.xu5-game-skin-b .xu5-page-num{
  min-width:28px;
  height:28px;
  font-size:12px;
}
@media (max-width:768px){
  body.xu5-game-archive.xu5-game-skin-b .xu5-tab-nav .xu5-ra-float-btn{height:28px;padding:0 8px}
}
@media (max-width:600px){
  body.xu5-game-archive.xu5-game-skin-b .xu5-tab-nav{
    width:100%;
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding:4px 0 8px;
    gap:2px;
  }
  body.xu5-game-archive.xu5-game-skin-b .xu5-tab-btn{flex:0 0 auto;padding:4px 8px;font-size:12px}
  body.xu5-game-archive.xu5-game-skin-b .xu5-game-cards{
    grid-template-columns:repeat(auto-fill,minmax(140px,1fr));
    gap:8px;
    padding:8px 0 12px;
  }
}
