/* FIGHTING.VOTE 2.0 – Ranking-inspired overview */
body[data-page="predict"]{background:#050505}
body[data-page="predict"] .predict-page{max-width:1540px;padding-top:28px}
body[data-page="predict"] .vote-nav{max-width:1540px}
body[data-page="predict"] .vote-tab-link{border:1px solid #292929;background:#111;color:#ddd;padding:11px 18px;border-radius:999px;font-weight:900;text-transform:uppercase;font-size:11px;text-decoration:none;white-space:nowrap}
body[data-page="predict"] .vote-tab-link:hover{border-color:#ef2b2d;color:#fff}
.vote-dashboard{border-top:1px solid #252525;border-bottom:1px solid #252525;padding:34px 0 30px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(520px,.75fr);gap:44px;align-items:end}
.vote-dashboard-intro{max-width:760px}.vote-kicker{display:block;color:#ef2b2d;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.vote-dashboard h1{margin:0;font-size:clamp(36px,4.8vw,72px);line-height:.92;letter-spacing:-2.8px;text-transform:uppercase}.vote-dashboard .lead{max-width:720px;margin:18px 0 0;color:#9ea0a5;font-size:16px;line-height:1.55}
.vote-dashboard-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #252525}.vote-stat{min-height:118px;padding:20px 22px;border-right:1px solid #252525;border-bottom:1px solid #252525;background:#0b0b0c}.vote-stat:nth-child(2n){border-right:0}.vote-stat:nth-last-child(-n+2){border-bottom:0}.vote-stat span,.vote-stat small{display:block;color:#858991;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.vote-stat strong{display:block;margin:8px 0 5px;font-size:32px;line-height:1;font-weight:950}.vote-stat-main strong{color:#ef2b2d;font-size:40px}
body[data-page="predict"] .predict-toolbar{margin:22px 0 34px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-head h2{margin:0}.section-head p{margin:8px 0 0}.tippspiel-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #343434;color:#fff;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.tippspiel-cta:hover{background:#ef2b2d;border-color:#ef2b2d}
#questionsView #featuredQuestion:empty{display:none}#questionsView #featuredQuestion:not(:empty){margin-bottom:22px}
#predictGrid.predict-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.predict-card.vote-card-link{border-radius:0;border-color:#262626;background:#0a0a0a;transition:transform .16s ease,border-color .16s ease}.predict-card.vote-card-link:hover{transform:translateY(-3px);border-color:#555}.predict-card.vote-card-link .predict-card-body{padding:14px 14px 16px!important}.predict-card.vote-card-link h3{font-size:19px!important;letter-spacing:-.45px;text-transform:uppercase;min-height:2.4em}.predict-card-image{background-size:cover!important}.predict-card-image img{object-fit:cover!important}
.predict-filters button{border-radius:0!important}.predict-filters button.active{background:#ef2b2d!important}
@media(max-width:1150px){.vote-dashboard{grid-template-columns:1fr}.vote-dashboard-stats{max-width:720px}#predictGrid.predict-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.vote-dashboard{padding:24px 0;gap:24px}.vote-dashboard h1{font-size:39px;letter-spacing:-1.5px}.vote-dashboard-stats{grid-template-columns:1fr 1fr;width:100%}.vote-stat{padding:16px;min-height:102px}.vote-stat strong{font-size:26px}.vote-stat-main strong{font-size:31px}#predictGrid.predict-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.predict-card.vote-card-link .predict-card-body{padding:10px!important}.predict-card.vote-card-link h3{font-size:14px!important}.section-head{align-items:flex-start;flex-direction:column}.tippspiel-cta{width:100%}}

/* VOTE 2.1 – unified FIGHTING Score */
body[data-page="predict"] .ranking-head,body[data-page="predict"] .ranking-row{grid-template-columns:70px minmax(180px,1fr) 110px 110px 140px}
body[data-page="predict"] .ranking-row .score-part{font-weight:900;color:#b7bac1}
body[data-page="predict"] .ranking-row .points{text-align:right}
@media(max-width:680px){body[data-page="predict"] .ranking-head,body[data-page="predict"] .ranking-row{grid-template-columns:45px minmax(0,1fr) 90px}body[data-page="predict"] .ranking-head span:nth-child(3),body[data-page="predict"] .ranking-head span:nth-child(4),body[data-page="predict"] .ranking-row .score-part{display:none}body[data-page="predict"] .ranking-head span:nth-child(5){display:block}}


/* FIGHTING.VOTE 2.1.4 – Votes overview aligned to Tippspiel */
body[data-page="predict"] .predict-page{max-width:1540px;margin:auto;padding:34px 48px 70px}
body[data-page="predict"] .vote-dashboard{
  border-top:0;
  border-bottom:1px solid #282828;
  padding:30px 0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:36px;
  align-items:end;
}
body[data-page="predict"] .vote-dashboard-intro{max-width:920px}
body[data-page="predict"] .vote-dashboard .vote-kicker{margin-bottom:10px}
body[data-page="predict"] .vote-dashboard h1{
  font-size:clamp(54px,8vw,112px);
  line-height:.85;
  letter-spacing:-5px;
  margin:10px 0 16px;
  text-transform:uppercase;
}
body[data-page="predict"] .vote-dashboard .lead{
  color:#a2a4a9;
  margin:0;
  max-width:850px;
  font-size:16px;
  line-height:1.45;
}
body[data-page="predict"] .vote-dashboard-stats{
  width:520px;
  min-width:520px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid #292929;
  background:#0a0a0a;
}
body[data-page="predict"] .vote-stat{
  min-height:112px;
  padding:18px 20px;
  background:#0a0a0a;
  border-color:#292929;
}
body[data-page="predict"] .vote-stat strong{font-size:29px}
body[data-page="predict"] .vote-stat-main strong{font-size:35px}
body[data-page="predict"] .predict-toolbar{
  margin:28px 0 42px;
}
body[data-page="predict"] .section-head{
  margin-bottom:18px;
}
body[data-page="predict"] .section-head h2{
  font-size:clamp(38px,4vw,58px);
  line-height:.95;
  letter-spacing:-2px;
  text-transform:uppercase;
}
body[data-page="predict"] .section-head p{
  color:#9da0a6;
  font-size:14px;
}
body[data-page="predict"] #predictGrid.predict-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
body[data-page="predict"] .predict-card.vote-card-link{
  min-height:0;
}
body[data-page="predict"] .predict-card.vote-card-link .predict-card-image{
  height:auto;
  aspect-ratio:4/5;
}
body[data-page="predict"] .predict-card.vote-card-link .predict-card-body{
  min-height:120px;
}
body[data-page="predict"] .predict-card.vote-card-link h3{
  margin:0;
}
@media(max-width:1180px){
  body[data-page="predict"] .vote-dashboard{grid-template-columns:1fr}
  body[data-page="predict"] .vote-dashboard-stats{width:min(720px,100%);min-width:0}
}
@media(max-width:980px){
  body[data-page="predict"] .predict-page{padding:24px 22px 60px}
  body[data-page="predict"] #predictGrid.predict-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  body[data-page="predict"] .predict-page{padding:20px 16px 50px}
  body[data-page="predict"] .vote-dashboard h1{font-size:58px;letter-spacing:-3px}
  body[data-page="predict"] .vote-dashboard-stats{grid-template-columns:1fr 1fr}
  body[data-page="predict"] .vote-stat{min-height:98px;padding:14px}
  body[data-page="predict"] #predictGrid.predict-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body[data-page="predict"] .section-head h2{font-size:36px}
}
