body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.tab-btn.active { color: #166534; border-bottom: 3px solid #166534; }
#btn-grabar.grabando { background-color: #dc2626; animation: pulse 1s infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.leaflet-container { background: #eef7ee; }
.lote-label {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  box-shadow: none;
  padding: 0 2px;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 600;
  color: #14532d;
  white-space: nowrap;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.lote-label::before { display: none; }
