/* V82.41 - Targeted fixes: account overview security, news arrow, events filter, ranking header alignment.
   Does not touch the approved global menu/header. */

/* Account panel: show only e-mail and safe password in the Security & Contact overview card. */
body.account-v11-body .account-v41-security-list{
  gap:12px!important;
}
body.account-v11-body .account-v41-security-list > div{
  grid-template-columns:minmax(150px, 1fr) auto auto!important;
  min-height:34px!important;
}
body.account-v11-body .account-v40-security-panel{
  min-height:170px!important;
}

/* News: remove the circular arrow overlay from cards. */
.news-v82-27-arrow,
.news-v82-27-card .news-v82-27-arrow,
.news-v82-27-image .news-v82-27-arrow{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Events: no category balloon/filter button on events page. */
.events-v82-38-page .news-v82-27-filterbar,
.events-v82-38-page .events-v82-38-filterbar{
  display:none!important;
}
.events-v82-38-page .news-v82-27-list-section,
.events-v82-38-page .events-v82-38-list-section{
  padding-top:72px!important;
}

/* Ranking: make internal header follow the same clean full-width page style as News/Download. */
body.rank-game-body .rank-game-page{
  background:#03070d!important;
  padding-top:0!important;
}
body.rank-game-body .rank-game-shell{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 0 92px!important;
  background:transparent!important;
}
body.rank-game-body .rank-page-heading{
  width:100%!important;
  max-width:none!important;
  min-height:360px!important;
  height:auto!important;
  margin:0!important;
  padding:74px 24px 58px!important;
  border-radius:0!important;
  border:0!important;
  border-bottom:1px solid rgba(221,171,62,.18)!important;
  background:
    radial-gradient(circle at 50% 10%, rgba(112,86,180,.18), transparent 34%),
    linear-gradient(180deg, rgba(4,8,15,.90), rgba(2,6,12,.97)),
    url("../images/inner_bg.png") center/cover no-repeat!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  text-align:center!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.rank-game-body .rank-page-heading:before,
body.rank-game-body .rank-page-heading:after{
  display:none!important;
  content:none!important;
}
body.rank-game-body .rank-page-heading .rank-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:6px 22px!important;
  margin:0 auto 18px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,190,55,.55)!important;
  background:rgba(7,12,20,.72)!important;
  color:#ffd05b!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
body.rank-game-body .rank-page-heading h1{
  max-width:940px!important;
  margin:0 auto 18px!important;
  font-family:Georgia,serif!important;
  color:#fff8ed!important;
  font-size:clamp(56px,7.2vw,96px)!important;
  line-height:.96!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-shadow:0 16px 38px rgba(0,0,0,.65),0 0 20px rgba(161,108,255,.24)!important;
}
body.rank-game-body .rank-page-heading p{
  max-width:780px!important;
  margin:0 auto!important;
  color:#dbe7f4!important;
  font-size:18px!important;
  line-height:1.55!important;
}
body.rank-game-body .rank-game-window{
  width:min(100% - 80px,1320px)!important;
  max-width:1320px!important;
  margin:54px auto 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
@media(max-width:760px){
  body.rank-game-body .rank-page-heading{
    min-height:300px!important;
    padding:50px 18px 44px!important;
  }
  body.rank-game-body .rank-page-heading h1{
    font-size:clamp(38px,12vw,60px)!important;
  }
  body.rank-game-body .rank-game-window{
    width:min(100% - 24px,1320px)!important;
  }
}
