/* NZ Cards — desktop presentation: center the mobile-first layout as a framed column. */
@media (min-width: 1100px) {
  html {
    background: #060808;
  }
  body {
    max-width: 1080px;
    margin-left: auto !important;
    margin-right: auto !important;
    border-left: 1px solid #1e2020;
    border-right: 1px solid #1e2020;
    box-shadow: 0 0 80px rgba(89, 224, 116, 0.06);
    min-height: 100vh;
  }
}
