/* V52 — Home: notícias + eventos na mesma box e menu flutuante vertical */
html{scroll-behavior:smooth;}
html body .v52-home-hub{
  position:relative;
  padding:82px 0 94px!important;
  margin:0!important;
  background:
    radial-gradient(circle at 28% 12%, rgba(255,183,43,.075), transparent 32%),
    radial-gradient(circle at 78% 54%, rgba(73,186,255,.075), transparent 34%),
    linear-gradient(180deg, rgba(8,13,20,.96), rgba(6,10,16,.98));
}
html body .v52-home-hub .content-area{max-width:1460px!important;}
html body .v52-home-hub__panel{
  position:relative;
  overflow:hidden;
  padding:48px 52px 54px;
  border:1px solid rgba(214,165,64,.35);
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(11,17,25,.92), rgba(15,23,32,.82)),
    radial-gradient(circle at 10% 10%, rgba(255,191,55,.09), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(71,185,255,.08), transparent 34%);
  box-shadow:0 34px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.04);
}
html body .v52-home-hub__panel:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size:56px 56px;
  opacity:.18;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.8), rgba(0,0,0,.18));
}
html body .v52-hub-block{position:relative;z-index:1;}
html body .v52-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:30px;
}
html body .v52-section-head .pro-title{margin:10px 0 0!important;}
html body .v52-section-head .pro-subtitle{max-width:920px!important;margin-top:12px!important;}
html body .v52-head-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:148px;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(255,190,53,.55);
  background:linear-gradient(180deg, rgba(255,189,44,.18), rgba(126,77,13,.08));
  color:#ffe492!important;
  font-family:var(--font-title, inherit);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  box-shadow:0 12px 34px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
html body .v52-head-link:hover{
  transform:translateY(-2px);
  background:linear-gradient(180deg, rgba(255,196,59,.32), rgba(126,77,13,.14));
  box-shadow:0 18px 42px rgba(255,174,25,.12), 0 22px 52px rgba(0,0,0,.35);
}
html body .v52-hub-divider{
  position:relative;
  height:1px;
  margin:48px 0 46px;
  background:linear-gradient(90deg, transparent, rgba(255,207,106,.55), rgba(102,225,255,.28), transparent);
}
html body .v52-hub-divider:before{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:12px;height:12px;
  transform:translate(-50%,-50%) rotate(45deg);
  border:1px solid rgba(255,190,53,.8);
  background:#0b1119;
  box-shadow:0 0 18px rgba(255,175,25,.55);
}
html body .v52-news-grid .pro-news-card,
html body .v52-event-grid .pro-home-event{
  min-height:210px!important;
  border-radius:20px!important;
}
html body .v52-event-grid.pro-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}
html body .v52-news-grid.pro-grid-3{
  gap:24px!important;
}
html body .v52-event-grid .pro-home-event{
  background-size:cover!important;
  background-position:center!important;
}
html body .v52-event-grid .pro-home-event[data-home-event="login"]{background-image:linear-gradient(180deg,rgba(5,8,13,.38),rgba(5,8,13,.92)),url('../images/attendance_check.png')!important;}
html body .v52-event-grid .pro-home-event[data-home-event="hot-time"]{background-image:linear-gradient(180deg,rgba(5,8,13,.38),rgba(5,8,13,.92)),url('../images/icarus-patch-notes.webp')!important;}
html body .v52-event-grid .pro-home-event[data-home-event="world-boss"]{background-image:linear-gradient(180deg,rgba(5,8,13,.38),rgba(5,8,13,.92)),url('../images/Carleon_Manor_Loading_pic.webp')!important;}
html body .v52-event-grid .pro-home-event[data-home-event="guild"]{background-image:linear-gradient(180deg,rgba(5,8,13,.38),rgba(5,8,13,.92)),url('../images/icarus-world-02.jpg')!important;}
html body .v52-event-grid .pro-home-event:hover,
html body .v52-news-grid .pro-news-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 22px 58px rgba(0,0,0,.45),0 0 0 1px rgba(255,197,65,.24)!important;
}

/* menu flutuante estilo referência */
html body .v52-section-nav{
  position:fixed;
  right:28px;
  top:164px;
  z-index:88;
  display:flex;
  flex-direction:column;
  gap:22px;
  padding:22px 0;
  pointer-events:auto;
}
html body .v52-section-nav:before{
  content:"";
  position:absolute;
  top:34px;
  bottom:34px;
  right:11px;
  width:1px;
  background:linear-gradient(180deg, transparent, rgba(255,231,185,.62), rgba(255,178,35,.48), transparent);
  box-shadow:0 0 18px rgba(255,178,35,.18);
  opacity:.75;
}
html body .v52-section-nav__item{
  position:relative;
  display:grid;
  grid-template-columns:minmax(92px,126px) 34px 24px;
  align-items:center;
  min-height:46px;
  color:rgba(255,238,207,.52)!important;
  text-decoration:none!important;
  text-align:right;
  transition:color .22s ease, transform .22s ease, opacity .22s ease;
}
html body .v52-section-nav__text strong{
  display:block;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:20px;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
  text-transform:none;
  text-shadow:0 8px 24px rgba(0,0,0,.45);
}
html body .v52-section-nav__text small{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1;
  color:rgba(255,238,207,.45);
  font-weight:600;
  letter-spacing:.02em;
}
html body .v52-section-nav__line{
  width:31px;
  height:1px;
  justify-self:end;
  background:rgba(255,238,207,.62);
  transition:width .22s ease, background .22s ease, box-shadow .22s ease;
}
html body .v52-section-nav__diamond{
  width:12px;
  height:12px;
  transform:rotate(45deg);
  border:2px solid rgba(255,238,207,.72);
  background:rgba(11,12,15,.72);
  box-shadow:0 0 0 3px rgba(0,0,0,.22);
  transition:border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}
html body .v52-section-nav__item:hover,
html body .v52-section-nav__item.is-active{
  color:#fff1c4!important;
  transform:translateX(-5px);
}
html body .v52-section-nav__item:hover .v52-section-nav__text small,
html body .v52-section-nav__item.is-active .v52-section-nav__text small{color:#d7ad58!important;}
html body .v52-section-nav__item:hover .v52-section-nav__line,
html body .v52-section-nav__item.is-active .v52-section-nav__line{
  width:44px;
  background:#f6c35b;
  box-shadow:0 0 16px rgba(246,195,91,.48);
}
html body .v52-section-nav__item:hover .v52-section-nav__diamond,
html body .v52-section-nav__item.is-active .v52-section-nav__diamond{
  border-color:#f6c35b;
  background:#120d05;
  box-shadow:0 0 0 4px rgba(246,195,91,.08),0 0 24px rgba(246,195,91,.58);
  transform:rotate(45deg) scale(1.08);
}
html body .v52-section-nav__item.is-active .v52-section-nav__text strong{
  text-shadow:0 0 18px rgba(246,195,91,.28),0 8px 24px rgba(0,0,0,.5);
}
@media (max-width:1500px){
  html body .v52-section-nav{right:16px;top:150px;transform:scale(.9);transform-origin:top right;}
}
@media (max-width:1280px){
  html body .v52-section-nav{
    left:50%;right:auto;top:auto;bottom:16px;
    transform:translateX(-50%);
    flex-direction:row;
    gap:8px;
    padding:8px;
    border:1px solid rgba(214,165,64,.28);
    border-radius:999px;
    background:rgba(8,12,18,.82);
    backdrop-filter:blur(12px);
    box-shadow:0 18px 48px rgba(0,0,0,.34);
  }
  html body .v52-section-nav:before,.v52-section-nav__line{display:none!important;}
  html body .v52-section-nav__item{display:flex;min-height:38px;min-width:auto;text-align:center;padding:0 12px;border-radius:999px;grid-template-columns:none;}
  html body .v52-section-nav__text strong{font-family:inherit;font-size:11px;text-transform:uppercase;letter-spacing:.1em;}
  html body .v52-section-nav__text small{display:none;}
  html body .v52-section-nav__diamond{display:none;}
  html body .v52-section-nav__item:hover,html body .v52-section-nav__item.is-active{transform:none;background:rgba(246,195,91,.15);}
}
@media (max-width:991px){
  html body .v52-home-hub{padding:54px 0 72px!important;}
  html body .v52-home-hub__panel{padding:30px 22px 34px;border-radius:22px;}
  html body .v52-section-head{display:block;margin-bottom:22px;}
  html body .v52-head-link{margin-top:16px;}
  html body .v52-news-grid.pro-grid-3,html body .v52-event-grid.pro-grid-4{grid-template-columns:1fr!important;}
  html body .v52-section-nav{max-width:calc(100vw - 20px);overflow-x:auto;justify-content:flex-start;}
}
@media (max-width:640px){
  html body .v52-section-nav{display:none;}
}
