/* V56 — home compact central + ranking preview */
html body .v53-home-hub{
  padding-top:54px!important;
  padding-bottom:62px!important;
}
html body .v53-home-hub .content-area{
  max-width:1360px!important;
}
html body .v53-home-hub__panel{
  padding:34px 40px 38px!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(7,12,18,.97),rgba(11,21,30,.90)),
    radial-gradient(circle at 10% 12%,rgba(255,195,62,.09),transparent 30%),
    radial-gradient(circle at 88% 68%,rgba(81,205,255,.06),transparent 34%)!important;
}
html body .v53-section-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:22px!important;
  margin-bottom:18px!important;
  padding-bottom:18px!important;
}
html body .v53-section-head .pro-title{
  max-width:820px!important;
  font-size:clamp(27px,2.15vw,38px)!important;
  line-height:1.03!important;
}
html body .v53-section-head .pro-subtitle{
  max-width:780px!important;
  font-size:15px!important;
  line-height:1.52!important;
  margin-top:10px!important;
}
html body .v53-head-actions{align-self:center!important;}
html body .v54-update-grid{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:16px!important;
}
html body .v54-grid-label{
  min-height:24px!important;
  margin:10px 0 -2px!important;
  gap:12px!important;
}
html body .v54-grid-label--news{margin-top:6px!important;}
html body .v54-grid-label--events{margin-top:14px!important;}
html body .v54-grid-label span{font-size:11px!important;}
html body .v54-grid-label strong{font-size:12px!important;}
html body .v54-update-grid .v53-update-card,
html body .v54-update-grid .v53-update-card--wide{
  grid-column:span 4!important;
  min-height:178px!important;
  border-radius:18px!important;
}
html body .v54-update-grid .v53-update-card--wide{
  grid-column:span 5!important;
}
html body .v54-update-grid .v53-update-card:nth-of-type(3){
  grid-column:span 3!important;
}
html body .v54-update-grid .v53-event-card{
  grid-column:span 3!important;
  min-height:184px!important;
}
html body .v54-update-grid .v53-event-card:first-of-type{
  grid-column:span 4!important;
}
html body .v53-card-content{padding:58px 20px 19px!important;}
html body .v53-card-content h3{
  font-size:clamp(19px,1.22vw,24px)!important;
  line-height:1.05!important;
  margin-bottom:7px!important;
}
html body .v53-card-content p{
  font-size:13.5px!important;
  line-height:1.44!important;
  max-width:440px!important;
}
html body .v53-card-tag{
  top:14px!important;
  left:16px!important;
  padding:6px 11px!important;
  font-size:10.5px!important;
}
html body .v53-event-row{
  margin-top:11px!important;
  gap:7px!important;
}
html body .v53-event-row strong,
html body .v53-event-row span{
  min-height:28px!important;
  font-size:10.5px!important;
  padding:0 10px!important;
}
html body .pro-ranking-cta-v21{
  padding-top:48px!important;
  padding-bottom:58px!important;
}
html body .ranking-cta-v21-card{
  min-height:310px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,560px)!important;
  align-items:center!important;
  gap:34px!important;
  padding:38px 44px!important;
}
html body .ranking-cta-v21-content{max-width:680px!important;position:relative;z-index:2;}
html body .ranking-cta-v21-content .pro-title{font-size:clamp(28px,2.45vw,42px)!important;line-height:1.06!important;}
html body .ranking-home-v56-podium{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr 1.14fr 1fr;
  align-items:end;
  gap:14px;
  min-height:230px;
}
html body .ranking-home-v56-card{
  position:relative;
  overflow:hidden;
  min-height:190px;
  border-radius:18px;
  border:1px solid rgba(220,169,63,.42);
  background:linear-gradient(180deg,rgba(11,17,25,.74),rgba(4,8,13,.94));
  box-shadow:0 18px 44px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06);
  padding:18px 16px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  justify-content:flex-end;
}
html body .ranking-home-v56-card:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(130deg,rgba(255,218,92,.08),transparent 38%),radial-gradient(circle at 50% 22%,rgba(255,255,255,.10),transparent 30%);
  pointer-events:none;
}
html body .ranking-home-v56-card--1{
  min-height:230px;
  border-color:rgba(255,219,82,.78);
  box-shadow:0 0 34px rgba(255,198,46,.18),0 18px 54px rgba(0,0,0,.46),inset 0 0 38px rgba(255,197,50,.08);
}
html body .ranking-home-v56-card--2{border-color:rgba(185,226,255,.58);}
html body .ranking-home-v56-card--3{border-color:rgba(255,148,65,.56);}
html body .ranking-home-v56-place{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:68px;height:54px;border-radius:0 0 18px 18px;
  display:flex;align-items:center;justify-content:center;
  font-size:26px;font-weight:950;color:#261800;
  background:linear-gradient(180deg,#ffd95c,#c48a20);
  box-shadow:0 9px 22px rgba(0,0,0,.35);
}
html body .ranking-home-v56-card--2 .ranking-home-v56-place{background:linear-gradient(180deg,#e5f2ff,#8aa5bf);color:#172230;}
html body .ranking-home-v56-card--3 .ranking-home-v56-place{background:linear-gradient(180deg,#d9975b,#7a421f);color:#271203;}
html body .ranking-home-v56-avatar{
  width:72px;height:72px;border-radius:50%;padding:4px;background:rgba(0,0,0,.48);border:2px solid rgba(255,255,255,.16);
  margin:50px auto 10px;display:block;overflow:hidden;position:relative;z-index:2;
}
html body .ranking-home-v56-card--1 .ranking-home-v56-avatar{width:88px;height:88px;border-color:#ffe16b;box-shadow:0 0 26px rgba(255,217,90,.24);}
html body .ranking-home-v56-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;}
html body .ranking-home-v56-card strong{position:relative;z-index:2;color:#fff;font-size:18px;line-height:1.1;}
html body .ranking-home-v56-card small{position:relative;z-index:2;color:rgba(255,244,224,.70);font-size:12px;margin-top:4px;min-height:30px;}
html body .ranking-home-v56-card b{position:relative;z-index:2;margin-top:10px;color:#ffe37c;font-size:22px;letter-spacing:.04em;background:rgba(0,0,0,.34);padding:6px 14px;border-radius:6px;}
@media(max-width:1180px){
  html body .v54-update-grid .v53-update-card,
  html body .v54-update-grid .v53-update-card--wide,
  html body .v54-update-grid .v53-event-card,
  html body .v54-update-grid .v53-event-card:first-of-type{grid-column:span 6!important;min-height:190px!important;}
  html body .ranking-cta-v21-card{grid-template-columns:1fr!important;}
  html body .ranking-home-v56-podium{max-width:650px;margin:0 auto;}
}
@media(max-width:760px){
  html body .v53-home-hub__panel{padding:26px 18px 28px!important;}
  html body .v53-section-head{grid-template-columns:1fr!important;}
  html body .v54-update-grid .v53-update-card,
  html body .v54-update-grid .v53-update-card--wide,
  html body .v54-update-grid .v53-event-card,
  html body .v54-update-grid .v53-event-card:first-of-type{grid-column:1/-1!important;}
  html body .ranking-home-v56-podium{grid-template-columns:1fr;gap:14px;}
  html body .ranking-home-v56-card,.ranking-home-v56-card--1{min-height:190px!important;}
}
