/* ApiPass landing — tool-specific overrides on top of node.css (ARGUS design system). */

main { align-items: center; }

/* six feature cards read better as a 3-column grid on the landing */
.features { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1100px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .features { grid-template-columns: 1fr; } }

/* the "copied" row in the preview keeps the accent color */
.vault-row .vcopy.vcopy-on { color: var(--accent); }
