/*
 * Minimal app styles — Tailwind handles most layout.
 */

.no-print {
  @apply print:hidden;
}
