/* ============================================================
   CS TUCUMAN · PERFIL V32.4
   Misma información, presentación más limpia.
   ============================================================ */

body.cst70-perfil main.profile-wrap{
 width:min(1180px,calc(100vw - 28px))!important;
 padding-top:22px!important;
}

/* Portada / ficha principal */
body.cst70-perfil .profile-dashboard-hero{
 height:350px!important;
 min-height:350px!important;
 overflow:hidden!important;
 border:1px solid #181818!important;
 border-radius:15px!important;
 background:#030303!important;
}
body.cst70-perfil .profile-dashboard-cover{
 height:350px!important;
 min-height:350px!important;
 object-position:center!important;
}
body.cst70-perfil .profile-dashboard-shade{
 background:
  linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.18) 42%,rgba(0,0,0,.96) 100%)!important;
}

/* marca de agua casi invisible */
body.cst70-perfil .cst80-profile-mark{
 width:105px!important;
 height:105px!important;
 opacity:.07!important;
}

/* información baja, como una ficha */
body.cst70-perfil .profile-dashboard-user{
 height:auto!important;
 min-height:0!important;
 top:auto!important;
 bottom:0!important;
 padding:74px 22px 20px!important;
 grid-template-columns:auto minmax(0,1fr) minmax(250px,300px)!important;
 align-items:end!important;
 gap:18px!important;
 background:linear-gradient(180deg,transparent,rgba(0,0,0,.36))!important;
}
body.cst70-perfil .profile-dashboard-avatar{
 width:106px!important;
 height:106px!important;
 min-width:106px!important;
 border:4px solid #050505!important;
 border-radius:50%!important;
 box-shadow:0 15px 42px rgba(0,0,0,.4)!important;
}
body.cst70-perfil .profile-dashboard-name{
 display:flex!important;
 align-items:center!important;
 gap:9px!important;
 flex-wrap:wrap!important;
}
body.cst70-perfil .profile-dashboard-name h1{
 font-size:clamp(38px,4vw,52px)!important;
 line-height:.95!important;
}
body.cst70-perfil .profile-role-pill{
 margin:0!important;
}
body.cst70-perfil .profile-member-since{
 margin-top:7px!important;
}
body.cst70-perfil .profile-dashboard-bio{
 max-width:620px!important;
 margin-top:7px!important;
 color:#b1b1b1!important;
}
body.cst70-perfil .profile-dashboard-numbers{
 grid-template-columns:repeat(3,1fr)!important;
 min-width:260px!important;
}
body.cst70-perfil .profile-dashboard-numbers>div{
 min-height:66px!important;
 border-color:#242424!important;
 background:rgba(3,3,3,.78)!important;
}

/* acciones arriba derecha */
body.cst70-perfil .profile-dashboard-actions{
 top:16px!important;
 right:16px!important;
 bottom:auto!important;
}

/* Cuerpo: menos bloques y mejor ritmo */
body.cst70-perfil .profile-dashboard-layout{
 margin-top:14px!important;
 gap:14px!important;
}
body.cst70-perfil .profile-box{
 border-color:#191919!important;
 background:#020202!important;
 border-radius:11px!important;
}
body.cst70-perfil .profile-box-head h2{
 font-size:20px!important;
}
body.cst70-perfil .profile-matches-table{
 border-color:#171717!important;
}
body.cst70-perfil .profile-post{
 background:#030303!important;
}

/* Ficha lateral deja de competir con el perfil */
body.cst70-perfil .profile-player-summary{
 padding:16px!important;
}
body.cst70-perfil .profile-player-summary-grid>div{
 min-height:62px!important;
 background:#050505!important;
 border-color:#181818!important;
}

@media(max-width:900px){
 body.cst70-perfil .profile-dashboard-hero,
 body.cst70-perfil .profile-dashboard-cover{
  height:430px!important;
  min-height:430px!important;
 }
 body.cst70-perfil .profile-dashboard-user{
  padding:180px 16px 15px!important;
  grid-template-columns:auto 1fr!important;
 }
 body.cst70-perfil .profile-dashboard-numbers{
  grid-column:1/-1!important;
  width:100%!important;
 }
}
