body { overscroll-behavior: none; -webkit-tap-highlight-color: transparent; user-select: none; background: #111827; color: #fff; }
input, textarea, select { user-select: text; }
#root:empty::before {
  content: "Cargando App. Vehículos…";
  display: block; padding: 2rem; text-align: center; color: #9ca3af;
  font-family: system-ui, sans-serif; font-size: 14px;
}
