/* Put safe visual and copy-adjacent CSS changes here. Loaded after the original styles. */
:root { --local-mirror-ready: 1; }
img.opacity-0 { opacity: 1 !important; }
.local-auth-login,.local-auth-signup{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;padding:0 .95rem;border-radius:.7rem;color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}
.local-auth-login{background:transparent}
.local-auth-signup{background:#ff5ca8;box-shadow:0 8px 24px rgba(255,92,168,.35)}
/* Local visual overrides for the editable pull.fun mirror. */

/* The customized homepage has exactly three apple packs. Keep them aligned
   as one balanced row on desktop while preserving the original mobile stack. */
@media (min-width: 1024px) {
  #apple-pack-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
