/* NekoVault V28.0.3.13 — alignement exact du panneau principal
   Le hero principal reprend la même largeur et le même centrage que NekoGraph
   et la section Personnages originaux. */

#home.feature-grid {
  width: min(1240px, 100%) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  #home.feature-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
}
