/* ============================================================
   CS TUCUMAN · SERVIDORES V29
   Limpio + Top #1 actual por servidor.
   ============================================================ */
.cst220-hero h1{
 font-size:clamp(62px,7.6vw,102px)!important;
}
.cst220-hero p{
 font-size:14px!important;
}
.cst290-toolbar .actions{
 margin-left:auto;
}
.cst290-tournament-btn{
 min-height:42px!important;
 padding:0 14px!important;
 background:#ff7a00!important;
 border-color:#ff7a00!important;
 color:#050505!important;
 font-size:8px!important;
 font-weight:900!important;
}
.cst220-grid{
 gap:16px!important;
}
.cst220-server-card{
 background:#030303!important;
}
.cst220-cover-title h2{
 font-size:20px!important;
}
.cst220-cover-title .meta{
 font-size:9.5px!important;
}
.cst220-card-body>p{
 font-size:9.5px!important;
}
.cst290-server-top{
 min-height:58px;
 margin:0 0 10px;
 padding:8px 9px;
 display:grid;
 grid-template-columns:35px 1fr auto;
 align-items:center;
 gap:8px;
 border:1px solid #1a1a1a;
 border-radius:9px;
 background:#020202;
}
.cst290-crown{
 width:33px;
 height:33px;
 display:grid;
 place-items:center;
 border:1px solid #2c2015;
 border-radius:8px;
 background:#0b0703;
 color:#ff8a24;
 font-size:16px;
}
.cst290-server-top span{
 min-width:0;
}
.cst290-server-top small,
.cst290-server-top b{
 display:block;
}
.cst290-server-top small{
 color:#555;
 font-size:5.8px;
 font-weight:900;
 letter-spacing:.7px;
}
.cst290-server-top b{
 margin-top:3px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 color:#f1f1f1;
 font-size:8.5px;
}
.cst290-server-top>strong{
 padding:5px 7px;
 border-radius:7px;
 background:#080808;
 color:#ff8a24;
 font-size:8px;
}
.cst290-tournament-strip{
 margin-top:68px;
 padding:34px 0;
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:24px;
 border-top:1px solid #111;
 border-bottom:1px solid #111;
}
.cst290-tournament-strip span{
 color:#555;
 font-size:7px;
 font-weight:900;
 letter-spacing:2px;
}
.cst290-tournament-strip h2{
 margin:6px 0 3px;
 color:#fff!important;
 font:400 42px "DM Serif Display",Georgia,serif!important;
}
.cst290-tournament-strip p{
 margin:0;
 color:#666;
 font-size:9px;
}
.cst290-tournament-strip>a{
 min-height:43px;
 padding:0 14px;
 display:flex;
 align-items:center;
 gap:7px;
 border:1px solid #252019;
 border-radius:9px;
 background:#070503;
 color:#ff8a24;
 text-decoration:none;
 font-size:8px;
 font-weight:900;
}
@media(max-width:720px){
 .cst290-tournament-strip{
  align-items:flex-start;
  flex-direction:column;
 }
 .cst290-tournament-strip>a{
  width:100%;
  justify-content:center;
  box-sizing:border-box;
 }
}
