/* V82.28 - Home Central do Servidor: latest/news layout inspired by reference, keeping Rider dark/gold and event timers. */
.home-v82-28-latest{
  padding:88px 0 96px!important;
  background:
    linear-gradient(180deg,rgba(3,8,15,1),rgba(5,9,15,.98)),
    radial-gradient(circle at 50% 0%,rgba(255,194,50,.07),transparent 40%)!important;
  border-top:1px solid rgba(255,199,67,.12);
  scroll-margin-top:86px;
}
.home-v82-28-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:34px;
}
.home-v82-28-title{
  margin:10px 0 0;
  color:#fff8e5;
  font-size:clamp(34px,4vw,50px);
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-style:italic;
  font-weight:900;
  text-shadow:0 8px 24px rgba(0,0,0,.48);
}
.home-v82-28-news-link{
  color:#fff3d0!important;
  text-decoration:none!important;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  transition:.18s ease;
}
.home-v82-28-news-link:hover{color:#ffbc2e!important;}
.home-v82-28-news-link span{color:#ffb72c;margin-left:8px;}
.home-v82-28-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:44px;
  margin-bottom:72px;
}
.home-v82-28-card{
  min-width:0;
}
.home-v82-28-card-img{
  display:block;
  overflow:hidden;
  border-radius:4px;
  aspect-ratio: 2.18 / 1;
  border:1px solid rgba(255,255,255,.08);
  background:#111927;
  box-shadow:0 18px 42px rgba(0,0,0,.32);
}
.home-v82-28-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .22s ease,filter .22s ease;
}
.home-v82-28-card-img:hover img{
  transform:scale(1.035);
  filter:brightness(1.08);
}
.home-v82-28-card h3{
  margin:18px 0 8px;
  color:#fff;
  font-size:20px;
  line-height:1.25;
  font-weight:900;
}
.home-v82-28-meta{
  display:flex;
  align-items:center;
  gap:9px;
  color:#aeb8c8;
  font-size:13px;
  font-weight:700;
}
.home-v82-28-meta b{
  color:#ffbc34;
  text-transform:uppercase;
}
.home-v82-28-meta em{
  font-style:normal;
}
.home-v82-28-card p{
  margin:10px 0 0;
  color:#cbd5e3;
  font-size:15px;
  line-height:1.55;
}
.home-v82-28-world{
  position:relative;
  display:grid;
  grid-template-columns:280px minmax(0,1fr) 300px;
  gap:30px;
  align-items:stretch;
  padding:50px 0 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.home-v82-28-world:before{
  content:"";
  position:absolute;
  left:50%;
  top:18px;
  width:44px;
  height:44px;
  border-top:7px solid rgba(255,255,255,.58);
  border-left:7px solid rgba(255,255,255,.58);
  transform:translateX(-50%) rotate(45deg);
  border-radius:4px;
  opacity:.7;
}
.home-v82-28-world-text{
  padding-top:32px;
}
.home-v82-28-world-text h3{
  margin:0 0 14px;
  color:#fff8e5;
  font-size:30px;
  line-height:1.05;
  font-weight:900;
}
.home-v82-28-world-text p{
  margin:0 0 18px;
  color:#c9d3e2;
  line-height:1.62;
  font-size:15px;
}
.home-v82-28-world-text a{
  color:#ffbe38!important;
  text-decoration:none!important;
  font-weight:900;
}
.home-v82-28-showcase{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:18px;
  min-height:310px;
}
.home-v82-28-showcase-stack{
  display:grid;
  gap:12px;
}
.home-v82-28-showcase-stack img,
.home-v82-28-showcase-main{
  width:100%;
  height:100%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.3);
}
.home-v82-28-showcase-stack img{
  min-height:92px;
}
.home-v82-28-showcase-main{
  border-radius:4px;
  min-height:310px;
}
.home-v82-28-events{
  border:1px solid rgba(255,198,65,.28);
  border-radius:16px;
  background:rgba(4,10,18,.82);
  padding:20px;
  box-shadow:0 24px 60px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.03);
}
.home-v82-28-events-head small{
  display:block;
  color:#ffbd36;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  font-weight:900;
}
.home-v82-28-events-head strong{
  display:block;
  margin-top:3px;
  color:#fff;
  font-size:22px;
  font-family:Georgia,serif;
}
.home-v82-28-event-live{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  margin:18px 0;
  padding:15px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(255,190,45,.18),rgba(13,22,34,.9));
  border:1px solid rgba(255,194,58,.28);
}
.home-v82-28-live-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#21ff79;
  box-shadow:0 0 16px rgba(33,255,121,.75);
}
.home-v82-28-event-live small{
  display:block;
  color:#aeb8c8;
  font-size:11px;
  text-transform:uppercase;
}
.home-v82-28-event-live b{
  color:#fff;
  font-size:15px;
}
.home-v82-28-event-live em{
  color:#ffc84f;
  font-style:normal;
  font-weight:900;
  font-size:13px;
}
.home-v82-28-event-list{
  display:grid;
  gap:10px;
}
.home-v82-28-event-row{
  display:grid;
  grid-template-columns:56px 1fr 74px;
  gap:10px;
  align-items:center;
  padding:11px 12px;
  border-radius:12px;
  background:rgba(8,14,24,.75);
  border:1px solid rgba(255,255,255,.07);
}
.home-v82-28-event-row span{
  color:#080b10;
  background:linear-gradient(180deg,#ffd25d,#f1a20b);
  border-radius:8px;
  padding:5px 0;
  text-align:center;
  font-size:12px;
  font-weight:900;
}
.home-v82-28-event-row strong{
  color:#fff;
  font-size:13px;
}
.home-v82-28-event-row em{
  color:#ffc84f;
  font-style:normal;
  font-size:12px;
  font-weight:900;
  text-align:right;
}
@media(max-width:1180px){
  .home-v82-28-world{grid-template-columns:1fr;}
  .home-v82-28-showcase{grid-template-columns:160px 1fr;}
}
@media(max-width:900px){
  .home-v82-28-grid{grid-template-columns:1fr;gap:28px;}
  .home-v82-28-head{align-items:flex-start;flex-direction:column;}
}
@media(max-width:620px){
  .home-v82-28-showcase{grid-template-columns:1fr;}
  .home-v82-28-showcase-stack{grid-template-columns:repeat(3,1fr);}
  .home-v82-28-showcase-stack img{min-height:70px;}
  .home-v82-28-event-row{grid-template-columns:52px 1fr;}
  .home-v82-28-event-row em{grid-column:2;text-align:left;}
}
