/* V60 — Home/news final QA: compact central, stable news detail, refined ranking preview */
:root{
  --v60-gold:#f6b51c;
  --v60-gold-soft:#ffe08c;
  --v60-line:rgba(246,181,28,.36);
  --v60-cyan:#70edff;
  --v60-bg:#061019;
}

/* Central do servidor — organização final, sem títulos quebrados */
html body .v53-home-hub{
  padding-top:56px!important;
  padding-bottom:54px!important;
}
html body .v53-home-hub .content-area{
  max-width:1280px!important;
  width:calc(100% - 260px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
html body .v53-home-hub__panel{
  padding:38px 40px 40px!important;
  border-radius:24px!important;
  border:1px solid rgba(246,181,28,.36)!important;
  background:
    linear-gradient(140deg,rgba(5,10,16,.98),rgba(8,18,27,.94)),
    radial-gradient(circle at 12% 16%,rgba(246,181,28,.12),transparent 28%),
    radial-gradient(circle at 88% 62%,rgba(112,237,255,.07),transparent 34%)!important;
  box-shadow:0 30px 90px rgba(0,0,0,.38)!important;
}
html body .v53-section-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:28px!important;
  margin-bottom:28px!important;
  padding-bottom:24px!important;
  border-bottom:1px solid rgba(255,218,120,.16)!important;
}
html body .v53-section-head .pro-kicker{
  margin-bottom:13px!important;
}
html body .v53-section-head .pro-title{
  font-size:clamp(31px,2.45vw,44px)!important;
  line-height:1.06!important;
  max-width:760px!important;
  letter-spacing:.115em!important;
}
html body .v53-section-head .pro-subtitle{
  max-width:760px!important;
  font-size:14.5px!important;
  line-height:1.55!important;
  color:rgba(255,248,235,.82)!important;
}
html body .v53-head-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  min-width:300px!important;
}
html body .v53-head-link{
  height:34px!important;
  min-width:128px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  font-size:10px!important;
  letter-spacing:.13em!important;
  white-space:nowrap!important;
}

html body .v59-central-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:28px!important;
}
html body .v59-central-group{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:15px!important;
  min-width:0!important;
}
html body .v59-group-title{
  display:grid!important;
  grid-template-columns:auto auto 1fr!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  margin:0!important;
  color:#fff!important;
  text-transform:uppercase!important;
  letter-spacing:.18em!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body .v59-group-title:before{
  content:""!important;
  display:block!important;
  width:42px!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,var(--v60-gold))!important;
}
html body .v59-group-title:after{
  content:""!important;
  display:block!important;
  height:1px!important;
  background:linear-gradient(90deg,var(--v60-line),transparent)!important;
}
html body .v59-group-title span,
html body .v59-group-title strong{
  display:inline-block!important;
  width:auto!important;
  max-width:none!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow:visible!important;
}
html body .v59-group-title span{
  color:var(--v60-gold-soft)!important;
  font-size:12px!important;
  font-weight:950!important;
}
html body .v59-group-title strong{
  color:#fff!important;
  opacity:.9!important;
  font-size:12px!important;
  font-weight:950!important;
}

/* Cards de novidades: 1 destaque + 2 cards laterais organizados */
html body .v59-news-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)!important;
  grid-template-rows:132px 132px!important;
  gap:14px!important;
  align-items:stretch!important;
}
html body .v59-card--hero{
  grid-row:1 / 3!important;
  min-height:278px!important;
}
html body .v59-card--line{
  min-height:132px!important;
}

/* Eventos: grade previsível, sem cards invadindo a tela */
html body .v59-events-grid{
  display:grid!important;
  grid-template-columns:1.08fr .72fr .72fr!important;
  grid-template-rows:126px 126px!important;
  gap:14px!important;
  align-items:stretch!important;
}
html body .v59-event-card--main{
  grid-row:1 / 3!important;
  min-height:266px!important;
}
html body .v59-event-card--guild{
  grid-column:2 / 4!important;
  min-height:126px!important;
}
html body .v59-card{
  border-radius:16px!important;
  border:1px solid rgba(255,221,126,.28)!important;
  background-size:cover!important;
  background-position:center!important;
  box-shadow:0 18px 46px rgba(0,0,0,.34)!important;
}
html body .v59-card:before{
  background:
    linear-gradient(180deg,rgba(3,7,12,.05),rgba(3,7,12,.54) 48%,rgba(3,7,12,.95)),
    radial-gradient(circle at 18% 18%,rgba(246,181,28,.16),transparent 25%)!important;
}
html body .v59-card-content{
  padding:16px 18px!important;
}
html body .v59-card--hero .v59-card-content,
html body .v59-event-card--main .v59-card-content{
  padding:24px 24px!important;
}
html body .v59-card-content h3{
  margin:0 0 6px!important;
  font-size:clamp(20px,1.38vw,27px)!important;
  line-height:1.04!important;
  letter-spacing:.04em!important;
}
html body .v59-card--hero .v59-card-content h3,
html body .v59-event-card--main .v59-card-content h3{
  font-size:clamp(27px,1.95vw,36px)!important;
}
html body .v59-card-content p{
  font-size:13px!important;
  line-height:1.38!important;
  max-width:560px!important;
}
html body .v59-card-tag{
  left:14px!important;
  top:13px!important;
  padding:6px 12px!important;
  width:auto!important;
  max-width:max-content!important;
  font-size:9.5px!important;
  letter-spacing:.12em!important;
}
html body .v59-event-row{
  margin-top:11px!important;
  gap:8px!important;
}
html body .v59-event-row strong,
html body .v59-event-row span{
  min-height:27px!important;
  padding:0 10px!important;
  font-size:9.5px!important;
  border-radius:7px!important;
}

/* Pódio pequeno da home com brilho mais próximo da página de ranking */
html body .ranking-home-v56-podium{
  gap:12px!important;
  min-height:232px!important;
  filter:drop-shadow(0 16px 32px rgba(0,0,0,.36))!important;
}
html body .ranking-home-v56-card{
  isolation:isolate!important;
  overflow:hidden!important;
  backdrop-filter:blur(3px)!important;
}
html body .ranking-home-v56-card:before{
  content:""!important;
  position:absolute!important;
  inset:-34%!important;
  z-index:-1!important;
  opacity:.82!important;
  animation:v60-rank-energy 4.8s ease-in-out infinite!important;
}
html body .ranking-home-v56-card:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  background:linear-gradient(120deg,transparent 18%,rgba(255,255,255,.14) 45%,transparent 66%)!important;
  transform:translateX(-120%)!important;
  animation:v60-rank-sweep 5.4s ease-in-out infinite!important;
}
html body .ranking-home-v56-card--1{
  border-color:rgba(255,224,71,.95)!important;
  box-shadow:0 0 38px rgba(255,210,48,.34),0 0 70px rgba(91,201,255,.18),0 24px 56px rgba(0,0,0,.48)!important;
}
html body .ranking-home-v56-card--1:before{
  background:radial-gradient(circle at 50% 18%,rgba(255,230,72,.55),transparent 28%),repeating-linear-gradient(118deg,transparent 0 22px,rgba(89,211,255,.36) 23px 25px,transparent 26px 52px)!important;
}
html body .ranking-home-v56-card--2:before{
  background:radial-gradient(circle at 50% 17%,rgba(191,242,255,.42),transparent 31%),linear-gradient(105deg,transparent,rgba(182,244,255,.25),transparent)!important;
}
html body .ranking-home-v56-card--3:before{
  background:radial-gradient(circle at 50% 18%,rgba(255,130,56,.44),transparent 31%),linear-gradient(130deg,transparent,rgba(255,82,22,.24),transparent)!important;
}
@keyframes v60-rank-energy{0%,100%{transform:translateY(0) rotate(0deg);opacity:.58}50%{transform:translateY(-7px) rotate(2deg);opacity:.96}}
@keyframes v60-rank-sweep{0%,42%{transform:translateX(-120%)}62%{transform:translateX(120%)}100%{transform:translateX(120%)}}

/* Menu flutuante: ordem, leitura e distância dos botões inferiores */
html body .v53-section-nav{
  top:23%!important;
  right:34px!important;
  z-index:45!important;
}
html body .v53-section-nav__item{margin-bottom:12px!important;}
html body .v53-section-nav__text strong{font-size:16px!important;line-height:1!important;}
html body .v53-section-nav__text small{font-size:8.5px!important;line-height:1.1!important;}
html body .v53-section-nav__item:nth-last-child(1){margin-bottom:0!important;}

/* NEWS + news-detail polish */
html body .v58-read-more,
html body .v21-news-card a,
html body .v21-news-item a{
  width:max-content!important;
  min-width:0!important;
  min-height:30px!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  font-size:10.5px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
}
html body .v58-patch-panel li a{
  min-width:42px!important;
  padding:5px 10px!important;
  font-size:9.5px!important;
}
html body .v58-detail-hero{
  min-height:430px!important;
  padding:140px 0 56px!important;
}
html body .v58-detail-hero h1{
  font-size:clamp(38px,4.6vw,70px)!important;
  line-height:1!important;
}
html body .v58-detail-card{
  grid-template-columns:minmax(260px,390px) minmax(0,1fr)!important;
  gap:28px!important;
}
html body .v58-detail-card img{
  height:315px!important;
}

/* Oculta definitivamente assinatura visual antiga sem remover arquivo */
html body a.unsimple,
html body .unsimple{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

@media(max-width:1320px){
  html body .v53-home-hub .content-area{width:calc(100% - 170px)!important;}
  html body .v59-news-grid{grid-template-columns:1fr 1fr!important;}
  html body .v59-events-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important;}
  html body .v59-event-card--main{grid-row:auto!important;min-height:210px!important;}
  html body .v59-event-card--guild{grid-column:auto!important;min-height:170px!important;}
}
@media(max-width:1180px){
  html body .v53-home-hub .content-area{width:calc(100% - 48px)!important;}
  html body .v53-section-nav{display:none!important;}
  html body .v53-section-head{grid-template-columns:1fr!important;}
  html body .v53-head-actions{justify-content:flex-start!important;min-width:0!important;}
}
@media(max-width:780px){
  html body .v53-home-hub__panel{padding:28px 18px 30px!important;}
  html body .v59-news-grid,
  html body .v59-events-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important;}
  html body .v59-card--hero,
  html body .v59-event-card--main,
  html body .v59-card--line,
  html body .v59-event-card--guild{grid-row:auto!important;grid-column:auto!important;min-height:190px!important;}
  html body .v59-group-title{grid-template-columns:30px auto 1fr!important;gap:9px!important;}
  html body .v59-group-title strong{font-size:10px!important;}
  html body .v59-group-title span{font-size:10px!important;}
  html body .v58-detail-card{grid-template-columns:1fr!important;}
  html body .v58-detail-card img{height:235px!important;}
}
