@media (min-width:1580px) {
    :root{--app-max-width: 1500px;}
    .scripts-grid{grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}
}
