/*
 * Minimal stylesheet — intentionally small.
 * All layout and component styles live in app/assets/tailwind/application.css.
 */

/* iOS/Android safe area (notch / home indicator) */
.safe-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Trix editor chrome (write mode only — not shown to readers) */
trix-editor {
  min-height: 200px;
  border-radius: 8px;
  border-color: #e4e4e7;
  padding: 0.75rem;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
}
