/* V57 — Home print fix: central all-in-one compact, media nav and footer cleanup */
html body .footer .unsimple,
html body .footer__info .unsimple,
html body a.unsimple{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
}

/* Floating navigation refinement + Galeria item */
html body .v53-section-nav{
  right:32px!important;
  top:178px!important;
  gap:13px!important;
  padding:18px 0!important;
  max-height:calc(100vh - 250px)!important;
}
html body .v53-section-nav__item{
  grid-template-columns:minmax(88px,128px) 32px 22px!important;
  min-height:38px!important;
}
html body .v53-section-nav__text strong{
  font-size:17px!important;
  color:rgba(255,239,211,.52)!important;
}
html body .v53-section-nav__text small{
  font-size:10px!important;
}
html body .v53-section-nav__item.is-active .v53-section-nav__text strong,
html body .v53-section-nav__item:hover .v53-section-nav__text strong{
  color:#fff4c9!important;
  text-shadow:0 0 16px rgba(255,194,70,.34),0 10px 24px rgba(0,0,0,.65)!important;
}

/* Home central: compact all-in-one panel */
html body .v53-home-hub{
  padding-top:52px!important;
  padding-bottom:58px!important;
}
html body .v53-home-hub .content-area{
  max-width:1320px!important;
}
html body .v53-home-hub__panel{
  padding:30px 36px 34px!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(7,12,18,.96),rgba(10,20,28,.88)),
    radial-gradient(circle at 18% 12%,rgba(255,200,70,.10),transparent 32%),
    radial-gradient(circle at 82% 78%,rgba(71,198,255,.07),transparent 34%)!important;
  box-shadow:0 26px 80px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.045)!important;
}
html body .v53-section-head{
  margin-bottom:20px!important;
  padding-bottom:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:18px!important;
}
html body .v53-section-head .pro-title{
  font-size:clamp(27px,2.25vw,39px)!important;
  line-height:1.03!important;
  max-width:820px!important;
}
html body .v53-section-head .pro-subtitle{
  max-width:760px!important;
  font-size:14.5px!important;
  line-height:1.48!important;
}
html body .v53-head-link{
  min-width:132px!important;
  min-height:38px!important;
  height:38px!important;
  padding:0 16px!important;
  font-size:10.5px!important;
}

/* Compact masonry-like news/events grid */
html body .v54-update-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-rows:142px!important;
  gap:14px!important;
  align-items:stretch!important;
}
html body .v54-grid-label{
  grid-column:1/-1!important;
  min-height:22px!important;
  margin:6px 0 -2px!important;
  padding:0!important;
  align-self:end!important;
}
html body .v54-grid-label--news{grid-row:auto!important;margin-top:4px!important;}
html body .v54-grid-label--events{margin-top:10px!important;}
html body .v54-grid-label span{
  font-size:10.5px!important;
  letter-spacing:.14em!important;
}
html body .v54-grid-label strong{
  font-size:11px!important;
  letter-spacing:.13em!important;
}
html body .v54-grid-label:after{
  opacity:.75!important;
}
html body .v54-update-grid .v53-update-card{
  min-height:0!important;
  height:auto!important;
  border-radius:18px!important;
  background-size:cover!important;
  background-position:center!important;
}
html body .v54-update-grid .v57-news-main{
  grid-column:1/7!important;
  grid-row:span 2!important;
}
html body .v54-update-grid .v57-news-side{
  grid-column:7/13!important;
  grid-row:span 1!important;
}
html body .v54-update-grid .v57-event-main{
  grid-column:1/6!important;
  grid-row:span 2!important;
}
html body .v54-update-grid .v57-event-small{
  grid-column:span 3!important;
  grid-row:span 1!important;
}
html body .v54-update-grid .v57-event-guild{
  grid-column:6/13!important;
  grid-row:span 1!important;
}
html body .v53-update-card:before{
  background:
    linear-gradient(180deg,rgba(2,5,8,.08),rgba(2,5,8,.55) 52%,rgba(2,5,8,.92)),
    radial-gradient(circle at 16% 16%,rgba(255,206,83,.13),transparent 28%)!important;
}
html body .v53-update-card:after{
  height:3px!important;
}
html body .v53-card-content{
  padding:54px 18px 17px!important;
}
html body .v57-news-main .v53-card-content,
html body .v57-event-main .v53-card-content{
  padding:82px 24px 24px!important;
}
html body .v53-card-content h3{
  font-size:clamp(19px,1.28vw,25px)!important;
  line-height:1.06!important;
  margin-bottom:6px!important;
}
html body .v57-news-main .v53-card-content h3,
html body .v57-event-main .v53-card-content h3{
  font-size:clamp(24px,1.85vw,34px)!important;
}
html body .v53-card-content p{
  font-size:13px!important;
  line-height:1.36!important;
  max-width:560px!important;
}
html body .v53-card-tag{
  left:15px!important;
  top:13px!important;
  padding:5px 10px!important;
  font-size:9.8px!important;
  border-radius:999px!important;
  max-width:max-content!important;
  width:auto!important;
}
html body .v53-event-row{
  margin-top:10px!important;
  gap:6px!important;
}
html body .v53-event-row strong,
html body .v53-event-row span{
  min-height:27px!important;
  font-size:10px!important;
  padding:0 9px!important;
  border-radius:8px!important;
}

/* Ranking preview compact polish */
html body .pro-ranking-cta-v21{
  padding-top:44px!important;
  padding-bottom:56px!important;
}
html body .ranking-cta-v21-card{
  min-height:292px!important;
  padding:32px 38px!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,500px)!important;
  gap:28px!important;
}
html body .ranking-home-v56-podium{
  min-height:204px!important;
  gap:11px!important;
}
html body .ranking-home-v56-card{
  min-height:168px!important;
  padding:16px 12px 13px!important;
}
html body .ranking-home-v56-card--1{
  min-height:205px!important;
}
html body .ranking-home-v56-place{
  width:58px!important;
  height:46px!important;
  font-size:23px!important;
}
html body .ranking-home-v56-avatar{
  width:62px!important;
  height:62px!important;
  margin-top:44px!important;
}
html body .ranking-home-v56-card--1 .ranking-home-v56-avatar{
  width:76px!important;
  height:76px!important;
}
html body .ranking-home-v56-card strong{
  font-size:16px!important;
}
html body .ranking-home-v56-card b{
  font-size:19px!important;
  padding:5px 12px!important;
}

@media(max-width:1500px){
  html body .v53-home-hub .content-area{max-width:calc(100% - 190px)!important;margin-left:42px!important;}
}
@media(max-width:1280px){
  html body .v53-home-hub .content-area{max-width:calc(100% - 36px)!important;margin:0 auto!important;}
  html body .v53-section-nav{max-height:none!important;}
}
@media(max-width:1180px){
  html body .v54-update-grid{grid-auto-rows:155px!important;}
  html body .v54-update-grid .v57-news-main,
  html body .v54-update-grid .v57-event-main{grid-column:1/-1!important;grid-row:span 2!important;}
  html body .v54-update-grid .v57-news-side,
  html body .v54-update-grid .v57-event-small,
  html body .v54-update-grid .v57-event-guild{grid-column:span 6!important;grid-row:span 1!important;}
  html body .ranking-cta-v21-card{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  html body .v53-home-hub__panel{padding:24px 16px 26px!important;}
  html body .v53-section-head{grid-template-columns:1fr!important;}
  html body .v54-update-grid{display:block!important;}
  html body .v54-grid-label{margin:18px 0 12px!important;}
  html body .v54-update-grid .v53-update-card{display:flex!important;min-height:205px!important;margin-bottom:14px!important;}
  html body .v57-news-main .v53-card-content,
  html body .v57-event-main .v53-card-content{padding:70px 18px 20px!important;}
}
