/* Versioned runtime stylesheet hook. The main bundle owns the Tailwind rules;
   this file intentionally contains only stable mobile density overrides. */
.compact-field > span { line-height: 1.1; }
.compact-input { min-height: 2.25rem; }
@media (max-width: 420px) {
  .compact-panel { border-radius: .75rem; }
}
