/* fix8v: denser mobile UI closer to Expo Android */
html, body, #root { height: 100%; margin: 0; }
@media (max-width: 640px) {
  /* Chrome/Safari mobile: whole UI slightly tighter without rewriting Tailwind classes */
  html { zoom: 0.90; }
  body { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  /* Extra tightening for common padded shells */
  #root [class*="rounded-2xl"],
  #root [class*="rounded-3xl"] {
    border-radius: 12px !important;
  }
}
