/* launcher page additions (keeps your original style.css intact) */
.hero{
  margin-top: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--glassStroke);
  background: rgba(10, 14, 20, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}
.hero h2{
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: .2px;
}
.hero p{
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.heroactions{
  margin-top: 14px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.badgerow{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 10px;
}
.badge{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.85);
}
.grid2{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
@media (min-width:780px){
  .grid2{ grid-template-columns: 1.2fr .8fr; }
}
.kv{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap:10px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid var(--glassStroke);
  background: rgba(255,255,255,.04);
}
.kv b{ font-size: 13px; }
.kv span{ font-size: 13px; color: rgba(255,255,255,.82); line-height:1.5; }
.warn{
  border-color: rgba(208,240,240,.20);
  background: rgba(208,240,240,.06);
}
.ok{
  border-color: rgba(153,223,255,.22);
  background: rgba(153,223,255,.06);
}
hr.sep{
  border:0;
  border-top:1px solid rgba(255,255,255,.08);
  margin: 12px 0 0;
}
.small{
  font-size: 12.5px;
  color: rgba(255,255,255,.72);
}

/* Space between "What the launcher changes" cards */
.launcher-changes {
  display: grid;
  gap: 16px; /* säädä 12–20px jos haluat enemmän/vähemmän */
}
