/* Common Styles Used Across Multiple Pages */

body {
  min-height: max(884px, 100dvh);
}

/* Hide scrollbar for horizontal lists */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Neobrutalist border utility */
.neobrutalist-border {
  border: 3px solid #121212;
}

.text-stroke {
  -webkit-text-stroke: 1px #121212;
}

/* Halftone pattern for headers/accents */
.bg-halftone {
  background-image: radial-gradient(#121212 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.05;
}
